diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91d79bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Python cache +__pycache__/ +*.pyc + +# Resumable-download temp files +*.dl + +# Large model checkpoints (>100MB, exceed GitHub's file limit). +# Hosted via GitHub Release assets and on HuggingFace +# (embedded-language-flows/ELF-B-de-en-torch, ELF-B-xsum-torch) instead. +ckpts/ELF-B-de-en-torch/ +ckpts/ELF-B-xsum-torch/ + +# From-scratch pilot training checkpoints (large; keep eval metrics only) +outputs/scratch_deen_base/ +outputs/scratch_deen_geom/ diff --git a/ckpts/wmt14_de-en_validation_t5/data-00000-of-00001.arrow b/ckpts/wmt14_de-en_validation_t5/data-00000-of-00001.arrow new file mode 100644 index 0000000..cc8ce7f Binary files /dev/null and b/ckpts/wmt14_de-en_validation_t5/data-00000-of-00001.arrow differ diff --git a/ckpts/wmt14_de-en_validation_t5/dataset_info.json b/ckpts/wmt14_de-en_validation_t5/dataset_info.json new file mode 100644 index 0000000..8bee61f --- /dev/null +++ b/ckpts/wmt14_de-en_validation_t5/dataset_info.json @@ -0,0 +1,101 @@ +{ + "builder_name": "parquet", + "citation": "", + "config_name": "de-en", + "dataset_name": "wmt14", + "dataset_size": 1359920533, + "description": "", + "download_checksums": { + "hf://datasets/wmt/wmt14@b199e406369ec1b7634206d3ded5ba45de2fe696/de-en/train-00000-of-00003.parquet": { + "num_bytes": 279527247, + "checksum": null + }, + "hf://datasets/wmt/wmt14@b199e406369ec1b7634206d3ded5ba45de2fe696/de-en/train-00001-of-00003.parquet": { + "num_bytes": 264970514, + "checksum": null + }, + "hf://datasets/wmt/wmt14@b199e406369ec1b7634206d3ded5ba45de2fe696/de-en/train-00002-of-00003.parquet": { + "num_bytes": 272987200, + "checksum": null + }, + "hf://datasets/wmt/wmt14@b199e406369ec1b7634206d3ded5ba45de2fe696/de-en/validation-00000-of-00001.parquet": { + "num_bytes": 473798, + "checksum": null + }, + "hf://datasets/wmt/wmt14@b199e406369ec1b7634206d3ded5ba45de2fe696/de-en/test-00000-of-00001.parquet": { + "num_bytes": 508753, + "checksum": null + } + }, + "download_size": 818467512, + "features": { + "input": { + "dtype": "string", + "_type": "Value" + }, + "target": { + "dtype": "string", + "_type": "Value" + }, + "index": { + "dtype": "int64", + "_type": "Value" + }, + "condition_input_ids": { + "feature": { + "dtype": "int64", + "_type": "Value" + }, + "_type": "List" + }, + "condition_sequence_length": { + "dtype": "int64", + "_type": "Value" + }, + "input_ids": { + "feature": { + "dtype": "int32", + "_type": "Value" + }, + "_type": "List" + }, + "sequence_length": { + "dtype": "int64", + "_type": "Value" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 2178388045, + "splits": { + "train": { + "name": "train", + "num_bytes": 1358406800, + "num_examples": 4508785, + "shard_lengths": [ + 1521929, + 1721928, + 1264928 + ], + "dataset_name": "wmt14" + }, + "validation": { + "name": "validation", + "num_bytes": 736407, + "num_examples": 3000, + "dataset_name": "wmt14" + }, + "test": { + "name": "test", + "num_bytes": 777326, + "num_examples": 3003, + "dataset_name": "wmt14" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/ckpts/wmt14_de-en_validation_t5/state.json b/ckpts/wmt14_de-en_validation_t5/state.json new file mode 100644 index 0000000..28a8812 --- /dev/null +++ b/ckpts/wmt14_de-en_validation_t5/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "5f50308c846b2747", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": null +} \ No newline at end of file diff --git a/ckpts/xsum_validation_t5/data-00000-of-00001.arrow b/ckpts/xsum_validation_t5/data-00000-of-00001.arrow new file mode 100644 index 0000000..83b0dd2 Binary files /dev/null and b/ckpts/xsum_validation_t5/data-00000-of-00001.arrow differ diff --git a/ckpts/xsum_validation_t5/dataset_info.json b/ckpts/xsum_validation_t5/dataset_info.json new file mode 100644 index 0000000..12a5319 --- /dev/null +++ b/ckpts/xsum_validation_t5/dataset_info.json @@ -0,0 +1,88 @@ +{ + "builder_name": "parquet", + "citation": "", + "config_name": "default", + "dataset_name": "xsum", + "dataset_size": 532255381, + "description": "", + "download_checksums": { + "hf://datasets/EdinburghNLP/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/train-00000-of-00001.parquet": { + "num_bytes": 299612457, + "checksum": null + }, + "hf://datasets/EdinburghNLP/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/validation-00000-of-00001.parquet": { + "num_bytes": 16447668, + "checksum": null + }, + "hf://datasets/EdinburghNLP/xsum@7d4d486c2f8ef850b1a11aead99b894ff3dd7da9/data/test-00000-of-00001.parquet": { + "num_bytes": 16731226, + "checksum": null + } + }, + "download_size": 332791351, + "features": { + "input": { + "dtype": "string", + "_type": "Value" + }, + "target": { + "dtype": "string", + "_type": "Value" + }, + "index": { + "dtype": "int64", + "_type": "Value" + }, + "condition_input_ids": { + "feature": { + "dtype": "int64", + "_type": "Value" + }, + "_type": "List" + }, + "condition_sequence_length": { + "dtype": "int64", + "_type": "Value" + }, + "input_ids": { + "feature": { + "dtype": "int32", + "_type": "Value" + }, + "_type": "List" + }, + "sequence_length": { + "dtype": "int64", + "_type": "Value" + } + }, + "homepage": "", + "license": "", + "size_in_bytes": 865046732, + "splits": { + "train": { + "name": "train", + "num_bytes": 479206363, + "num_examples": 204045, + "dataset_name": "xsum" + }, + "validation": { + "name": "validation", + "num_bytes": 26292877, + "num_examples": 11332, + "dataset_name": "xsum" + }, + "test": { + "name": "test", + "num_bytes": 26756141, + "num_examples": 11334, + "dataset_name": "xsum" + } + }, + "version": { + "version_str": "0.0.0", + "major": 0, + "minor": 0, + "patch": 0 + } +} \ No newline at end of file diff --git a/ckpts/xsum_validation_t5/state.json b/ckpts/xsum_validation_t5/state.json new file mode 100644 index 0000000..c33cf72 --- /dev/null +++ b/ckpts/xsum_validation_t5/state.json @@ -0,0 +1,13 @@ +{ + "_data_files": [ + { + "filename": "data-00000-of-00001.arrow" + } + ], + "_fingerprint": "f934ca16a682895c", + "_format_columns": null, + "_format_kwargs": {}, + "_format_type": null, + "_output_all_columns": false, + "_split": null +} \ No newline at end of file diff --git a/download_train_data.sh b/download_train_data.sh new file mode 100644 index 0000000..5a2dd79 --- /dev/null +++ b/download_train_data.sh @@ -0,0 +1,80 @@ +#!/usr/bin/env bash +# One-off resilient fetch of the De-En TRAINING set through the flaky root +# proxy (127.0.0.1:7899). Same strategy as resilient_download.sh: git clone +# (LFS smudge skipped) for filenames/pointers + resumable curl on /resolve/. +# Re-run safe; loops forever until every file is verified complete. +export http_proxy=http://127.0.0.1:7899 https_proxy=http://127.0.0.1:7899 no_proxy=127.0.0.1,localhost +export GIT_LFS_SKIP_SMUDGE=1 +DEST=/sxl/sxl_code/ELF_pytorch/ckpts +mkdir -p "$DEST" +HFCO=https://huggingface.co + +log(){ echo "[$(date +%H:%M:%S)] $*"; } + +DATA_REPOS=("embedded-language-flows/wmt14_de-en_train_t5") + +clone_pointers(){ # repo dir + local repo=$1 + local dir=$2 + [ -d "$dir/.git" ] && { log "pointers present: $repo"; return 0; } + local url="$HFCO/datasets/$repo" + while true; do + rm -rf "$dir" + if git clone --depth 1 "$url" "$dir" >/tmp/clone_train.$$.log 2>&1; then + log "cloned pointers: $repo"; return 0 + fi + log "clone $repo failed: $(tail -1 /tmp/clone_train.$$.log | cut -c1-90); retry 15s" + sleep 15 + done +} + +is_pointer(){ head -c 50 "$1" 2>/dev/null | grep -q 'git-lfs.github.com'; } + +fetch_one(){ # repo dir relpath + local repo=$1 + local dir=$2 + local rel=$3 + local ptr="$dir/$rel" final="$dir/$rel" dl="$dir/$rel.dl" + if [ -f "$final" ] && ! is_pointer "$final"; then log "ok (cached) $rel"; return 0; fi + local want oid + want=$(grep -E '^size ' "$ptr" | awk '{print $2}') + oid=$(grep -E '^oid sha256:' "$ptr" | sed 's/.*sha256://') + local base="$HFCO/datasets/$repo/resolve/main" + mkdir -p "$(dirname "$dl")" + while true; do + local have; have=$(stat -c%s "$dl" 2>/dev/null || echo 0) + if [ -n "$want" ] && [ "$have" = "$want" ]; then break; fi + log "GET $rel have=$have/${want:-?}" + curl --proxy http://127.0.0.1:7899 --connect-timeout 8 --max-time 3600 \ + -C - -L -s -S --speed-limit 2000 --speed-time 30 \ + -o "$dl" "$base/$rel" 2>/tmp/curl_train.$$.err || true + have=$(stat -c%s "$dl" 2>/dev/null || echo 0) + if [ -n "$want" ] && [ "$have" = "$want" ]; then break; fi + log " partial $rel have=$have/${want:-?} ($(tail -1 /tmp/curl_train.$$.err 2>/dev/null|cut -c1-50)); retry 8s" + sleep 8 + done + if [ -n "$oid" ]; then + local got; got=$(sha256sum "$dl" | awk '{print $1}') + if [ "$got" != "$oid" ]; then log "CHECKSUM MISMATCH $rel; redownloading"; rm -f "$dl"; fetch_one "$@"; return; fi + log "sha256 ok $rel" + fi + mv -f "$dl" "$final" + log "DONE $rel ($(stat -c%s "$final"))" +} + +process_repo(){ # repo + local repo=$1 + local dir="$DEST/$(basename "$repo")" + clone_pointers "$repo" "$dir" + local f + while read -r f; do + [ -z "$f" ] && continue + if is_pointer "$dir/$f"; then fetch_one "$repo" "$dir" "$f"; fi + done < <(cd "$dir" && git ls-files) + log "REPO COMPLETE: $repo -> $dir" +} + +log "=== download_train_data start (proxy 127.0.0.1:7899) ===" +for r in "${DATA_REPOS[@]}"; do process_repo "$r"; done +log "=== TRAIN DATA DOWNLOADED ===" +touch "$DEST/.TRAIN_DATA_DONE" diff --git a/outputs/deen/seed_123/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl b/outputs/deen/seed_123/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl new file mode 100644 index 0000000..543df85 --- /dev/null +++ b/outputs/deen/seed_123/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A Republican Strategy To Countervent Obama re-election"} +{"id": 1, "generated": "Republican leaders justify their policies by the need to fight election fraud."} +{"id": 2, "generated": "But the Brennan Center considers the latter to be a myth by reaffiring that electoral fraud in the USA is rare than the number of people killed by flash."} +{"id": 3, "generated": "Republican lawyers have, incidentally, only recorded 300 cases of electoral fraud in the United States in ten years."} +{"id": 4, "generated": "One thing is certain: these new provisions will have a negative impact on election turnout."} +{"id": 5, "generated": "In this sense, these measures partly undermine the US democratic system."} +{"id": 6, "generated": "Unlike Canada, the US states are responsible for holding the elections in the individual states."} +{"id": 7, "generated": "In this sense, since 2009, the majority of American governments have announced new laws that make the process of registration or polls more difficult."} +{"id": 8, "generated": "This phenomenon gained in significance after the November 2010 elections, with 675 new Republican representatives recorded in 26 states."} +{"id": 9, "generated": "As a result, 180 draft laws were introduced in 2011 alone, restricting the exercise of voting in 41 states."} +{"id": 10, "generated": "The new electoral laws require that voters provide photo ID and US citizenship evidence."} +{"id": 11, "generated": "In addition, this law also shortens periods for early voting, invalides the right to register as voters on the day the election rises and denies citizens the right to vote for whom a court is entitled to the vote."} +{"id": 12, "generated": "Before the 2006 elections, no US state required voters to display photo ID."} +{"id": 13, "generated": "Indiana was the first state to make such a requirement."} +{"id": 14, "generated": "In 2008, the United States Supreme Court confirmed the constitutionality of the Indiana Law."} +{"id": 15, "generated": "The Republican authorities hurryd to extend that practice to other states."} +{"id": 16, "generated": "Over the last two years, in 34 states, they have promoted draft legislation that forced voters to show photocards."} +{"id": 17, "generated": "It is important to note that, unlike Quebec, US citizens do not have a universal identity card like the health insurance card."} +{"id": 18, "generated": "In fact, 11% of US citizens, or 21 million people eligible to vote, do not have any photo card issued by a government authority in their state."} +{"id": 19, "generated": "Moreover, five million new electers do not have such a card in 2012."} +{"id": 20, "generated": "However, more than a hundred dollars are often to be paid to get the required card."} +{"id": 21, "generated": "The new restrictions will affect young people, minorities and low-income people disproportionately."} +{"id": 22, "generated": "Indeed, 25% of African-American, 15% of individuals with income less than $35,000, 18% of citizens over 65 years of age, and 20% of voters between 18 and 29 do not have the necessary photo ID."} +{"id": 23, "generated": "This goes even further."} +{"id": 24, "generated": "Students who are considered as voters who are increasingly voting in favour of democratic candidates are not allowed to use the photo ID issued by their institution in several states."} +{"id": 25, "generated": "On the other hand, the same states allow members of fishing or hunting clubs that choose more for the Republican side to use the cards issued by these clubs for elections."} +{"id": 26, "generated": "Before 2004, no federal state asked for voters to provide proof of citizenship."} +{"id": 27, "generated": "Arizona was the first state to introduce such a demand."} +{"id": 28, "generated": "Since 2011, a dozen states have passed laws demanding voters to prove US citizenship."} +{"id": 29, "generated": "These measures are clearly intended to limite his hispanic voices."} +{"id": 30, "generated": "It is obvious that two out of three Hispanic voters that prefer democratic party."} +{"id": 31, "generated": "Moreover, Republican legislators promoted laws in eight federations in 2011 aboling the registration of voters on election day."} +{"id": 32, "generated": "You have also restricted the rights of individuals and groups to help those voters who wish to register."} +{"id": 33, "generated": "These restrictions are not unrepercussions."} +{"id": 34, "generated": "For example, the voter registration campaigns during the 2004 general elections helped to register around 10 million citizens."} +{"id": 35, "generated": "Because, through the measures adopted since 2009, the share of the registration of new selecters has decreased by 17% in 2010 compared to 2006."} +{"id": 36, "generated": "Moreover, in five further State Republican legislators adopted legislation aimed to shorten the premature voting period."} +{"id": 37, "generated": "For example, in the Florida 2008 general elections, 33% of voters that were pre-elected were Afro-American, although they represent only 13% of state voters."} +{"id": 38, "generated": "The same applies to the Hispanic population."} +{"id": 39, "generated": "The latter constituted only 11% of voters, but 24% of the citizens who voted in advance."} +{"id": 40, "generated": "By contrast, the Whites, who represented 76% of voters, made out only 46% of voters who voted in advance."} +{"id": 41, "generated": "Of course, democratic legislators and their supporters have vigorously opposed the adoption of laws limiting the registration of voters."} +{"id": 42, "generated": "Several draft laws were blocked by the vetoes of democratic governors."} +{"id": 43, "generated": "The Advocate-General of the USA has intervened to suspend the most controversial laws."} +{"id": 44, "generated": "They were able to partially limit the damage."} +{"id": 45, "generated": "For example, only 16 of the 34 states have passed laws requiring the display of a photo card."} +{"id": 46, "generated": "However, in 2012, the new rules introduced will undoubtedly complicaten the exercise of the right to vote."} +{"id": 47, "generated": "The democratic critics denounce the party-political nature of the laws adopted and see them as a clear goal influencing the results in the states that matter for 2012."} +{"id": 48, "generated": "A 2011 Brennan Center report demonstrates that those states that have adopted this law account for 171 of the 270 votes required in the electoral body to win the Presidency."} +{"id": 49, "generated": "It is too early to confirm with certainty that these changes to legislation to the electoral system will have a significant impact on the outcome of the 2012 presidential elections."} +{"id": 50, "generated": "But one thing is certain: these new provisions will have negative effects on election turnout."} +{"id": 51, "generated": "In this sense, these measures partly undermine the US’s democratic system."} +{"id": 52, "generated": "Early prostate cancer detection: should the test be made or not?"} +{"id": 53, "generated": "Indeed, the PSA test sometimes has false results, with either false negative, or false positive results, which lead to unnecessary medical interventions."} +{"id": 54, "generated": "This leads to stronger hesitation by the already indecisive men to carry out detection tests."} +{"id": 55, "generated": "Should the test be made or not?"} +{"id": 56, "generated": "We have obtained the opinion of two specialists."} +{"id": 57, "generated": "In the studies carried out in the United States, there were numerous interference factors between the control groups, and so it is difficult to interpret this data and to make clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe, concluded that there is a difference in the mortality of patients with and without early detection."} +{"id": 59, "generated": "This study has also shown that after 12 years of monitoring, Metastas education is likely to be 30 to 40% greater if no early detection has been performed."} +{"id": 60, "generated": "I therefore recommend putting the test from the age of 50 and 40 respectively, if you have a direct relative who has already suffered prostate cancer."} +{"id": 61, "generated": "Men of Afro-American origin are also at greater risk."} +{"id": 62, "generated": "The most important thing is to make the right decision once a cancer has been recognized."} +{"id": 63, "generated": "There are cancers that are aggressive and others that are indolent."} +{"id": 64, "generated": "The patient really needs made to understand the extent of the risk of his cancer by presenting the possible options where prostate cancer can remain untreated unless it threats the quality of life in the long term, and by recognise that the use of prostate cancer in his bodies has proved unrecponsible."} +{"id": 65, "generated": "Today, many men who have seen cancer do not have treatment because their cancer is not aggressive and does not threaten their lives."} +{"id": 66, "generated": "They are proposed active monitoring and offer them treatment as the disease progresss."} +{"id": 67, "generated": "It is with increasing accuracy to determine the criteria for determining who should be treated and who should not."} +{"id": 68, "generated": "Therefore, I nevertheless recommend that the test be carried out."} +{"id": 69, "generated": "But the most important thing is to talk to his doctor to determine whether it or not should be performed."} +{"id": 70, "generated": "In cooperation with the International Society for Urology, Movember has developed an instrument that makes it possible to evaluate the advantages and disadvantage of the PSA test."} +{"id": 71, "generated": "This document (currently only in English but the translation will be available shortly) can be downloaded under this address: http://ca.movember.com/fr/mens-health/prostate-cancer-screening."} +{"id": 72, "generated": "Prevention of the Disease"} +{"id": 73, "generated": "Unfortunately, there is no miracle remedy for cancer prevention."} +{"id": 74, "generated": "Despite the advances in research, adopting a healthy lifestyle remains the best way to reduce the risk of ill."} +{"id": 75, "generated": "It is estimated that 30% of cancers could be prevented if all were ate well and moving sufficiently."} +{"id": 76, "generated": "\"If there were no longer smokers, this level would rise to at least 50%,\" stresses André Beaulieu, spokesperson of the Canadian Cancer Society."} +{"id": 77, "generated": "But it is assumed that about 10% of cancers are caused by herwardance."} +{"id": 78, "generated": "Several problems remain completely unresolv."} +{"id": 79, "generated": "For the Canadian cancer society, the fight to control tobacco dependence remains a priority, despite the fall in the number of smokers."} +{"id": 80, "generated": "Smoking is responsible for 85% of cases of lung cancer."} +{"id": 81, "generated": "It is also a risk factor for several other types of cancer."} +{"id": 82, "generated": "It is very damaging to people's health."} +{"id": 83, "generated": "\"Otday there are still 1,5 million smokers in Quebec\", the spokesman André Beaulieu regrets."} +{"id": 84, "generated": "Progratating data: 10 years after relinating the cigarette, the risk of dying of cancer is reduced by half."} +{"id": 85, "generated": "Weighte"} +{"id": 86, "generated": "According to the Canadian Cancer Society, over weight and obesity also encourage the outbreak of the disease."} +{"id": 87, "generated": "They seem to increase the risk of breast, brachtricary, pyrtricary, omoral, utercary, pancreas, and uter cancer."} +{"id": 88, "generated": "\"Researchchlines that regular physical activity throughout life protects against sprue quinopea,\" he adds."} +{"id": 89, "generated": "Nutrition nutrition"} +{"id": 90, "generated": "The organization also recommends limiting the consumption of red meat."} +{"id": 91, "generated": "There is too high risk of brake or abdominal cancer."} +{"id": 92, "generated": "Wurstweets should be avoided as well."} +{"id": 93, "generated": "Preserving meat by Smokants, drying or salts can lead to the formation of carcinogens."} +{"id": 94, "generated": "\"Dthirer people can damage the body cells and lead to the development of cancer\", explains."} +{"id": 95, "generated": "Vitamin"} +{"id": 96, "generated": "In recent years, several scientists have studied the connection between vitamin additives and cancer."} +{"id": 97, "generated": "However, their investigations are not currently conclusive."} +{"id": 98, "generated": "According to the Canadian Cancer Society, the studies on vitamin E are contradictory."} +{"id": 99, "generated": "While one study found the reduction in the risk of prostate cancer, another showed rather an increase."} +{"id": 100, "generated": "The effect of vitamin D on cancer has also not been clearly identified."} +{"id": 101, "generated": "Mr Beaulieu also emphasises the importance of talking to his doctor about his concerns and his family predictions."} +{"id": 102, "generated": "'A early detection test does not lead to cancer.'"} +{"id": 103, "generated": "The Higgs Boson Analysisd"} +{"id": 104, "generated": "The announcement of the likely discovery of the Higgs office srew some excitement last summer, for good reason."} +{"id": 105, "generated": "It is true that this one Boson is believed to have been involved in nothing less than a part of the mechanism that is responsible for the mass of all the objects in the universe."} +{"id": 106, "generated": "And finally, this is the last particle whose existence of the standard model - our best or \"the least false\" explanation of nature and the behaviour of matter - has been predicted but empirically not yet observed."} +{"id": 107, "generated": "But for the physicists, it's not completely sure that it really's the Higgs."} +{"id": 108, "generated": "We know without the shadow of any doubt that we have a truly new particle and that it is much similar to the Higgs bolt predicted by the standard model."} +{"id": 109, "generated": "Moreover, this seems to be confirmed by new data presented this week at a great physics congress in Kyoto, but there is still no data so as to be completely sure about that."} +{"id": 110, "generated": "Let us still assume that it is in fact the Higgs, as there seems to be only a small risk of deceive and let's look at what it is about."} +{"id": 111, "generated": "There is an unavoidable law in this world, this means that two objects cannot be present simultaneously at the same location."} +{"id": 112, "generated": "It is not possible to violate this rule - and don't try too hard because you'll get blowed."} +{"id": 113, "generated": "For, even though particle physics is a truly strange world, it turns out that such law is also applicable to it: the Pauli exclusion principle which states that two particles do not change the same space to the same geographical space."} +{"id": 114, "generated": "On the basis, the physicists divide the particles into two categories."} +{"id": 115, "generated": "In one corner are the good citizens, who are called Fermione and closely obey the Pauli principle."} +{"id": 116, "generated": "And on the other hand, the Boson, a bad band of anarchists move to whom there is nothing sacred - certainly not this principle, which means that they can indeed be in the same place at the same time."} +{"id": 117, "generated": "According to the website The Particle Adventure, these benches are made up by the Berkeley Laboratory (which is way absolutely astonishing) into two groups: the meisons which we are not going to treat here and the \"pisons\", through which the large meon power is shaped."} +{"id": 118, "generated": "It needs to be emphasised here that these bosons are not all those exotic creatures as one could imagine."} +{"id": 119, "generated": "If you are able to read this chronic, it is only thanks to a bore of exceptional banality: the photon, or the \"light particle\", which is the \"Botus\" of the electromagnetic power."} +{"id": 120, "generated": "when a particle accelerated with an electric charge or changes the direction, the electromagnetic field is 'dstorted' at this very place, something like a pelipstone that was thrown into a pond."} +{"id": 121, "generated": "This disorder leads to an electromagnetic wave (light, infrared or ultra radiation etc), and nothing other than a photon is one of the bosons of cteurs."} +{"id": 122, "generated": "More Stable Field"} +{"id": 123, "generated": "The same is for the Higgs-Bson with the exception that another field, the Higgs-Feld, must be 'torled' in order for this Boson to demonstrate itself."} +{"id": 124, "generated": "However, the Higgs field is much more stable than the electromagnetic field; the pathogen has to achieve very high energy, a little comparable to a frozen pond whose surface is only covered by a very large rock."} +{"id": 125, "generated": "This is why an huge particle accelerator such as CERN is required - the Large Hadron Collider is a 27 km ring - to achieve this kind of energy."} +{"id": 126, "generated": "The analogy with the electromagnetic field is again helpful to explain the relationship between the Higgs and the Mass."} +{"id": 127, "generated": "In fact there are not all particles and not all materials that interact with the electromagnetic field."} +{"id": 128, "generated": "Some, like magnets, do this, but others do not - for example, a sheet of paper would never keep its own in a fridge."} +{"id": 129, "generated": "And likewise, not all particles interact with the Higgs field: those that do it own mass, whereas the others (as by do the photon) do not own a mass."} +{"id": 130, "generated": "What can all these research be 'good for', does Mrs Plamondon ask?"} +{"id": 131, "generated": "For science, they serve to check the standard model (SM), and they also allow physists to examine closely all deviations between the observations and the SM forecasts."} +{"id": 132, "generated": "By the way, there are many physicists sincerely hope that such deviations will be found as the slight difference could open a door to an \"new physics\" and plug some holes in the model."} +{"id": 133, "generated": "You have to say that the latter still has many defects, as it provides no explanation of gravity (ups!) and dark matter that makes up around 80% of the universe's matter (up ups!)."} +{"id": 134, "generated": "However, such discrepanciess have not yet been found in CERN."} +{"id": 135, "generated": "Impacts"} +{"id": 136, "generated": "The effects of these research on the general population are more difficult to predict, but it would be wrong to assume that there were none."} +{"id": 137, "generated": "By the way: in the early 60’s, the pioneers of lasers in Bell laboratories did not suppose that their work would trigger such a revolution."} +{"id": 138, "generated": "They saw scientific applications, but nothing else."} +{"id": 139, "generated": "Indeed, the late physicist Willard Boyle - who worked in Bell Labs, where the laser was invented in the 1960s, and who in 1962 even the first half-of-lifelive laser (the first was only 5 and 15) - told us all in a very"} +{"id": 140, "generated": "Imagine..."} +{"id": 141, "generated": "Furthermore, applications can also emerge from all the instruments that surround research."} +{"id": 142, "generated": "For example, in 1969, Willard Boyle, again, developed a small light sensor during his works in optics."} +{"id": 143, "generated": "Although it was not its original purpose, this sensor serves as an \"eye\" to all digital cameras all over the world today and landed it the Nobel Prize for physics in 2009."} +{"id": 144, "generated": "Of course, this does not mean that the activities of the LHC will inevitably change our life, but it does mean that you can really never know it..."} +{"id": 145, "generated": "Palliativ care - the best way to die... | Le Devoir!"} +{"id": 146, "generated": "With its Committee on Dieding in Dignity, Quebec recently discussed the sensitive issue of the end of life."} +{"id": 147, "generated": "The debate must be resumed soon, even though a draft law is being prepared."} +{"id": 148, "generated": "However, there is still a lot to be done on this important issue."} +{"id": 149, "generated": "Le Devoir has tried to look at this."} +{"id": 150, "generated": "A few weeks ago Mr. L. lived alone in his apartment in the Montérégie."} +{"id": 151, "generated": "The prostate cancer that ate him gave him a two-year period."} +{"id": 152, "generated": "\"They gave me five years to live, I made seven years live\", he said halfheartedly, in his bed in his home for Palliative care, Victor-Gabois in Beloeil, where he arrived the previous day, and both here to be pleased. I"} +{"id": 153, "generated": "\"Oever, it is always a shock - you cannot be prepared for it,\" he says."} +{"id": 154, "generated": "The disease does her work: an unmeasurable weakness prevents her from going to the toilet alone and even eating herself."} +{"id": 155, "generated": "Siing at the table for a delicious lunch, he agrees to resign, wishes to be helped by himself at the meal."} +{"id": 156, "generated": "Mudly he even managed to smile and talk to the strangers who are in work around him, bring him his medicines, and offer him a bath."} +{"id": 157, "generated": "The courage of ordinary death."} +{"id": 158, "generated": "\"My greatest wish is to heal my diarrhea, because this is humiliating,\" he proclaims."} +{"id": 159, "generated": "A few hours later, the team found a cure for this evil."} +{"id": 160, "generated": "\"In the course of our life we experience that a man is standing pinking,\" explains Pierre Brodeur, psychologist at the home Victor-Gadbois."} +{"id": 161, "generated": "Returning to childhood is an unacceptable humiliation for certain people."} +{"id": 162, "generated": "\"This depends on the capacity of the person\", to accept a backward step, he noted."} +{"id": 163, "generated": "Since several people think that they work in Palliativ care, big events take place in the middle of these backwards."} +{"id": 164, "generated": "The patients taken to the home for palliativ care of Victor-Gadbois all suffer from cancer."} +{"id": 165, "generated": "They have a maximum life expectancy of three months."} +{"id": 166, "generated": "At this stage, they are no longer subjected to so-called \" healing\" care by the doctors and nurses who care after them."} +{"id": 167, "generated": "For Mrs A., 89 years, the worst fear is to die, 'consciently and through suffocation'."} +{"id": 168, "generated": "But due to the disease I really got to know my children."} +{"id": 169, "generated": "\"I have good children,\" adds her."} +{"id": 170, "generated": "\"I have no more wishes in her life,\" she says before she accepts that she is placed a mask that helps her in making her breathing."} +{"id": 171, "generated": "In the next few days she nevertheless expectations one last visit from her son, who comes from Italy."} +{"id": 172, "generated": "In the home Victor-Gadbois are offered with a group of volunteers to take care of the body and to provide assistance with the intake of food."} +{"id": 173, "generated": "Palliativ care is used where there are no other possibilities."} +{"id": 174, "generated": "Fasting of the rolls to the pooder with a lock which automatically save the animal and prevents it from dying. Whenever the individual dies, the two sides wraps rundously up directly to the groundlake."} +{"id": 175, "generated": "In Quebec, Quebec has over 11.700 inhabitants beds for Palliativ care.Using our food and accommodation strategy discover the complete rooms, apartments, accommodation etc. Rooms, villas, and other homes."} +{"id": 176, "generated": "That is very little, taking into account the fact that we will all die in one day."} +{"id": 177, "generated": "Here life is continuing under the best possible conditions, explains Dr. Christiane Martel, one of the home’s physicians."} +{"id": 178, "generated": "Both at level of physical, emotional and spiritual comfort."} +{"id": 179, "generated": "It is granted to the dying to have a mouth with Brandy or Pepsi depending on your wish."} +{"id": 180, "generated": "diabetics no longer have to control their level of blood sugar level."} +{"id": 181, "generated": "And death is part of everyday life."} +{"id": 182, "generated": "Yesterday evening we served Mr. X a beer that had died during the night."} +{"id": 183, "generated": "This morning his son will drink the beer at the feet of the deceased."} +{"id": 184, "generated": "\"We help relatedencies and patients equally\", reported care director Nathalie Savard."} +{"id": 185, "generated": "In the home Victor-Gadbois is no day like the other one."} +{"id": 186, "generated": "Bside an old man of 93, who enjoys the last family meeting in the court and is well provided for by his pillows, while one attacks to his honor, a young man of 36 years' age dies from ill parents who is removed from the hospital."} +{"id": 187, "generated": "\"For six months, three to five beds have always been used with cancer patients less than 45 years of age,\" tells Dr. Christiane Martel worried."} +{"id": 188, "generated": "53% of patients embedded to the home Victor-Gadbois come from their residence site, 47% come from the hospital."} +{"id": 189, "generated": "Problem of access to Palliativ care"} +{"id": 190, "generated": "It is said that 77% of Canadians do not have access to Palliativ care, in other words care intended to relieve the suffering of patients when the latter hits the end stage of their lives, both at home and in place of care."} +{"id": 191, "generated": "And several organisations such as the Victor-Gadbois home and the society for domestic palliative care in area Montreal specialize more or less exclusively in the care of patients with cancer."} +{"id": 192, "generated": "It is this huge inaquacy in health care in Quebec that ensures that several palliative doctors specialising are afraid of adopting a law on eusterasia and assisted suicide."} +{"id": 193, "generated": "Since October, a manifesto has been signed by prominent Palliativ leaders such as Dr Balfour Mount and Dr Bernard Lapointe, to express their opposition to such an initiative."} +{"id": 194, "generated": "According to Dr. Christiane Martel, Quebec’s health system is inadequate enough to ensure that everyone is entitled to high-quality palliativ care before being accepted transition to euthanation."} +{"id": 195, "generated": "Recently, she says, I have seen a patient who spent 14 days with great pain in the emergency room without taking measures to mitigate her problems."} +{"id": 196, "generated": "I am afraid that patients want to die only because they do not receive appropriate healthcare."} +{"id": 197, "generated": "And at the same time, several oncolologists treat their patients despite the most worst forecasts stuck up to the last day."} +{"id": 198, "generated": "Hélène Richard’s chance of survival were minimal as soon as she broke off a burdening chemotherapy."} +{"id": 199, "generated": "When I told my oncologist that I would stop off treatment, she responded that she was sorry that I raised the fight, she told her."} +{"id": 200, "generated": "However, she told me that I was at the end!"} +{"id": 201, "generated": "No omnipotente Carehering"} +{"id": 202, "generated": "Dr. Martel believes that 90% of patients who have asked to die thank the childcare staff that it has not accepted this request, after their pain has been alleviated by a Palliativ care team."} +{"id": 203, "generated": "However, it must be said clearly that palliativ care with pain treatment is not omnipotent."} +{"id": 204, "generated": "According to Elsie Monereau, Head of Palliative Care of the Montreal Society of Domestic Palliative Care, 8% of patients do not refer to a pain treatment."} +{"id": 205, "generated": "Thus, at the very end of life, doctors often resort to terminal sedation, which resultes in lellying the patient, either sporadic or permanent until the date of his death."} +{"id": 206, "generated": "We can no longer pretend that we do not perceive this side of suffering."} +{"id": 207, "generated": "Patients who do not alleviated pain will more and more often have the option to appeal to terminal sedation."} +{"id": 208, "generated": "Patients whose pain is not alleviated, everyone say the same phrase: 'I want to die'."} +{"id": 209, "generated": "But that does not necessarily mean, 'I want you to choke me', but 'I would like to see my pain mitigated'."} +{"id": 210, "generated": "This report was possible thanks to a journalism grant from Canadian health research institutions."} +{"id": 211, "generated": "Great real estate estate scandals in Quebec"} +{"id": 212, "generated": "Road construction officials, construction industry companies, money players of political parties and the specialists of the Italian mafia tell every day what they know about a great'system', whereby construction industry, officials, politicians, politicians and investors have spent almost the money on train construction in the capital."} +{"id": 213, "generated": "An \"indusctory\" that was very expensive for the taxpayers of Quebec, particularly in the 1990s and 2000's."} +{"id": 214, "generated": "\"It's strange how the system has broken down since drastic measures have been taken,\" thrills Jacques Duchesneau, a MEP in Quebec and former head of the Montreal police force."} +{"id": 215, "generated": "He has revealed the scandal as a result of a detailed investigation of the misappropriation in connection with the road construction contracts in Quebec, to which the then Prime Minister had reluctantly agreed."} +{"id": 216, "generated": "The \"Duchesneau report\" established a direct link between industry, secret financing of parties, and bribery of public officials."} +{"id": 217, "generated": "\"Besince the start of the Investigation in 2010,\" he emphasisd, \"perhaps only the Ministry of Transport have saved one billion dollars on the Treaties\", because some drew in their instinct to get their share!"} +{"id": 218, "generated": "The Charbonneau Commission 'has already brought down two mayors' he adds, in the hope that it is able to'show the tactics behind the individuals'."} +{"id": 219, "generated": "A permanent Anti-corruption unit established in 2011."} +{"id": 220, "generated": "The permanent anti-corruption unit, created in 2011, is also making major efforts with its troops at auditors, investigations, and government analysts."} +{"id": 221, "generated": "Also the police forces of the 'Marteau' force, which have, since 2009, caused the Montrealn 'channelisation cartel' to be more constraint in the artificial ballooning of the Treaties..."} +{"id": 222, "generated": "In recent weeks, she has conducted in-round house investigations and raised accusations for fraud and corruption against local officials such as Frank Tampino and Richard Marcotte, the mayor of a suburb."} +{"id": 223, "generated": "The next on the list would be Gilles Vaillancourt, who has just resigned from office as the Mayor of Laval, the third largest city of Quebec."} +{"id": 224, "generated": "He is suspected of having repeatedly received bribes in exchange for public orders."} +{"id": 225, "generated": "In fact they were explicitly charged against engineers from the Road Construction Office of Montreal, as well as entrepreneurs of Italian origin, such as Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "The latter triggered concern by explaining to the Commission the functioning of the'system' for obtaining public contracts."} +{"id": 227, "generated": "For several years he himself has paid 3% of the value of the contracts purchased in Montreal to a mediator linked to the mafia that transferred the money to the Union Montreal, the party of Mayor Gérald Tremblay."} +{"id": 228, "generated": "Mr Zambito had his hand in everywhere in the 2000s, giving more than 88,000 Canadian dollars (about EUR 68,000) to provincial parties, especially those who were in power at that time."} +{"id": 229, "generated": "He also admitd to have organized an illegal acquisition for the former liberal VicePresident Nathalie Normandeau."} +{"id": 230, "generated": "Channeling contracts which have artificially increased the costs of it"} +{"id": 231, "generated": "In Montreal, the'system' of corruption worked smoothly."} +{"id": 232, "generated": "The former construction engineer Gilles Surprenant described this in detail to the Commission: in 10 years's, the construction companies gave him gifts, invitations to travel, golf tournaments, restaurants and ice hockey games, as well as bribes and other kinds of start funding."} +{"id": 233, "generated": "Other officials of the Road Office have admitted that they have beenlubed by artificially batting up the bills with false additional services by 30-40%."} +{"id": 234, "generated": "In addition, an organizer of the mayor's party, Martin Dumont, has accused Mr Tremblay of deliberately overlooking a shadow budget that filled his appropriations with black money."} +{"id": 235, "generated": "As a result of these revelations, Mr Tremblay resigned at the beginning of November, driving Montreal into a serious crisis."} +{"id": 236, "generated": "Chantal Rouleau was one of the first Members of Montreal who hit the alarm."} +{"id": 237, "generated": "As mayor of the districtency Rivière-des-Prairies, on the east of the island, from 2010 she stood against the sale of a municipal property purchased for $5 million and financed for 1.6 million builders in booming real estate."} +{"id": 238, "generated": "70% black money in election campaigns"} +{"id": 239, "generated": "From the investigation which is ultimately carried out, she says that it 'draws a thread that allows it to understand how the system inmigranted by ants operates in order to stop the evil and denounce those guilty'."} +{"id": 240, "generated": "She says that the procedure is'muddery but positive'."} +{"id": 241, "generated": "We are cleaning the wound but would need a Montreal-only Investigationing Unit, as well as supervision in order to avoid a return of questionful practices."} +{"id": 242, "generated": "How to clean up."} +{"id": 243, "generated": "regularly."} +{"id": 244, "generated": "Jacques Duchesneau noted that 'officials have stolen several hundreds of millions of dollars', but above all is concerned about the role of \"masryes aware of the tactics\" if they are not put into the frauding of the agency."} +{"id": 245, "generated": "With a share of 70% of arrick money in financing election campaigns in Quebec, he clutters: 'I was told that this is just a weak tynle of reality.'"} +{"id": 246, "generated": "The government of Quebec proposes to limit the donations to parties to $100, which according to it would not change the situation: 'a long as campaign spending is not strictly limited, black money will circulation around in politics.'"} +{"id": 247, "generated": "He recommends a complete review of the public procurement system and the financing of the parties: 'We cannot fall deeper; by taking the bottom of things with courage, we can put the house on a stronger basis with more controls and more will."} +{"id": 248, "generated": "If this story harms Quebec's international reputation and that of Montreal, Mr Duchesneau encourages those who laugh at taking a look into their own courtyard..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "This season, you adopted a new scale with PSG."} +{"id": 251, "generated": "How do you explain this progress?"} +{"id": 252, "generated": "You can explain it through a personal insight, but also through the new dimension of the PSG."} +{"id": 253, "generated": "Großlike players have found their way."} +{"id": 254, "generated": "I am making progress every day at their side."} +{"id": 255, "generated": "The technical staff has also given me a great deal."} +{"id": 256, "generated": "These elements encourage me to improve my game level every day."} +{"id": 257, "generated": "And this is even easier when playing."} +{"id": 258, "generated": "In football, everything goes very quickly."} +{"id": 259, "generated": "But I do not break out with enthusiasm."} +{"id": 260, "generated": "Since my beginnings at the centre of preparatory training of INF Clairefontaine until my game time at Saint-Etienne, I have always made step-by-step progress."} +{"id": 261, "generated": "Consequently, you take advantage of the competition introduced by Carlo Ancelotti..."} +{"id": 262, "generated": "This summer's new entes are used to playing games of very high levels."} +{"id": 263, "generated": "They also know that every training session is a decisive factor."} +{"id": 264, "generated": "This leads to a player like me who wants to face up and give his best."} +{"id": 265, "generated": "By the way, Carlo Ancelotti gives me a great deal in relation to my game position."} +{"id": 266, "generated": "He is supported by co-trainings like Claude Makelele, who was playing in the same position as me."} +{"id": 267, "generated": "Is Ancelotti the right person for the task?"} +{"id": 268, "generated": "That is, of course."} +{"id": 269, "generated": "Ancelotti respects all the technicians."} +{"id": 270, "generated": "At the moment there is no comparable person in the Ligue 1 team, and he is one of the best trainers in Europe."} +{"id": 271, "generated": "He looks back on a rich experience and has won many titles with renowned clubs."} +{"id": 272, "generated": "He had had contact with big players."} +{"id": 273, "generated": "I think he will win other titles in Paris."} +{"id": 274, "generated": "In January, I had an encouraging conversation with him."} +{"id": 275, "generated": "At the time, I just recovered from a series of injuries."} +{"id": 276, "generated": "The trust he has put in me is also an explanation of my achievement."} +{"id": 277, "generated": "What do you think about the first part of the PSG season?"} +{"id": 278, "generated": "Lyon took us on the top place in Ligue 1."} +{"id": 279, "generated": "But we are lading in our backs."} +{"id": 280, "generated": "One of our main goals is the Champions League: this way we have qualified for the eighteth final."} +{"id": 281, "generated": "What is the goal of the club in this competition?"} +{"id": 282, "generated": "We will try to get as far as possible."} +{"id": 283, "generated": "From now on, everything is possible."} +{"id": 284, "generated": "However, we will have our say out against the words of very good European teams."} +{"id": 285, "generated": "Firstly we want to be the first of our group before postage, so that we can play the backplay of the eighth final as a home game."} +{"id": 286, "generated": "Can the PSG become a great European club in the short term?"} +{"id": 287, "generated": "He has already had the budget for it..."} +{"id": 288, "generated": "In order to become a great European club, Paris must win a title and make a long-term name for itself."} +{"id": 289, "generated": "That is not the case today."} +{"id": 290, "generated": "Financially, the PSG provides itself the resources to allow the project to take specific forms."} +{"id": 291, "generated": "Gilr Cardio completed a third contest, standing 111th in Ligue 1 and back from its sixth place for Friday in the fourth place of the season. Still more than two new Burrows have ever managed to win Friday."} +{"id": 292, "generated": "Of course that would be a great disappointment."} +{"id": 293, "generated": "This year we are really interested to anticipate this title."} +{"id": 294, "generated": "During last season we were close to work."} +{"id": 295, "generated": "In May, we were disappointed, because we were strong enough to take victory."} +{"id": 296, "generated": "We finished the season with a very strong performance."} +{"id": 297, "generated": "We have concluded with 79 points."} +{"id": 298, "generated": "Normally, one should be the master with 79 points..."} +{"id": 299, "generated": "But a different team, that of Montpellier, has achieved an even better season."} +{"id": 300, "generated": "I believe this year is the right one."} +{"id": 301, "generated": "Even if the great teams like Marseille, Lyon, or Bordeaux are fighting for the title, I believe that we have the equipment to win it."} +{"id": 302, "generated": "Do you think that the media expect too much from the PSG?"} +{"id": 303, "generated": "In view of what has been invested and the players that we have, it is normal that a lot is expected of us."} +{"id": 304, "generated": "We fully accept that."} +{"id": 305, "generated": "But if we win 4-0 in a home game against Troyes, and you will still find something you can owe us, that's certainly somewhat frustrating."} +{"id": 306, "generated": "One wonders what people expect more."} +{"id": 307, "generated": "We could never win 4-0 every weekend with our competition."} +{"id": 308, "generated": "We are not the FC Barcelona!"} +{"id": 309, "generated": "We are trying to draw up a concept of the game."} +{"id": 310, "generated": "A team builds up with time."} +{"id": 311, "generated": "We have proved our strength in the Champions League."} +{"id": 312, "generated": "Consider Manchester City, an club that has not managed to qualify the eighth finals in the two seasons, and that has also made a lot of expenditures!"} +{"id": 313, "generated": "In terms of the invested sums, they thought that you’d break off by giving you 15 points!"} +{"id": 314, "generated": "This would mean ignoring our opponents and the French mastership."} +{"id": 315, "generated": "Lyon and Marseilles, which were not good in the last season, were \"boosted\" by this new PSG."} +{"id": 316, "generated": "This shows that Ligue 1 round of the 15th round will be an exciting."} +{"id": 317, "generated": "I hope that in the month of May, we will be the smiling winner and tell us that despite the difficulties, we finally won them."} +{"id": 318, "generated": "The PSG seems to be being fully dependent on Zlatan Ibrahimovic’s performance."} +{"id": 319, "generated": "So all the better that one talks of a \"Zlatan dependence’."} +{"id": 320, "generated": "That means that Ibrahimovic is powerful and shoots many targets."} +{"id": 321, "generated": "This is why he came and he proved that he is the star of the Ligue 1."} +{"id": 322, "generated": "Everywhere he played, he has realized that he is a great player and a great star."} +{"id": 323, "generated": "Within the team we respect both the player and the person."} +{"id": 324, "generated": "He also respects the people who surround him."} +{"id": 325, "generated": "What he has achieved is truly exceptional."} +{"id": 326, "generated": "This encourages others to improve their game level."} +{"id": 327, "generated": "Thiago Silva, who is one of the best defenders in the world, also allows everyone else to make progress."} +{"id": 328, "generated": "How have you experienced the 2012 European Championship with the French National Team?"} +{"id": 329, "generated": "Like a disappointment."} +{"id": 330, "generated": "I was committed to participating in this EM."} +{"id": 331, "generated": "Unfortunately, my injury has prevented me from losing a little time."} +{"id": 332, "generated": "I saw things there, which made me out stronger."} +{"id": 333, "generated": "Today I manage to realize good games in the national team."} +{"id": 334, "generated": "This was my hope since I baptalized with the \"biasis\"."} +{"id": 335, "generated": "We have learnt from what has happened in Ukraine and today we must be exemplary in behaviour."} +{"id": 336, "generated": "What are your views on the first few months of Mr Didier Deschamps at the head of the \"Bleus\"?"} +{"id": 337, "generated": "He has achieved promising results."} +{"id": 338, "generated": "We have a good position in the qualification group for the World Cup."} +{"id": 339, "generated": "The Nationaltrainer is strict, stands very close to its players and encourages for victory."} +{"id": 340, "generated": "Like Laurent Blanc, it was."} +{"id": 341, "generated": "But I do not wish to make a comparison."} +{"id": 342, "generated": "Blanc had achieved his goal by qualifying us for the EM."} +{"id": 343, "generated": "I hope that Didier Deschamps will lead the 'Bleus' to Brazil."} +{"id": 344, "generated": "Does the forced shoot (1:1) in Spain on 16 October represent a start off game?"} +{"id": 345, "generated": "This game has given us confidence."} +{"id": 346, "generated": "Everyone has stood up for all the others."} +{"id": 347, "generated": "Before this meeting in Spain I have never experienced a comparable game in my career."} +{"id": 348, "generated": "vinegar enables pay and sell without a bank"} +{"id": 349, "generated": "The opposite of the current monetary exchanges based on central banks, identified transactions, and processing fees between stakeholders."} +{"id": 350, "generated": "Moreover, as so often in these technologies, a political vision is tangible: the conviction that the current monetary system shaped by bank monopolies leads to financial crises."} +{"id": 351, "generated": "Indeed, CBD invented by Satoshi Nakamoto (a pseudonym) is both a virtual currency (but can be converted in dollars, euros, etc. ) and a protocol for safe exchange such as bites or bits.."} +{"id": 352, "generated": "With 15.000 computers in the network, about 200,000 transactions have already been recorded."} +{"id": 353, "generated": "Several thousand Web sites accept Twitter as a donation or as a means of payment."} +{"id": 354, "generated": "After Cisco reached its $30 peak (€23) in June 2011, it fell five months later to 2 before recovering today to around $10 (rates are available on the twittercharts.com web site)."} +{"id": 355, "generated": "Nothing particularly impressive when compared to world trade of real currencies or financial products."} +{"id": 356, "generated": "Nevertheless, the European Central Bank (ECB) has demonstrated interest in this in a report on virtual currencies published in October."} +{"id": 357, "generated": "She described Mercury as 'the virtual currency with the greatest success\", \"in competition with the dollar or euro' and'sam to conventional currencies'."} +{"id": 358, "generated": "Mercury is different from other kinds of virtual currencies such as the \"credits\" that are used to move forward in a video game you can win or buy (and sometimes exchange back) through games."} +{"id": 359, "generated": "Facebook social network has also developed such a system."} +{"id": 360, "generated": "However, the trade is controlled and processed every time by a central authority."} +{"id": 361, "generated": "With Vodafone, all net nodes are billing book storers, auditors, money issuers, buyers and sellers, at the same time."} +{"id": 362, "generated": "How does this network work?"} +{"id": 363, "generated": "Every transaction between two users does in reality occur between two email addresses, in the form of an email."} +{"id": 364, "generated": "Because the difference is that the user can choose a different address for each payment, which ensures anonymity."} +{"id": 365, "generated": "A number of the data associated with this transaction are electronically signed by a double encryption system."} +{"id": 366, "generated": "In this way the network can check the authenticity of the transaction."} +{"id": 367, "generated": "With the content of the file, it is also possible to ensure that the Twitters traded are present in the widespread public account billing book throughout the whole network."} +{"id": 368, "generated": "The crucial step is to enter this new transaction in this book."} +{"id": 369, "generated": "This is done via a mathematical task started on computers, and the winner, who is a kind of temporary central banker, has the privilege of adding that additional line."} +{"id": 370, "generated": "It is a de fragmenting of the file, that is, converting a large scale file into a shorter and unique electronic fingerprint."} +{"id": 371, "generated": "The computers \"takeer\" the new transaction and add a number to it before \"zerhack\" becomes."} +{"id": 372, "generated": "The aim is to find the number that generate a special fingerprint (loty zeros at the beginning)."} +{"id": 373, "generated": "When this number is found, the other nodes can easily check if it is the right one."} +{"id": 374, "generated": "The transaction is thus permanently linked to the chain of all other transactions, and any modification would change the fingerprints."} +{"id": 375, "generated": "If a user wants to pay twice to fraud very quickly (lesss than 10 minutes) with the same money, only one of both transactions would be validated by the network and the other remains without link, because both fingerprint are different but they naturally not work."} +{"id": 376, "generated": "The computer that solved the task receives 50 Viagras."} +{"id": 377, "generated": "To prevent inflation, this reward will be halved regularly, probably before the end of 2012."} +{"id": 378, "generated": "The vinegars in circulation are therefore limited to 21 million, but disdivible up to a hundred of millionths, which leaves some room for manoeuvre..."} +{"id": 379, "generated": "In addition, the difficulty of the task is increased with any improvement of the computing power."} +{"id": 380, "generated": "The life of the network has already had ups and downs."} +{"id": 381, "generated": "The Web sites that provide services for Mercury have been attacked and the Bristol deposits have been stolen."} +{"id": 382, "generated": "\"The vulnerability used doesn't affect the actual protocol\", inreassures Pierre Noizat, who has just introduced Payham, which is a company for paying with real money and uses the Cisco network."} +{"id": 383, "generated": "The ECB also reports on the possibilities of money laundering via this anonymous service."} +{"id": 384, "generated": "But cash also recognizes these deficiencies."} +{"id": 385, "generated": "Important actors such as Wikipedia refuse donations of this kind."} +{"id": 386, "generated": "By others such as the blog platform WordPress they are accepted."} +{"id": 387, "generated": "Recently, Adi Shamir and Dorit Ron from the Weizmann Institute in Israel have analysed the billing book and shown that almost 80% of Viagras are not in circulation."} +{"id": 388, "generated": "In November a \"Mega-ende sale\" was started."} +{"id": 389, "generated": "\" Thirty thousand dollars have been exchanged,\" says Jon Holmquist, who is working for the Coinabul company that converts Twitters into gold."} +{"id": 390, "generated": "Pierre Noizat, who is also the author of a book about this currency, firmly believes in the potential of this technology as a transaction network."} +{"id": 391, "generated": "His system Paytunia is equivalent to a credit card (with real money) or contactless payment with a mobile phone, but uses Viagra to validate the transactions this makes cheaper."} +{"id": 392, "generated": "Moreover, the holder manages his identity and can thus remain anonymous."} +{"id": 393, "generated": "The system can easily be implemented by the dealers and the latter do not have to install new terminals or computer programmes."} +{"id": 394, "generated": "You just have to specify an address that can be \"fotografed and recognized\" by a phone says Pierre Noizat, who assures that he has thousands of users."} +{"id": 395, "generated": "There is a general trend in which hierarchical systems are being repondered in favour of more horizontal systems."} +{"id": 396, "generated": "\"It will take time before LinkedIn prevails, but 2013 might be a turning point,\" he predicts."} +{"id": 397, "generated": "Moreover, in its report, the ECB intends to reevalue the various risks, now considered to be high, should this currency succeed."} +{"id": 398, "generated": "We have been deducted from Afghanistan."} +{"id": 399, "generated": "And then?"} +{"id": 400, "generated": "French troops have left their area of responsibility in Afghanistan (Kapisa and Surobi)."} +{"id": 401, "generated": "NATO and the USA are likely to follow at the end of 2014."} +{"id": 402, "generated": "It is time for the Afghan army to retake possession of its territory and for the Afghan population to decide their future without expecting any of us."} +{"id": 403, "generated": "In particular, we have punished the Afghan farmers by viewing them as terrorists."} +{"id": 404, "generated": "And ourselves, with our 88 soldiers who were killed, as well as the injured and the damaged."} +{"id": 405, "generated": "The Taliban are composed of foreign extremists, former leaders who fled Pakistan, but often also peasants who deny an armed foreign presence, as they did in the Soviet times."} +{"id": 406, "generated": "They want to defend their centuries-old and archaic traditions, although they joined by jihadists, Pakistani, Arabs, Uzbek, and Tajiks."} +{"id": 407, "generated": "Tolerated, sometimes supported by the local insurgents, the latter will no longer be there if the Western countries become more discrete."} +{"id": 408, "generated": "The withdrawal of French troops from the base in Nijrab, which I have observed from a almond-groveed hill, financed through French loans, has taken place."} +{"id": 409, "generated": "The lorries and tanks convoys surpassed by helicopters have now reached Kabul without being attacked."} +{"id": 410, "generated": "By the end of 2014, the Taliban will no longer be coming to Kabul."} +{"id": 411, "generated": "Since their irresistible march between 1994 to 1996, conditions have changed."} +{"id": 412, "generated": "At the time, Kabul was empty and the country excessive from war owing to the fightings of the various insurtive groups."} +{"id": 413, "generated": "Its takeover power was seen back then as a kind of liberation and a return to security."} +{"id": 414, "generated": "Afghan women have paid the price for the obscurantism of the farmers overwhelmed by Al-Qaida, but their situation has still not improved."} +{"id": 415, "generated": "Former Mujaheddin, the Afghan Government and the current Taliban have a common wish to keep women in a subordinate position."} +{"id": 416, "generated": "The key personalities of the anti-Soviet war came back into power in 2001."} +{"id": 417, "generated": "They have become businessmakers by confiscativating government land to sell them out to refugees from Iran and Pakistan as land for construction, thus taking advantage of the massive American assignment of subcontracts."} +{"id": 418, "generated": "They have fallen into disrepute and most of them were not involved in the battle themselves."} +{"id": 419, "generated": "As I heard in the campaigns, the people want a government that is not made up of puckes."} +{"id": 420, "generated": "Many young people want to leave the country, like those who could take advantage of America’s grants: capital flight is considerable."} +{"id": 421, "generated": "The young people are tired of war and his ideologies."} +{"id": 422, "generated": "During their exile in Iran or Pakistan they have been in contact with the modern world and have enjoyed their advantages."} +{"id": 423, "generated": "About 65% of the population is under 25 years old; Kabul now has 5 million inhabitants, which is one fifth of the total population."} +{"id": 424, "generated": "In cities, state schools are full of boys and girls."} +{"id": 425, "generated": "These young young people, who do not want to reversal to the obscurantism of the previous parties nor to corruption of certain leaders, will have to be given jobs."} +{"id": 426, "generated": "Everyone, including the armed parties, are obsessed with mobile phones; television, with its Turkish series, which represent a modern world, is watched everywhere."} +{"id": 427, "generated": "An army is now in place."} +{"id": 428, "generated": "Will the authorities, whose power they will be under, be seen as legitimate?"} +{"id": 429, "generated": "Former commanders of the anti-Soviet battle are already seeking to restore the militias in the province, which will be escapeing the central government's power."} +{"id": 430, "generated": "Afghanistan, the country of mountains with strong local identities, should havebenefited from a degree of decentralisation using the example of Western nations, but by abolishing the post of the Prime Minister, which existed since the Constitution in 1964, the USA wanted to get out of its own territory."} +{"id": 431, "generated": "President Karza does not want foreign controls, especially in light of the elections planned for April 2014."} +{"id": 432, "generated": "However, his country has been dependent on foreign aid since the 1950s, long before that."} +{"id": 433, "generated": "Industries have not been rebuilt, workable congestions do not exist, and important irrigation systems have not repaired."} +{"id": 434, "generated": "Everything is imported; nothing except fruit and vegetables is produced."} +{"id": 435, "generated": "Private initiative is being given precedence."} +{"id": 436, "generated": "In a country that was detrophyed by 30 years of war, there would have been a need for state control of infrastructures."} +{"id": 437, "generated": "The rumour became widespread that Afghanistan owned immense natural resources."} +{"id": 438, "generated": "This reinforces the impression that Western countries were only there to gain possession of it."} +{"id": 439, "generated": "No mining is possible without energy to process iron or copper ore at the site or without means of transport for exports through the mountains."} +{"id": 440, "generated": "The Chinese have almost left the Mes Aynak copper mine, let international archaeologists (financed by the World Bank) do their excavations at the huge Buddhist sites, and remain the province’s main employer for the mine."} +{"id": 441, "generated": "One day it will also be necessary for Afghanistan and Pakistan, on which largely depends on imports and exports, to restore normal relations."} +{"id": 442, "generated": "The withdrawal of the French combat troops was concluded on 20 November."} +{"id": 443, "generated": "The new cooperation agreement provides for the continuation of traditional aid: Girl and Young Engm, French Institute, University French Institute, French Institute, Cooperation in the military, legal, medical and farm sectors."} +{"id": 444, "generated": "Since 2009, a service called \"civil-military actions\" by the Ministry of Defence (Cimic), which has been banned in 2012, has carried out numerous beneficial agriculture and restoration work in dozens of mountain villages and has been sent by the Ministry of Defence every every year."} +{"id": 445, "generated": "This work, which required a large number of local workers, could help to fuel up the uprising: irrigation, wells, drinking water, reforestation, fruit trees, soil protection and increased agricultural cohesion."} +{"id": 446, "generated": "What souvenir do we leave behind after EUR 2 billion in military spending?"} +{"id": 447, "generated": "A much more modest budget will contribute to improving local living conditions, which are very hard in those valleys, often more than 2000 metres in height."} +{"id": 448, "generated": "The embassy received dozens of written requests for small agricultural projects initiated by municipalities in the province of Kapisa."} +{"id": 449, "generated": "For farmers to free themselves from the uprising led by foreign groups, something which they themselves say they would like to do, they need to continue lower, well-controlled and civilian aid, which directly affect them, for their country's benefit."} +{"id": 450, "generated": "A Sbreaker Blade Constitution in Egypt"} +{"id": 451, "generated": "It is a new poker game by President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt remains divided more than ever on the constitutional declaration that temporarily gives him unlimited power, he has chosen to bet all on one card."} +{"id": 453, "generated": "To the surprise of all, he announced on Wednesday that the Constitutional Assembly would be passing its final version on the next day."} +{"id": 454, "generated": "Just a week ago, the Head of State granted this House two additional months for finalising his work."} +{"id": 455, "generated": "Egypt has been relying on a preliminary, multi- amended text for almost two years now, weakening institutional stability and leading to legal confusion."} +{"id": 456, "generated": "This new initiative has only generated an even greater division between the country."} +{"id": 457, "generated": "For his opponents, the president remains within his 'autocratic Delry', with him continuing 'breaking a word' and 'traming the law against courts'."} +{"id": 458, "generated": "It is assured on the part of its advocates that this is a way to end the institutional and political crisis as quickly as possible and to speed up the transitional process."} +{"id": 459, "generated": "A referendum should be held within 14 days."} +{"id": 460, "generated": "A very short period of time that forces the brothers to abandon their attempts to explain to the Egyptians the text section by section."} +{"id": 461, "generated": "It is also a way for the president to regain his public and democratic legitimacy while protests rotrow throughout the country."} +{"id": 462, "generated": "After affirming in an interview with the US Wochenschau Time, Mohammed Mursi seems convinced that the Egyptians will feel favorable."} +{"id": 463, "generated": "More, since this recourse to an hasty vote will give the Egyptian people a ultimatum: 'Either you vote for my draft or I keep the unlimited power', the latter should be unified after the withdrawal has been accepted."} +{"id": 464, "generated": "85 great-mostly Islamist members of this constitutional Assembly adopted the text yesterday in a strange atmosphere."} +{"id": 465, "generated": "The majority of liberals did not respond to the request."} +{"id": 466, "generated": "Just before the constitutional declaration in mid-November, they turned their turn for feeling that they had not been able to express their views."} +{"id": 467, "generated": "Representatives of human rights organisations, religious minorities or civil society have acted in similar ways."} +{"id": 468, "generated": "To achieve a quorum, 11 persons, deputy Members, were added in haste yesterday morning."} +{"id": 469, "generated": "Some are very close to the Muslim remains."} +{"id": 470, "generated": "It is not surprising that the articles were largely approved unanimously."} +{"id": 471, "generated": "The commentators found it entertaining, incidentally, that the only divisions of the day... were expressed in the time clock for prayer, because some members of the body believed the needle clock was consistent with the constitutional law."} +{"id": 472, "generated": "The text, which was adopted yesterday evening, consists of 234 articles."} +{"id": 473, "generated": "Article 2, which atftracted all attention, ultimately remains the same as that of the 1971 Constitution and states that'shariia principles are the main source of law'."} +{"id": 474, "generated": "The Salafist parties, for which establishing Islamic law is an important demand, hadhoped to replace 'the principles' with 'the rules' which would have made it stricter application possible."} +{"id": 475, "generated": "For the Islamists, the fact that this article has not changed is proof of their good will and their respect towards the other members of Egyptian society."} +{"id": 476, "generated": "' hypocrisy' answer to the Liberals, who regard this only as a propaganda attack."} +{"id": 477, "generated": "This is because they say that the Constitution is Islamizedised via other articles."} +{"id": 478, "generated": "They bear in mind in particular of Article 220, which recognises an advisory role for Al-Azhar University, in particular with regard to the checking of conformity with Sharia laws."} +{"id": 479, "generated": "According to Egyptian specialist Sophie Pommier, this is very worrying, since 'the persons who are asked to give an opinion have not been elected and have no democratic legitimacy at all."} +{"id": 480, "generated": "You can see the first signs of a theocracy in here'."} +{"id": 481, "generated": "Liberal fears are also feedd by the fact that the next rektor at this university is likely to be far less moderate than the one now."} +{"id": 482, "generated": "\"There is currently no concrete religious commitment to be recognized."} +{"id": 483, "generated": "With this Constitution, we shall remain within the framework of the bourgeois state."} +{"id": 484, "generated": "Most of the lawyers working on this text are not just Ulema, but rather academics, some of whom have been trained in the French system\", appveniant Alexis Blouet, who is doing a doctoral work on the French Council."} +{"id": 485, "generated": "However, he acknowledges 'that there may be ambiguity concerning Article 220, since the terms used are based on religious vocabulary."} +{"id": 486, "generated": "In particular, you refer to the \"Fiqh\" [Islamic caselaw, Maj. d. Red.]."} +{"id": 487, "generated": "And in the future, the question could be raised to what extent civil judges have the competence to decide on this.'"} +{"id": 488, "generated": "Alongside its religious aspect, the text adopted yesterday is strongly criticised on the basis of the far-reaching powers that it grants to the President of the Republic."} +{"id": 489, "generated": "The Muslim masaters argue that these are significantly reduced in comparison with the former regime."} +{"id": 490, "generated": "Another point of dispute: the powers of the army."} +{"id": 491, "generated": "In accordance to the military’s wish, the examination of the defence budget is not tabled before Parliament, but a national council of defence."} +{"id": 492, "generated": "Similarly, there will be no ban on civil proceedings in military courts, as the human rights defence associations have requested."} +{"id": 493, "generated": "The latter also communicate their fears about the text which they regard as a threat to freedom."} +{"id": 494, "generated": "The act of blasphemy is being maintained and insults are now prohibited, with serious consequences for freedom of expression, especially for the press."} +{"id": 495, "generated": "Moreover, no article longer refers to the protection of women, underlines Heba Morayef from Human Rights Watch."} +{"id": 496, "generated": "In their view, the only positive point is the ban on torture under Article 36."} +{"id": 497, "generated": "This word was not present in the previous Constitution."} +{"id": 498, "generated": "While the Egyptian President had to speak out on television yesterday evening, demonstrations are planned for this afternoon."} +{"id": 499, "generated": "The advocates of the Head of State will march on Saturday."} +{"id": 500, "generated": "In Israel, Ukrainian tourists expect holy places, the world's naveble, and a sea of salte."} +{"id": 501, "generated": "The promised land unifies in itself the glory of biblical truths, modern comfort and an untouched nature."} +{"id": 502, "generated": "AIF shows you the five most important reasons for visiting Israel."} +{"id": 503, "generated": "Lew Off the Holy Places"} +{"id": 504, "generated": "Visit the Jordan River, where Jesus was baptized."} +{"id": 505, "generated": "It is said that all who bathe in that river will receive God’s blessings."} +{"id": 506, "generated": "Galila is the place where Jesus did his miracles: the transformation of water into wine during a wedding ceremony, walking on the water, the pressensification of the stormour and the fishing."} +{"id": 507, "generated": "Just here, Jesus appeared after the resurrection of his disciples."} +{"id": 508, "generated": "Most of the sanctsancties, however, are found in Jerusalem."} +{"id": 509, "generated": "Believers here take part in the Path of Deslundance or Path of the Cross of Jesus Christ (in Latin: Via Dolorosa)."} +{"id": 510, "generated": "The path starts at the Roman fortress of Antonia, Pretorium, where the court was committed, leading through the streets of the old city to the tombre's church on the mountain Golgotha, where the cruciciation point, the astation stone, and the tomb"} +{"id": 511, "generated": "Here is, according to Christian conception, the world’s Nable that symbolize the salvation of humanity."} +{"id": 512, "generated": "The Monastery of Holy Cross Jerusalem stands at the place where, according to a Christian legend, the tree grew of which the cross was made of for the crucision of Jesus."} +{"id": 513, "generated": "Jerusalem is also the most holy place of the Jews - the Wall of Lament, the remains of a temple destroyed by the Romans in 70 AD."} +{"id": 514, "generated": "Traditionally, this is where people of various faiths are leaving papers with wishes, then come to reality."} +{"id": 515, "generated": "Travel Higher"} +{"id": 516, "generated": "The ruins of the fortress Massada form the remains of the secret hiding space from enemies that the Herod of the Great built up for his family in 25 AD."} +{"id": 517, "generated": "They are situated on a rocky wall in the mountains at 450 meters above sea level."} +{"id": 518, "generated": "Only mountain climbers can reach the ruins on their own."} +{"id": 519, "generated": "All the others brings a cable car up to this historic summit."} +{"id": 520, "generated": "The famous Hermon ski resort is situated in the north of the country at an altitude of 1600 to 2040 mm as it attractscountless numbers of tourists during the winter months."} +{"id": 521, "generated": "From the foot of the mountain you will get there with a shuttle bus."} +{"id": 522, "generated": "The ski slopes have a total length of 45 kilometres."} +{"id": 523, "generated": "According to an old legend, supposedly panic gods lived on the mountain peak."} +{"id": 524, "generated": "Unique Museums"} +{"id": 525, "generated": "There are almost 300 museums in this country."} +{"id": 526, "generated": "Not all of them can be visited on just one trip."} +{"id": 527, "generated": "But at least the five most interesting of these should be visited."} +{"id": 528, "generated": "Among them, the Israel Museum is close to the Knesset (Parlament)."} +{"id": 529, "generated": "There old mutran manuscripts or rolls from the Dead Sea found in rock caves in the Judean desert are preserved, as well as approximately 500 thousands of archaeological and anthropological exhibits."} +{"id": 530, "generated": "The Museum of Art in Tel Aviv is also worth a visit."} +{"id": 531, "generated": "There, the collection of works of the Impressionists and Expressionists Monet, Pissaro, Renoir, Cézanne, Sisley, Matisse, Modigliani, Chagall and Picasso is exhibited."} +{"id": 532, "generated": "In Akko you can visit the Museum in the Bad Al Basha, which houses several rooms coloured with ancient Turkish baths with sculptures made by the visitors of the time and bathteachers."} +{"id": 533, "generated": "In Caesarea you should visit the unique private Ralli Museum, where you can observe sculptures by Dali and Rodin."} +{"id": 534, "generated": "There are no museum guides and no souvenir shops."} +{"id": 535, "generated": "The entry is free and donations are generally rejected."} +{"id": 536, "generated": "The fifth Museum, the Holocaust Museum or Yad Vashem in Tel Aviv, tells about one of the most shockning chapters in history."} +{"id": 537, "generated": "The most attractive department is the monument to the children, built in memory of the 1.5 million children who were destroyed in the concentration camps and gas chambers."} +{"id": 538, "generated": "When you enter the room, there is completely dark."} +{"id": 539, "generated": "Stars pdrop."} +{"id": 540, "generated": "And it sound up the names of the Jewish children, and the lands in which they died."} +{"id": 541, "generated": "Ukraine is also mentioned there."} +{"id": 542, "generated": "Doing Something For Health"} +{"id": 543, "generated": "Israel’s three main recreational areas are located on the shores of the Mediterranean, the Red Sea and the Dead Sea."} +{"id": 544, "generated": "On each of the three places there are swimming pools, water parks, dolphins and oceanaries."} +{"id": 545, "generated": "What is astonishing is that people are bathing in the Red Sea also during the winter months since the water temperature there doesn't fall below 21°C and the air gets heated to 23°C."} +{"id": 546, "generated": "The Dead Sea is even warmer, and there is bathing all year round."} +{"id": 547, "generated": "Incidentally, this unusual sea, at 417 metres below sea level, is the lowest sea in the world."} +{"id": 548, "generated": "Its turquoise blue water has a high salt content and thereby even wearing non-swapps without problems on the surface."} +{"id": 549, "generated": "The surrounding landscape is indistiertably beautiful."} +{"id": 550, "generated": "Visitors come here for treatments with use of salt water (natural salt sole) and healing mud, as well as for treatment of skin inflammation, allergies, asthma, ezema, arthritis, bronchitis, sugar rank, direct and soree parts, moral treatment etc."} +{"id": 551, "generated": "Touching the Secret of Antiquity"} +{"id": 552, "generated": "These secrets are found in the old town of Tel Aviv, namely the town Jaffa on the Mediterranean coast."} +{"id": 553, "generated": "The famous sea route passed through this city that interlinked Egypt, Syria, Anatolia and Mesopotamia."} +{"id": 554, "generated": "The city is cited in ancient Greek and ancient Egyptian legends."} +{"id": 555, "generated": "Tradition suggest that Noah had just built his arch here, and Perseus saved the beautiful local Andromeda, with whom he had a long and happy life in this place."} +{"id": 556, "generated": "Tourists like to walk through the narrow streets named after signs."} +{"id": 557, "generated": "According to the legend, Fortuna will be held by everyone touching the walls in the streetway with its asteric sign."} +{"id": 558, "generated": "In Jaffa you can meet newly binddred coupleies from all over Israel and even elsewhere when taking a photo."} +{"id": 559, "generated": "In Caesarea, the city of King Herodes, you can walk through the Roman theatre and conquer the fortress of the Crusads."} +{"id": 560, "generated": "In the Roman times, Caesarea was the most important city of Jua and residence of the Roman holders, including Pontius Pilat."} +{"id": 561, "generated": "Today, in the carefully restored theatres, there are directing evening concerts and operas."} +{"id": 562, "generated": "Trade tradinglist for tourists"} +{"id": 563, "generated": "If you travel to Israel, don't worry about your poor English skills: About 30% of Israelis speak Russian."} +{"id": 564, "generated": "It is better to take the money on your journey in dollars rather than dollars."} +{"id": 565, "generated": "They can mostly be reached by bus to Jerusalem, but the only metro line in the country of Jerusalem, with six stations that connects the lower city with upper city. The most popular common routes in Jerusalem include the A-s [9] Transport cannot be allowed but, without no metro in Haifa, they"} +{"id": 566, "generated": "In fact, it is an underground fiial railway."} +{"id": 567, "generated": "There are some fine streets linking to Pingn, but they're some of the most thrilling places in the city. If you want to get to Pingn in the city centre, then a new bus will be a surprise to help you."} +{"id": 568, "generated": "According to Jewish tradition, the s Sabbat ceremony is held on Saturdays in Israel."} +{"id": 569, "generated": "From Friday evening to sunset on Saturday, markets and shops are closed and public transport rests."} +{"id": 570, "generated": "And the working week begins on Sunday morning."} +{"id": 571, "generated": "In many cafés, restaurants and guesthouses are served onlykoscher food, which excludes pig-meat, marine products, non-tromking fish and food containing both milk and meat products."} +{"id": 572, "generated": "Instead, you can choose between different dishes made with hammel and beef, soups and desserts (parated with coconut milk), traditional Jewish humus prep, different sauces, fried balls, alvean vegetables, etc."} +{"id": 573, "generated": "There are no osty dogs in the streets of Israeli cities."} +{"id": 574, "generated": "There are many well-nourished cats who roar comfortably and stopless through the streets."} +{"id": 575, "generated": "In the evenings you will even see them parking cars sleeping on the roofs."} +{"id": 576, "generated": "The cats like busy places and do not say no to delicious."} +{"id": 577, "generated": "A rental car costs according to their brand from $37 a day (Hyundai Getz) and costs up to $188 (Audi A6, Volvo S80)."} +{"id": 578, "generated": "The insurance costs an extra $15 a day."} +{"id": 579, "generated": "And bicycle rental costs 15 choke a day."} +{"id": 580, "generated": "There are many exhibitions up until 1982 so a number of castles are increasingly bigger and increasingly imworkable. A juvenile visitor, someone will come out from Balgoa - a long time ago now that was not in this category."} +{"id": 581, "generated": "In numbers"} +{"id": 582, "generated": "In 2012, more than three million tourists from all over the world visited Israel."} +{"id": 583, "generated": "Most of the adventurers and leisure seekers came from Russia, France, Germany, Italy, England, the USA and Ukraine."} +{"id": 584, "generated": "From January to October 2012, 118,8 thousand Ukrainian tourists entered the pledged land, which was an increase of around 51% in comparison with the comparison period in 2010 before the visa waiver on 9 February 2011."} +{"id": 585, "generated": "\"The great and powerful\" that leads to Moscow: Save migrants money for language"} +{"id": 586, "generated": "While MEPs and civil rights experts are discussing the benefits of brought by the law on binding language tests for migrants, criminals are already trading with falsified certificates."} +{"id": 587, "generated": "Every year, 13 million migrant workers come to Moscow, St. Petersburg and other cities of Russia."} +{"id": 588, "generated": "Most of them are the citizens of Central Asia: Uzbekistan, Tajikistan, and Turkmenistan."} +{"id": 589, "generated": "Their only aim is to earn money for families whoremained at home while preserving."} +{"id": 590, "generated": "On 1 December, a law entered into force which states that every job migrant has to pass a test certifying a knowledge of the Russian language."} +{"id": 591, "generated": "So far, this regulation applies only to migrants who would like to work in the services sector, local housing and retail trade."} +{"id": 592, "generated": "However, by time, according to a federal migration authority, the tests should become compulsory in the future for all immigrant workers."} +{"id": 593, "generated": "You have to put not only language tests, but also tests into Russian history and the foundations of legislation."} +{"id": 594, "generated": "The knowledge of language must be proved both for the receipt and the extension of the work permit."} +{"id": 595, "generated": "Exceptions apply only to citizens from countries in which Russian is the official language."} +{"id": 596, "generated": "Also exempt by this law are persons receiving certificates and diplomas prior to the disintegration of the USSR in 1991."} +{"id": 597, "generated": "Meanings, problems and protection of rights"} +{"id": 598, "generated": "All of the exam centres will be run under the aegis of the Pushkin Institute for the Russian Language, the Russian University of Friendsmenities, the Moscow State University, Saint Petersburg State University, and other Russian countries."} +{"id": 599, "generated": "Migrants can perform the tests in all cities, and now more than 160 centres associated with them have already been opened in Russia."} +{"id": 600, "generated": "The initiative on introducing the tests was supported by MEPs from the State Duma and the Federal Migrations Authority."} +{"id": 601, "generated": "Civil rights activists, on the other hand, before the entry into force of the law, repeatedly asked in the press the following question: what does the whole actually produce?"} +{"id": 602, "generated": "What changes are there to the requirement of having language knowledge, both for Russians and migrant workers?"} +{"id": 603, "generated": "Above all, Speakers of the migratedration Authority in response, this is about reducing the number of forced labour."} +{"id": 604, "generated": "\"Voly are now talking about the protection of the rights of migrant workers,\" says the Head of Representation of the Federal Migration Authority in Tajikistan, Viktor Sebeldev."} +{"id": 605, "generated": "However, their rights must be protected before they depart."} +{"id": 606, "generated": "Only organized recruiting will solve 90% of the problems of foreign workers."} +{"id": 607, "generated": "Migrants with no careers, education, knowledge of the language and medical care are experiencing problems."} +{"id": 608, "generated": "Sebelv is convinced that a future migrant with no language will inevitably meet people with evil intentions, leaving them under the pretext of helping them into a dark, narrow bar, where they may be racked and exported or arrested."} +{"id": 609, "generated": "We get many complaints from our migrants."} +{"id": 610, "generated": "\"In the Home the one will be promised to you, and at arrival you will be defrauvated, have their passports taken off and will not receive the promised wage\", confirms the head of the main Labourmigration administration of the Tajik Migration Authority, Toabmieskichol"} +{"id": 611, "generated": "Do not schuck, chef!"} +{"id": 612, "generated": "Yet, many citizens of the Central Asian republics who want to earn their money in Russia are admission that not only do they not master the language of the target country, they can hardly express themselves in writing in their own language."} +{"id": 613, "generated": "Of course, that is not as much their blame as it is the evil: a few Turkmenish, Uzbek, and Tajiks can even afford proper primary education."} +{"id": 614, "generated": "Because in their families they do not even have money to feed the children, let alone buy them decent clothes, shoes and school mattresses."} +{"id": 615, "generated": "As teenagers, these children immediately seize the first opportunity to earn money."} +{"id": 616, "generated": "\"It's difficult without language skills,\" they admit."} +{"id": 617, "generated": "'You feel degradeted and inferior.'"} +{"id": 618, "generated": "Civil rights advocates emphasise the following important aspect of the law."} +{"id": 619, "generated": "Only migrants with legal status must leave the test."} +{"id": 620, "generated": "If you do not have this status then there is no examination and therefore no official work."} +{"id": 621, "generated": "Meanwhile, the majority of migrant workers continue to live illegally in Russia."} +{"id": 622, "generated": "'Christianly welcome' or 'Forhibired access for Unauthorred persons'"} +{"id": 623, "generated": "Many migrants confirm that it is not easy to get official status in Russia."} +{"id": 624, "generated": "This is due to bureaucratic obstacles and, of course, to difficulties in linguistic terms."} +{"id": 625, "generated": "Moreover, legalization costs money: 12 to 16 thousand rubles."} +{"id": 626, "generated": "A counterfeit registration can be done quickly and only for one and a half thousand."} +{"id": 627, "generated": "Russian police staff know that to a large extent, our documents are counterfeitified and we are not registered and this gives rise to cases of escorting."} +{"id": 628, "generated": "\"You want one or two hundred rubles for cigarettes and tea\", Tajjy Umed Huushkadamdov says to journalists."} +{"id": 629, "generated": "'Doy not fear the cost of false papers'."} +{"id": 630, "generated": "Even on the day that the law came into force, it turned out that not only the migrants' registration documents could be falsified."} +{"id": 631, "generated": "Some falsified certificates certifyifying that the language test has been completed have already been seized by the Federal Migration Authority staff."} +{"id": 632, "generated": "The counterfeit papers have been printed with a ordinary color printer."} +{"id": 633, "generated": "Of course, the new owners did not receive them for nothing: every migrant whohoped to save himself the tests paid seven thousand rubles for the document."} +{"id": 634, "generated": "That is more than twice the cost of the official test: this is costing a migrant worker three thousand rubles."} +{"id": 635, "generated": "Both officials and civil rights defenders agree that the most immediate task is to protect the system from corruption so that the certificates cannot easily be bought."} +{"id": 636, "generated": "For the moment, the authorities can only promise migrant workers who pass through the test for the first time that they will have time to secure a basic language course."} +{"id": 637, "generated": "In addition, newcomers with no language skills are offered positions in areas where there is no need for understanding with people."} +{"id": 638, "generated": "Dismissing the Illegal arms Market of Interior Affairs"} +{"id": 639, "generated": "Extremly Disppy Crimeries Legal Weapons"} +{"id": 640, "generated": "The Russian Interior Ministry is planning to tighten the weapons law for private weapons owners."} +{"id": 641, "generated": "The authorities are thus acting to the most recent events, such as injured persons, when shot at weddings, and seven dead at the amokk run of Moscow Juristen Dmitri Winogradovskov."} +{"id": 642, "generated": "The police wants to ban the use of non-lethal weapons in public opinion and raise the age of owning firearms from 18 to 21 years."} +{"id": 643, "generated": "The proposal has been endorsed by the chairman of the Duma Committee on Security and Anti- Corruption, Irina Jarowaja and promised that amendments to the Weapons Act would shortly be submitted to the Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian authorities want to combat the problems by 'atting the screws'."} +{"id": 645, "generated": "An open letter was published on the Internet, and whose authors - representatives of various weapons associations - ask the authorities to refrain from'senseless tightenings'."} +{"id": 646, "generated": "The Zaisno served by the Liberals sced Russian Deszelov Kul in the disaster following the massive sun weather and appealed Kavultova of a Russian sentence of her decision to go to justice to give Shaisno's help."} +{"id": 647, "generated": "According to the statistics of the Interior Ministry, 142 crimes were committed with the use of registered weapons during six months in 2012, while the total of 1,168 thousand offences were recorded over the same period."} +{"id": 648, "generated": "The authors of the open letter are convinced that tightening up the law for private weapons owners will not deter criminals from serving on the black market."} +{"id": 649, "generated": "At present, according to the authors, you can find every possible weapon in Moscow for little money."} +{"id": 650, "generated": "Meanwhile, the Ministry of the Interior underlines that the proliferation of illegal weapons is under control."} +{"id": 651, "generated": "Suppliers: from factories to officers"} +{"id": 652, "generated": "Weapons enter the black market via several channels."} +{"id": 653, "generated": "There are five of these main canals, a former cole Colonel Viktor Baranez tells that he was in the Ministry of Education and in the general staff for 10 years."} +{"id": 654, "generated": "Screenshot of a website that accepts weapons orders"} +{"id": 655, "generated": "The first channel is the army or the military, that is to say weapons that were stolen during the battle in the Caucasus."} +{"id": 656, "generated": "\"The weapons were stolen by both Russian officers and the Caucasians themselves,\" says Baranez."} +{"id": 657, "generated": "On the second channel we find illegal weapons which are stolen by criminal guards."} +{"id": 658, "generated": "Baranez explains that this includes weapons stolen both from the police weapons' chambers and directly from employees from the law enforcement authorities."} +{"id": 659, "generated": "Other weapons which are illegally sold originate from military weapons warehouses."} +{"id": 660, "generated": "Explosions have often occurred in many military camps."} +{"id": 661, "generated": "\"There is evidence that in some cases it was fireing in order to disguise the lack of weapons,\" says the former military officer."} +{"id": 662, "generated": "According to Baranez, the weapons manufacturers also contribute to the black market."} +{"id": 663, "generated": "\"Today there are innumable private weapons factories that do notwithstand international competition, and therefore the weapons are inevitably s wasteimuned in the black market, such as Moscow,\" the expert reported."} +{"id": 664, "generated": "Another channel of the black market is smuggling."} +{"id": 665, "generated": "A particular number of guns and guns come from poor countries such as Kyrgyzz."} +{"id": 666, "generated": "\"Whereby there is its own production, sometimes handcraft, as well as the mafia that organizes smuggling,\" explains the former military member."} +{"id": 667, "generated": "Where do the weapons come from?"} +{"id": 668, "generated": "Experts calculated what proportion of each five channels is equivalent to the supply of the black market with illegal weapons."} +{"id": 669, "generated": "In 2011 a report was prepared by the Centre for Problem Analysis and Public Administration."} +{"id": 670, "generated": "The experts analysed reports from the Ministry of the Interior and the Federal Service of State Statisticss, criminological literature and publicly accessible data on portals about weapons."} +{"id": 671, "generated": "The majority of illegal weapons, according to the investigator, comes from the army and the legal rescud authorities."} +{"id": 672, "generated": "Half of all weapons on the black market are made there by the 'debt of individuals responsible for weapons in their work', the report says."} +{"id": 673, "generated": "According to the researchers, 17% of weapons comes from conflict areas, 14% are used for theft in weapons production, and 5% comes out of illegal excavations."} +{"id": 674, "generated": "A sales consultant from an weapons shop that does not want to be named by name assures that the weapons found at illegal excavations have not bought anyone for a long time because they are out of date."} +{"id": 675, "generated": "He said to him that it is more common for merchants to buy the supply in an weapons store."} +{"id": 676, "generated": "A flag can be used to buy a weapon, for example a TT type gun."} +{"id": 677, "generated": "The weapon is displayed and handed over through the fence."} +{"id": 678, "generated": "\"The dealer brings the weapon into town and sell it there for 900 Euro per piece with two magazines,\" he says."} +{"id": 679, "generated": "\"The police clearly knows everything and therefore if it cannot respect the crime detection plan, it periodically conducts control purchases with dealers that offer illegal weapons,\" adds the sales adviser."} +{"id": 680, "generated": "'As in the luxury shop'"} +{"id": 681, "generated": "Buyers and sellers find themselves most often those with their friends to each other."} +{"id": 682, "generated": "I was looking at websites and blogs when someone got aware of of me and suggested to come to the station 'Begowaja', where a person was waiting for me who would take me to a certain place, where we could negotiate the price."} +{"id": 683, "generated": "When the character was there, Captain Gard had hit him, and an infatizing girl was likely to die slightly out. I later learned that a curit had affected his child with the weapon within the Enterprise's parents and Nula was forced to go through the starship in order to hit and"} +{"id": 684, "generated": "Military Commentator Viktor Baranez"} +{"id": 685, "generated": "\"In order to get a weapon, I need a friend who has contacts,\" says the sales adviser, \"I have such a friend but I don't trust him\"."} +{"id": 686, "generated": "There are dealers on the markets, but you have to go there and agree on a code like 'by Iwana Iwanovich, which would suggest that the daughter lost a tooth'."} +{"id": 687, "generated": "At the moment I even come to finding some hit rings over a friend whom I trust."} +{"id": 688, "generated": "He also gives me the shit rings simply because he knows I don't leddle him."} +{"id": 689, "generated": "Newcomers are looking for weapons in many ways."} +{"id": 690, "generated": "Former military member Viktor Baranez tried to choose in the mid-1990’s as the buyer of illegal weapons, when he wrote an article on the subject."} +{"id": 691, "generated": "According to him, the schemes have not changed."} +{"id": 692, "generated": "He got a photoalbum, with picturing \"verything possible\"."} +{"id": 693, "generated": "\"I felt like in a luxury shop,\" the military member remembers."} +{"id": 694, "generated": "According to Baranez, the buyer doesn’t get a cat in a bag, but can try everything."} +{"id": 695, "generated": "As a potential customer I don’t just buy, but I go with the seller into the forest, and there we set a target."} +{"id": 696, "generated": "\"I can then shoot there, and if I'm convinced that the weapon has a good shot we negotiate with each other,\" the expert explains the process."} +{"id": 697, "generated": "Shopping from the Sofa"} +{"id": 698, "generated": "Internet search engines show search results to web sites and groups in \"contacts\" where weapons are offered \"for several purposes\"."} +{"id": 699, "generated": "There is no need for any paper, nor does there be any personal meetings."} +{"id": 700, "generated": "\"You only need a suitable amount of money,\" said it in the advertisements on the \"Buying Battlet weapons or Guns' website."} +{"id": 701, "generated": "There users place their orders and make requests."} +{"id": 702, "generated": "Will it also be sold to minors?"} +{"id": 703, "generated": "\"Af course without a license\", user asks \"Iwan\" (verbual quote)."} +{"id": 704, "generated": "\"Cpurchaset a Moscow\", here is the laonic question from \"Fedorenkow\"."} +{"id": 705, "generated": "The Federal Security Service recently switched off a lot of pretendious sites, and buyers who want to purchase weapons go to the net up to the day."} +{"id": 706, "generated": "People come like hungry fish at the feeding and then land in Siberia and are allowed to slaw off coal."} +{"id": 707, "generated": "Military commentator and former Military Criist Viktor Baranez"} +{"id": 708, "generated": "I have heard about the following: the website is usually registered abroad and Russian laws do not apply."} +{"id": 709, "generated": "The persons responsible accept the orders."} +{"id": 710, "generated": "The buyer transfers the money via a bank automat machine."} +{"id": 711, "generated": "\"As response he gets a photo and the description of the hiding of the weapon,\" reports the press spokesman of the nonprofit nonprofit organization \"Pravo na oryhie\" Dmitrij Kislow."} +{"id": 712, "generated": "Viktor Baranez stresses that in the end, you can go empty and get behind grid when you place a request on a website."} +{"id": 713, "generated": "The Federal Security Service recently turned off innumerable pretendual pages, and buyers who want to buy weapons go into the service's dogers to net."} +{"id": 714, "generated": "\"The people come like hungry fish at the feeding and then end up in the Siberian work camp and are allowed to sle coal,\" he says."} +{"id": 715, "generated": "One Makarow for US Dollar 100"} +{"id": 716, "generated": "When buying Legal Shooting Weapons, according to experts, prices can be calculated, from USD 100 to US 900."} +{"id": 717, "generated": "According to Dmitrij Kislow from \"Pravo na oryzhie\" organization, one can buy a Makarow gun for about $100 to 300."} +{"id": 718, "generated": "You have to wait up to a and a half months."} +{"id": 719, "generated": "The weapon is issued in military weapons stores of middle-range supervisors."} +{"id": 720, "generated": "According to official statistics of the Ministry of the Interior, the number of offences involving illegal weapons throughout Russia has fallen by 7% to 22.9 thousand in the period January to October 2011, while the number of cases of theft and extoration has fallen by 7% between January and October 2011."} +{"id": 721, "generated": "In the United States, Fast Food and supermarket employees Strse"} +{"id": 722, "generated": "One in four US American youth may eventually be sitting behind Mc Donald's cashchers."} +{"id": 723, "generated": "in recent days, there have been massive protests against low wages across the U.S. Walmart branches and restaurants of popular fast-food chains, including Mc Donald's, Burger King, Taco Bell, Wendy's, and Kentucky Fried Chicken."} +{"id": 724, "generated": "No one can still predict whether the protests will grow further, or whether they will soon run out of the air once again."} +{"id": 725, "generated": "The protests are supported by trade unions and several left-wing non-profit organisations."} +{"id": 726, "generated": "In addition to increasing the modest wages of simple Walmart and fast-food employees, the protest organisers pursue the goal of establishing trade unions."} +{"id": 727, "generated": "So far, this business sector is hardly organised by unions."} +{"id": 728, "generated": "46 cents a year?"} +{"id": 729, "generated": "The protests began last week after Thanksgiving, on so called Black Friday, which sold out in the United States, which was atattracting millions of customers, which sometimes led to crowds."} +{"id": 730, "generated": "That day, some Walmart workers, of whom are 2.2 million worldwide, laid down their work and, together with trade unions and left-wing activists, established branches of the chain that aimed targets at low- and middle-income people."} +{"id": 731, "generated": "Walmart sells all products, from diapers, hunting gunsters, car batteries, dust cleaners, eggs and milk."} +{"id": 732, "generated": "The goods in the Walmart branches is on average between 8 and 27% cheaper than in large supermarkets."} +{"id": 733, "generated": "This is why many of the low-paid Walmart workers only buy in their own workplace."} +{"id": 734, "generated": "Walmart was one of the largest companies in the USA for its prices and its range of goods."} +{"id": 735, "generated": "And because cars, automobiles, and car dealers don't require cheap pay, Walmart is often allowed to sell their goods at least twice a week on markets only. \"can sell a goods at a reasonable rate a day,\" a United Kingdom tax critateur said."} +{"id": 736, "generated": "The latter also complain of tough working conditions, for example, lack of forklifts or hand scanners."} +{"id": 737, "generated": "The participants in Black Friday protests called for wage increases and expressed their anger that the contribution to household health insurance had increased from 30 to $100 a month."} +{"id": 738, "generated": "A typical Walmart employee, earning US $9.5 a hour, could not afford this increase, they said."} +{"id": 739, "generated": "Researchers from the Californian University of Berkeley argue that if the company raised the average wage to $12 a hour, it would cost Walmart 3.2 billion."} +{"id": 740, "generated": "That is about 1.1% more than they are now giving for their wages."} +{"id": 741, "generated": "If Walmart transferred the wage increases completely to the customers, each purchase would cost them only more 46 cents later."} +{"id": 742, "generated": "They would make more spending a year at just $12.39 compared to today."} +{"id": 743, "generated": "Walmart proponents are happy that only nine states protested and there were no losses to that company."} +{"id": 744, "generated": "Black Friday lasted in his shop from 8 am on Thursday until midnight evening the following day, and in that period Walmart sold about 5000 items per second."} +{"id": 745, "generated": "All Walmart cashs performed almost 100 million transactions on Black Friday."} +{"id": 746, "generated": "The company's spokesman, Dan Fogelman, claimed in an interview on the left-wing Huffington Post website that a total of \"less than five\" Walmart employees put down the job and the protest movement \"only another PRP man left the company on the cover.\""} +{"id": 747, "generated": "'Free Kasse!'"} +{"id": 748, "generated": "The protests continued this week in New York, where their destination aren't Walmart branches (which are not desired in this progressive city and therefore so far don't exist), but McDonald's and other cheap restaurants which are to be found in a soothed area."} +{"id": 749, "generated": "McDonald's says the company is selling billions of money and yet they're giving you no illness days, and you're not paying for your honest work!"} +{"id": 750, "generated": "Jumaane Williams, New York City Council member"} +{"id": 751, "generated": "The minimum wage under federal and New York legislation is currently $7.25 per hour."} +{"id": 752, "generated": "Fast-food restaurants are gradually increasing the minimum wage, but not too high, and, on average, their ordinary employees are getting $ 8.90 an hour in New York."} +{"id": 753, "generated": "Less than it nobody deserves in this expensive city."} +{"id": 754, "generated": "How it is possible to manage with so little money in New York would be incomprehensible to me."} +{"id": 755, "generated": "There was a time when almost a quarter of all US youths stood behind the bar after school at McDonald's, but the youth were still living with their parents."} +{"id": 756, "generated": "Hardly anyone saw it as the main source of income, or planned to stay there for longer."} +{"id": 757, "generated": "Now, in interviews with McDonald's employees, I meet people constantly complaining that they are living with this wage and sometimes even have to feed their children."} +{"id": 758, "generated": "On the other hand, there is a comment in the forum Wall Street Journal, whose author notes that it is irresponsible to have children if one does not know how to feed them."} +{"id": 759, "generated": "The participants of the protests that started in front of the McDonald's on 40th Street and Madison Avenue on Thursday at 6.30 a.m. asked that the fast food restaurants' cashers and chefs should pay a minimum fee and remove the beverage from the breakfast room."} +{"id": 760, "generated": "They continued to require the creation of trade unions in the fast food sector."} +{"id": 761, "generated": "US law outbids corporate governance to stand in the way of that target and saw or dismissed union members."} +{"id": 762, "generated": "On the other hand, corporate management does not make it easy for them."} +{"id": 763, "generated": "The foundation of trade unions in the fast food sector is also difficult for objective reasons."} +{"id": 764, "generated": "The most important reason for that is the high levels of staff fluctuations."} +{"id": 765, "generated": "Dissatisfied"} +{"id": 766, "generated": "That day’s loud protests were also in front of many other fast food restaurants in Manhattan."} +{"id": 767, "generated": "the Peak of the protests was a meeting at lunch in front of McDonald's on Times Square, where some local democrats spoke, including city council member Jumaane Williams, who said: 'McDonald's says it's the people that join the Council"} +{"id": 768, "generated": "The demonstrators have also been supported by other prominent New York democrats, for example, mayor candidate, Bill De Blasio, who said that 'we should join in supporting fast food workers so that they get a fair wage and put free investment in the new company!'"} +{"id": 769, "generated": "According to The New York Times, this was the gravest action of its kind in the history of the US’s fast-food industry."} +{"id": 770, "generated": "However, only a few hundred people were there, of whom far not all is employed in the fast-food industry, which has tens of thousands of jobs in New York."} +{"id": 771, "generated": "It is not yet foresee whether the spark of these protests will mobilise whole masses."} +{"id": 772, "generated": "\"Sherto, the brain can only be moderately overlisted\"."} +{"id": 773, "generated": "The theme of advanced reality, which is popular among supporters of modern technologies, has recently been usually perceived via the lens of a special lens."} +{"id": 774, "generated": "First, Google presented a working model during its annual conference in the summer, then in the November it became known that Microsoft had also applied for an appropriate patent."} +{"id": 775, "generated": "However, in talking with the head of the group for interactive 3D technologies in the Microsoft laboratory in Cambridge Shahram Izadi it becomes clear that the glasses were only a passage station for the company’s scientists."} +{"id": 776, "generated": "It attractes the possibility to manipulate virtual objects in the air with mere hands as well as to create virtual freespaces."} +{"id": 777, "generated": "- Please give a brief description of the research which your group is performing."} +{"id": 778, "generated": "- We deal with the interaction between people and machine. However we want to extend the limits of this interaction."} +{"id": 779, "generated": "Until now humanity has mostly been stuck in the phase in which working with pixels is on flat screens, which sometimes are also touched."} +{"id": 780, "generated": "However, we want to predict 5-10 years ahead and predict the radical changes in this interaction."} +{"id": 781, "generated": "For example, the Xbox console and the Kinect sensors are a advancement, and today no Xbox is any more sold without Kinect, as everyone is interested in movement control."} +{"id": 782, "generated": "- How much do we expect for the future?"} +{"id": 783, "generated": "- Although Kinect has brought the interaction to a physical level, a lot of game still occurs on the flat screen, sometimes in 3D."} +{"id": 784, "generated": "The input of information (the system receives more additional data), which could have been improved, the output has not yet been decisive."} +{"id": 785, "generated": "We are attempting to change this, working on genuine three-dimensional representation systems on the basis of different technologies, including projections."} +{"id": 786, "generated": "We must release the computer world into our physical world and make it more perprehensiensible."} +{"id": 787, "generated": "To do this, however, it is necessary for not only the user to be recognized, but also his environment."} +{"id": 788, "generated": "Then we could complement the real world much more easily with virtual objects."} +{"id": 789, "generated": "First of all, we should get rid of these blawing virtual reality-hernias!"} +{"id": 790, "generated": "- What do you think about language control?"} +{"id": 791, "generated": "It is popular, but is it not overvalued?"} +{"id": 792, "generated": "- This is certainly not the general purpose solution, since it raises privacy questions because you do not always want to inform all individuals in charge of their actions and intentions."} +{"id": 793, "generated": "Indeed, any kind of interaction with computers is good, but each in its own particular niche."} +{"id": 794, "generated": "For example, we worked in the area of controlling objects in public places on a project where we experimented with short and brief ones rather than with unloading gestures."} +{"id": 795, "generated": "The gestures were not recorded by the object camera, but by an bracelet that recorded the movements of the bone and muscles."} +{"id": 796, "generated": "It is still relatively large, but theoretically it could be reduced to the size of the bracelet watch."} +{"id": 797, "generated": "But, overall, the future belongs to mixed types of control, like gestures and language."} +{"id": 798, "generated": "- How is that?"} +{"id": 799, "generated": "- We would ask, for example, to give this jadoon to you?"} +{"id": 800, "generated": "They say it and they point it at the same time."} +{"id": 801, "generated": "- I usually say it simply."} +{"id": 802, "generated": "- Oh, that would be very difficult to recognize."} +{"id": 803, "generated": "- Does this mean that you want the user to adapt to what a machine can, and does not, afford at the moment?"} +{"id": 804, "generated": "- Not necessarily, but this is about mutual rapprochement."} +{"id": 805, "generated": "I think that, in the near future, we will have to work primarily on developing new types of sensors which will allow individual reactions to be collected more precisely."} +{"id": 806, "generated": "These can be laser sensors, for example, since they offer a good resolution in depth, which is very important."} +{"id": 807, "generated": "- What are the requirements on modern cameras from your work with Xbox's Kinect sensors?"} +{"id": 808, "generated": "Is the lack of resolution, depth, or anything else?"} +{"id": 809, "generated": "- The current generation is essentially a good starting point for our work in the area of threedimensional detection."} +{"id": 810, "generated": "Of course, 8 Megapixels would not be very bad at a speed of 1000 fps."} +{"id": 811, "generated": "The main thing is not the Megapixels themselves, but the quality of the matrix and the depth."} +{"id": 812, "generated": "In such sense, all current technologies are not good enough for us since the developers of the algorithms have more work."} +{"id": 813, "generated": "It has to take account not only of the resolution along the X and Y, but also along the Z axis."} +{"id": 814, "generated": "The speed and number of images per second are also important."} +{"id": 815, "generated": "The movements of men are extremely dynamic and frankly, the current 30 fps are especially for gestures too little."} +{"id": 816, "generated": "In our laboratory in Redmond, Stephen Betishes developed a contact sensor with a reglable processing delay between 1 and 100 milliseconds, with today's commercial sensors being closer to the second value (60 to 100 seconds)."} +{"id": 817, "generated": "Not all understand how much that influences the interaction of man and machine."} +{"id": 818, "generated": "For my work I needed to have exactly that kind of device, only without touch control and with more images per second."} +{"id": 819, "generated": "- Did not have to increase number of cameras?"} +{"id": 820, "generated": "- Kinect currently works with three \"camas\", where one is actually an infrared station and the second a receiver for the reflected signal."} +{"id": 821, "generated": "And the third camera is indeed a usual RGB camera."} +{"id": 822, "generated": "It is not used to calculate the depth of the object."} +{"id": 823, "generated": "More cameras could solve the problem..."} +{"id": 824, "generated": "Or reinforce the problem, because more calculations are needed."} +{"id": 825, "generated": "Nice would be a flexible, Kinect-like system, where we could play with different camera trends, in order to determine how this helps us to three-dimensional determine a position."} +{"id": 826, "generated": "- If I remember correctly, unlike Google Microsoft did not present its glasses to the public."} +{"id": 827, "generated": "Do you not think that in terms of application of technology of enhanced reality in everyday life, the glasses have the best chances?"} +{"id": 828, "generated": "- Of course it is not pleasant to keep a smartphone in your raised hand always on the way, but I think this: the most fantastic variant would be a \"changering\" extended reality whereby we switch through a Cloud from the glasses to the mobile phone."} +{"id": 829, "generated": "The glasses is a personal gadget and it lies in its strength (Privates you can only see), but also in its weakness, because extended reality by using glasses does not prevent you from working together with other virtual objects."} +{"id": 830, "generated": "- Let's imagine for a moment that the manipulation of virtual holograms in the air is accessible to not only Tony Stark from Iron Man, but also normal mortals."} +{"id": 831, "generated": "There is one problem which critics of this idea often point out: there is no visible reaction!"} +{"id": 832, "generated": "The hands do not feel anything at all!"} +{"id": 833, "generated": "What answers does your group wish to give to this objection?"} +{"id": 834, "generated": "- In my lectures, I often say that the expanded reality is the seventh breakthrough in the interaction between man and machine."} +{"id": 835, "generated": "I think that the eighth breakthrough could well be the integration of tactical perception."} +{"id": 836, "generated": "An interesting method is currently utilizing the second hand as a somewhat unusual projection documentation."} +{"id": 837, "generated": "It is responding excellently to pressure!"} +{"id": 838, "generated": "But there are also technologies that are actually oriented at giving something firm to \"images in the air\", for example, the interference of some oriented ultrasonic radiations creates interference at a specific point where the finger is located, rather than a finger-free."} +{"id": 839, "generated": "There are also bands on the wrist which affect the nerve extension in the fingers, also that is a potential direction."} +{"id": 840, "generated": "- Have you tried to list the brain?"} +{"id": 841, "generated": "Does it think that it makes feel what it should feel if it sees something?"} +{"id": 842, "generated": "- This is a good idea, so we have not yet tried it."} +{"id": 843, "generated": "This is another task which we will deal with with a long time to go, that is to allow a human being that is physically in a closed space to believe he is instead in an open, practically infinite space."} +{"id": 844, "generated": "So far, the brain can only be moderately overvalued, and there are still many working years before us."} +{"id": 845, "generated": "That is exactly what makes work in the field of virtual reality so attractive to a researcher: many topics are only just at the beginning."} +{"id": 846, "generated": "Own taste instead of culture - rosbalt.ru"} +{"id": 847, "generated": "Rosbalt continues the project \"Petersburger Avantgarde\" which is dedicated to city dwellers who form the avant-garde of art and culture."} +{"id": 848, "generated": "The selected list has already landed top representatives of the Petersburg art scene, whose successes go beyond the city’s borders, and these are often recognized in Europe without being known to the rest of Russia."} +{"id": 849, "generated": "The new hero of Rosbalt is the extravagant art artist Kirill Miller."} +{"id": 850, "generated": "The whole city knows Kirill Miller, the beard man attired in red, which can be found at the Russian Museum, the summer garden, at scene meetings or on firings."} +{"id": 851, "generated": "Whereever the pictures of Kirill Miller are exhibited, they attrac large masss of people."} +{"id": 852, "generated": "Kirill Miller is one of the typical Petersburger social-philosophic artists who create new myths. Ever since he has been known as one of the top social-philosophic artists."} +{"id": 853, "generated": "Kirill Miller is a shining personality of the Petersburg avant-garde of the late 80s and early 90s respectively."} +{"id": 854, "generated": "He is also a man of the city and enchants a smile at his fellow citizens through his presence on the streets, giving them good smile."} +{"id": 855, "generated": "He recently grabbed a wrotinal organ and finally became a Petersburg wrotinal organ player, as he had finally felt ready for this difficult role in the existence of his artist, his philosophy, and his image."} +{"id": 856, "generated": "- Kirill, why are you always travelling in red and not in yellow or Turkish in the city for example?"} +{"id": 857, "generated": "I chose the red color as a fashion designer who treats himself with the optic and the image face."} +{"id": 858, "generated": "In this world, Rot is the compromise reached between artists, image advisers, and society."} +{"id": 859, "generated": "In society everything that goes a little away from horror estils aggression and bad behaviour."} +{"id": 860, "generated": "But I want to start a conversation through my protions with people."} +{"id": 861, "generated": "Each of my past provocation was an invitation to talk."} +{"id": 862, "generated": "- When did you know that you had to become a painter?"} +{"id": 863, "generated": "- At an exhibition at the Cultural Palace Newskiy, where my works were exhibited."} +{"id": 864, "generated": "I understood that I have to go down this route."} +{"id": 865, "generated": "Then the days of the old free, but not officially recognised painters went to that end, and new and free painters like myself were incomprehensible."} +{"id": 866, "generated": "I were friends with the painters of the new generation, which meant the representatives of \"Gazonewschina\"; that led to \"Puschkinskaja 10', and then I came to a conclusion."} +{"id": 867, "generated": "I prefer to the theatre, to fashion, music, actually to everything, except to literature."} +{"id": 868, "generated": "- And all that was united forces in your art clinic... - It was important to be at the heart of Petersburg's culture where the best creating artists should unite."} +{"id": 869, "generated": "In 1995 I occupied a room in Pushkinskaya 10, and there was a musical-art club for the Boheme, the house of the Petersburgan Boheme, until the work of the renovation."} +{"id": 870, "generated": "Many were born there: N.O.M., Tequilajazzz, and I also remember Schnur came there with his \"Ucho Van Goga\" project."} +{"id": 871, "generated": "Schnur and his friends sang simple songs to play-back, wearing narrow jerseys, and among them also belonged to the today trendy composer Igor Wdowin."} +{"id": 872, "generated": "When the group began to play live, they became \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg moderated many programs before the time of \"Halli-Galli\"."} +{"id": 874, "generated": "We gave them Trachtenberg, and his great career began it, but he learned the foundations with us."} +{"id": 875, "generated": "The gallery \"D 137\" or the club \"Griboedov\" do also have its origins in the art-klik."} +{"id": 876, "generated": "Our staff and regular guests went there."} +{"id": 877, "generated": "I am a hero of the past century, when culture used to mean something more."} +{"id": 878, "generated": "In 2000, there was a survey in the press on the 'Perities of Our City' award."} +{"id": 879, "generated": "I won in the category \"Artist of the Year\", and this brought me to its peak."} +{"id": 880, "generated": "It is not easy to work in new times by old rules; I am a person of the truth, honesty and culture of the last century."} +{"id": 881, "generated": "It's easy to become famous these days, but culture and popularity are not the same: you can be famous without making cultural contributions."} +{"id": 882, "generated": "- Your works have an distinctive style."} +{"id": 883, "generated": "- Many of my pictures are true pearls and clearly express the topicality and sharpness of thoughts."} +{"id": 884, "generated": "I will have an exhibition entitled \"The Russian Museum als Clowns\"."} +{"id": 885, "generated": "Clowns are timeless."} +{"id": 886, "generated": "I used to be social, but now it paines and causes fear to be so."} +{"id": 887, "generated": "In a clown that blurs everything and loses its tragedy."} +{"id": 888, "generated": "I love the grotesque, and I have grotesque ideas."} +{"id": 889, "generated": "Let us, for example, save the world by saying that everyone has to dress fully."} +{"id": 890, "generated": "Now everyone pays attention to clothing and aims towards the outside and not inside man."} +{"id": 891, "generated": "But perhaps one should not give the hand to a person, but should shove it over one's face."} +{"id": 892, "generated": "The deception disappears by dressed."} +{"id": 893, "generated": "- More recently we saw you in the role of a urban tround organ player - A cultural city should have a hero like this."} +{"id": 894, "generated": "Who, if not I?"} +{"id": 895, "generated": "- Can commercial art also be beautiful?"} +{"id": 896, "generated": "- These days commercial art must be cautious, careful and smoothieling."} +{"id": 897, "generated": "We see the disintegration of cultures."} +{"id": 898, "generated": "In the past, the people formed big groups: the Bohemian people loved one thing, and the simple people the other."} +{"id": 899, "generated": "Now there are micro-communities and it is difficult to enjoy each of them."} +{"id": 900, "generated": "I'm not a hundred-dollar note that everyone likes."} +{"id": 901, "generated": "Now you have to consider whom you will enjoy."} +{"id": 902, "generated": "Now each cultstar has about 100 followers."} +{"id": 903, "generated": "- but several thousands are coming to the occurrences of Stas Michailow!"} +{"id": 904, "generated": "- abandoneded women coming to him, where the sexual-social sphere plays a role."} +{"id": 905, "generated": "For cultural reasons, come are 300 people and not 10 thousand, consequently there is less management, money, and everything dies."} +{"id": 906, "generated": "I have supporters, and what the most important thing is not to dece them and not to destroy what has been achieved."} +{"id": 907, "generated": "In my youth I have painted such images that from a collector even appear in a series of paintings that represent the works of Falk and Laiirov."} +{"id": 908, "generated": "I started with images, which usually come only at the end of my career."} +{"id": 909, "generated": "Today, there are often misunderstandings."} +{"id": 910, "generated": "It is: intellectual culture and consumer culture."} +{"id": 911, "generated": "Consumption has no culture at all, that is quite another."} +{"id": 912, "generated": "I am a person of the past culture and I grew up with artists who lived in poverty and died in poverty and rejected money to paint."} +{"id": 913, "generated": "That is the culture that I support."} +{"id": 914, "generated": "- Kirill, what is missing Petersburg?"} +{"id": 915, "generated": "- Good culture experts."} +{"id": 916, "generated": "They say'serviceers of culture'."} +{"id": 917, "generated": "But not all of them can deal with culture."} +{"id": 918, "generated": "With real tsars it was different, because the tsars perhaps do not understand much of culture, but they understood that right experts are needed."} +{"id": 919, "generated": "There are currently good consultantss in Moscow."} +{"id": 920, "generated": "In Petersburg, we have those who could be experts but they are held in the way because they need the top-leveling experts who will properly evaluate the first and free them the way."} +{"id": 921, "generated": "Now is only your taste that counts."} +{"id": 922, "generated": "The same is true of the Erarta, but if the difference is his true, that they say honestly that they do not accept contemporary art and some painters consequently have to look for other museums."} +{"id": 923, "generated": "- What are you to Petersburg?"} +{"id": 924, "generated": "- Petersburg is not the capital of culture; Moscow has much more culture and a proper breeding ground."} +{"id": 925, "generated": "Art can grow hard on our stones."} +{"id": 926, "generated": "We need a cultural breeding ground, because, for example, we now have more writers than readers - and that is not right."} +{"id": 927, "generated": "In Europe there are many curious people who are going to exhibitions or concerts."} +{"id": 928, "generated": "There are far less of us right here."} +{"id": 929, "generated": "Art must be modern again, as at the beginning of the last century."} +{"id": 930, "generated": "The project is financed through grants from the city of Saint Petersburg."} +{"id": 931, "generated": "Birth in space"} +{"id": 932, "generated": "Earth is in danger."} +{"id": 933, "generated": "Global warming or clash with killer asteroid."} +{"id": 934, "generated": "Karawans of spaceships with people living on board are looking for a replacement planet."} +{"id": 935, "generated": "To save humanity, the important question arises how can we continue in weightlessness or on the planet to replace?"} +{"id": 936, "generated": "I do not think that there are a lot of options to choose from."} +{"id": 937, "generated": "In fact, there are only two real planets we could live, being hypotheticically at least."} +{"id": 938, "generated": "\"Ot Mars and Venus\", says the scientific employee of the Astronomical Sternberg Institute Vladimir Surdin."} +{"id": 939, "generated": "Mars possessed a collection of star ships consisting of human species dwing way to Venus. The ship was only suffered with infections, due to astrion and unlawful floods that may pass over the roads when an hour was taken out of the ship during planning during ephagsological"} +{"id": 940, "generated": "Life would be possible only at high altitude or in the orbit of Venus, in other words, in space."} +{"id": 941, "generated": "The question of reproductive reproduction in space was first dealt with by researchers concerning flora."} +{"id": 942, "generated": "Half a century before, experimentonations with plants were carried out."} +{"id": 943, "generated": "The fourth generation of the peas grown in orbit do not differ in the slightest from the species of the earth."} +{"id": 944, "generated": "It was followed by the breeding of insects, more precisely, of tiny fruit flies (Drosophila)."} +{"id": 945, "generated": "In 1979, quak eggs were sent to space to investigate how weightlessness affects the development of embryos."} +{"id": 946, "generated": "A rather normal chick is developing."} +{"id": 947, "generated": "But then the problem begins."} +{"id": 948, "generated": "\"The problem is that the chinak has to stop; it has to be able to stand on its legs, and begin to move,\" explained the head of the Institute for Medical Biological Problemts RAN, Vladimir Syche and Sunano Litéan."} +{"id": 949, "generated": "Without a strong underground the îkens were overlying wild."} +{"id": 950, "generated": "Ten hours later, the newborn’s instincts completely stumped down."} +{"id": 951, "generated": "The chicks did not react to light and noise."} +{"id": 952, "generated": "Four days later, she simply died."} +{"id": 953, "generated": "\"Told times we let cowks sdrop and then hired them because it is simply impossible to work with them there\", holds Vladimir sychev to the failed experimentment with the cowks."} +{"id": 954, "generated": "The last breeding cage with animals flew 16 years ago into orbit."} +{"id": 955, "generated": "The experiments will continue in spring 2013."} +{"id": 956, "generated": "However, Biosatelliten \"Bion\" will only involve same-sex species."} +{"id": 957, "generated": "There was an experiment with rats that were already sent into space, fertilised."} +{"id": 958, "generated": "In principle, nothing specific has been set out in this."} +{"id": 959, "generated": "\"That was just with the bio satellites, but once again it was only a single experiment and the research must continue,\" noted Vladimir Sychev."} +{"id": 960, "generated": "After the landing, the Space Councils took a young age."} +{"id": 961, "generated": "The problem of reproduction directly in space has not solved yet."} +{"id": 962, "generated": "The task is difficult task."} +{"id": 963, "generated": "Animals ripped out of their natural habitat cannot simply follow their reproduction drive."} +{"id": 964, "generated": "Unlike animals, people could do this in principle."} +{"id": 965, "generated": "Homo sapiens is capable of using abstract thinking and can generate a similar emotional background."} +{"id": 966, "generated": "For ethical considerations, such experiments are not being carried out."} +{"id": 967, "generated": "Yet women have flying into space for 50 years."} +{"id": 968, "generated": "The greatest risk was taken at Tereshkova."} +{"id": 969, "generated": "The most valuable that humanity owns are female organisms."} +{"id": 970, "generated": "Our Moony fled from it and no one on earth could have answered the question: Have they survived the space flight?"} +{"id": 971, "generated": "Will she be able to birth a child after that flight?"} +{"id": 972, "generated": "\"After all, no one answered this question,\" says US space vegetarian Wachtang Wachnadse."} +{"id": 973, "generated": "In June 1964, only one year after a space flight, brought the first female cosmouonna, Valentina Tereshkova, into a daughter."} +{"id": 974, "generated": "The child’s father, Andrijan Nikolaeev, was also cosmomon."} +{"id": 975, "generated": "In 1988, the second space woman, Swetlana Sawizkaja, who was twice in orbit and even performed work outside the space vehicle, grobted a son."} +{"id": 976, "generated": "Yet that risk remains a risk."} +{"id": 977, "generated": "We have only a very few cosmoutes where, after long flights, everything went well and they got healthy youngsters."} +{"id": 978, "generated": "\"The more, the more dangerous it is even on flights to Orbit\", conclusions cosmomon Waleri Polakov, hero of the Soviet Union and hero of the Russian Federation."} +{"id": 979, "generated": "Yet humankind needs to look for new routes in biotechnology, radiation protection, and producing artificial gravation."} +{"id": 980, "generated": "The Hydrolabor at the Preparation Centre of cosmutes is a compulsory station during the preparation for their flight."} +{"id": 981, "generated": "Here, in a mild state, the cosmoutes win routine for work in open space."} +{"id": 982, "generated": "Water represents the seriouslessness."} +{"id": 983, "generated": "Although adults find water pleasant, it’s a environment outside of it; yet infants feel water as a natural element."} +{"id": 984, "generated": "It is as if the little Ichtyander took testimony to the fact that life on the land rises off the ocean."} +{"id": 985, "generated": "There is a connection between the fact that a child is in fruit water in the mother’s belly about 9 months and that makes it easier to get used to water."} +{"id": 986, "generated": "In principle this is logical, as only a short period of 2 weeks elapse from birth to first swimming."} +{"id": 987, "generated": "\"This is too little time to forget something,\" says baby swimming teacher Marina Aksenowa."} +{"id": 988, "generated": "While for a born child weightlessness is a much more natural condition, the woman can not afford without gravity."} +{"id": 989, "generated": "In the state of weightlessness, the belly and basin musclesculture recovers enormously quickly and, as a result, the ability to press the child out decreases too."} +{"id": 990, "generated": "Well, let us avoid this by birth-generating aid."} +{"id": 991, "generated": "Birth could, for example, take place in a special chamber in order to press the child out."} +{"id": 992, "generated": "'But what happens then?' is Waleri Polyakov's minor question."} +{"id": 993, "generated": "On the other hand, the child also needs artificial gravity."} +{"id": 994, "generated": "Without feeling the attraction of the earth, the organism cannot train the skeleton and the muscles."} +{"id": 995, "generated": "A newborn child cannot be put into a load suit in the orbit like an adult for training."} +{"id": 996, "generated": "He will simply lack what is of fundamental importance to his life."} +{"id": 997, "generated": "\"This experiment which we run together, namely the birth of one child in a foreign environment, will lead to the birth of a disabled, a completely unadported person,\" says the leader of the center's bioethics commission."} +{"id": 998, "generated": "To date, the birth of children in space has been nothing but a theory."} +{"id": 999, "generated": "When Wallace received a revamped Spaceship Profile N2(3) and received broadcaster information on Residential Space, L'che also found that Stanley damaged his distant descendants's condition, and that she was going to destroy the planet by that time. Quin found Earth's security damage that caused Kirk"} diff --git a/outputs/deen/seed_123/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/deen/seed_123/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..183af1f --- /dev/null +++ b/outputs/deen/seed_123/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 100, "step": 880600, "bleu": 25.17926305045005, "rouge1": 59.21140666222698, "rouge2": 32.9498599031522, "rougeL": 53.74437069695763} diff --git a/outputs/deen/seed_42/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl b/outputs/deen/seed_42/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl new file mode 100644 index 0000000..ef05b36 --- /dev/null +++ b/outputs/deen/seed_42/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A Republican Strategy to counteract Obama re-election"} +{"id": 1, "generated": "Republican leaders justify their policies with the need to fight election fraud."} +{"id": 2, "generated": "But the Brennan Center considers the latter to be a myth by reaffirm that electoral fraud in the USA is rare than the number of people killed by flash."} +{"id": 3, "generated": "Republican lawyers, incidentally, have recorded only 300 cases of electoral fraud in the United States in 10 years."} +{"id": 4, "generated": "One thing is certain: these new rules will have a negative effect on election turnout."} +{"id": 5, "generated": "In this sense, these measures partly undermine the US democratic system."} +{"id": 6, "generated": "Unlike Canada, US states are responsible for the elections in the individual states."} +{"id": 7, "generated": "In this sense, the majority of American governments have announced new laws since 2009 that have complicated the process of registration or of voting."} +{"id": 8, "generated": "This phenomenon gained in importance following the elections of November 2010 in which 675 new Republican representatives were recorded in 26 states."} +{"id": 9, "generated": "As a result, 180 draft laws were introduced in 2011 alone, restricting the exercise of electoral rights in 41 states."} +{"id": 10, "generated": "The new electoral laws require voters to submit photo IDs and evidence of US citizenship."} +{"id": 11, "generated": "Furthermore, this legislation also shortens the periods for early voting, declare invalids the right to register as voters on the day of election, and denies citizens the right to vote for which a court is going to claim or to vote from one day."} +{"id": 12, "generated": "Before the 2006 elections, no US state required voters to show photo ID."} +{"id": 13, "generated": "Indiana was the first state to demand such a state."} +{"id": 14, "generated": "In 2008, the US Supreme Court confirmed the constitutionality of the Indiana law."} +{"id": 15, "generated": "The Republican authorities rushed up to extend this practice to other states."} +{"id": 16, "generated": "Over the last two years, in 34 states, they proposed laws to force voters to show photo ID."} +{"id": 17, "generated": "It is important to note that, unlike Quebec, US citizens do not have a universal identity card, like the health insurance card."} +{"id": 18, "generated": "Indeed, 11% of US citizens, or 21 million voting persons, do not possess a photo card issued by any government authority within their state."} +{"id": 19, "generated": "In addition, five million new pollers did not have such a card in 2012."} +{"id": 20, "generated": "However, they must often pay more than one hundred dollars to get the required ID."} +{"id": 21, "generated": "The new restrictions affect young people, minorities, and low-income people disproportionately strongly."} +{"id": 22, "generated": "Indeed, 25% of African-American, 15% of persons with income of less than $35.000, 18% of citizens over the age of 65, and 20% of voters between the age of 18 29 do not have the required photo card."} +{"id": 23, "generated": "That goes further."} +{"id": 24, "generated": "Students who are seen as voters voting more for democratic candidates are not allowed in several states to use their photo ID issued by their institution."} +{"id": 25, "generated": "On the other hand, those same states allow members of fishing or hunting clubs, which choose more for the Republican side to use the cards issued by these clubs for elections."} +{"id": 26, "generated": "Before 2004, no federal state demanded proof of citizenship for the voters."} +{"id": 27, "generated": "Arizona was the first federal state to introduce such a demand."} +{"id": 28, "generated": "Since 2011, a dozen states have passed laws requiring voters to prove their US citizenship."} +{"id": 29, "generated": "These measures are clearly aimed at limiting hispanic voices."} +{"id": 30, "generated": "It is obvious that two out of the three Hispanic voters prefer the democratic party."} +{"id": 31, "generated": "Moreover, in 2011, Republican legislators have promoted laws in eight states which abolished the registration of voters on the voters’ day."} +{"id": 32, "generated": "You have also restricted the right of individuals and groups to help those electorates who wish to register."} +{"id": 33, "generated": "These restrictions are not without consequences."} +{"id": 34, "generated": "For example, the voter registration campaigns in the 2004 general elections helped to register around 10 million nationals."} +{"id": 35, "generated": "The measures adopted since 2009 have reduced the share of registration of new pickers in 2010 by 17% compared to 2006."} +{"id": 36, "generated": "Moreover, in five further states, Republican legislators adopted laws aimed at shortening the period of premature voting."} +{"id": 37, "generated": "For example, in the 2008 general elections in Florida, 33% of pre-elected voters were Afro Americans, although they constitute only 13% of state voters."} +{"id": 38, "generated": "The same applies to the Hispanic population."} +{"id": 39, "generated": "The latteraccounted for only 11% of voters, but 24% of citizens whovoted in advance."} +{"id": 40, "generated": "By contrast, the Whites, which represented 76% of voters, composed of only 46% of the voters who chose in advance."} +{"id": 41, "generated": "Of course, democratic legislators and their followers have vigorously opposedd the adoption of laws restricting the registration of electorate."} +{"id": 42, "generated": "Several draft laws were blocked by the vetoes of democratic governors."} +{"id": 43, "generated": "The US advocate-General has intervened to adjun the most controversial laws."} +{"id": 44, "generated": "They were able to partially limit the damage."} +{"id": 45, "generated": "For example, only 16 of the 34 states have adopted laws requiring presentation of a photo card."} +{"id": 46, "generated": "However, the new rules introduced in 2012 will undoubtedly make it difficult to exercise the right to vote."} +{"id": 47, "generated": "The democratic critics denounce the party-political nature of the laws adopted and see them as a clear objective of influencing the results in the states which decisive for 2012."} +{"id": 48, "generated": "A 2011 Brennan Center Center report shows that those states that adopted these laws will make up 171 of the 270 votes required in the electoral body in order to win the presidency."} +{"id": 49, "generated": "It is too early to confirm with certainty these changes in legislation to the electoral system will have a significant impact on the outcome of the presidential elections in 2012."} +{"id": 50, "generated": "But one thing is certain: these new provisions will have a negative impact on election turnout."} +{"id": 51, "generated": "In that sense, these measures partly undermine the USA democratic system."} +{"id": 52, "generated": "Early prostate cancer detection: should the test be done or not?"} +{"id": 53, "generated": "Indeed, the PSA test sometimes produces faulty results, with false negative or even false positive results leading to unnecessary medical interventions."} +{"id": 54, "generated": "This will result in the already indecistive men’ increasedluctance to carry out early detection tests."} +{"id": 55, "generated": "Should the test be done or not?"} +{"id": 56, "generated": "We have obtained the opinion of two specialists."} +{"id": 57, "generated": "In the studies carried out in the USA, there were numerous factors of interference between the control groups, so it is difficult to interpret these data and to make clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe, has concluded that there is a difference in mortality in patients with and without early detection."} +{"id": 59, "generated": "This study has also shown that after 12 years of after observation, metastades are likely to form by 30 to 40% higher if no early detection was performed."} +{"id": 60, "generated": "That is why I recommend the test from an age of 50 or 40 years respectively, if you have a direct relative who has already suffered prostate cancer."} +{"id": 61, "generated": "Men of Afro-American origin also face greater risk."} +{"id": 62, "generated": "The most important thing is to make the right decision once cancer has been identified."} +{"id": 63, "generated": "There are cancers that are aggressive and others that are indolent."} +{"id": 64, "generated": "Patients really must be made possible to understand the extent of their risk of cancer by showing the possible options for prostate cancer to remain untreated when it does not affect the quality of life in the long term, and human mortality is often observed by trying prostaten medicine and by applying fraudulent prostatetherapy drugs."} +{"id": 65, "generated": "Today, many men who have recognized cancer do not have treatment, because their cancer is not aggressive and is not a threat to their lives."} +{"id": 66, "generated": "They are proposed to have active monitoring and are offered treatment as the disease advances."} +{"id": 67, "generated": "Increasing accuracy determines the criteria for determining who should be treated and who should not."} +{"id": 68, "generated": "For this reason, nevertheless, I recommend that the test be carried out."} +{"id": 69, "generated": "However, the most important thing is to talk with his doctor to determine whether or not he should be performed."} +{"id": 70, "generated": "In cooperation with the International Society of Urology, Movember has developed an instrument that can evaluate the advantages and disadvantage of the PSA test."} +{"id": 71, "generated": "This document (currently in English only, but some translation will soon be available) can be downloaded as such: http://ca.movember.com/fr/mens-health/prostate-cancer-screening."} +{"id": 72, "generated": "Prevention of disease"} +{"id": 73, "generated": "Unfortunately, there is no miracle remedy for cancer prevention."} +{"id": 74, "generated": "Despite making progress in research, adopting a healthy lifestyle remains the best way to reduce the risk of having it."} +{"id": 75, "generated": "It is estimated that 30% of cancers could be prevented if all were to eat well and move sufficiently."} +{"id": 76, "generated": "\"If there were no more smokers, that level would rise to at least 50%,\" emphasizes André Beaulieu, spokesperson of the Canadian Cancer Society."} +{"id": 77, "generated": "However, it is estimated that about 10% of cancers are caused by inheritance."} +{"id": 78, "generated": "Several of them remain completely unexsolved."} +{"id": 79, "generated": "For the Canadian Cancerist Society, the fight against tobacco dependence remains a priority, despite the decline in the number of smokers."} +{"id": 80, "generated": "Smoking is responsible for 85% of cases of lung cancer."} +{"id": 81, "generated": "It is also a risk factor for several other types of cancer."} +{"id": 82, "generated": "It greatly damage the health of the people."} +{"id": 83, "generated": "\"Today there are still 1.5 million smokers in Quebec\", the spokesman André Beaulieu regrets."} +{"id": 84, "generated": "Provoting data: 10 years after renounceting the cigarette, the risk of dying of cancer gets down by half."} +{"id": 85, "generated": "Weighte"} +{"id": 86, "generated": "According to the Canadian Canceric Society, overweight and obesity also promote the outbreak of the disease."} +{"id": 87, "generated": "They seem to increase the risk of breast, uterus digestives, waxor digestives, uterus tubes, pancreas, and uterus cancer."} +{"id": 88, "generated": "\"Researchit shows that regular physical activity throughout life protects against hyarchal intestinal cancer,\" he adds."} +{"id": 89, "generated": "Nutrition"} +{"id": 90, "generated": "The organisation also recommends to limit the consumption of red meat."} +{"id": 91, "generated": "There is too great a far greater risk of getting bad from a mery or fatening abdominal cancer."} +{"id": 92, "generated": "Wter goods should also be avoided."} +{"id": 93, "generated": "The conservation of meat through difers, drying or salts may lead to the formation of carcinogens."} +{"id": 94, "generated": "\"Lmolser people can harm the body's cells and lead to the development of cancer,\" he explains."} +{"id": 95, "generated": "Vitamins"} +{"id": 96, "generated": "In recent years, several scientists have been studying the relationship between vitamin additives and cancer."} +{"id": 97, "generated": "However, their investigations are not conclusive at present."} +{"id": 98, "generated": "According to the Canadian Canceric Society, the studies on vitamin E are contradictory."} +{"id": 99, "generated": "While one study discovered a reduction in the risk of prostate cancer, another uncovered rather an increase."} +{"id": 100, "generated": "The effect of vitamin D on cancer has also not been clearly demonstrated."} +{"id": 101, "generated": "Furthermore, Mr Beaulieu underlines the importance of talking to his doctor about his concerns and family burden."} +{"id": 102, "generated": "'Doing early detection test does not lead to cancer.'"} +{"id": 103, "generated": "The Higgs Lion Analysisd"} +{"id": 104, "generated": "The announcement of the likely discovery of the Higgs Bureauandry caused a certain sensation last summer, and for good reason."} +{"id": 105, "generated": "It is indeed believed that this Boson has been involved in nothing less than in the mechanism responsible for the mass size of all objects in the universe."} +{"id": 106, "generated": "Finally, it is the last particle of which the existence of the standard model - our best or \"the least wrong\" explanation of nature and the behaviour of the matter - has been been predicted, but empirically not yet observed."} +{"id": 107, "generated": "But for the physicists, it is not yet completely sure that this really is the Higgs."} +{"id": 108, "generated": "We know without the shadow of any doubt that we have a genuine new particle, and that it is very much similar to the Higgs-Boson predicted by the standard model."} +{"id": 109, "generated": "Moreover, this seems to be confirmed by new data presented this week at a great physics congress in Kyoto, but there is still lack of data to be completely sure of this."} +{"id": 110, "generated": "Let us nevertheless assume that it is in fact the Higgs, because there seems to be only small risk of misleadinging, and have a look at what it is about."} +{"id": 111, "generated": "There is a law necessarily inevitable in this world that means that two objects cannot be present at the same place at the same time."} +{"id": 112, "generated": "It is not possible to violate this rule - and then do not try too much, as you will rub."} +{"id": 113, "generated": "Because even if particle physics is an really strange world, it turns out that such a law also applies to them: the Paulian exclusion principle, which says two particles do not combine the same space to the same space, a single particle does not combine it to the same space."} +{"id": 114, "generated": "On that basis, the physicists divide the particles into two categories."} +{"id": 115, "generated": "In one corner are the good citizens, who are called the Fermione and please obey the Pauli principle."} +{"id": 116, "generated": "And in the other, the Boson move, a bogy band of Anarchists who is not sacred - certainly not this principle, which means that they can in fact be at the same place at the same time."} +{"id": 117, "generated": "According to the website, The Particle Adventure, from the Berkeley laboratories (which is absolutely astonishing), these bosons are divided into two groups: the Mesons that we won't be discussing here, and the \"partponents\" which use the large amount of power to lute themselves into the air."} +{"id": 118, "generated": "Yet it has to be stressed here that these Boson are not all as many exotic creatures as one might imagine."} +{"id": 119, "generated": "If you are able to read this chronicy, it is only thanks to one bo of exceptional banality: the photon or the \"light maarticul\", which is the \"Bote\" of the electromagnetic force."} +{"id": 120, "generated": "when a particle is accelerated with an electric charge, or changed direction, the electromagnetic field becomes \"hord\" at that very place, something like a pebblestone thrown into a pond."} +{"id": 121, "generated": "This \"disfraction\" produces an electromagnetic wave (light, infrared or ultra-viol radiation, etc. ), and this wave is nothing but a photon and therefore one of the Boson \"testants\"."} +{"id": 122, "generated": "More Stable Field"} +{"id": 123, "generated": "The same applies to the Higgs boson, with the difference that a different field, the Higgs field, must be \"dstorted\" so that this boson shows itself."} +{"id": 124, "generated": "However, the Higgs field is much more stable than the electromagnetic field; the pathogen has to reach very high energies, a little comparable to a frozen pond, whose surface is only covered by a very large rock."} +{"id": 125, "generated": "Therefore, a huge particle accelerator such as the CERN - the Large Hadron Collider is a ring of 27 km! - is required to achieve such energies."} +{"id": 126, "generated": "The analogy with the electromagnetic field is again helpful to explain the relationship between the Higgs and the Mass."} +{"id": 127, "generated": "There are in fact not all particles and not all materials that interact with the electromagnetic field."} +{"id": 128, "generated": "Some, like magnets, do this, but others do not - for example, a sheet of paper would never keep in the fridge itself."} +{"id": 129, "generated": "And equally, not all particles interact with the Higgs field: those who do own a mass, while the others (as the way, the Photon) do not own any mass."} +{"id": 130, "generated": "What can all this research do 'good', Mrs Plamondon asks?"} +{"id": 131, "generated": "For science, they serve for verifying the standard model (SM), and they also enable physicists to carefully check all discrepancies between the observations and the SM’s forecasts."} +{"id": 132, "generated": "By the way there are many physicists eagerly hope that such deviations will be found, because the slightest difference could open a door to a \"new physics\" and close some holes in the model."} +{"id": 133, "generated": "One has to say that the latter still has major defects, since it provides no explanation for ups! and the dark matter that makes up about 80% of the matter of the universe (once again ups!)."} +{"id": 134, "generated": "However, CERN has not yet found such deviations."} +{"id": 135, "generated": "Effects"} +{"id": 136, "generated": "The consequences of this research for the general population are more difficult to predict, but it would be wrong to assume that there are none."} +{"id": 137, "generated": "By the way: in the early 60’s, the pioneers of lasers in Bell laboratories did not suspect that their works would trigger such a revolution."} +{"id": 138, "generated": "They saw scientific applications, but nothing else."} +{"id": 139, "generated": "Indeed, the late physicist Willard Boyle - who worked with Bell Labs where the laser was invented in the 1960's, and who was himself the first terrabullr longitudinal laser (the first of which was in 1962 - gave us the conceptual values of an unparalleled value."} +{"id": 140, "generated": "Imagine..."} +{"id": 141, "generated": "Furthermore, applications can also be created from all the instruments which surround research."} +{"id": 142, "generated": "For example, Willard Boyle again developed a small light sensor in 1969 during his works in optics."} +{"id": 143, "generated": "Although it was not its original purpose, this sensor is an “eye” today for all digital cameras around the world and presented it with the Nobel Prize for physics in 2009."} +{"id": 144, "generated": "Of course this doesn’t mean that the activities of the LHC will inevitably change our life, but it means that you really can’t know it..."} +{"id": 145, "generated": "Palliativ care - the best way to die... | Le Devoir"} +{"id": 146, "generated": "Together with its Committee on'Deathing in Dignity', Quebec recently discussed the fishery question of the end of life."} +{"id": 147, "generated": "The debate has to be resumed soon, although a draft legislation is being prepared."} +{"id": 148, "generated": "However, much still remains to be done on this important subject."} +{"id": 149, "generated": "Le Devoir has tried to look at this in more detail."} +{"id": 150, "generated": "A few weeks ago Mr. L. still lived alone in his apartment in the Montérégy."} +{"id": 151, "generated": "The prostate cancer that consumeilted him had left him a two-year period to him."} +{"id": 152, "generated": "\"They gave me five years to live, I made it for seven years\", he said half-heartedly, in his bed at the home of the Palliativ care college Victor-Gadbois in Beloeil, where he arrived on the previous day, near the base"} +{"id": 153, "generated": "\"But it's always a shock, one can not be prepared for it,\" he says."} +{"id": 154, "generated": "The disease does her work: an immense weakness prevents him from going to the toilet alone and even eating himself."} +{"id": 155, "generated": "Siing at the table before a delicious lunch, he agrees to resign to let himself help with the food."} +{"id": 156, "generated": "He courageously manages even to smile and talk to the strangers who are working around him, to bring him his medicines, and to offer him a bath."} +{"id": 157, "generated": "The courageousness of ordinary death."} +{"id": 158, "generated": "\"My greatest desire is to heal my dirrrooh as this is humiliating,\" he said."} +{"id": 159, "generated": "A few hours later, the team found a cure for this evil."} +{"id": 160, "generated": "\"In the course of our lives, we experience that a man is pinking,\" explains Pierre Brodeur, psychologist at Victor-Gadbois's home."} +{"id": 161, "generated": "To return to childhood stage is an unacceptable humiliation for certain people."} +{"id": 162, "generated": "\"This depends on the capacity of the person,\" to accept a backward step, he noted."} +{"id": 163, "generated": "For several people who work in Palliativ care take the view that great events are taking place in the midst of these steps backwards."} +{"id": 164, "generated": "Patients deposited into the home for palliativ care Victor-Gadbois all suffer from cancer."} +{"id": 165, "generated": "They have a maximum life expectancy of three months."} +{"id": 166, "generated": "At this stage, they are no longer subjected to so-called'healing' care by the doctors and nurses who look after them."} +{"id": 167, "generated": "For Mrs A., 89 years, the worst fear is to die 'consciently and due to suffocation'"} +{"id": 168, "generated": "But through the disease I really got to know my children."} +{"id": 169, "generated": "\"I have good children\", adds her."} +{"id": 170, "generated": "\"I have no more wishes in life,\" she says, before she accepts that she is set up with a mask to help her to breathe."} +{"id": 171, "generated": "In the next few days she is still waiting for a final visit from her son who comes from Italy."} +{"id": 172, "generated": "In the home Victor-Gadbois, a group of volunteers offers body care and assistance with food absorbing."} +{"id": 173, "generated": "Palliativ care is used where there are no other possibilities."} +{"id": 174, "generated": "To make the dying more pleasant."} +{"id": 175, "generated": "In Quebec 11.700 inhabitants comes to a bed for palliativ care."} +{"id": 176, "generated": "That is very little if we take into account that one day we shall all die."} +{"id": 177, "generated": "Life is continued here under the best possible conditions, explains Dr. Christiane Martel, one of female home doctors."} +{"id": 178, "generated": "Both at level of physical, emotional or spiritual comfort."} +{"id": 179, "generated": "A dying person is granted a mouth care treatment with Brandy or Pepsi, depending on the person s wish."} +{"id": 180, "generated": "diabetics now no longer have to control their blood sugar levels."} +{"id": 181, "generated": "And death is part of everyday life."} +{"id": 182, "generated": "Yesterday evening we served Mr. X a beer who died during the night."} +{"id": 183, "generated": "This morning his son will drink the beer to the feet of the deceased."} +{"id": 184, "generated": "\"We help relatives ones and patients alike\", reported care director Nathalie Savard."} +{"id": 185, "generated": "At home Victor-Gadbois is not one day like the other."} +{"id": 186, "generated": "Next to an old man of 93, who enjoys last family meetings in the court and is well hedged by his pillows, while one attacks his honors, a young man of 36 years dies who has been expelled to Japan and marginalized for 100 years."} +{"id": 187, "generated": "\"For six months, three to five beds have always been used by cancer patients aged less than 45\", says Dr. Christiane Martel worrying."} +{"id": 188, "generated": "53% of patients entered into the home of Victor-Gadbois come from their home, 47% from hospital."} +{"id": 189, "generated": "Problem of access to the Palliativ care"} +{"id": 190, "generated": "It is said that 77% of Canadians do not have access to pallative care, i.e. care to alleviate the suffering of patients when the latter reached the final stages of their life, both at home, work and health."} +{"id": 191, "generated": "And several organisations, such as Victor-Gadbois home, and the Society for Palliativ domestic care in the Montreal area specialize more or less exclusively in the care of cancer patients."} +{"id": 192, "generated": "It is this huge shortage of health care in Quebec that causes Palliative doctors to have concerns about the adoption of a law regulating euthanasia and assisted suicide."} +{"id": 193, "generated": "Since October, a manifesto has been in circulation signed by prominent palliative personalities such as Dr Balfour Mount and Dr. Bernard Lapointe, to state their opposition to such an initiative of this kind."} +{"id": 194, "generated": "According to Dr. Christian Martel, Quebec's health system is ineffective enough to ensure that everyone is entitled to top-quality palliativ care before being accepted to switch to euthanation."} +{"id": 195, "generated": "Recently, she says, I have seen a patient who has spent 14 days suffering with great pain in the emergency room without taking any measures to alleviation."} +{"id": 196, "generated": "My fear is that the patients want to die simply because they do not receive appropriate healthcare."} +{"id": 197, "generated": "And at the same time several oncoologists treat their patients despite the worst forecasts bare up to the last day."} +{"id": 198, "generated": "Hélène Richard’s chances of survival were already minimal when she broke off congruuous chemotherapy."} +{"id": 199, "generated": "When I informed my oncology that I would break off the treatment, she responded that she was sorry to take my fight up, she told her."} +{"id": 200, "generated": "However, she told me that I was ending up!"} +{"id": 201, "generated": "No omnipotente Careing"} +{"id": 202, "generated": "Dr. Martel believes that 90% of patients who have asked to die thank the care staff for failing to fulfill this wish, after their pain was alleviated by a team of the Palliativ Care."} +{"id": 203, "generated": "However, it has to be said clearly that Palliativ care is not omnipotent with pain treatment."} +{"id": 204, "generated": "According to Elsie Monereau, head of Palliativ Care of the Domestic Palliativ Care Company of the House of Montreal, 8% of patients do not refer to any pain treatment."} +{"id": 205, "generated": "Thus, at the end of their lives, doctors often recourse to terminal sedation, which amounts to be either sporadic, or permanently swearing the patient until the time of his death."} +{"id": 206, "generated": "We can no longer pretend of abandoning this side of suffering."} +{"id": 207, "generated": "Patients who do not alleviaten their pain will have ever more frequently the possibility of appeal to this terminal sedation."} +{"id": 208, "generated": "Patients whose pain is not alleviated all say the same phrase: 'I want to die'."} +{"id": 209, "generated": "But that does not necessarily mean 'I want you to laat in me', but 'I want my pains to be mitigated'."} +{"id": 210, "generated": "This report could be put into practice thanks to a journalism scholarship of Canadian health research institutes."} +{"id": 211, "generated": "Great real estate scandals in Quebec"} +{"id": 212, "generated": "Road construction officials, construction sector companies, money creators from political parties and specialists of the Italian Mafia tell every day what they know about a great'system' in which construction industries, public officials, politicians and political people are treated."} +{"id": 213, "generated": "A 'industry' which was very highly expensive for the taxpayers in Quebec, particularly in the 1990's and 2000's."} +{"id": 214, "generated": "\"It's strange how the system has crashed since drastic measures have been taken,\" charmes Jacques Duchesneau, an MEP in Quebec and former Head of the Montreal Police."} +{"id": 215, "generated": "He revealed the scandal, due to a thorough investigation into misfrauation relating to road construction contracts in Quebec, which the then Prime Minister had reluctantly to approve."} +{"id": 216, "generated": "The \"Duchesneau report\" established a direct connection between industry, secret financing of political parties and bribery of civil servants."} +{"id": 217, "generated": "\"At the beginning of the investigation in 2010,\" he points out, \"would have only the Ministry of Transport saved a billion dollars from the contracts\", since some sstaused in their instinct to get their share!"} +{"id": 218, "generated": "The Charbonneau Commission 'has already beaten down two mayors' he adds in the hope that it will succeed in 'enrevealing the tactics behind the individuals.'"} +{"id": 219, "generated": "A Permanent Anti-corruption Unit Established in 2011."} +{"id": 220, "generated": "The permanent anti-corruption unit, launched in 2011, is also making a great effort with its troops to auditors, investigations, and government analysts."} +{"id": 221, "generated": "Moreover, the police of the 'Marteau force' which, since 2009, has made it possible for the Montreal 'canalisation cartel' to be more retitic about the artificial bubbleup of the Treaties..."} +{"id": 222, "generated": "In recent weeks, she has undertaken a series of house investigations, raising accusations of fraud and corruption against local officials such as Frank Tampino and Richard Marcotte, who is the mayor of a suburb."} +{"id": 223, "generated": "The next on the list would be Gilles Vaillancourt, who has just resigned from office as mayor of Laval, the third largest city in Quebec."} +{"id": 224, "generated": "He is suspected of having repeatedly taken on bribes in exchange for public orders."} +{"id": 225, "generated": "Expressly charged were made by engineers from the Road Office of Montreal, as well as entrepreneurs of Italian origin such as Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "The latter has led to concern by explaining to the Commission how the'system' operates in order for the maintenance of public contracts."} +{"id": 227, "generated": "He himself has for several years paid 3% of the value of the contracts obtained in Montreal to a intermediarty linked to the Mafia, which transferred the money to the Montreal Union, the party of Mayor Gérald Tremblay."} +{"id": 228, "generated": "In the 2000’s Mr Zambito gave his hand of more than 88,000 dollars Canada to provincial parties, especially in power."} +{"id": 229, "generated": "He also admitd to have organized an illegal acquisition of funds for former liberal Vice-President Nathalie Normandeau."} +{"id": 230, "generated": "Channelling contracts whose costs it artificially overmount"} +{"id": 231, "generated": "In Montreal, the'system' of corruption worked smoothly."} +{"id": 232, "generated": "The former construction engineer Gilles Surprenant has described this in detail before the Commission: in ten years, the construction company gave him gifts, invitations to travel, golf tournaments, restaurants and ice-hoc games, as well as bribes paid from the construction company’s commission staff."} +{"id": 233, "generated": "Other road officials have admitted that they were lubuded by artificially wasting the bills with false additional benefits by 30-40%."} +{"id": 234, "generated": "In addition, an organizer of the mayor's party, Martin Dumont, has accused Mr Tremblay of deliberately ignoring a shadow budget, fill his cabins with black money."} +{"id": 235, "generated": "As a result of these revelations, Mr Tremblay resigned the beginning of November, making Montreal fell into a severe crisis."} +{"id": 236, "generated": "Chantal Rouleau was one of the first MEPs of Montreal that hit the alarm."} +{"id": 237, "generated": "As mayor of the district Rivière-des-Prairies in the eastern part of the island, from 2010 on, she fought against the sale of a municipal property purchased for $5 million, winning a $5 million price for 1.6 million construct designers in the booming real estate movement."} +{"id": 238, "generated": "70% black money in election campaigns"} +{"id": 239, "generated": "From the investigation that is ultimately being undertaken, she says she 'draws to a thread that makes it possible to understand the operation of the system infilt by ants, in order to stop the evil and denounce the those guilty.'"} +{"id": 240, "generated": "She says that the procedure is'painfulous, but positive'."} +{"id": 241, "generated": "We are cleaning the wound but there is a need for a investigation unit specified only for Montreal, and supervision to prevent a return to the questionable practices."} +{"id": 242, "generated": "How to clean."} +{"id": 243, "generated": "Regular."} +{"id": 244, "generated": "Jacques Duchesneau notes that \"civ servants have stolen hundreds of millions of dollars\" but is mainly concerned about the role of the \"public servants who are aware of tactics\" if they are not turned into fraud."} +{"id": 245, "generated": "From a share of 70% of black money in the financing of election campaigns in Quebec he plugs: 'I was told that this is only a weak gallming of reality.'"} +{"id": 246, "generated": "The Government of Quebec is proposing to limit donations to parties to $100, which, according to it would not change the situation:'As long as campaign spending is not strictly limited, black money will remain in circulation in politics.'"} +{"id": 247, "generated": "He recommends a complete review of the public procurement system and the financing of the parties: 'We cannot fall deeper; going courage to the bottom of things, we can build the house on a more solid basis with more controls and more well-defined arrangements."} +{"id": 248, "generated": "If that story harms Quebec's international reputation and that of Montreal, Mr. Duchesneau urges those who laugh about taking a look in their own courtyard..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "This season, with PSG, you have adopted a new scale."} +{"id": 251, "generated": "How do you explain that progress?"} +{"id": 252, "generated": "One can explain it by a personal insight but also by the new dimension of PSG."} +{"id": 253, "generated": "Great players have come."} +{"id": 254, "generated": "I make progress every day by her side."} +{"id": 255, "generated": "The technical staff has also given me a great deal."} +{"id": 256, "generated": "These elements inspire me to improve the level of my game every day."} +{"id": 257, "generated": "This is even more easier in a game."} +{"id": 258, "generated": "In football, everything goes very quickly."} +{"id": 259, "generated": "But I do not break with enthusiasm."} +{"id": 260, "generated": "From my beginnings at the centre of the preliminary training of INF Clairefontaine to my play time at Saint-Etienne, I have always made gradual progress."} +{"id": 261, "generated": "Thus they take advantage of the competition inspired by the one launched by Carlo Ancelotti..."} +{"id": 262, "generated": "This summer's new accsters are used to playing games of very high levels."} +{"id": 263, "generated": "You also know that every session is an important factor."} +{"id": 264, "generated": "This leads to a player like me who needs to offer front and give to his best."} +{"id": 265, "generated": "By the way, Carlo Ancelotti gives me a great deal with regard to my position."} +{"id": 266, "generated": "He is supported by co-traints like Claude Makelele, who was on the same position as I did."} +{"id": 267, "generated": "Is Ancelotti the right person for the task?"} +{"id": 268, "generated": "Of course."} +{"id": 269, "generated": "Ancelotti has due respect for all the technicians."} +{"id": 270, "generated": "There is no comparable person in the Ligue 1 at the moment and he ranks among one of the best trainers of Europe."} +{"id": 271, "generated": "He looks back on a rich experience and has won many titles with prestigious clubs."} +{"id": 272, "generated": "He was in contact with major players."} +{"id": 273, "generated": "I think he will win further titles in Paris."} +{"id": 274, "generated": "I had an encouraging conversation with him in January."} +{"id": 275, "generated": "At that time, I had just recovered from a series of injuries."} +{"id": 276, "generated": "The trust he has put in me is also an explanation why I have achieved."} +{"id": 277, "generated": "What do you think about the first part of the PSG season?"} +{"id": 278, "generated": "John Ferd compete with Lyon for this year's CEFM 1 matches in Ligue-1 together."} +{"id": 279, "generated": "However, we are waiting in a holdtient."} +{"id": 280, "generated": "One of our main goals is the Champions League: we have qualified for the Eighteen final in this way."} +{"id": 281, "generated": "What is the goal of the club in this competition?"} +{"id": 282, "generated": "We will try to get as far as possible."} +{"id": 283, "generated": "From now on, everything is possible."} +{"id": 284, "generated": "However, we will need to have our say against very very good European teams."} +{"id": 285, "generated": "First of all we want to be the first of our group before postage so that we can win the backplay of the eighth finals."} +{"id": 286, "generated": "Can the PSG become a great European club in the short term?"} +{"id": 287, "generated": "It has already had the budget for that..."} +{"id": 288, "generated": "In order to become a major European club Paris must win the title and make a name for itself in the long term."} +{"id": 289, "generated": "This is not the case today."} +{"id": 290, "generated": "Financially, the PSG gives itself the means to enable this project to adopt concrete forms."} +{"id": 291, "generated": "Would it be a great failure not to win the title in Ligue 1 as was the case last season?"} +{"id": 292, "generated": "Of course, that would be a huge disappointment."} +{"id": 293, "generated": "This year we are really keen to suggest that title."} +{"id": 294, "generated": "In the past season we were closely oriented."} +{"id": 295, "generated": "In May, we were disappointed because we were strong enough to bring off the victory."} +{"id": 296, "generated": "We finished the season with a very strong performance."} +{"id": 297, "generated": "We have concluded with 79 points."} +{"id": 298, "generated": "Normally one should be master with 79 points..."} +{"id": 299, "generated": "But another team, that of Montpellier, scored an even better season."} +{"id": 300, "generated": "I believe this year is the right one."} +{"id": 301, "generated": "Even though the large teams like Marseilles, Lyon or Bordeaux are fighting for the title, I think that we have the track record to win it."} +{"id": 302, "generated": "Do you think that the media expect too much of the PSG?"} +{"id": 303, "generated": "In view of what has been invested and the players we have, it is normal that that much is expected of us."} +{"id": 304, "generated": "We fully accept that."} +{"id": 305, "generated": "However, if we win 4-0 at a home game against Troyes, and we still find something that could accuse us, that is certainly a little frustrating."} +{"id": 306, "generated": "One wonders what people expect more?"} +{"id": 307, "generated": "We could never win 4-0 every weekend."} +{"id": 308, "generated": "We are not the FC Barcelona!"} +{"id": 309, "generated": "We are trying to establish a concept of the game."} +{"id": 310, "generated": "A team is building up with the time required."} +{"id": 311, "generated": "We have demonstrated strength in the Champions League."} +{"id": 312, "generated": "Consider Manchester City, a club that is not able to qualify for the eighth finals since two seasons, and that has also undertaken huge expenditure!"} +{"id": 313, "generated": "When it comes to the sums invested, it was thought that you were going to break with 15 points bonus!"} +{"id": 314, "generated": "That would mean ignoring our opponents and the French mastership."} +{"id": 315, "generated": "Lyon and Marseilles, which weren't good in last season were \"boostet\" by this new PSG."} +{"id": 316, "generated": "This year, Ligue 1 is not high and 110 if they gather all players together, but on Friday, 3rd, FC 3 player Arh Lion will take the top place in the next Ligue."} +{"id": 317, "generated": "I hope that in the month of May, we will be the smiling winner and tell us that we have finally won them despite all the difficulties."} +{"id": 318, "generated": "The PSG seems to be being fully dependent on Zlatan Ibrahimovic’s achievements."} +{"id": 319, "generated": "All the better to speak of a 'Zlatan dependence'."} +{"id": 320, "generated": "This means that Ibrahimovic is powerful and shooting many goals."} +{"id": 321, "generated": "That is why he came and he prove that he is the star of Ligue 1."} +{"id": 322, "generated": "Everywhere where he played, he realised that he is a great player and a world star."} +{"id": 323, "generated": "Within the team, we respect both the player and the person."} +{"id": 324, "generated": "He also respects the people who surround him."} +{"id": 325, "generated": "What he has done is truly exceptional."} +{"id": 326, "generated": "This encourages others to improve their game levels."} +{"id": 327, "generated": "Thiago Silva, who is one of the world’s best defenders, also allows everyone to make progress."} +{"id": 328, "generated": "How have you experienced the EM 2012 with the French National team?"} +{"id": 329, "generated": "What a disappointment."} +{"id": 330, "generated": "It was close to my heart to attend this EEC."} +{"id": 331, "generated": "Unfortunately, my injury has prevented me from beating a little time."} +{"id": 332, "generated": "I saw things there from which I emerged strengthened."} +{"id": 333, "generated": "Today I am managing to play good games in the national team."} +{"id": 334, "generated": "This was my hope since I baptalized with \"Bleus\"."} +{"id": 335, "generated": "We have learnt from what happened in Ukraine and today we have to showexemplary behaviour."} +{"id": 336, "generated": "What do your opinion have on the first few months of Didier Deschamps at the head of the \"Bleus\"?"} +{"id": 337, "generated": "He has achieved promising results."} +{"id": 338, "generated": "We have a good position in the qualification group for the World Cup."} +{"id": 339, "generated": "The Nationaltrainer is strict, stands close to the players and encourages victory."} +{"id": 340, "generated": "As much as Laurent Blanc was."} +{"id": 341, "generated": "However, I do not want to make a comparison."} +{"id": 342, "generated": "Blanc had achieved his target by qualifying us for the Championships."} +{"id": 343, "generated": "I hope that Didier Deschamps will lead the \"Bleus\" to Brazil."} +{"id": 344, "generated": "Does the shot (1:1) imposed force in Spain on 16 October constitute an debut game?"} +{"id": 345, "generated": "This game has given us confidence."} +{"id": 346, "generated": "Everyone has spoken out in favour of all the others."} +{"id": 347, "generated": "Prior to this meeting in Spain I have never experienced a comparable game in my career before."} +{"id": 348, "generated": "With Mercury it is possible to pay and sell without a bank"} +{"id": 349, "generated": "The opposite of the current monetary exchanges based on central banks, transactions identified, and processing fees between those involved."} +{"id": 350, "generated": "Moreover, as so often in these technologies, a political vision is tangible: the conviction that the current monetary system, designed by bank monopolies leads to financial crises."} +{"id": 351, "generated": "Indeed, CBD, invented by Satoshi Nakamoto (a pseudoym), is both a virtual currency (but convertable in dollar, euro, etc. ) and a protocol for safe exchange, like Bita."} +{"id": 352, "generated": "With 15.000 computers operating within the network, about 200,000 transactions have already been recorded."} +{"id": 353, "generated": "Some thousand web sites accept Viagra as a donation or means of payment."} +{"id": 354, "generated": "After Cisco peakd at $330 (23) in June 2011, it fell to $2 five months later before recovering today to around $10 (the prices are available on the twittercharts.com website for some diagnostic information)."} +{"id": 355, "generated": "Nothing is particularly impressive compared to the world trade in real currencies or financial products."} +{"id": 356, "generated": "Yet, the European Central Bank (ECB) has demonstrated interest in this in a report on virtual currencies published in October."} +{"id": 357, "generated": "She described Mercury as 'the virtual currency with the greatest success\", 'petiting with the dollar or euro' and'similar to conventional currencies'."} +{"id": 358, "generated": "Mercury is different from other types of virtual currencies, such as \"credits\", which are used to move forward in a video game you can win or buy (and sometimes exchange back) through games."} +{"id": 359, "generated": "The social network Facebook has also developed such a system."} +{"id": 360, "generated": "However, the trade is monitored and processed by a central authority each time."} +{"id": 361, "generated": "With Viagra, all net nodes are simultaneously garders of the billing books, auditors, money issuers, buyer and seller."} +{"id": 362, "generated": "How does this network work?"} +{"id": 363, "generated": "Every transaction between two users actually takes place between two email addresses in the form of an email."} +{"id": 364, "generated": "With the difference that the user can choose to use a different address for every payment, which will ensure anonymity."} +{"id": 365, "generated": "A number of the data related to this transaction is electronically signed by a double encryption system."} +{"id": 366, "generated": "In this way the network can check the authenticity of the transaction."} +{"id": 367, "generated": "With the contents of the file it is also possible to make sure that the traded Twitters are available in the public account billing books spread across the network."} +{"id": 368, "generated": "The key step is to put this new transaction into this book."} +{"id": 369, "generated": "This is done through a mathematical task running on computers, with the winner, who is a kind of temporary central banker, having the privilege to add that additional line."} +{"id": 370, "generated": "It is a break up of the file, that is, the converting a large size file into a shorter and unique electronic fingerprint."} +{"id": 371, "generated": "The computers \"takey\" the new transaction and add a number before it becomes \"chackd\"."} +{"id": 372, "generated": "The aim is to find the number that gives a special fingerprint (many zeros at the beginning)."} +{"id": 373, "generated": "If this number is found, the other nodes can easily check if it is the correct one."} +{"id": 374, "generated": "The transaction is thus firmly related to the chain of all other transactions, and any modification would change the fingerprint."} +{"id": 375, "generated": "If a user wants to pay twice to fraud very quickly (less than 10 minutes) with the same money, only one of the two transactions would be validate by the network and the other remains without links, since both have different fingerprints and run the same."} +{"id": 376, "generated": "The computer that has solved the task receives 50 Viagras."} +{"id": 377, "generated": "To prevent inflation, that reward will be halved, regularly, probably before the end of 2012."} +{"id": 378, "generated": "The Twitters in circulation are thus limited to 21 million but diloppy up to a hundred of millionth, leaving a certain room for manoeuvre..."} +{"id": 379, "generated": "Furthermore, the difficulty of the task is increased with any improvement of computing power."} +{"id": 380, "generated": "The life of the network has already had ups and downs."} +{"id": 381, "generated": "The web pages that supply services to Mercury have been attacked and Bristol deposits have been stolen."} +{"id": 382, "generated": "\"The vulnerability which is used is not relate to the actual protocol\", assures Pierre Noizat, who has just introduced Paymium, which is a company dedicated to paying with real money and which uses the Vodafone network."} +{"id": 383, "generated": "The ECB also reports about the possibilities of money-laundering through this anonymous service."} +{"id": 384, "generated": "Nevertheless, cash is also having these deficiencies."} +{"id": 385, "generated": "Important actors such as Wikipedia deny donations of this type."} +{"id": 386, "generated": "By others like the WordPress blog platform they are accepted."} +{"id": 387, "generated": "Recently, Adi Shamir and Dorit Ron from the Weizmann Institute in Israel analysed the billing book and showed that almost 80% of the Viagras are not in circulation."} +{"id": 388, "generated": "In November an \"Mega-squached sale\" was started."} +{"id": 389, "generated": "\"Thirty thousand dollars have been exchanged,\" Jon Holmquist, who works for the Coinabul company that converts Twitters into gold, is welcome."} +{"id": 390, "generated": "Pierre Noizat, who also writes a book about this currency, firmly believes in the potential of this technology as a transaction network."} +{"id": 391, "generated": "Its Paytunia system corresponds to credit card (with real money) or some contactless payment using a mobile phone, but uses Vodafone to validate the transactions it cost cheaper."} +{"id": 392, "generated": "In addition, the holder manages his identity and may remain anonymous."} +{"id": 393, "generated": "The system can easily be implemented by dealers, and the latter does not need to install new terminals or computer programs."} +{"id": 394, "generated": "You just have to specify an address that can be \"photod and recognized\" by a phone, says Pierre Noizat, who assures that he has thousands of users."} +{"id": 395, "generated": "There is a general trend in which hierarchical systems are rethink in favour of more horizontal systems."} +{"id": 396, "generated": "\"It will take some time before LinkedIn prevail, but it may be a turning point in 2013, he predicts."} +{"id": 397, "generated": "By the way, the ECB provides in its report to reassess the various risks that are now deemed to be very high if this currency is to be successful."} +{"id": 398, "generated": "We are deducted from Afghanistan."} +{"id": 399, "generated": "And then?"} +{"id": 400, "generated": "French troops have left their area of responsibility in Afghanistan (Kapisa y Surobi)."} +{"id": 401, "generated": "NATO and the USA are likely to follow at the end of 2014."} +{"id": 402, "generated": "It is time for the Afghan army to retake possession of its territory, and for the Afghan population to decide their future, without awaiting anything we to do."} +{"id": 403, "generated": "We have in particular punished the Afghan farmers in viewing them as terrorists."} +{"id": 404, "generated": "And ourselves with our 88 soldiers who were killed, as well as the injured and the damaged."} +{"id": 405, "generated": "The Taliban are composed of foreign extremists, former leaders who have fled to Pakistan, but often also peasants who refuse to have armed foreign presence as in the days of the Soviets."} +{"id": 406, "generated": "They want to defend their centuries-old and archaic traditions, even if jihadists, Pakistani, Arabs, Uzbk, and Tajiks have joined them."} +{"id": 407, "generated": "Tolerd, sometimes backed by local insurgents, the latter will no longer be there when Western countries become more discreet."} +{"id": 408, "generated": "The withdrawal of the French troops from the base in Nijrab, which I observed from a hill planted with almond trees, financed with French loans, happened slightly."} +{"id": 409, "generated": "The lorries and tank convoys overfed by helicopters have reached Kabul without having been attacked."} +{"id": 410, "generated": "By the end of 2014, the Taliban will no longer be coming into Kabul."} +{"id": 411, "generated": "Since their irresistible progress between 1994 and 1996, the conditions have changed."} +{"id": 412, "generated": "At the time, Kabul was empty and the country faced war because of the struggles of the various insurive groups."} +{"id": 413, "generated": "Their takeover, back then, was seen as a kind of liberation and a return to security."} +{"id": 414, "generated": "Afghan women have paid the price for the obscurantism of the farmers overwhelmed by the Al-Qaida organisation, but their situation has not yet improved."} +{"id": 415, "generated": "Former Mujaheddin, the Afghan Government and the current Taliban have a shared desire to keep women in a subordinate position."} +{"id": 416, "generated": "The most important personalities of the anti-Soviet war came back to power in 2001."} +{"id": 417, "generated": "They have become merchants by confiscating government land to sell them in land to refugees from Iran and Pakistan as a building country, taking advantage of America’s massive sub-contracting."} +{"id": 418, "generated": "They have emerged into disrepute and most of them were not involved in the fighting themselves."} +{"id": 419, "generated": "As I heard in the campaigns, people want a government that does not make up of diebens."} +{"id": 420, "generated": "Many young people want to leave the country, like those who could take advantage of American grants: capital flight is considerable."} +{"id": 421, "generated": "Young people are tired of war and of its ideologies."} +{"id": 422, "generated": "During their exile in Iran or Pakistan they have had contact with the modern world and have enjoyed their advantages."} +{"id": 423, "generated": "About 65% of the population is under 25 years; Kabul now has 5 million inhabitants, meaning one-fifth of the total population."} +{"id": 424, "generated": "In the cities, state schools are full of girls and boys."} +{"id": 425, "generated": "These young people, who do not want to return to the obscurantism of the previous parties nor to the corruption of certain leaders, will have to make jobs available."} +{"id": 426, "generated": "Everyone, including the armed parties, are obsessed with mobile phones; television with its Turkish series, which represent a modern world, is being watched everywhere."} +{"id": 427, "generated": "An army is now in place."} +{"id": 428, "generated": "Are the authorities whose power they will be running deemed to be legitimate?"} +{"id": 429, "generated": "Former commanders of the anti-Soviet battle are already endeavouring to restore the militias in the province, which will escape the power of the central government."} +{"id": 430, "generated": "Afghanistan, the country of the mountains with strong local identities should have benefited from some decentralisation in the example of Western nations, but by abolishing the role of the prime minister, which existed since the 1964 constitution, the United States wanted to go out of it."} +{"id": 431, "generated": "President Karza does not want foreign controls, especially in the elections planned for April 2014."} +{"id": 432, "generated": "However, his country is dependent on foreign aid since the 1950s and long before."} +{"id": 433, "generated": "Industrys have not rebuilt, there are no functional embsheds and important irrigation systems have not been repaired."} +{"id": 434, "generated": "Everything is imported; nothing is produced other than fruit and vegetables."} +{"id": 435, "generated": "The private initiative is being given precedence."} +{"id": 436, "generated": "A country that was absolutifled by 30 years of war would have required state control of infrastructures."} +{"id": 437, "generated": "The rumour was widespread that Afghanistan had immense natural resources."} +{"id": 438, "generated": "This intensens the impression that Western countries were only on the ground to get this for themselves."} +{"id": 439, "generated": "No mining is possible without energy for the local processing of iron or copper ore or without the means of transport through the mountains."} +{"id": 440, "generated": "The Chinese have almost left the Mes Aynak copper mine, allow international archaeologists ( financed by the World Bank) to make their excavations on the huge Buddhist site, and remain the principal provincial public employer (picking money from the UK Application Ministry)."} +{"id": 441, "generated": "One day, it will also be necessary for Afghanistan and Pakistan, which largely depends imports and exports, to re-ablish normal relations."} +{"id": 442, "generated": "The withdrawal of the French combat troops was concluded on 20 November."} +{"id": 443, "generated": "The new cooperation contract provides for the continuation of traditional aid: Girls & Boys Magicnamena, the University Institute for French, the French Institute, Cooperation in military, legal, medical and land matters, for the benefit that we are in our integral position!"} +{"id": 444, "generated": "Since 2009, a service \"civmental-miliary actions\" of the Ministry of Defence (Cimic), which stopped in 2012, has carried out numerous nonprofit work and agricultural reconstruction activities in dozens of mountain villages and has been supported by Banopyro de Greciani."} +{"id": 445, "generated": "This work, which required a substantial local workforce, could have helped to suppress the insurgency: irrigation, wells, drinking water, reforestation, fruit trees, soil protection and an increase in agricultural protection and human health in general."} +{"id": 446, "generated": "What souvenir do we leave behind after two billion euros in military spending?"} +{"id": 447, "generated": "A much more modest budget will help to improve local living conditions, which are very hard in these valleys often at an altitude of more than 2000 metres."} +{"id": 448, "generated": "The embassy has received dozens of written requests concerning small agricultural projects from local communities in Kapisa province."} +{"id": 449, "generated": "For farmers to get away from the insurgency being led by foreign groups, which they have said they wish, they will need to continue smaller, well-controlled and civilian civilian aid that directly affects them to their benefit."} +{"id": 450, "generated": "A Egypt’s Bunkbar Constitution"} +{"id": 451, "generated": "It is a new poker game by President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt remains more divided than ever on the constitutional statement, which temporarily gives him unlimited power, he has decided to place everything on one card."} +{"id": 453, "generated": "To the surprise of all, he announced on Wednesday that the Constitutional Assembly would adopt its final version the next day."} +{"id": 454, "generated": "Just a week ago, the Head of State had granted this Chamber two additional months for concluding on his work."} +{"id": 455, "generated": "Egypt has now relyed on a preliminary and repeatedly amended text for nearly two years, weakening institutional stability and causing legal jogling."} +{"id": 456, "generated": "This new initiative has only led to even greater division of the country."} +{"id": 457, "generated": "For his opponents, the President remained stuck in his \"autocratic de Delrium\", by continuing to'srun a word' and 'tratram the law under lines\"."} +{"id": 458, "generated": "Ensuringd on its supporters’ side, it is a way to end the institutional and political crisis as quickly as possible and speed up the transition process."} +{"id": 459, "generated": "A referendum should be held within 14 days."} +{"id": 460, "generated": "A very short period of time, forcing the brothers to give up their intention to explain to the Egyptians the text section by section."} +{"id": 461, "generated": "It is also a way for the President to see his public and democratic legitimacy as protests blow throughout the country."} +{"id": 462, "generated": "After reconfirming in an interview with American Week Look Time, Mohammed Mursi seems convinced that the Egyptians will be favorable."} +{"id": 463, "generated": "Particular because with this recourse to an hasty vote a ultimatum will be given to the Egyptian people: 'Either you vote for my draft or I will retain the unlimited power'; the latter should have been given after the approval of the regulation, in order to avoid confusion."} +{"id": 464, "generated": "85, largely Islamist members of this constitutional assembly, adopted the text yesterday in a strange atmosphere."} +{"id": 465, "generated": "The majority of Liberals did not respect the request."} +{"id": 466, "generated": "Just before the constitutional declaration in the mid-November, they turned their back for thinking they were unable to uphold their views."} +{"id": 467, "generated": "Representatives of human rights organisations, religious minorities or civil society have acted equally."} +{"id": 468, "generated": "To achieve the quorum yesterday morning, 11 persons, Deputy members, were added in haste."} +{"id": 469, "generated": "Some are very close to the Muslimsrobes."} +{"id": 470, "generated": "It is not surprising that the articles were mostly adopted unanimously."} +{"id": 471, "generated": "The commentators, incidentally, found it entertaining that the only difference of opinions of the day... was expressed in the time for prayer, because some members of the body believed that the pendul clock was the constitutional clock of him."} +{"id": 472, "generated": "The text, which was adopted yesterday evening, consists of 234 articles."} +{"id": 473, "generated": "Article 2, which dtracted all attention, ultimately remains the same as that of the 1971 Constitution, and says that 'the Shariah principles are the main source of law'."} +{"id": 474, "generated": "The Salafist parties, for which establishment of Islamic law is an important demand, hoped to replace 'the principles' by 'the rules', which would have made more stringent application possible."} +{"id": 475, "generated": "For the Islamists, the fact that this article has not changed is proof of their good will and respect for the other members of Egyptian society."} +{"id": 476, "generated": "' hypocrisy' reply to the Liberals, who see this only as a propaganda hit."} +{"id": 477, "generated": "They say that the Islamisation of the Constitution is being carried out via other articles."} +{"id": 478, "generated": "They bear in mind, in particular, Article 220, which assignes Al-Azhar University a advisory role, especially when it comes to the review of conformity to Sharia laws."} +{"id": 479, "generated": "According to Egyptian specialist Sophie Sophie Pommier, this is worrying because 'the people who are invited to express an opinion have not been elected, and do not have any democratic legitimacy whatsoever."} +{"id": 480, "generated": "You can see here the first signs of a theocracy'."} +{"id": 481, "generated": "Liberal fears are also feedd by the fact that the next rektor of that university seems to be far less moderate than the present one."} +{"id": 482, "generated": "\"Il is no concrete religious commitment on show today."} +{"id": 483, "generated": "With this Constitution we will remain within the framework of the bourgeois state."} +{"id": 484, "generated": "Most of the lawyers who worked on this text are not Ulema. They are academics who have been partly trained in the French system\", aeasing Alexis Blouet, who acquired a Doctorate in Science from the University of Oakland in 1984."} +{"id": 485, "generated": "But he admits that 'there may be an ambiguity regarding Article 220 as the terms used are derived from religious vocabulary."} +{"id": 486, "generated": "In particular, mention is made here of the \"Fiqh\" [Islamic Legisjuriddence, Anm. d. Red.]."} +{"id": 487, "generated": "And in the future, the question could be raised about the extent to which civil judges are competent to take a decision on this'."} +{"id": 488, "generated": "In addition to its religious aspect, the text adopted yesterday is fiercely criticised for the far-reaching powers which it grants to the President of the Republic."} +{"id": 489, "generated": "The Muslim hammocks argue that they are significantly reduced compared with the former regime."} +{"id": 490, "generated": "Another point of dispute: the powers of the army."} +{"id": 491, "generated": "In accordance with the wish of the military, the defence budget review is not submitted before the Parliament, but to a national defence council."} +{"id": 492, "generated": "Similarly, there will be no ban on civil proceedings in military courts, as the associations have called for to defend human rights."} +{"id": 493, "generated": "The latter also share their fears about the text which they see as a threat to freedom."} +{"id": 494, "generated": "The acts of blasphemy is being maintained, and insults are now prohibited, which could have serious consequences for freedom of expression, especially for the press."} +{"id": 495, "generated": "Furthermore, no more article relates to the protection of women, underlines Heba Morayef of Human Rights Watch."} +{"id": 496, "generated": "In their opinion, the only positive point is the ban on torture by Article 36."} +{"id": 497, "generated": "This word was not included in the previous constitution."} +{"id": 498, "generated": "While the Egyptian president was forced to speak on television yesterday evening, demonstrations are planned for this afternoon."} +{"id": 499, "generated": "The advocates of the Head of State will march up on Saturday."} +{"id": 500, "generated": "In Israel, Ukrainian tourists expect holy holy Sites, the naveble of the world, and a sea of soap."} +{"id": 501, "generated": "The promised land unifies itself the glory of biblical truths, modern comfort and an unspoilt nature."} +{"id": 502, "generated": "AIF lists you the five most important reasons for visiting Israel."} +{"id": 503, "generated": "Kefer from the Holy Places"} +{"id": 504, "generated": "Visit the River Jordan, in which Jesus was baptised."} +{"id": 505, "generated": "It is said that all those who bathe in this river will receive God's blessings."} +{"id": 506, "generated": "Galilä is the place where Jesus performed his wonders: the transformation of water into wine at a wedding ceremony, walking on the water, the atal of the sea and the fishing."} +{"id": 507, "generated": "It was here that Jesus appeared after the resurrection of his disciples."} +{"id": 508, "generated": "Yet most of those sanctacrearies are found in Jerusalem."} +{"id": 509, "generated": "Here, the believer commit the path of suffering or the Path of the Cross of Jesus Christ (in Latin: Via Dolorosa)."} +{"id": 510, "generated": "The path starts at the Roman Fortress of Antonia, Pretorium, where the court has been involved, and leads through the streets of the old town to the church of a cire on mountain Golgotha, where the place, the crue and the fortintégr"} +{"id": 511, "generated": "Here is, according to Christian beliefs, the Nable of the world that symbolises the salvation of humanity."} +{"id": 512, "generated": "The monastery of S'Bsanct Cross in Jerusalem stands at the place where, according to a Christian legend, the tree had grew from which the cross for crucicion was made."} +{"id": 513, "generated": "Jerusalem is also the most holy place of the Jews - the reclaim wall, the remains of a temple destroyed by the Romans in 70 A.R."} +{"id": 514, "generated": "Traditionally, it leaves people of different faiths there with sheets of wishes which are then transformed into reality."} +{"id": 515, "generated": "Getting Up a Traveling"} +{"id": 516, "generated": "The ruins of the Fortress Massada form the remains of the secret hiding from enemies that was built by Herod the Great for his family in 25 AD."} +{"id": 517, "generated": "They are nestled on a rocky wall in the mountains at 450 meters above sea levels."} +{"id": 518, "generated": "Only mountain climbers can reach the ruins from their own watt."} +{"id": 519, "generated": "All the others brings a cable car to this historic summit."} +{"id": 520, "generated": "The famous ski area Hermon is situated in the northern part of the country between 1600 and 2040 meters of altitude,attracting numerous tourists during the winter months."} +{"id": 521, "generated": "From the foot of the mountain you can get there with a shuttle bus."} +{"id": 522, "generated": "The ski slopes have a total length of 45 kilometres."} +{"id": 523, "generated": "According to an old legend, panic gods supposedly lived at the top of the mountain range."} +{"id": 524, "generated": "Visit Unique Museums"} +{"id": 525, "generated": "There are almost 300 museums in that country."} +{"id": 526, "generated": "Not all of them can be visited for only one trip."} +{"id": 527, "generated": "But at least the five most interesting of them should be visited."} +{"id": 528, "generated": "Among them, the Israel Museum is close to the Knesset (Parlament)."} +{"id": 529, "generated": "Quran manuscripts or rolls from the Dead Sea which were found in rock caves in the Jewish desert, as well as about 500 thousand archaeological and anthropological exhibits are preserved there."} +{"id": 530, "generated": "Likewise, the Museum of Art in Tel Aviv is well worth a visit."} +{"id": 531, "generated": "The collection of works of works of the Impressionists and Expressionists, Monet, Pissaro, Renoir, Cézanne, Sisley, Matisse, Modigliani, Chagall and Picasso is exhibited there."} +{"id": 532, "generated": "In Akko it is possible to visit the Museum in Bad Al Basha, which houses several halls of ancient Turkish baths with sculptures from the visitors of the time and bathteachers."} +{"id": 533, "generated": "In Caesarea you should visit the unique private Ralli Museum, where you can admire sculptures by Dali and Rodin."} +{"id": 534, "generated": "There are neither museum guides nor souvenir shops."} +{"id": 535, "generated": "Entry is free and donations are rejected as a matter of principle."} +{"id": 536, "generated": "The fifth Museum, namely the Holocaust Museum and Yad Vashem in Tel Aviv, tells about one of the most shocking chapters in history."} +{"id": 537, "generated": "The most important department is the monument to the children built in memory of the 1.5 million children that have been destroyed in concentration camps and gas chambers."} +{"id": 538, "generated": "When room enters the room filled with darkness."} +{"id": 539, "generated": "Stars are clashing."} +{"id": 540, "generated": "And they enverb the names of the Jewish children, and of the countries in which they died."} +{"id": 541, "generated": "There is also mention of Ukraine."} +{"id": 542, "generated": "Doing Something for Health"} +{"id": 543, "generated": "Israel's three main recreation areas are located on the shores of the Mediterranean, the Red Sea and the Dead Sea."} +{"id": 544, "generated": "In each of the three places there are swimming pools, water parks, dolphinaries and oceanarias."} +{"id": 545, "generated": "It is amazing that the Red Sea is also bathd in the winter months because the water temperature does not fall below 21 °C and the air warms up to 23 °C."} +{"id": 546, "generated": "The Dead Sea is even warmer and is bathd all year round."} +{"id": 547, "generated": "By the way, this unusual sea, situated at 417 metres below sea level, is the lowest sea in the world."} +{"id": 548, "generated": "Its turquoise blue water has a high salt content and thus carrys even non-swimmers on the surface without occurring any problems."} +{"id": 549, "generated": "The surrounding landscape is indistatably beautiful."} +{"id": 550, "generated": "Visitors come here for treatments under the use of salt water (natural salt sole) and healingmud and also for treating inflammation, allergies, asthma, eczema, arthritis, bronchitis, sugar sick and energy-y patients."} +{"id": 551, "generated": "Retouching the Secrets of Antiquity"} +{"id": 552, "generated": "These secrets form the old town of Tel Aviv, which is the town of Jaffa on the Mediterranean coast."} +{"id": 553, "generated": "The famous sea route through this city linked Egypt, Syria, Anatolia and Mesopotamia."} +{"id": 554, "generated": "The city is mentioned in ancient Greek and ancient Egyptian legends."} +{"id": 555, "generated": "Tradition suggested that Noah just built his arch here, and Perseus saved the beautiful Andromeda, with whom he spent a long and happy life lasting in this place."} +{"id": 556, "generated": "Tourists like to walk through the narrow streets named after signs."} +{"id": 557, "generated": "According to the legend, Fortuna should be held after everything that touch the walls in the alley with its astearic sign."} +{"id": 558, "generated": "In Jaffa you can meet newly-mrged couples from across the whole of Israel and even other countries at photo meetings."} +{"id": 559, "generated": "In Caesarea, the City of King Herodes, you can stript through the Roman Theater and conquer the Fortress of the Cruads."} +{"id": 560, "generated": "In Roman times Caesarea was the most important city of Judeas and residence of the Roman statet, including Pontius Pilate."} +{"id": 561, "generated": "The carefully restored theatre today hosts evening concerts and operas."} +{"id": 562, "generated": "Tourists’ Message List"} +{"id": 563, "generated": "If you travel to Israel, do not worry about your poor skills in English: About 30% of Israelis speak Russian."} +{"id": 564, "generated": "There are several types of buses that are widely used in Edinburgh, although mostly some of them may be buses with a relatively high degree of traffic traffic and most cities of interest pay those charges, but it wouldn't be better advised to connect buses to the external area and see trains wing in all areas of the"} +{"id": 565, "generated": "Jerusalem comes also from a high speed tram, and it has the only metro line in Haifa with six stations connecting the lower city to the upper city."} +{"id": 566, "generated": "In fact, it is an underground viion car."} +{"id": 567, "generated": "Aurrrington ( 1958 ), Newsburg (nd. 76), Feldmergue (2000) and Kaphos (66), both separate from the regime of King Saint Jeans."} +{"id": 568, "generated": "According to Jewish tradition, the s Sabbat is celebrated on Saturdays in Israel."} +{"id": 569, "generated": "From Friday evening to sunset on Saturdays, markets and shops are closed, and public transport are slow."} +{"id": 570, "generated": "And the working week starts on Sunday morning."} +{"id": 571, "generated": "Many cafés, restaurants and restaurants only serve koscher food, which excludes pork, marine products, fish without drrafts and dishes that contain both milk and meat products."} +{"id": 572, "generated": "Instead, you can choose between different dishes with hammel and beef, soup and desserts (prepared with coconut milk), traditional Jewish humus prep, different sauces, fried balls, fried balls, therapy tips and so on."} +{"id": 573, "generated": "There are no osty dogs in the streets of Israeli cities."} +{"id": 574, "generated": "Yet there are many well feeded cats hover through the streets comfortably and unampered."} +{"id": 575, "generated": "In the evening, you see them even sleeping cars parking on roofs."} +{"id": 576, "generated": "The cats like lively places and do not say no to tasty."} +{"id": 577, "generated": "A rental car costs from 37 dollars per day (Hyundai Getz) up to 188 dollars depending on the brand in question (Audi A6, Volvo S80)."} +{"id": 578, "generated": "The insurance costs an additional $15 a day."} +{"id": 579, "generated": "And bicycle rental costs 15 loops a day."} +{"id": 580, "generated": "An average rate of $3500 euros.Buying tickets to museums, including only for incremental events, is fairly expensive - to try to locate major new events which easily reach multiple national destinations."} +{"id": 581, "generated": "In Figure"} +{"id": 582, "generated": "In 2012, more than three million tourists from all over the world visited Israel."} +{"id": 583, "generated": "Most adventurers and looking for recreation came from Russia, France, Germany, Italy, England, the USA, and Ukraine."} +{"id": 584, "generated": "From January until October 2012, 118,8 thousand Ukrainian tourists came into the promised country, which constitutes an increase of 51% compared with the comparison period in 2010 before the visa waiver on February 9, 2011."} +{"id": 585, "generated": "\"The great and powerful\" goes to Moscow: Immigrants save money for language"} +{"id": 586, "generated": "While MEPs and civil rights advocates discuss the benefits of the law on binding language tests for migrants, criminals are already acting with falsified certificates."} +{"id": 587, "generated": "Every year 13 million migrant workers go to Moscow, Saint Petersburg and other cities in Russia."} +{"id": 588, "generated": "Most of them are the citizens of Central Asia: Uzbekistan, Tajikistan, and Turkmenistan."} +{"id": 589, "generated": "Their only aim is to earn money to support the families left in their home."} +{"id": 590, "generated": "On 1 December a law came into force, which states that every migrant worker must pass a test certificateing a knowledge of Russian language."} +{"id": 591, "generated": "Until now, these rules only apply to migrants who want to work in the services sector, local housing and the retail sector."} +{"id": 592, "generated": "However, according to the federal migration authority, the tests should with time on become obligatary for all migrant workers."} +{"id": 593, "generated": "These must not only be language tests, but must be tests into Russian history and the legislative foundations."} +{"id": 594, "generated": "An knowledge of language must be proved, both for the receipt and the extension of work permits."} +{"id": 595, "generated": "Exceptions apply only to citizens from countries in which Russian is the official language."} +{"id": 596, "generated": "Also excluded from this law are persons who received their certificates and diplomas before the collapse of the USSR in 1991."} +{"id": 597, "generated": "Meanings, issues and protection of rights"} +{"id": 598, "generated": "All of the test stations will be located under the eegise of the Pushkin Institute for the Russian Language, the Russian University of the Peoples, the Moscow State University, St. Petersburg State University and other Russian test stations."} +{"id": 599, "generated": "Migrants can pass the tests in every city; more than 160 appropriate centres have already been opened in Russia."} +{"id": 600, "generated": "The initiative to introduce tests was supported by the MEPs of the State Duma and the Federal Migrations Authority."} +{"id": 601, "generated": "Civil rights advocates, on the other hand, put the following question before the law came into force in the press on several occasions.: what does the whole thing get?"} +{"id": 602, "generated": "What changes are due to the need to have language skills, for both Russians and migrant workers?"} +{"id": 603, "generated": "Most importantly, according to the speakers of the migratedratory Authority, the idea was to reduce the number of forced labour."} +{"id": 604, "generated": "\"Voly are now talking about protecting the rights of migrant workers,\" says the head of the representative of the Federal Migration Authority in Tajikistan, Viktor Sebedev."} +{"id": 605, "generated": "However, their rights must be protected even before their departure."} +{"id": 606, "generated": "Only organized recruiting will solve 90% of the problems of foreign workers."} +{"id": 607, "generated": "Migrants without profession, education, language skills, and medical advice are facing problems."} +{"id": 608, "generated": "Sebeldev is convinced that a future migrant will have no language inevitably meets people with bad intentions who, on the pretext of assistance, will find him in a dark, narrow hut, where even more powerful support is needed."} +{"id": 609, "generated": "We receive many complaints from our migrants."} +{"id": 610, "generated": "\"In the Home you will be one promised to you, and at arrival you will be deceved, will get their passports reduced and will not receive the promised wage\", confirms the head of the Main Office for Labourmigration of the Tajik Migration Authority, Czech Republic which has a interes"} +{"id": 611, "generated": "Do not Swaacking, chef!"} +{"id": 612, "generated": "Yet, many citizens of the Central Asian republics who want to earn their money in Russia admit that not only do they not master the language of the target country, but they can also hardly speak in writing in their own language."} +{"id": 613, "generated": "Of course, this is not so much their fault as it is the evil: few Turkmenish, Uzzbek, and Tajiks can afford sensible primary education."} +{"id": 614, "generated": "In their families, they do not even have the money to feed the children, let alone buy decent clothes, shoes and school items."} +{"id": 615, "generated": "As teenagers, these children will immediately take the first opportunity to earn money."} +{"id": 616, "generated": "\"It's difficult without language skills,\" they admit."} +{"id": 617, "generated": "'You feel humiliated and inferior.'"} +{"id": 618, "generated": "Civil rights advocates stress the following important aspect of the law."} +{"id": 619, "generated": "Only migrants with legal status must pass the test."} +{"id": 620, "generated": "Do you do not have this status so there is no inspection and therefore no official work."} +{"id": 621, "generated": "Meanwhile, the majority of migrant workers remain illegally located in Russia."} +{"id": 622, "generated": "'warmly welcome' or 'Prohibited access for unauthorised'"} +{"id": 623, "generated": "Many migrants confirm that it is not easy to get official status in Russia."} +{"id": 624, "generated": "The reason are bureaucratic obstacles and, of course, linguistic difficulties."} +{"id": 625, "generated": "Furthermore, legalization costs money: 12 to 16 thousand of rubles."} +{"id": 626, "generated": "A counterfeit registration can be made quickly and for only one and a half thousand."} +{"id": 627, "generated": "Russian police staff are aware that most of our documents are counterfeitsified and that we are not registered and this gives rise to cases of blackmail."} +{"id": 628, "generated": "\"They want one or two hundred rubles for cigarettes and tea,\" Tajjy Umed Huhkakarov said to journalists."} +{"id": 629, "generated": "'Doe not afraid of the costs of false papers.'"} +{"id": 630, "generated": "As early as the day when the law came into force, it turned out that not only the registration documents of the migrants might be falsified."} +{"id": 631, "generated": "Some falsified certificates confirming the completion of the language test have already been seized by employees of the Federal Migration Authority."} +{"id": 632, "generated": "The falsified papers have been printed with an ordinary color printer."} +{"id": 633, "generated": "Of course, the new owners didn’t get it for nothing: Every migrants who hoped to save off the tests paid seven thousand rubles for the document."} +{"id": 634, "generated": "That is more than twice the cost associated with the official test: the working cost is a migrant three thousand rubles."} +{"id": 635, "generated": "Both officials and civil rightsists agree that the main immediate task is to protect the system from corruption so that the certificates cannot be easily bought."} +{"id": 636, "generated": "For the moment the authorities can only promise migrant workers, who fall through the test for the first time to be given time for a basic course of language."} +{"id": 637, "generated": "Moreover, newcomers without any knowledge of language are offered jobs in areas where no active understanding people is required."} +{"id": 638, "generated": "ignoreding the Illegal Armss Market in the Ministry of the Interior"} +{"id": 639, "generated": "A very small proportion of legal armss in offences"} +{"id": 640, "generated": "The Russian Interior Ministry is planning to tighten up the weapons law for private weapons owners."} +{"id": 641, "generated": "In this way the authorities are responding to recent events - people injured at shooting at weddings and seven people dead at the run of the amook of Moscow Juristen Dmitri Winogradvo."} +{"id": 642, "generated": "The police wants to ban the use of non-lethal weapons in public and to increase the age of firearms from 18 to 21 years."} +{"id": 643, "generated": "The proposal was supported by the chairman of the Duma Committee on Security and Corruption, Irina Jarowaja, and promised that the changes to the Weapon Act will shortly be presented to the Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian authorities want to combat the problems by 'cocing the screws'."} +{"id": 645, "generated": "An open letter was published on the Internet, whose authors - representatives from different weapons associations - would urge the authorities to refrain from'senseless tightening up'."} +{"id": 646, "generated": "The State of Government, the Russian and Wilberon Empire, ran the campaignes of Kkraow's land along the Kkraslav rivers Lanvany and Tyveluw. The government commanded the revolution of the country with the closure of the Administration."} +{"id": 647, "generated": "According to the statistics of the Interior Ministry, 142 crimes were committed by using the registered weapons for about six months in 2012, whereas a total of 1,168 thousand crimes were recorded for the same period."} +{"id": 648, "generated": "The authors of the open letter are convinced that tightening the law for private weapons owners will not prevent criminals from committing in the black market."} +{"id": 649, "generated": "At present the authors say that one can find any weapon in Moscow for very little money."} +{"id": 650, "generated": "Meanwhile, the Ministry of the Interior emphasizes that the proliferation of illegal weapons is under control."} +{"id": 651, "generated": "Suppliers: From factories to officers"} +{"id": 652, "generated": "The weapons are being transferred to the black market via several channels."} +{"id": 653, "generated": "There are five main channels of these, a former Cole Viktor Baranez, who served in the Ministry of Education and in the general staff for ten years."} +{"id": 654, "generated": "Screenshot of a website that accepts weapons orders"} +{"id": 655, "generated": "The first channel is the army or the military, in other words, weapons that were stolen during the struggles in the Caucasus."} +{"id": 656, "generated": "\"The weapons were stolen by both the Russian officers and the Caucasians themselves,\" says Baranez."} +{"id": 657, "generated": "On the second channel there are illegal weapons, guards are stolen of criminals."} +{"id": 658, "generated": "Baranez explains that this includes weapons stolen from both police weapons chambers and directly from law enforcement authority employees."} +{"id": 659, "generated": "Other weapons which are illegally sold come from military weapon warehouses."} +{"id": 660, "generated": "Many military camps were often engaged in explosions."} +{"id": 661, "generated": "\"There is evidence that in some cases it was firening in order to cover up the lack of weapons,\" says the former military member."} +{"id": 662, "generated": "According to Mr Baranez, the weapons manufacturers also contribute to the black market."} +{"id": 663, "generated": "\"In these days there are numerous private arms factories that do not withstand international competition and therefore inevitably waste the weapons on the black market, for example in Moscow,\" says the expert."} +{"id": 664, "generated": "Another channel of the black market is smuggling."} +{"id": 665, "generated": "Especially many guns and firearms come from poor countries such as Kyrgyzz."} +{"id": 666, "generated": "\"Otwhere there is a own, sometimes hand-made production, as well as a mafia organising smuggling,\" explains the former military member."} +{"id": 667, "generated": "Where do the weapons come from?"} +{"id": 668, "generated": "Experts calculated what share of each of the five channels has approximate share of supply of the Black market with illegal weapons."} +{"id": 669, "generated": "In 2011, a report was written by the Centre for Problem Anaing and State Administration."} +{"id": 670, "generated": "The experts analysed reports from the Ministry of the Interior and the Federal Service for state statistics, criminological literature and publicly accessible data on portals on weapons."} +{"id": 671, "generated": "The majority of illegal weapons, according to the investigator, comes from the army and the legal authorities."} +{"id": 672, "generated": "Half of all weapons on the black market are fallen there by the 'debt of those in charge of those dealing with weapons in their work', says to the report."} +{"id": 673, "generated": "According to the researchers, 17% of weapons are from conflict areas, 14% is due to thefting in weapons production, and 5% comes from illegal excavations."} +{"id": 674, "generated": "A sales consultant to a weapons shop who does not wish to be named by name assures you that weapons found in illegal excavations have not been bought for a long time since, because they have become outdated."} +{"id": 675, "generated": "He says us that it is more common for dealers to purchase the supplies in an arms store."} +{"id": 676, "generated": "A ferification is used to buy a weapon, for example, a TT-type gun."} +{"id": 677, "generated": "The weapon is being issued and passed through the fence."} +{"id": 678, "generated": "\"The dealer brings the weapon to the city and sell it there for 900 Euro per piece with two magazines,\" he says."} +{"id": 679, "generated": "\"The Police is of course aware of everything, and therefore, if it cannot meet the crime-potting plan, it periodically carry out control purchases from dealers that offer illegal weapons,\" the sales adviser adds."} +{"id": 680, "generated": "'As the luxury shop,'"} +{"id": 681, "generated": "Buyers and Sellers most frequently find friends with each other."} +{"id": 682, "generated": "I had been looking at web pages and blogs, when someone was attentive to me and suggested to come to the station \"Begowaja\", where a person would be waiting for me who would need to take me to a certain place, where we could negotiate the price."} +{"id": 683, "generated": "I heard the price of the weapon only there until finally"} +{"id": 684, "generated": "Military Commentator Viktor Baranez"} +{"id": 685, "generated": "\"In order to get a weapon, I need to get a friend that has contacts,\" says the sales consultant."} +{"id": 686, "generated": "There are dealers in the markets, but there you have to go in and agree on a code like 'by Iwan Iwanwich, which pretends to indicate that the daughter has lost her tooth.'."} +{"id": 687, "generated": "At the moment I even get to some hit rings about a friend I trust."} +{"id": 688, "generated": "He also gives me the hit ring only because he knows that I do not sweep him off."} +{"id": 689, "generated": "Newcomers are looking for weapons in various ways."} +{"id": 690, "generated": "Former military resident Viktor Baranez tried to enter in the mid-1990’s as a buyer of illegal weapons when he wrote an article on the subject."} +{"id": 691, "generated": "According to him the scheme has not changed."} +{"id": 692, "generated": "He got a photoalbum in which \"allall things possible\" was shown."} +{"id": 693, "generated": "\"I felt like being in a luxury shop,\" the military remembers."} +{"id": 694, "generated": "According to Baranez, the purchaserr does not get a cat in a bag, but can try everything out."} +{"id": 695, "generated": "As a potential customer, I am not just buying, but driving in the forest with the seller and this is where we set a target."} +{"id": 696, "generated": "\"I can then shoot there, and if I am convinced that the weapon has a good shot, we negotiate together together,\" the expert describes the process."} +{"id": 697, "generated": "Buy from the Sofas"} +{"id": 698, "generated": "Internet search engines show search results on websites and groups in \"contacts\" where weapons are offered \"for different purposes\"."} +{"id": 699, "generated": "There is no need for papers nor is there any personal meetings."} +{"id": 700, "generated": "\"You only need the appropriate sum of money,\" says the advertisement on the web site, \"Bu battle gun or rifles\"."} +{"id": 701, "generated": "There users place their orders and file requests."} +{"id": 702, "generated": "Is it also sold to minors?"} +{"id": 703, "generated": "\"Bef course without a license\", user asks \"Iwan\" (verbral quote)."} +{"id": 704, "generated": "\"Ceary of a Moscow TT\", is the laonic question by \"Fedorenkow\"."} +{"id": 705, "generated": "The Federal Security Service recently changed innumererable pretendous pages, and buyers who want to buy weapons are romting the service."} +{"id": 706, "generated": "People come like hungry fish on the feedding and then land in Siberia and coal is allowed to low."} +{"id": 707, "generated": "Military commentator and former military member Viktor Baranez"} +{"id": 708, "generated": "I have heard about this scheme. The website is usually registered abroad and Russian laws do not apply."} +{"id": 709, "generated": "The ones responsible accept the orders."} +{"id": 710, "generated": "The buyer will transfer the money via a bank machine."} +{"id": 711, "generated": "\"A an answer he gets a photo and a description of the hiding of the weapon,\" reports the press spokesman of the nonprofit organization \"Pravo na oryzhhie\" Dmitrij Kislow."} +{"id": 712, "generated": "Viktor Baranez stresses that in the end, you can also run out empty and get behind grids, if you place a request on a web site."} +{"id": 713, "generated": "The Federal Security Service recently turned off countless pretendmious websites, and buyers who want to purchase weapons go up to the net much from the service."} +{"id": 714, "generated": "\"People come like hungry fish at the feeding and then end up in the Siberian work camp and allowed to slic coal,\" he says."} +{"id": 715, "generated": "A Makarow for US Dollar 100"} +{"id": 716, "generated": "Experts say that, when purchasing of illegal firearms, prices should range from US$ 100 to $ 900."} +{"id": 717, "generated": "According to Dmitrij Kislow from \"Pravo na oryzhie\" organization, you can buy a Makarow type gun for 100 to USD 300."} +{"id": 718, "generated": "You have to wait up to a month and a half."} +{"id": 719, "generated": "The weapon is issued in military weapon stores of mid-range supervisors."} +{"id": 720, "generated": "According to official statistics from the Interior Ministry, the number of offences involving illegal weapons throughout Russia has fallen by 7%, to 22.9 thousand, between January and October 2011, while the number of uncovered cases of theft and extoration in Russia's city area has dropped."} +{"id": 721, "generated": "The United States sSH fast food and supermarkets employees"} +{"id": 722, "generated": "One in four US American youths might eventually sit behind the cashuffs of Mc Donald's."} +{"id": 723, "generated": "there have been massive protests across the United States in recent days against controlling low wages in Walmart branches and restaurants in popular fast-food chains like Mc Donald's, Burger King, Taco Bell, Wendy's and Kentucky Fried Chicken."} +{"id": 724, "generated": "No one can yet predict whether the protests will shine even more, or whether they are about to go again out of air."} +{"id": 725, "generated": "The protests are supported by trade unions and several left-wing, non-profit organisations."} +{"id": 726, "generated": "Along with increasing the modest wages of ordinary Walmart and fast-food employees, the organizers of the protests pursue the goal of forming trade unions."} +{"id": 727, "generated": "So far this industry for the economy is hardly unionly organised."} +{"id": 728, "generated": "46 cents a year?"} +{"id": 729, "generated": "The protests began last week after Thanksgiving, on so-called Black Friday, when out sales took place in the United States, attracting millions of customers, sometimes leading to hand talks."} +{"id": 730, "generated": "That day, some Walmart workers, 2.2 million of them around the world, put down their work and moved, together with trade unions and left-wing activists, the branches of the chain that would target people of low or middle-income interest."} +{"id": 731, "generated": "Walmart sells all products, from widgets to hunting rifles and car batteries to dust cleaners, eggs and milk."} +{"id": 732, "generated": "Good in the Walmart branches is on average between 8 and 27% cheaper than in large supermarkets."} +{"id": 733, "generated": "That is why many of the low-paid Walmart employees are only buying in their workplace."} +{"id": 734, "generated": "Prices and range of goods made Walmart one of the largest product companies in the U.S.. Walmart, having been very successful in the first place, was exceptionally low and it produces almost the largest I've ever ever achieved within the next four years."} +{"id": 735, "generated": "At that time, Walmart has been providing older and older items (including used cashcards), so once you purchase the items, you must submit the payment for the items to the storage shop. However this leads to significant cuts in quality and cost of Walmart ordering the items for use from her home."} +{"id": 736, "generated": "The latter also complain of difficult working conditions, such as the absence of forklifts or hand scanners."} +{"id": 737, "generated": "The Black Friday protests called for wage increases, and expressed their anger that the contribution to occupational health insurance had risen from $30 to 100 a month."} +{"id": 738, "generated": "A typical Walmart employee who deserves USD 9.5 a hour could not afford that increase, they said."} +{"id": 739, "generated": "Researchers from the University of California in Berkeley prove that if the company increases the average wage to $12 an hour, it would cost Walmart $3.2 billion."} +{"id": 740, "generated": "That is about 1.1% more than they now donate for wages."} +{"id": 741, "generated": "If Walmart moved the wage increases completely to customers, each purchase would cost them only 46 cents more in the future."} +{"id": 742, "generated": "Each year, they would receive extra expenditures of only $12.39 compared to today."} +{"id": 743, "generated": "Walmart supportrs note satisfaction that protests were only broadcastd in nine states and these did not generate any losses for the company."} +{"id": 744, "generated": "Black Friday lasted in his shop from 8 o'clock on Thursday until midnight the next day, and in that period Walmart sold about 5000 items per second."} +{"id": 745, "generated": "In total, the Walmart cashbanks performed almost 100 million transactions on Black Friday."} +{"id": 746, "generated": "The company's speaker, Dan Fogelman, claimed in an interview on the left-wing Huffington Post website that a total of \"less than five\" Walmart workers lay down the job and the protest was merely \"a further PR worker."} +{"id": 747, "generated": "'Free Kasse!'"} +{"id": 748, "generated": "The protests continued this week in New York, where their destination were not Walmart branches (which are not desirable in this progressive city and therefore don't exist yet), but McDonald's and other inexpensive restaurants."} +{"id": 749, "generated": "McDonald's says the company is selling billions of money, and yet they are not giving you sick days and you are not being paid for your honest work!"} +{"id": 750, "generated": "Jumaane Williams, New York City Council Member"} +{"id": 751, "generated": "Currently, according to federal and New York legislation, the minimum wage is $7,25 per hour."} +{"id": 752, "generated": "In fast food restaurants, the minimum wage is gradually being increased, but not too strong, and on average, their simple employees in New York are getting USD 8.90 a hour."} +{"id": 753, "generated": "Less than it no one deserves in this expensive city."} +{"id": 754, "generated": "The way it is possible to earn with so little money in New York is incomprehensible to me."} +{"id": 755, "generated": "Once was a time when almost a quarter of all US American youths were standing behind the bar after school at McDonald's office, however, youths still lived with their parents."} +{"id": 756, "generated": "Hardly anyone saw it as the main source of income, or planned to stay there longer."} +{"id": 757, "generated": "Now, in interviews with McDonald's employees, I constantly meet people who complain that they have to pay this wage and sometimes even feed their children."} +{"id": 758, "generated": "On the other hand, there is a comment in the newspaper Wall Street Journal, whose author notes that it is irresponsible to have children if you do not know how to feed them."} +{"id": 759, "generated": "The participants in the protests which started on Thursday at 6.30 a.m. in front of the McDonald's on 40th Street and Madison Avenue Street requested that the cashers and chefs of fast-food restaurants pay a minimum fee for each person in the McDonald's."} +{"id": 760, "generated": "They continued to call for the creation of trade unions in the fast food sector."} +{"id": 761, "generated": "US law forbids corporate management from standing in the way of that goal and warninging or releasing trade union members."} +{"id": 762, "generated": "On the other hand, corporate management is not making things easy for them."} +{"id": 763, "generated": "Setting up trade unions in the fast-food industry is also difficult for objective reasons, however."} +{"id": 764, "generated": "The most important reason is the high staff fluctuations."} +{"id": 765, "generated": "Dissatisfied"} +{"id": 766, "generated": "There were also loud protests to many other fast food restaurants in Manhattan that day."} +{"id": 767, "generated": "the Highlight of the protests was an assembly at lunch in front of McDonald's on Times Square, where some local democrats spoke, including City Council member Jumaaane Williams, who said: \"McDonald's says it doesn't get it any rely anything"} +{"id": 768, "generated": "The demonstrators were also backed by other prominent New York democrats, such as mayor candidate Bill De Blasio, who said that 'we should collectively support the fast food workers so that they gain a fair wage and strengthen the U.S. Pentagon independence'"} +{"id": 769, "generated": "According to the New York Times, this was the biggest action of its kind in the history of US fast-food industry."} +{"id": 770, "generated": "However, only a few hundred people were local, of whom far not all are employed in the fast-food industry, with tens of thousands of jobs in New York."} +{"id": 771, "generated": "It is not yet forese whether the spark of these protests will mobilise whole mass."} +{"id": 772, "generated": "\"Until now, the brain can only be moderately overscated,'"} +{"id": 773, "generated": "This theme of advanced reality, more popular among supporters of modern technologies, has recently been perceived usually through the lens of a special lens."} +{"id": 774, "generated": "First, Google presented an working model at its annual conference in the summer, then became known in November that Microsoft also had applied for a corresponding patent."} +{"id": 775, "generated": "However, in talks with the head of the group for interactive 3D technologies in the Microsoft laboratory in Cambridge Shahram Izadi, it has become obvious that the glasses were only a crossing station for the company’s scientists."} +{"id": 776, "generated": "It attracts the opportunity to manipulate virtual objects in the air with simple hands and to create virtual open space."} +{"id": 777, "generated": "- Please take a few minutes to tell you what research your group is doing."} +{"id": 778, "generated": "- We deal with the interaction between man and machine but want to extend the limits of this interaction."} +{"id": 779, "generated": "Until now, humanity hasremained largely stuck in the phase, where pixels are used on flat screens, which sometimes are also touched."} +{"id": 780, "generated": "However, we want to predict 5-10 years, and predict the radical changes of this interaction."} +{"id": 781, "generated": "For example, Xbox console and Kinect sensors are a step forward, and now no Xbox is sold without Kinect because everyone is interested in movement control. With this release Kinect and Kinect was introduced, together with the freecharacter software (MITSHI), to monitor and record large-screen images on your"} +{"id": 782, "generated": "- What more do we expect in the future?"} +{"id": 783, "generated": "- Although Kinect brought the interaction to a physical level, much still happens on a flat screen screen, sometimes in 3D."} +{"id": 784, "generated": "Input of information (the system gets more data) was improved, the output was not yet crucial."} +{"id": 785, "generated": "We try to change this, work on genuine three-dimensional representation systems on the basis of different technologies, including projections."} +{"id": 786, "generated": "We must release the computer world into our physical world and make it more understandable."} +{"id": 787, "generated": "This requires an recognition of not only the user but also the environment."} +{"id": 788, "generated": "Then we could complement the real world much easier by means of virtual objects."} +{"id": 789, "generated": "First of all, let’s get rid of these leuchted virtual reality buddies!"} +{"id": 790, "generated": "- What do you think about language control?"} +{"id": 791, "generated": "It is popular, but is it not overerated?"} +{"id": 792, "generated": "- It is certainly not the general purpose solution because it raises questions about privacy, because one does not always want to inform all the parties about their actions and intentions."} +{"id": 793, "generated": "Indeed, any kind of interaction with computers is good, but each in their particular niche."} +{"id": 794, "generated": "For example, we worked on a project concerning the control of objects on public places, where we experimented with short and short gestures instead of loading them."} +{"id": 795, "generated": "The gestures were not recorded by the object camera, but by a bracelet that recorded the movements of the bone and muscles."} +{"id": 796, "generated": "It is still relatively large, but theoretically could be reduced down to the size of a clock."} +{"id": 797, "generated": "But, generally, the future includes mixed types of control, such as gestures and language."} +{"id": 798, "generated": "- How is this?"} +{"id": 799, "generated": "- We would ask you, for example, to send you this permoduckh can?"} +{"id": 800, "generated": "You say it and you indicate it at the same time."} +{"id": 801, "generated": "- Normally I just say it."} +{"id": 802, "generated": "- Oh, this would be very difficult to recognize."} +{"id": 803, "generated": "- Does this mean that you want the user to adapt to what a machine can afford at the moment and what does not?"} +{"id": 804, "generated": "- Not necessarily, but it is a question of mutual agreement."} +{"id": 805, "generated": "I believe that in the near future we will have to work primarily on the development of new types of sensors that will make it possible to capture people's reactions more precisely."} +{"id": 806, "generated": "They can be laser sensors, for example, as they offer in depth very good resolution, which is very important."} +{"id": 807, "generated": "- What are your demands of modern cameras starting from your work with the Xbox Kinect sensors?"} +{"id": 808, "generated": "Is there no resolution, depth, or anything else?"} +{"id": 809, "generated": "- The current generation is basically a good starting point for our work in the area of three-dimensional recognition."} +{"id": 810, "generated": "Of course, 8 Megapixels wouldn’t be bad with a speed of 1000 fps."} +{"id": 811, "generated": "However, the main thing is not the Megapixels itself, but the quality of the matrix and of the depth."} +{"id": 812, "generated": "Seen in this way, all current technologies are not good enough for us, because the developers of the algorithms have more work."} +{"id": 813, "generated": "Account must be taken of not only the resolution along the X and Y-, but also along the Z axis."} +{"id": 814, "generated": "The speed and number of images per second are also important."} +{"id": 815, "generated": "The movements of men are extremely dynamic and, frankly, the present 30 fps are especially for gestures too little."} +{"id": 816, "generated": "In our laboratory in Redmond Stephen Betishes developed a contact sensor sensor with a adjustable delay of between 1 and 100 millisseconds, with today's commercial sensors going closer to the second value (60 to 100 seconds)."} +{"id": 817, "generated": "Not all understand how much that affects the interaction of men and machine."} +{"id": 818, "generated": "My work needed to design exactly such a device, only without any touch control and with more images per second."} +{"id": 819, "generated": "- Need the number of cameras not to be increased?"} +{"id": 820, "generated": "- Kinect currently works with three \"cammers\", one of which represents an infrared station and the second as a receiver for the reflected signal."} +{"id": 821, "generated": "And the third camera is indeed a ordinary RGB camera."} +{"id": 822, "generated": "It is not used to calculate the depth of of the object."} +{"id": 823, "generated": "More cameras could solve the problem..."} +{"id": 824, "generated": "Or reinforce the problem because it would require more calculations."} +{"id": 825, "generated": "It would be nice a flexible, Kinect-like system, where we could play with different camera trends in order to determine how this helps us with when three-dimensional identifying a given position."} +{"id": 826, "generated": "- If I remember correctly, in contrast Google Microsoft did not presented its glasses to the public."} +{"id": 827, "generated": "Do you not think that in terms of the application of the technology of advanced reality in everyday glasses the best prospects has?"} +{"id": 828, "generated": "- Of course it is not pleasant to keep a smartphone in the raised hand always on the way over, but I think this: the nicest variant would be a \"changeing\" extended reality, in which we switch over a cloud from the glasses to the smartphone."} +{"id": 829, "generated": "The glasses is a personal gadget, and it is its strength (Privates down only you can see), but also its weakness, because an extended reality through glasses that prevents you can work with others on virtual objects."} +{"id": 830, "generated": "- Let's imagine for one moment that manipulation of virtual holograms in the air is not only Tony Stark from Iron Man, but also normal deaths accessible."} +{"id": 831, "generated": "There is a problem that critics of this idea frequently point out: there is no sensitive reaction!"} +{"id": 832, "generated": "The hands do not feel anything at all!"} +{"id": 833, "generated": "What answers would your group like to respond to this objection?"} +{"id": 834, "generated": "- In my lectures, I often talk about expanded reality being the seventh breakthrough in the interaction between man and machine."} +{"id": 835, "generated": "I think that the eighth breakthrough might well be the integration of the tactical perception."} +{"id": 836, "generated": "An interesting method currently is to use the second hand as a rather unusual projection document."} +{"id": 837, "generated": "It is putting a great deal of pressure!"} +{"id": 838, "generated": "But there are also technologies that are actually oriented at giving something strong to \"images in air\", for example, the interference of some oriented ultrasonic radiations generates a certain point where the finger is located, allowing their fingers to speak back back from the face."} +{"id": 839, "generated": "There are also bands for the joints that influence the nerves in the fingers, which is also a potential direction."} +{"id": 840, "generated": "- Have you tried to list the brain?"} +{"id": 841, "generated": "It makes it think that it feels what it should be feeling when it is looking at something now?"} +{"id": 842, "generated": "- This is a good idea so we haven't tried it yet."} +{"id": 843, "generated": "That here hides another task that we shall have to struggle with for a long time, namely to allow a person who physically is in a closed space to believe that he is in an open, practically infinite space instead."} +{"id": 844, "generated": "So far, the brain is only moderately overhuned, and many years remain to be done in lots of work."} +{"id": 845, "generated": "That is exactly what makes work in the field of virtual reality so attractive for a researcher: many topics are only at the beginning here."} +{"id": 846, "generated": "Own taste instead of culture - rosbalt.ru"} +{"id": 847, "generated": "Rosbalt continues the project \"Petersburger Community Avantgarde\" dedicated to city habitants who form the avant-garde of art and culture."} +{"id": 848, "generated": "The selected list already included top representatives of the art scene of Petersburg whose successes beyond the borders of the city and are often recognized in Europe without being familiar with in the rest of Russia."} +{"id": 849, "generated": "The new hero Rosbalt is the extravagant artist Kirill Miller."} +{"id": 850, "generated": "The entire city knows Kirill Miller, the beards, dressed in red, which can be found at the Russian Museum, at summer garden, at scene meetings or on cut offs."} +{"id": 851, "generated": "Whereever the images of Kirill Miller are exhibited, they attract large masses of people."} +{"id": 852, "generated": "Kirill Miller is one of the typical Petersburg social-philosophic artists who create new myths."} +{"id": 853, "generated": "Kirill Miller is a shineing personality of the Petersburg avant-garde at the end of the 80s and the early 90s, respectively."} +{"id": 854, "generated": "He is also a man of the city and through his presence on the streets inspires a smile in the face to his fellow citizens and provides good smile to them."} +{"id": 855, "generated": "He recently captured a rotary organ and became a Petersburg organ player since he finally felt ready to be able to take on this difficult role in terms of his artist, his philosophy and his image."} +{"id": 856, "generated": "- Kirill, why are you always travelling in red - rather than in yellow or Turkish - in the city, for example?"} +{"id": 857, "generated": "I chose the color red as a fashion designer who looks at the optics and the image."} +{"id": 858, "generated": "In this world, Rot is the compromise between artist, image adviser, and society."} +{"id": 859, "generated": "In society, everything that departs from the atrocation gives rise to aggression and bad behaviour."} +{"id": 860, "generated": "However, I want to come into contact with people by means of my protions relating to them."} +{"id": 861, "generated": "Each of my previous protions was an invitation to talk about."} +{"id": 862, "generated": "- When did you know that you had to become a painter?"} +{"id": 863, "generated": "- At an exhibition in the Newskij Cultural Palace, where my works were exhibited."} +{"id": 864, "generated": "I understood that I have to go down that route."} +{"id": 865, "generated": "Then, then the era of the old free but not officially recognised painters ended, and new and free painters such as me were inincomprehensible."} +{"id": 866, "generated": "I was a friend of thepainters of the new generation, in other words the representatives of Gazonewschina; that led to Pushkinskaja 10, and then it got over."} +{"id": 867, "generated": "I tend to the theatre, fashion, music, actually to everything, apart from literature."} +{"id": 868, "generated": "- And all this was united in your art-clinical... - It important to me to stand at the heart of the Petersburg culture, where the best creating artists should assemble."} +{"id": 869, "generated": "In 1995 I occupied a room in the Pushkinskaja 10, and there was a musical-art club for the Boheme, the house of the Petersburg Boheme, up to the renovation work."} +{"id": 870, "generated": "Many were born there: N.O.M., Tequilajazzz, and I also remember how Schnur came there with his project \"Ucho Van Goga\"."} +{"id": 871, "generated": "Schnur and his friends sang simple songs to playback, wore narrow socks, and among them were today’s hip trendy composer Igor Wdowin."} +{"id": 872, "generated": "When the group began to play live, it became \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg moderated many programs before the time of \"Halli-Galli\"."} +{"id": 874, "generated": "We gave them Trachtenberg and it began his great career, but he learned the foundations with us."} +{"id": 875, "generated": "The Gallery \"D 137\" or the club \"Griboedov\" also have their origin in the Art Clinic."} +{"id": 876, "generated": "Our staff and regular guests went there."} +{"id": 877, "generated": "I am a hero of the last century, when culture meant something else."} +{"id": 878, "generated": "In 2000, there was a survey in the press regarding the award 'perpersonalities of our city'."} +{"id": 879, "generated": "I won in the category \"Artist of the Year\", and so I had reached its peak point."} +{"id": 880, "generated": "It is not easy to work in new times following old rules; I am a human of the truth, honesty and culture of the last century."} +{"id": 881, "generated": "It is easy to become famous these days, but culture and popularity are not the same thing: you can be famous without making any cultural contribution."} +{"id": 882, "generated": "- Your works have an unmistcountable style."} +{"id": 883, "generated": "- Many of my pictures are true pearls and clearly express the topicality and sharpness of thoughts."} +{"id": 884, "generated": "I will have an exhibition entitled \"The Russian Museum als Clowns\"."} +{"id": 885, "generated": "Clowns are timeless."} +{"id": 886, "generated": "I used to be social, but now it pains and makes frightened to be so."} +{"id": 887, "generated": "In a clown that blurgs everything and loses its tragedy."} +{"id": 888, "generated": "I love the grotesque and I have some grotesque ideas."} +{"id": 889, "generated": "Let us, for example, save the world by stipulateing that everyone has to fully dressed."} +{"id": 890, "generated": "Now everyone pays attention to the clothing and focuses on the exterior rather than the inside of the person."} +{"id": 891, "generated": "But perhaps one should not give a man’s hand, but shove him into his face."} +{"id": 892, "generated": "The deception disappears by dressing."} +{"id": 893, "generated": "- A short ago, we saw you in the role of the urban rotary organ organ player. - A culture city should have such a hero."} +{"id": 894, "generated": "Who, if not I?"} +{"id": 895, "generated": "- Can commercial art also be beautiful?"} +{"id": 896, "generated": "- These days commercial art must be careful, cautious and shimmering."} +{"id": 897, "generated": "We are seeing the disintegration of cultures."} +{"id": 898, "generated": "In the past, the people formed large groups: the Bohemi people loved one thing and the simple people the other."} +{"id": 899, "generated": "Now there are micro-communities and it is difficult to enjoy everyone."} +{"id": 900, "generated": "I am not a one hundred dollar note that everyone likes."} +{"id": 901, "generated": "Now you need to consider whom you’ll like."} +{"id": 902, "generated": "Now, every cult star has about 100 followers."} +{"id": 903, "generated": "- But several thousands come to the performances of Stas Michailow!"} +{"id": 904, "generated": "- abandoneded women come to it, there plays to play the sexual-socialsphere."} +{"id": 905, "generated": "For cultural reasons there will be 300 people, and not 10 thousand, so there is less management, money, and everything is dieding."} +{"id": 906, "generated": "I have supporters, and the most important thing is not to deceive them and not to destroy what has been achieved."} +{"id": 907, "generated": "In my youth, I painted such images which even keep a collector in line with works from Falk and Laiilev."} +{"id": 908, "generated": "I started with images, which usually come only at the end of the career."} +{"id": 909, "generated": "Today there are often some misunderstandings."} +{"id": 910, "generated": "It is said: intellectual culture and consumer culture."} +{"id": 911, "generated": "Consumption has no culture at all; this is quite another issue."} +{"id": 912, "generated": "I am a human of past culture and grew up with the artists who lived in poverty and died in poverty and rejected money in order to be able to paint."} +{"id": 913, "generated": "This is the culture which I support."} +{"id": 914, "generated": "- Kirill, what's missing Petersburg?"} +{"id": 915, "generated": "- Good experts in culture."} +{"id": 916, "generated": "They say: servants of culture."} +{"id": 917, "generated": "But not each of them can deal with culture."} +{"id": 918, "generated": "To real czars, it was different, because the czars may not understand much of culture, but they did understand that correct experts were necessary."} +{"id": 919, "generated": "Moscow now has some good consultants."} +{"id": 920, "generated": "In Petersburg, we have those that might be experts, but they are blocked up the path because they need more high-leveling experts to assess the former properly and open the way to them."} +{"id": 921, "generated": "Now only your own taste counts."} +{"id": 922, "generated": "The same is true for the Erarta, but with the difference, the fact they say in frank that they don’t accept all contemporary art, and so that some painters have to look for other museums."} +{"id": 923, "generated": "- What are you Petersburg?"} +{"id": 924, "generated": "- Petersburg is not the Capital of Culture; Moscow has a lot more culture and a suitable breeding ground."} +{"id": 925, "generated": "Art can be difficult to grow on our stones."} +{"id": 926, "generated": "We need a cultural breeding ground because, for example, we have now had more writers than readers, and that is not right, certainly."} +{"id": 927, "generated": "There are many curious people in Europe who visit exhibitions or concerts."} +{"id": 928, "generated": "This is so much less in our own right."} +{"id": 929, "generated": "Art needs to be modern again, just like at the beginning of the last century."} +{"id": 930, "generated": "The project is financed by grants from the city of St. Petersburg"} +{"id": 931, "generated": "Birth in Space"} +{"id": 932, "generated": "Earth is in danger."} +{"id": 933, "generated": "Global warming or clash with killer asteroid."} +{"id": 934, "generated": "In 23166, Alhiel became shocked by Matthew Denial's allegeding Alhiel to order Starflet one again, forceing him into his fearing career in the Battle of the Earth in 2366. The Alhead, together with the commander, Jed Swrock, took"} +{"id": 935, "generated": "In order to save humanity, the important question is how we can carry on in conditions of weightlessness or on the replacement planet?"} +{"id": 936, "generated": "I do not believe that there are many choices."} +{"id": 937, "generated": "In fact, there are only two true planets that we could at least live in an hypothetical way."} +{"id": 938, "generated": "\"This means Mars and Venus\", says the scientific employee of the Astronomischen Sternberg-Institut Wladimir Surdin."} +{"id": 939, "generated": "However, while conditions on Mars are relatively life-friendly, the surface of Venus has a 500 degrees temperature."} +{"id": 940, "generated": "Life would be possible only in great altitude or in the orbit of Venus, in other words, in space."} +{"id": 941, "generated": "The issue of reproductiveproduction in space first concerned researchers concerning the flora."} +{"id": 942, "generated": "Experiments with plants were already carried out half a century before that."} +{"id": 943, "generated": "The fourth generation of orbit atbit-brered peas doesn’t differ anywhere from the earthly species."} +{"id": 944, "generated": "It followed the breeding of insects, more precisely, of tiny fruit flies (Drosophila), in orbit."} +{"id": 945, "generated": "In 1979, quaw eggs were sent into space to research out the effects of weightlessness on the development of embryos."} +{"id": 946, "generated": "A completely normal chick is developing."} +{"id": 947, "generated": "But then the problem begins."} +{"id": 948, "generated": "\"The problem is that Küken has to stop; it must be able to stand on its legs and start to move,\" explained the laboratory manager of the Institute of Medically-Bio Problemes RAN, Vladimir Sychee, in Sinn, Thailand."} +{"id": 949, "generated": "Without a solid underground the chicks hit themselves over wild."} +{"id": 950, "generated": "Ten hours later, the newborns’ instincts completely stumpd down."} +{"id": 951, "generated": "The chicks did not react to light and noise."} +{"id": 952, "generated": "Four days later, she simply died."} +{"id": 953, "generated": "\"Wlonce we let the cowks slip and hire them off because it is simply impossible to work with them there,\" Vladimir sychev held to the failed experiment with the cowks in Patriotboute."} +{"id": 954, "generated": "The last breeding cage with animals flew into the orbits 16 years ago."} +{"id": 955, "generated": "The experiments will continue in spring 2013."} +{"id": 956, "generated": "However, the bios satellite 'Bion' will only include same-sex species."} +{"id": 957, "generated": "There was an experiment with rats that had already been fertilized into space."} +{"id": 958, "generated": "In principle, nothing specific was established."} +{"id": 959, "generated": "\"This was just with bio satellites, but once again it was only one experiment, and research needs to continue,\" observes Vladimir Sychev."} +{"id": 960, "generated": "When the landing went on, the Space Councils got young people."} +{"id": 961, "generated": "The problem of reproduction directly in space could not yet have been solved."} +{"id": 962, "generated": "The task is a difficult one."} +{"id": 963, "generated": "Animals dern out of their natural habitat simply cannot follow their reproduction drive."} +{"id": 964, "generated": "In contrast to animals, that could be human in principle."} +{"id": 965, "generated": "Homo sapiens is sometimes capable of abstract thinking and can create a similar emotional background."} +{"id": 966, "generated": "For ethical considerations, such experiments are not being conducted."} +{"id": 967, "generated": "But women have been flying into space for 50 years."} +{"id": 968, "generated": "The greatest risk came at Tereshkova."} +{"id": 969, "generated": "The most valuable thing that owns humanity is the female organism."} +{"id": 970, "generated": "Our molh fled out of her and no one on Earth could have answered the following question: Did she survive space flights?"} +{"id": 971, "generated": "Will she be able to birth a child after that flight?"} +{"id": 972, "generated": "\"Noone finally answered this question,\" says space-based vigilantance vegetarian Watschnases."} +{"id": 973, "generated": "In June 1964, only a year after her space flight, the first female cosmoomony, Valentina Tereshkova, gave rise to a daughter."} +{"id": 974, "generated": "The child's father, Andrijan Nikolaev, was also the cosmomon."} +{"id": 975, "generated": "In 1988, the second in space, Swetlana Sawizkaja, who performed twice in space and even working outside the space vehicle, gave birth to a son."} +{"id": 976, "generated": "Nevertheless, it remains a risk."} +{"id": 977, "generated": "We have only the very few cosmopolies who went after long flights all went well and gave them healthy young."} +{"id": 978, "generated": "\"The more, the more dangerous it's even on flights in orbit\", cosmomon Waleri Polyakov, hero of the Soviet Union, and hero of the Russian Federation concludes."} +{"id": 979, "generated": "Yet humanity will have to look for new paths in biotechnology, radiation protection, and create artificial gravitation."} +{"id": 980, "generated": "The Hydrolabor in the Preparation Centre of cosmoutes is a compulsory station during the preparation for a flight."} +{"id": 981, "generated": "Here in a low state the cosmunes win routine for work in open space."} +{"id": 982, "generated": "Water represents the gravelessness."} +{"id": 983, "generated": "While adults find water pleasant, it's a foreign environment, but infants do feel water as a natural element."} +{"id": 984, "generated": "It is as if the little Ichtyander were demonstrating that life on the land rises from the ocean."} +{"id": 985, "generated": "There is a link between the fact that a child is in fruit water in the mother's belly for about 9 months and the fact that it is easier to get used to water."} +{"id": 986, "generated": "In principle, this is logical, as it takes just 2 weeks from the birth to the first swimming."} +{"id": 987, "generated": "\"This is too little time to forget something,\" says baby teacher Marina Aksenowa."} +{"id": 988, "generated": "While for a born child, weightlessness is a much more natural state, woman can’t succeed without gravity."} +{"id": 989, "generated": "In a state of weightlessness, the belly and bazch muscles reform enormous quickly and so the ability to press the child out decreases."} +{"id": 990, "generated": "Well, let's avoid this by using birth-provoking tools."} +{"id": 991, "generated": "Geburt could, for example, also happen in a special chamber to push the child out."} +{"id": 992, "generated": "'But what happens then?', this is Waleri Polakov's obvious question."} +{"id": 993, "generated": "On the other hand, the child also needs artificial gravity."} +{"id": 994, "generated": "Without feeling the earth's attraction the organism cannot train the skeleton and the muscles."} +{"id": 995, "generated": "A newborn child cannot be glued in a head suit just like an adult for training."} +{"id": 996, "generated": "He will simply lack something that is of fundamental importance to his life."} +{"id": 997, "generated": "\"This experiment which we conduct together, namely the birth of a child in a foreignly environment, will result in us to give birth to an disabled person, a completely unadapted human being,\" says the Head of the European Parliament's bioethic Commission."} +{"id": 998, "generated": "So far, the birth of children in space is merely theory."} +{"id": 999, "generated": "At some point, it becomes a reality when the earth's residents on their space ships travel to a distant planet that becomes home for their descendsprings that were born in space."} diff --git a/outputs/deen/seed_42/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/deen/seed_42/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..f2c393f --- /dev/null +++ b/outputs/deen/seed_42/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 100, "step": 880600, "bleu": 25.834093628144814, "rouge1": 59.04973076336025, "rouge2": 33.30888909160917, "rougeL": 53.81862131068937} diff --git a/outputs/deen/seed_456/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl b/outputs/deen/seed_456/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl new file mode 100644 index 0000000..cbc3218 --- /dev/null +++ b/outputs/deen/seed_456/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A Republican Strategy To Countervent Obama’s Re-election"} +{"id": 1, "generated": "Republican leaders justify their policies by the need to fight electoral fraud."} +{"id": 2, "generated": "Yet the Brennan Center sees the latter as a myth by reaffiring that electoral fraud in the USA is more rare than the number of people killed by flash."} +{"id": 3, "generated": "Republican lawyers have, in fact, recorded only 300 cases of electoral fraud in the USA in 10 years."} +{"id": 4, "generated": "One thing is certain: these new provisions will have a negative impact on election turnout."} +{"id": 5, "generated": "In this sense, these measures partly undermine the USA’s democratic system."} +{"id": 6, "generated": "Unlike Canada, the United States are responsible for the elections in each state."} +{"id": 7, "generated": "In this sense, since 2009, the majority of American governments have announced new laws hampered the registration or voting process."} +{"id": 8, "generated": "This phenomenon increased in importance following the elections of November 2010, with 675 new Republican representatives recorded in 26 states."} +{"id": 9, "generated": "As a result, 180 draft laws were introduced in 2011 alone, which restrict the exercise of electoral law in 41 states."} +{"id": 10, "generated": "The new electoral laws require voters to provide photo ID and proof of US citizenship."} +{"id": 11, "generated": "Furthermore, these laws also shorten the periods for early voting, declarating invalid the right to register as voters on the election day and denying citizens of the right to vote to which a court of justice is entitled."} +{"id": 12, "generated": "Before the 2006 elections, no United States state required voters to show an photo ID."} +{"id": 13, "generated": "Indiana was the first state to make such a requirement."} +{"id": 14, "generated": "The United States Supreme Court confirmed in 2008 the constitutionality of the Indiana Act."} +{"id": 15, "generated": "The Republican authorities rushed up to extend this practice to other states."} +{"id": 16, "generated": "Over the past two years they have promoted draft laws in 34 states that force voters to show photo cards."} +{"id": 17, "generated": "It is important to note that, unlike Quebec, US citizens do not have a universal identity card, such as the health insurance card."} +{"id": 18, "generated": "Indeed, 11% of US citizens, in other words, 21 million eligible persons, do not have photo certificates issued by a government authority from their or her state."} +{"id": 19, "generated": "In addition, five million new voters don’t have such a card in 2012."} +{"id": 20, "generated": "However, they often pay more than a hundred dollars to obtain the necessary ID card."} +{"id": 21, "generated": "The new restrictions will affect young people, minorities and low-income people disproportionately disproportionately."} +{"id": 22, "generated": "Indeed, 25% of African-American, 15% of persons with income of less than $35,000, 18% of citizens over 65 years of age, and 20% of voters between 18 and 29 do not have the required photo card."} +{"id": 23, "generated": "That goes even further."} +{"id": 24, "generated": "Students, who are seen as voters increasingly voting for democratic candidates, are not allowed in several states using their institution-mitted photo card."} +{"id": 25, "generated": "On the other hand, the same states allow members of fishing or hunting clubs, which choose more carefully for the Republican side to use the cards issued by these clubs for elections."} +{"id": 26, "generated": "Before 2004, no federal state asked its electate to provide evidence of citizenship."} +{"id": 27, "generated": "Arizona was the first state to introduce that demand."} +{"id": 28, "generated": "Since 2011, a dozen states have passed laws requiring voters to prove their US citizenship."} +{"id": 29, "generated": "These measures are clearly targeted at limiting the hispanic voices."} +{"id": 30, "generated": "For it is clear that two of the three Hispanic voters prefer democratic parties."} +{"id": 31, "generated": "Moreover, in 2011 Republican legislators were promoting in eight states of laws aimed at abolishing registration of voters on their voting day."} +{"id": 32, "generated": "You have also restricted the right of individuals and groups to help those electorates who wish to register."} +{"id": 33, "generated": "These restrictions are not without consequences."} +{"id": 34, "generated": "For example, the voter registration campaigns during the 2004 general elections helped to register about 10 million citizens."} +{"id": 35, "generated": "Due to the measures adopted since 2009, the proportion of the registration of new elections in 2010 has decreased by 17% compared to 2006."} +{"id": 36, "generated": "Furthermore, Republican legislators have passed laws in five more states aimed at shortening the period for premature voting."} +{"id": 37, "generated": "For example, in the 2008 general elections in Florida, 33% of the pre-electected voters were Afro Americans, although they make up only 13% of state voters."} +{"id": 38, "generated": "The same goes for the Hispanic population."} +{"id": 39, "generated": "The latter was only 11% of the voters, but 24% of those who voted in advance."} +{"id": 40, "generated": "By contrast, the Whites, which represented 76% of voters, made up only 46% of the voters that elected in advance."} +{"id": 41, "generated": "Of course, democratic legislators and their supporters ardaciously opposd the adoption of laws restricting voter registration."} +{"id": 42, "generated": "Several draft laws were blocked by the vetoes of democratic governors."} +{"id": 43, "generated": "The US Advocate-General has intervened, in order to suspend the most controversial laws."} +{"id": 44, "generated": "They were able to partially limit the damage."} +{"id": 45, "generated": "For example, only 16 of the 34 states have adopted laws requiring a photo card to be displayed."} +{"id": 46, "generated": "However, the new rules introduced in 2012 will undoubtedly make it difficult for the EU to exercise the right to vote."} +{"id": 47, "generated": "The democratic critics denounce the partypolitical nature of the laws adopted and see them as a clear goal of influencing the results in the states that decisive for 2012."} +{"id": 48, "generated": "A 2011 Brennan Centers report demonstrates that those states that have adopted these laws make up 171 of the 270 votes required in the election board to win the presidency."} +{"id": 49, "generated": "It is too early to confirm with certainty that these changes of legislation to the electoral system will have a significant impact on the outcome of the presidential elections in 2012."} +{"id": 50, "generated": "But one thing is sure: these new provisions will have a negative impact on turnout."} +{"id": 51, "generated": "In this sense, these measures partly undermine the US democratic system."} +{"id": 52, "generated": "Prostat cancer detection: should the test be done or not?"} +{"id": 53, "generated": "Indeed, the PSA test sometimes gets faulty results, with both false negative and also false positive results, which lead to unnecessary medical interventions."} +{"id": 54, "generated": "This leads to greater lucitation of already indecisive men to carry out early detection tests."} +{"id": 55, "generated": "Should the test be made or not?"} +{"id": 56, "generated": "We have obtained the opinion of two medical specialists."} +{"id": 57, "generated": "In the studies carried out in the United States there have been numerous disruption factors among the monitoring groups, so it is difficult to interpret this data and to make clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe, concluded that there is a difference in the mortality rates of patients with and without early detection."} +{"id": 59, "generated": "This study also showed that after 12 years of aftermath observation, Metastas have a 30 40% higher probability offorming if early detection was not performed."} +{"id": 60, "generated": "I therefore recommend the test starting from an age of 50 years, or 40 years or more, if one has a direct relative who has already had prostate cancer."} +{"id": 61, "generated": "Men of African-American origin have also greater risk."} +{"id": 62, "generated": "The most important thing is to make the right decision once cancer has been detected."} +{"id": 63, "generated": "There are types of cancers which are aggressive and others which are indolent."} +{"id": 64, "generated": "The patient needs to be made really understand the extent of the risk of his cancer, identifying possible options where prostate cancer can remain untreated if it affects quality of life over the longer term, and being careful about how prostate cancer can become sustainable without them being captured at the hospitals."} +{"id": 65, "generated": "Today, many men who have experienced cancer do not receive treatment, because their cancer is not aggressive and does not threaten to their lives."} +{"id": 66, "generated": "They are being proposed active monitoring and offer them treatment as the disease progresss."} +{"id": 67, "generated": "It is with increasing accuracy to determine the criteria for deciding who should and who should not be treated."} +{"id": 68, "generated": "For that reason, I recommend that the tests be carried out nevertheless."} +{"id": 69, "generated": "However, the most important thing is to contact his doctor to determine whether or not he should be carried out."} +{"id": 70, "generated": "In cooperation with the International Society for Urology Movember has developed an instrument for evaluating the advantages and disadvantages of the PSA test."} +{"id": 71, "generated": "This document (currently in English only, but a translation will come soon) can be downloaded at following address: http://ca.movember.com/fr/mens-health/prostate-cancer-screening."} +{"id": 72, "generated": "Preventting the Disease"} +{"id": 73, "generated": "Unfortunately, there is no miracle remedy for cancer prevention."} +{"id": 74, "generated": "Despite the advances in research, assumeing a healthy lifestyle remains the best way to reduce the risk of becoming ill."} +{"id": 75, "generated": "It is estimated that 30% of cancers could be prevented if all were to eat well and move sufficiently."} +{"id": 76, "generated": "\"If there were no more smokers, this level would reach at least 50%,\" stresses André Beaulieu, spokesman of the Canadian Cancer Society."} +{"id": 77, "generated": "However, it is estimated that about 10% of cancer cases are caused by deherarity."} +{"id": 78, "generated": "Several of these remain completely unresolved."} +{"id": 79, "generated": "For the Canadian Cancer Society, the fight against tobacco dependence remains a priority, despite the decline in the number of smokers."} +{"id": 80, "generated": "Smoking is responsible for 85% of cases of lung cancer."} +{"id": 81, "generated": "It is also a risk factor for several other types of cancer."} +{"id": 82, "generated": "It does huge damage to people’s health."} +{"id": 83, "generated": "\"To this day there are still 1.5 million smokers in Quebec\", the spokesman André Beaulieu regrets."} +{"id": 84, "generated": "Enpetifying data: 10 years after renitating cigarettes, the risk of dying of cancer is reduced by half."} +{"id": 85, "generated": "Weight"} +{"id": 86, "generated": "According to the Canadian cancer society, overweight and obesity also encourage the outbreak of the disease."} +{"id": 87, "generated": "They seem to increase the risk of breast, gereric bladder, breast bladder, food tubes, veuge tubes, pancreas and uterural cancer."} +{"id": 88, "generated": "\"The research demonstrates that regular physical activity provides protections against groruberic cancer throughout all life,\" he adds."} +{"id": 89, "generated": "Food"} +{"id": 90, "generated": "The organisation also recommends limiting the consumption of red meat."} +{"id": 91, "generated": "There is too high the risk of brake or fatening cancer."} +{"id": 92, "generated": "Wurs should be avoided as well."} +{"id": 93, "generated": "The conservation of meat by smokeers, drying or salt can lead to the formation of carcinogens."} +{"id": 94, "generated": "\"Lulter people can damage the body cells and lead to the development of cancer,\" he explains."} +{"id": 95, "generated": "Vitamin"} +{"id": 96, "generated": "In recent years, several scientists have studied the connection between vitamin additives and cancer."} +{"id": 97, "generated": "However, their investigations are at present not conclusive."} +{"id": 98, "generated": "According to the Canadian Cancer Society, studies related to vitamin E are contradictory."} +{"id": 99, "generated": "While one study has identified the reduction of the risk of prostate cancer, another showed rather an increase."} +{"id": 100, "generated": "The impact of vitamin D on cancer has not yet been clearly seen either."} +{"id": 101, "generated": "Mr Beaulieu also emphasises the importance of talking with his doctor about his concerns and his family's precrowage."} +{"id": 102, "generated": "'Pretial detection testing does not lead to cancer'."} +{"id": 103, "generated": "The Higgs Lobson Analysisd"} +{"id": 104, "generated": "The announcement of the likely discovery of the Higgs office attracted a certain sensation in the past summer, for good reason."} +{"id": 105, "generated": "It is believed that this Boson is involved in nothing less than in the mechanism which is responsible for the mass of all the objects in the universe."} +{"id": 106, "generated": "And ultimately, this is the last particle whose existence of the standard model - our best or'least false' explanation of nature and the behaviour of the matter - has been predicted, but empirically not yet observed."} +{"id": 107, "generated": "But for the physicists it is not completely sure that this is really the Higgs."} +{"id": 108, "generated": "We know without the shadow of any doubt that we have a genuine new particle and that it is powerfully similar to the Higgs song predicted by the standard model."} +{"id": 109, "generated": "Moreover, this seems to be confirmed by new data presented this week at a great physics congress in Kyoto, but there is still no data in order to be perfectly sure about it."} +{"id": 110, "generated": "Let us nevertheless assume that it is in fact the Higgs, as it seems there is only a small risk of cheating, and let's look at what's at stake."} +{"id": 111, "generated": "There is an unavoidable law in this world, which means that two objects cannot be present at the same place at once."} +{"id": 112, "generated": "It is not possible to violate this rule - and do not try to suffer too much because you're going to hurte."} +{"id": 113, "generated": "Because even if particle physics is a really strange world, it turns out that such law also applies to it: the Pauli exclusion principle, which says that two particles do not have the same space as the same particles to evacuate."} +{"id": 114, "generated": "On this basis, the physicists divide the particles into two categories."} +{"id": 115, "generated": "In one corner there are the good citizens, who are depicted as Fermione and obey carefully to the Pauli principle."} +{"id": 116, "generated": "And in the other, the Boson move, a illous bands of anarchists who are not sacred - certainly not this principle, which means that in fact they can be in the same place at the same time."} +{"id": 117, "generated": "According to the web site The Particle Adventure, these bosons are divided by the Berkeley laboratories (which is absolutely astonishing) into two groups: the mesons we will not be discussing here, and the \"partparts\", which form the big power bosons."} +{"id": 118, "generated": "However, it must be emphasised here that these bosons are not all as exotic creatures as one might well think."} +{"id": 119, "generated": "If you are able to read this chronic it is only thanks to a bo of exceptional banality: the photon or the \"light particle\" which is the \"Botents\" of the electromagnetic power."} +{"id": 120, "generated": "If a particle is accelerated with an electric charge or the direction changes, the electromagnetic field becomes \"orted\" at that very place, approximately like a pestone which was thrown into a pond."} +{"id": 121, "generated": "Through this \"isstation\" gives rise to a electromagnetic wave (light, infrared or ultra radiation, etc."} +{"id": 122, "generated": "More Stable Field"} +{"id": 123, "generated": "The same goes to the Higgs Boson, with the difference that another field, the Higgs field, needs to be \"sstelled\" for this Boson to show itself."} +{"id": 124, "generated": "However, the Higgs field is much more stable than the electromagnetic field; the pathogen needs to achieve very high energies, a little comparable to a frozen pond, whose surface is only covered by a very large rock, but protected from electromagneticities."} +{"id": 125, "generated": "That is why a huge particle accelerator such as CERN - the Large Hadron Collider is a ring worthing 27 km! - is required to achieve such energies."} +{"id": 126, "generated": "The analogy with the electromagnetic field is once again helpful to explain the relationship between the higgs and the mass."} +{"id": 127, "generated": "There are in fact not all particles and not all materials interact with the electromagnetic field."} +{"id": 128, "generated": "Some, like magnets, do so, but others don't - for example, a sheet of paper would never stand at the fridge on its own."} +{"id": 129, "generated": "And equally, not all particles interact with the Higgs field: those that do it own a mass whereas others (as Photon by the way) do not own a mass."} +{"id": 130, "generated": "What can all these research be 'good' for then, Ms Plamondon asks?"} +{"id": 131, "generated": "For science, they serve to review the Standard Model (SM), and they also enable physicians to examine closely all deviations between the observations and the SM’s forecasts."} +{"id": 132, "generated": "By the way there are many physicists eagerly hope that such deviations will be found, as the slightest difference could open a door to \"new physics\" and clean some holes in the model."} +{"id": 133, "generated": "It must be said that the latter still has great defects, as it offers no explanation for ups! and the dark matter that forms around 80% of the matter of the universe (recounter ups!)."} +{"id": 134, "generated": "However, such discrepancies have not been found at CERN to date."} +{"id": 135, "generated": "Impacts"} +{"id": 136, "generated": "The effects of these research on the general population are more difficult to predict, but it would be wrong to assume that there was none."} +{"id": 137, "generated": "By the way: in the early 60's, the pioneers of lasers at Bell laboratories did not suspect that their work would trigger such a revolution."} +{"id": 138, "generated": "They saw scientific applications, but nothing else."} +{"id": 139, "generated": "Indeed, the late physicist Willard Boyle - who worked in Bell Labs, where the laser was invented in the 1960's, and who in 1962 even the first continuactle lasers (the first were of a serum unit - gave us the one-line laser"} +{"id": 140, "generated": "Imagine..."} +{"id": 141, "generated": "Moreover, applications can also result from all the instruments surrounding the research."} +{"id": 142, "generated": "For example, Willard Boyle once again developed a small light sensor in 1969 during the course of his work in optics."} +{"id": 143, "generated": "Although it was not the original purpose, this sensor today serves as an \"eye\" to all digital cameras around the world and presented it with the Nobel Prize for physics in 2009."} +{"id": 144, "generated": "Of course, this does not mean that the LHC’s activities will necessarily change our lives, but it means that you really will never know..."} +{"id": 145, "generated": "Palliativ care - the best way to die... | Le Devoir"} +{"id": 146, "generated": "Together with their committee on 'Stud in Dignity, Quebec recently discussed the sensitive issue of the end of its life."} +{"id": 147, "generated": "The debate must be resume soon, even though a draft legislation is being prepared."} +{"id": 148, "generated": "However, much still needs to be done in relation to this important subject."} +{"id": 149, "generated": "Le Devoir has tried to see this more closely."} +{"id": 150, "generated": "A few weeks ago Mr. L. was living alone in his apartment in the Montérégy."} +{"id": 151, "generated": "The prostate cancer that ate up him had left him for a period of two years."} +{"id": 152, "generated": "\"They gave me five years to live, I managed to achieve seven years\", he said half-heartedly, sitting on his home for Palliative nurse Victor-Gadbois in Beloeil, where he arrived on the previous day."} +{"id": 153, "generated": "\"Approximately, it's always a shock, you cannot be prepared for that,\" he says."} +{"id": 154, "generated": "The disease makes her work: an inmeasurable weakness prevents her from going into the toilet alone, and even from eating herself."} +{"id": 155, "generated": "Siing at the table before a delicious lunch he agrees resigns to be helped in the meal."} +{"id": 156, "generated": "Mu diligently, he manages to smile and talk to the strangers who are working around him, bring him his medicines, and offer him a bath."} +{"id": 157, "generated": "The courageousness of ordinary death."} +{"id": 158, "generated": "\"My greatest wish is to have my diarrhea cured, as it is humiliating,\" he tells."} +{"id": 159, "generated": "A few hours later, the team found a cure for this scourge."} +{"id": 160, "generated": "\"In the course of our lives we experience that a man stands pinking,\" explains Pierre Brodeur, psychologist at the home Victor-Gadbois."} +{"id": 161, "generated": "To return to childhood period is an unacceptable humiliation for certain people."} +{"id": 162, "generated": "\"This depends on the person's ability\", to accept a backward step, he notes."} +{"id": 163, "generated": "The fact is because of several people working in the Palliativ care, it seems to me that large events are taking place in the midst of these backturns."} +{"id": 164, "generated": "Patients trained in the home for Palliativ care Victor-Gadbois all suffer from cancer."} +{"id": 165, "generated": "They have a maximum life expectancy of three months."} +{"id": 166, "generated": "At this stage, they are no longer swamped with so-called 'cureding' care by the doctors and nurses taking care of them."} +{"id": 167, "generated": "For Mrs A., 89 years, the worst fear is to die 'consciently and by suffocation\"."} +{"id": 168, "generated": "But due to the disease I have really got to know my children."} +{"id": 169, "generated": "\"I have good children,\" adds her."} +{"id": 170, "generated": "\"I have no more wishes in life,\" she says before she accepts that she is set up a mask that helps her to breathe."} +{"id": 171, "generated": "But in the next few days she still expectations a last visit from her son, who comes from Italy."} +{"id": 172, "generated": "At the Victor-Gadbois home a group of volunteers are offering food care and reception aid."} +{"id": 173, "generated": "Palliativ care is used where there are no other possibilities."} +{"id": 174, "generated": "To make oneself dying more comfortableable."} +{"id": 175, "generated": "In Quebec there is a bed for palliativ care on 11.700 inhabitants."} +{"id": 176, "generated": "That is very little if you bear in mind that we will all die one day."} +{"id": 177, "generated": "Here life continues under the best possible conditions, explains Dr. Christiane Martel, one of the physicians of the home."} +{"id": 178, "generated": "Both on the level of physical, emotional or spiritual comfort."} +{"id": 179, "generated": "Depending on the wishes those who die are granted mouth care with Brandy or Pepsi."} +{"id": 180, "generated": "diabetics are no longer obliged to control their level of blood sugar consumption."} +{"id": 181, "generated": "And death is part of everyday life."} +{"id": 182, "generated": "Yesterday evening we served Mr X a beer who died during the night."} +{"id": 183, "generated": "This morning his son will drink the beer on the feet of the deceased."} +{"id": 184, "generated": "\"We are helping related people and patients alike\", care director Nathalie Savard reports."} +{"id": 185, "generated": "In the home Victor-Gadbois is not a day like the other."} +{"id": 186, "generated": "Bside an old man of 93 years, who enjoys the last family meeting in the court and is well supported by his pillows, while one attries to his honors, a young man of 36 years old dies, who was taken away by a local man."} +{"id": 187, "generated": "\"Bedad six months, three to five beds are always occupied by cancer patients less than 45 years old,\" Dr. Christiane Martel expresss concerns."} +{"id": 188, "generated": "53% of patients entered into the homes of Victor-Gadbois come from their homes, 47% come from the hospital."} +{"id": 189, "generated": "Problem of access to Palliativ care"} +{"id": 190, "generated": "It is said that 77% of Canadians do not have access to Palliativ care, that is, care that should alleviate the suffering of patients when the latter reached the final stage of their life, both at home and at home."} +{"id": 191, "generated": "And several organisations such as the Victor-Gadbois home and the Society for Palliativ care in the Montreal home area specialize more or less exclusively in care for cancer patients."} +{"id": 192, "generated": "It is this great inadequacy in healthcare in Quebec that is causing several doctors specialist in palliative care to concerned about the adoption of a law governing eurbena and assisted suicide."} +{"id": 193, "generated": "Since October, a manifesto has been in circulation signed by prominent palliativ personalities such as Dr. Bal Mount and Dr. Bernard Lapointe in order to express opposition to such an initiative."} +{"id": 194, "generated": "According to Dr Christiane Martel, the Quebec health system is not effective enough to make sure that everyone is entitled to high-quality palliativ care before being accepted to switch to euthanasia."} +{"id": 195, "generated": "Recently, she says, I have seen a patient who was suffering 14 days of great pain in the emergency room, without taking measures to mitigate her."} +{"id": 196, "generated": "I fear that patients are trying to die only because they are not receiving appropriate healthcare."} +{"id": 197, "generated": "At the same time, several oncolologists treat their patients despite their worst forecasts until the last day of idle."} +{"id": 198, "generated": "Hélène Richard's chances of survival were already minimal when she broke a burdensome chemotherapy."} +{"id": 199, "generated": "When I told my oncologist that I was going to cancel the treatment, she replied that she regret that I raised up the fight, she told her."} +{"id": 200, "generated": "However, she had told me that I was at the end!"} +{"id": 201, "generated": "No omnipotente Careing Caresiling"} +{"id": 202, "generated": "Dr. Martel believes that 90% of patients who asked to die are grateful to care staff for failing to meet this wish, after their pain has been alleviated by a Palliativ team."} +{"id": 203, "generated": "However, it must be said very clearly that Palliativ care is not omnipotent in treatment of pain."} +{"id": 204, "generated": "According to Elsie Monereau, Head of Palliativ Care of Domestic Palliativ Society of Home Montreal, 8% of the patients are not subject to pain treatment."} +{"id": 205, "generated": "Thus, at the very end of life, doctors often turn to terminal sedation, which amounts to woolning the patient either sporadic or permanently until the moment of his death."} +{"id": 206, "generated": "We can no longer pretend not to perceive this side of suffering."} +{"id": 207, "generated": "Patients who have not relieved pain will more and more have the opportunity to return to this terminal sedation."} +{"id": 208, "generated": "Patients whose pains are not alleviated all say the same phrase: \"I want to die.\""} +{"id": 209, "generated": "But that does not necessarily mean, 'I want you to press on me', but 'I want my pains to be alleviatened'."} +{"id": 210, "generated": "This report could be achieved by means of a journalism scholarship by Canadian Health Research Institutes."} +{"id": 211, "generated": "Big Real real estate scandales in Quebec"} +{"id": 212, "generated": "Road construction officials, construction construction companies, the money designers of political parties and specialists of the Italian Mafia tell them every day what they know about a great'system' in which construction industries, officials, political and industrial officials, service providers, crews are placed beside the panels carrying out "} +{"id": 213, "generated": "An \"indushorty\", that was very expensive for the Quebec taxpayer, in particular in the 1990s and 2000's."} +{"id": 214, "generated": "\"It's strange how the system has broken down since drastic measures have been taken,\" captivatees Jacques Duchesneau, a Member in Quebec and the former head of the police of Montreal."} +{"id": 215, "generated": "He revealed the scandal as a result of thorough investigations of the malusement in connection with road construction contracts in Quebec, which the Prime Minister of the time had onlylucingly agreed."} +{"id": 216, "generated": "The \"Duchesneau report\" established a direct link between industry, secret financing of political parties and bribery of civil servants."} +{"id": 217, "generated": "\"Bet the beginning of the investigation in 2010,\" he emphasised, \"only the Ministry of Transport had saved a billion dollars on the Treaties', because some trew their instinct in order to get their share!"} +{"id": 218, "generated": "The Charbonneau Commission 'has already thrown down two mayors,\" he adds, in the hope that it 'will reveal the tactics operated behind individuals'."} +{"id": 219, "generated": "A permanent Anti-corruption unit Establishected in 2011."} +{"id": 220, "generated": "The permanent anti-corruption unit, created in 2011, is also making great efforts with its troops of auditors, investigations, and government analysts."} +{"id": 221, "generated": "Moreover, the police of the \"Marteau force\" that has been driving since 2009 for the Montreali \"canalisation cartel\" to bring about more restraint on the artificial upasing of the Treaties..."} +{"id": 222, "generated": "In recent weeks, she has carried out series of searches into the house and accusations of fraud and corruption against local leaders such as Frank Tampino and Richard Marcotte, who is the mayor of a suburban town."} +{"id": 223, "generated": "The next on the list would be Gilles Vaillancourt, who just resigned from his position as Mayor of Laval, the third largest city of Quebec."} +{"id": 224, "generated": "He is suspected of having repeatedly received bribes in exchange for public contracts."} +{"id": 225, "generated": "In fact explicit charges were made against the engineers of the Road Construction Office of Montreal, as well as entrepreneurs of Italian origin such as Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "The latter has brought sensation by explaining to the Commission how the functioning of the'system' for obtaining public contracts."} +{"id": 227, "generated": "He himself has for several years paid 3% of the value of the contracts received in Montreal to a mediatorty linked to the mafia, which transferred the money to the Union of Montreal, the party of Mayor Gérald Tremblay."} +{"id": 228, "generated": "\" On the 3th of April, Zambito was born to his younger father, Mr. Clausr Trackaju and David Acida."} +{"id": 229, "generated": "He also admitted to have organized an illegal funding for former liberal Vice-President Nathalie Normandeau."} +{"id": 230, "generated": "Transmission contracts whose costs artificially bloated"} +{"id": 231, "generated": "In Montreal, the'system' of corruption worked smoothly."} +{"id": 232, "generated": "Former construction engineer Gilles Surprenant has described this in detail before the Commission: in 10 years’ time, construction companies have provided him with gifts, invitations to travel, golf tournaments, restaurants and ice hockey games, as well as bribes."} +{"id": 233, "generated": "Other road construction officials have admitted that they have been sspüled by artificially bulling false additional payments by 30-40%."} +{"id": 234, "generated": "Moreover, an organizator of the mayor's party, Martin Dumont, has accused Mr Tremblay of deliberately overlooking a shadow budget which filled his buds with black money."} +{"id": 235, "generated": "As a result of these revelations, Mr Tremblay signed at the beginning of November, which destroyed Montreal into a serious crisis."} +{"id": 236, "generated": "Chantal Rouleau was one of the first MEPs from Montreal to hit alarm."} +{"id": 237, "generated": "As mayor of the district of Rivière-des-Prairies, in the east of the island, as of 2010 she withdrawn against the sale of a municipal property that acquired for $5 million and worked for 1.6 million builders in booming real estate in the world."} +{"id": 238, "generated": "70% black money in election campaigns"} +{"id": 239, "generated": "From the investigation that is ultimately conducted, she says that it'draws on a thread that allows you to understand the functioning of the system that immigrandd by ants so as to halt the evil and to denounce those guilty.'"} +{"id": 240, "generated": "It says that the procedure is 'paillful but positive'."} +{"id": 241, "generated": "We are cleaning the wound, but we would need to have a Montreal only investigateative unit and supervision to avoid a return to questionable practice."} +{"id": 242, "generated": "How to purify."} +{"id": 243, "generated": "Regularly."} +{"id": 244, "generated": "Jacques Duchesneau turn notes that \"con servants have stolen hundreds of millions of dollars\", but is particularly concerned about the role of the \"rulians who are about tactics in the picture\" if not be brought into fraud."} +{"id": 245, "generated": "With a share of 70% of black money financing the election campaigns in Quebec, he screams, 'I was told that this was only a little cumble of reality.'"} +{"id": 246, "generated": "The Government of Quebec proposes to limit donations to parties to $100, which according to it would not change the situation: \"As long as campaign spending is not strictly limited, black money will be circulating in politics.'"} +{"id": 247, "generated": "He recommends a complete review of the public procurement system and the financing of parties: 'We cannot fall deeper; by reaching the bottom of things with courage, we can build the house on a more solid basis with more controls and be more capable of meeting this challenge."} +{"id": 248, "generated": "Should this story damages the international reputation of Quebec, and that of Montreal, Mr Duchesneau encourages those who laugh about looking into their own courtyard..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "This season, with PSG, you have started working on a new scale."} +{"id": 251, "generated": "How do you explain this progress?"} +{"id": 252, "generated": "You can explain it by giving it a personal insight, but also through the new dimension of PSG."} +{"id": 253, "generated": "Big Big players have come."} +{"id": 254, "generated": "I make progress on their side every day."} +{"id": 255, "generated": "The technical staff have also given me a great deal."} +{"id": 256, "generated": "These elements stimulate me daily to improve my game level."} +{"id": 257, "generated": "And this is even more easy with a game."} +{"id": 258, "generated": "In football everything goes very quickly."} +{"id": 259, "generated": "But I do not break in enthusiasm."} +{"id": 260, "generated": "Since my beginnings at the centre of preparatory training of INF Clairefontaine until my play time at Saint-Etienne I have always made step-by-step progress."} +{"id": 261, "generated": "They will take advantage of the competition introduced by Carlo Ancelotti..."} +{"id": 262, "generated": "This summer’s new entders are used to playing games of very high levels."} +{"id": 263, "generated": "You also know that each staff is a decisive factor."} +{"id": 264, "generated": "This means that a player like me have to face the doors and give his best."} +{"id": 265, "generated": "By the way, Carlo Ancelotti gives me much in relation to my playing position."} +{"id": 266, "generated": "He is supported by co-trainers such as Claude Makelele, who played in the same position as I."} +{"id": 267, "generated": "Is Ancelotti the right person for the task?"} +{"id": 268, "generated": "Of course."} +{"id": 269, "generated": "Ancelotti maintains due respect for all the technicians."} +{"id": 270, "generated": "There is no comparable person in Ligue 1 and him is one of the best trainers in Europe."} +{"id": 271, "generated": "He looks back on a rich experience and has won many titles with well-known clubs."} +{"id": 272, "generated": "He had contact with big players."} +{"id": 273, "generated": "I think he will win more titles in Paris."} +{"id": 274, "generated": "In January, I had an encouraging conversation with him."} +{"id": 275, "generated": "At that time, I had just recovered from a series of injuries."} +{"id": 276, "generated": "The trust he has put in me is also an explanation for what I have done."} +{"id": 277, "generated": "What do you think about the first part of the PSG’s season?"} +{"id": 278, "generated": "The Lyons destaked us the top place in Ligue 1."} +{"id": 279, "generated": "We are lying back, however."} +{"id": 280, "generated": "One of our most important goals is the Champions League: that is how we have qualified for the eighth finaly."} +{"id": 281, "generated": "What is the goal of the association in this competition?"} +{"id": 282, "generated": "We will try to come as far as possible."} +{"id": 283, "generated": "From now on, everything is possible."} +{"id": 284, "generated": "However, we will have to have our say against very good European teams."} +{"id": 285, "generated": "First, we want to become the first of our group before postage, so that we can complete the backplay of the eighth final as a home play."} +{"id": 286, "generated": "Can the PSG become a great European club in the short term?"} +{"id": 287, "generated": "He has already provided the budget for that..."} +{"id": 288, "generated": "In order to become a great European club, Paris has to win a title and make itself a name in the long term."} +{"id": 289, "generated": "That is not the case today."} +{"id": 290, "generated": "Financially, the PSG gives itself the resources to take this project in concrete forms."} +{"id": 291, "generated": "Would it be a big failure not to win the title in the Ligue 1, as was the case last season?"} +{"id": 292, "generated": "Of course, that would be a great disappointment."} +{"id": 293, "generated": "This year, we would really like to get to know this title."} +{"id": 294, "generated": "In the last season we were closed down."} +{"id": 295, "generated": "In May, we were disappointed because we were strong enough to collect the victory."} +{"id": 296, "generated": "We finished the season with a very strong performance."} +{"id": 297, "generated": "We have ended with 79 points."} +{"id": 298, "generated": "Normally, one should be master with 79 points..."} +{"id": 299, "generated": "But another team, that of Montpellier, achieved an even better season."} +{"id": 300, "generated": "I think this year is the right one."} +{"id": 301, "generated": "Even if the large teams such as Marseille, Lyon or Bordeaux are fighting for the title, I believe that we have the witness to win it."} +{"id": 302, "generated": "Do you think that the media expect too much of the PSG?"} +{"id": 303, "generated": "In view of what has been invested and the players we have, it is normal that much is expected of us."} +{"id": 304, "generated": "We fully accept that."} +{"id": 305, "generated": "However, if we win at 4-0 in a home game against Troyes, and we will still find something one can accus us, that's certainly a bit frustrating."} +{"id": 306, "generated": "One wonders what do people expect."} +{"id": 307, "generated": "We could never win with 4-0 every weekend."} +{"id": 308, "generated": "We are not the FC Barcelona!"} +{"id": 309, "generated": "We are trying to put together a game concept."} +{"id": 310, "generated": "A team builds up with time."} +{"id": 311, "generated": "We have shown strength in the Champions League."} +{"id": 312, "generated": "Look at Manchester City, a club that has not been able to qualify for its eighth final in two seasons, and has also carried out huge amounts of expenditure!"} +{"id": 313, "generated": "As regards the sums being invested, it was as if you were taking a play break with 15 points ahead!"} +{"id": 314, "generated": "That would mean disregarding our opponents and the French mastership."} +{"id": 315, "generated": "Lyon and Marseilles, which were not good last season, have been \"boobbing\" by this new PSG."} +{"id": 316, "generated": "The championship victory with the 33th roundr Sugeldl loses the hands in winning against the Four Polos."} +{"id": 317, "generated": "I hope that in the month of May, we will be the smiling winner and tell us that despite all the difficulties we have finally won them."} +{"id": 318, "generated": "The PSG seems to be completely dependent on Zlatan Ibrahimovic’s achievements."} +{"id": 319, "generated": "All the better for one to talk of 'Zlatan dependence'."} +{"id": 320, "generated": "This means that Ibrahimovic is powerful and shoots many goals."} +{"id": 321, "generated": "This is why he came and he demonstrates that he is the Star of the Ligue 1."} +{"id": 322, "generated": "Whereever he has played, he has discovered that he is a great player and a world star."} +{"id": 323, "generated": "Within the team we respect both the player and the person."} +{"id": 324, "generated": "He also respects the persons who surround him."} +{"id": 325, "generated": "What he has done is really exceptional."} +{"id": 326, "generated": "This inspires others to improve their game level."} +{"id": 327, "generated": "Thiago Silva, who is one of the best defenders worldwide, will also enable others to make progress."} +{"id": 328, "generated": "How have you experienced the EM 2012 with the French National Team?"} +{"id": 329, "generated": "Like disappointment."} +{"id": 330, "generated": "I was eager to take part in this EM."} +{"id": 331, "generated": "Unfortunately, my injury has prevented me from beating out a little of play time."} +{"id": 332, "generated": "I saw things there that made me out stronger."} +{"id": 333, "generated": "Today, I manage to perform good games in the national team."} +{"id": 334, "generated": "This was my hope since I was baptalising with the \"wellbeees\"."} +{"id": 335, "generated": "We have learnt from what has happened in Ukraine and today we have to behave in exemplary manner."} +{"id": 336, "generated": "What do your views have on the first few months of Didier Deschamps in charge of the \"Bleus\"?"} +{"id": 337, "generated": "He has achieved promising results."} +{"id": 338, "generated": "We have a good position in the qualification group for the World Cup."} +{"id": 339, "generated": "The Nationaltrainer is strict, stands close to the players and encourages them to win."} +{"id": 340, "generated": "Like Laurent Blanc, it was."} +{"id": 341, "generated": "But I do not wish to make a comparison."} +{"id": 342, "generated": "Blanc had reached his goal by holding us qualified for the European Championships."} +{"id": 343, "generated": "I hope that Didier Deschamps will lead the 'Bleus' to Brazil."} +{"id": 344, "generated": "Does the forced shoot (1:1) taking place in Spain on 16 October constitute a start game?"} +{"id": 345, "generated": "This game has given us confidence."} +{"id": 346, "generated": "Everyone has stood up for everyone else."} +{"id": 347, "generated": "Before this meeting in Spain I’ve never experienced a comparable game in my career."} +{"id": 348, "generated": "vinegar allows People to Pay and Sell without Bank"} +{"id": 349, "generated": "The opposite of the current monetary exchanges based on central banks, identified transactions, and processing fees between those involved."} +{"id": 350, "generated": "Moreover, as so often in these technologies, a political vision is tangible: the conviction that the current monetary system shaped by bank monopolies leads to financial crises."} +{"id": 351, "generated": "Indeed, CBD invented by Satoshi Nakamoto (a pseudonym) is both a virtual currency (but can be converted in dollars, euros, etc. ) and a protocol for safe exchange such as Cisco, a common-use currency."} +{"id": 352, "generated": "With 15.000 computers in the network they have already captured about 200,000 transactions."} +{"id": 353, "generated": "A few thousand websites accept Mercury as a donation or as a means of payment."} +{"id": 354, "generated": "After BlackBerry’s price reached a peak of $30 ($23) in June 2011, it fell five months later, before recovering today to about $10 (the rates are listed on the twittercharts.com website)."} +{"id": 355, "generated": "Nothing is particularly impressive in comparison to world trade in real currencies or financial products."} +{"id": 356, "generated": "Nevertheless, the European Central Bank (ECB) has shown interest in this in a report on virtual currencies published in October."} +{"id": 357, "generated": "She described Fusion as 'the virtual currency with the greatest success\", \"in competition with the dollar or euro', and \"asimilar to conventional currencies\"."} +{"id": 358, "generated": "Mercury is different from other types of virtual currencies such as those \"credits\" that are used to move forward in a video game that you can win or buy (and sometimes exchange back) through games."} +{"id": 359, "generated": "Facebook social network has also developed such a system."} +{"id": 360, "generated": "However, the trade is controlled and dealt with by a central authority each time."} +{"id": 361, "generated": "With Vodafone, all net nodes are simultaneously guards of the billing book, auditors, money-issuers and buyers and sellers."} +{"id": 362, "generated": "How does this network work?"} +{"id": 363, "generated": "Every transaction between two users actually takes place between two email addresses in the form of an email."} +{"id": 364, "generated": "With the difference, the user can choose a different address for each payment, thus ensuring anonymity."} +{"id": 365, "generated": "A number of the data associated with this transaction are electronically signed by a double encryption system."} +{"id": 366, "generated": "This way, the network can check the authenticity of the transaction."} +{"id": 367, "generated": "With the contents of the file, it is also possible to ensure that the traded Twitters are present in the public financial accounts account book spread all over the network."} +{"id": 368, "generated": "The crucial step is to include this new transaction in this book."} +{"id": 369, "generated": "This is done through a mathematical task started off on computers, with the winner, who is a kind of temporary central banker, having the privilege to add this additional line."} +{"id": 370, "generated": "It is a fragment up of the file, i.e. the conversion of a large file to a shorter and unique electronic fingerprint."} +{"id": 371, "generated": "The computers \"take\" the new transaction and add a number before \"cirhacking\"."} +{"id": 372, "generated": "The aim is to find the number that gives a special fingerprint (many zeros at the beginning)."} +{"id": 373, "generated": "If this number was found, the other nodes can easily check if it is the right one."} +{"id": 374, "generated": "The transaction is thus permanently linked to the chain of all other transactions and any modification would change the fingerprint."} +{"id": 375, "generated": "If a user wants to pay for fraud twice very quickly (less than 10 minutes) with the same money, only one of the two transactions would be validated by network and the other remains without link, as both have different fingerprints which makes the business both dangerous and safe."} +{"id": 376, "generated": "The computer that resolved the task will receive 50 Viagras."} +{"id": 377, "generated": "To prevent inflation, this reward will be halved regularly, probably before the end of 2012."} +{"id": 378, "generated": "Mercurys in circulation are limited to 21 million, but can be dissourced up to one hundred of millionth of its total, leaving some room for manoeuvre..."} +{"id": 379, "generated": "In addition, the difficulty of the task is increased with any improvement of computing power."} +{"id": 380, "generated": "The life of the network has already had heights and lows."} +{"id": 381, "generated": "The Web sites that provide services for Mercury have been attacked and Bristol deposits stolen."} +{"id": 382, "generated": "\"The vulnerability that is used does not affect the actual protocol\", assures Pierre Noizat, who has just introduced Paymium, which is a company to pay with real money and uses the Cisco network."} +{"id": 383, "generated": "The ECB also reports on the possibilities of money laundering using this anonymous service."} +{"id": 384, "generated": "However, cash also has these deficiencies."} +{"id": 385, "generated": "Important actors such as Wikipedia refuse to donate of this kind."} +{"id": 386, "generated": "By others like the blog WordPress platform they are accepted."} +{"id": 387, "generated": "Recently, Adi Shamir and Dorit Ron from the Weizmann Institute in Israel have analysed the billing book and shown that almost 80% of Viagras are not in circulation."} +{"id": 388, "generated": "In November a \"Mega-closed sale\" was launched."} +{"id": 389, "generated": "\" Thirty thousand dollars have been exchanged,\" says Jon Holmquist, who is working for Coinabul, which converts Twitters into gold."} +{"id": 390, "generated": "Pierre Noizat, who also wrote a book about this currency, is firmly believing in the potential of this technology as a transaction network."} +{"id": 391, "generated": "Its Paytunia system corresponds to a credit card (with real money) or contactless payment with a mobile phone, but uses Vodafone to validate the transactions which thus are cheaper ones."} +{"id": 392, "generated": "Moreover, the holder manages his identity and can in this way remain anonymous."} +{"id": 393, "generated": "The system can easily be implemented by dealers, and the latter do not have to install new terminals or computer programs."} +{"id": 394, "generated": "You just have to specify an address that can be \"fotografed and recognized\" by a phone, says Pierre Noizat, who assures that he has thousands of users."} +{"id": 395, "generated": "There is a general trend at which hierarchical systems are rethinkd in favour of more horizontally orientated systems."} +{"id": 396, "generated": "\"It will take time before Twitter wins, but 2013 could be a turning point,\" he predicts."} +{"id": 397, "generated": "Incidentally, the ECB intends in its report to revalued the various risks, now regarded as high, if this currency succeeds."} +{"id": 398, "generated": "We are deducted from Afghanistan."} +{"id": 399, "generated": "And then?"} +{"id": 400, "generated": "French troops have left their area of responsibility in Afghanistan (Kapisa and Surobi)."} +{"id": 401, "generated": "NATO and the USA are likely to follow by the end of 2014."} +{"id": 402, "generated": "It is time for the Afghan army to re-take possession of its territory and for the Afghan people to decide their future, without any expecting everything of us."} +{"id": 403, "generated": "We have, in particular, punished Afghan farmers by viewing them as terrorists."} +{"id": 404, "generated": "And ourselves, with our 88 soldiers killed, as well as the injured and destroyed."} +{"id": 405, "generated": "The Taliban are composed of foreign extremists, former leaders who have fled to Pakistan, but often also of farmers who deny an armed foreign presence, as they did in the Soviet age."} +{"id": 406, "generated": "They want to defend their centuries-old and archaic traditions, even though jihadists, Pakistanis, Arabs, Uzbk, and Tajiks have joined them."} +{"id": 407, "generated": "Toleriert, sometimes supported by the local insurgents, and the latter will no longer be there if Western countries become more discreet."} +{"id": 408, "generated": "The withdrawal of French troops from the Nijrab base, which I have been observed by a hill planted with almond trees and financed by French credit, has happened."} +{"id": 409, "generated": "The lorries and tanks convoys overfed by helicopters have reached Kabul, without being attacked."} +{"id": 410, "generated": "From the end of 2014, the Taliban will no longer flow into Kabul."} +{"id": 411, "generated": "Since their irresistible advance from 1994 to 1996, conditions have changed."} +{"id": 412, "generated": "At the time, Kabul was empty and the country ran out of war due to the battles of the various incitetive groups."} +{"id": 413, "generated": "They were taking over at that time was regarded as a form of liberation and a return to security."} +{"id": 414, "generated": "Afghan women have paid the price for the obscurantism of the farmers overwhelmed by the Al-Qaida organisation, but their situation has still not improved today."} +{"id": 415, "generated": "Former Mujahedin, the Afghan Government and the current Taliban have a shared wish to keep women in a subordinate position."} +{"id": 416, "generated": "The major personalities of the anti-Soviet war came back to power in 2001."} +{"id": 417, "generated": "They have turned into traders by confiscitating government land to sell them to refugees from Iran and Pakistan as a building land, thus taking advantage of massive American subprocontracts."} +{"id": 418, "generated": "They have come into disrepute and most of them were not involved in the battles themselves."} +{"id": 419, "generated": "As I heard in the campaigns, people want a government that is not made up of dementia."} +{"id": 420, "generated": "Many young people want to leave the country, like those who could take advantage of American grants: capital flight is considerable."} +{"id": 421, "generated": "The young people were tired of the war and its ideologies."} +{"id": 422, "generated": "During their exile in Iran or Pakistan, they have had contact with the modern world, and have enjoyed their advantages."} +{"id": 423, "generated": "About 65% of the population is under 25 years of age; Kabul now has 5 million inhabitants, which is one fifth of the total population."} +{"id": 424, "generated": "In the cities, state schools are full of girls and boys."} +{"id": 425, "generated": "Those young people, who do not want to revert to the obscurantism of previous parties, nor to corruption of certain leaders, will need to be provided jobs."} +{"id": 426, "generated": "Everyone, including the armed parties, are obsessed with mobile phones; television, with its Turkish series, which represent a modern world, is seen everywhere."} +{"id": 427, "generated": "An army is now in place."} +{"id": 428, "generated": "Are the authorities whose powers they will be viewed as legitimate?"} +{"id": 429, "generated": "Former commanders of the anti-Soviet fight are already working to re-establishing the militias in the province that will escape the power of the central government."} +{"id": 430, "generated": "Afghanistan, the land of mountains with strong local identities, should have benefited from some decentralisation along the example of the Western nations, but by abolishing the post of the prime minister that had existed since the Constitution of 1964, the USA wanted to exclude from it."} +{"id": 431, "generated": "President Karza does not want foreign controls, especially on the occasion of the elections planned for April 2014."} +{"id": 432, "generated": "However, his country has dependent on foreign aid since the 1950s and long before."} +{"id": 433, "generated": "Industries have not been rebuilt, operating bottleouts do not exist, and important irrigation systems have not been repaired."} +{"id": 434, "generated": "Everything is imported; nothing except fruit and vegetables is produced."} +{"id": 435, "generated": "The private initiative is given precedence."} +{"id": 436, "generated": "In a country that has been destroyled by 30 years of war, there would have had to be state control over infrastructures."} +{"id": 437, "generated": "The rumour was widespread that Afghanistan owned immense natural resources."} +{"id": 438, "generated": "This deepens the impression that Western countries were only there to acquire it."} +{"id": 439, "generated": "No mining is possible without energy to process the iron or copper ore on site, or with no means of transport to export it over the mountains."} +{"id": 440, "generated": "The Chinese have almost left the Mes Aynak copper mine, let international archaeologists (financed by the World Bank) do their excavations at the huge Buddhist sites, and remain the province’s main employers."} +{"id": 441, "generated": "One day, it will also be necessary for Afghanistan and Pakistan, on which they largely depend on import and exports, to restore normal relations."} +{"id": 442, "generated": "The withdrawal of the French combat troops was concluded on 20 November."} +{"id": 443, "generated": "The new cooperation agreement provides for continuation of traditional aid: girls and young English charismams, French Uénas Institute, French Institute, Cooperation in the military, medical and land sectors, terminalal, legal and local consulting sectors, business rentals and others excluding China and other countries."} +{"id": 444, "generated": "Since 2009, a service 'cival-military actions' of the Ministry of Defence (Cimic), which was suspended in 2012, has conducted numerous non-profit works and measures for agricultural regeneration in dozens of mountain villages, and has been widely recognised by United Nations since 2009."} +{"id": 445, "generated": "This work, which required a significant amount of local labour, has helped to suppresse the insurgency: irrigation, wells, drinking water, reforestation, fruit trees, soil protection and increased agricultural revenue by up to 60 %."} +{"id": 446, "generated": "What souvenir do we leave behind EUR two billion after military spending?"} +{"id": 447, "generated": "A much more modest budget will help to improve local living conditions, which are very hard in these valleys often lie at an altitude of over 2000 metres."} +{"id": 448, "generated": "The embassy has received dozens of written requests for small agricultural projects from local communities in the province of Kapisa."} +{"id": 449, "generated": "For farmers to get rid of the insurgency led by foreign groups, which they themselves are saying that they wish to do, continuation must be given lower and well-controlled, and they have directly affected civilian aid for their benefit."} +{"id": 450, "generated": "A Dubbing Constitution in Egypt"} +{"id": 451, "generated": "It is a new poker game from President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt remains divided than ever concerning the Constitution Declaration that temporarily gives him unlimited power, he has decided to bet everything on one card."} +{"id": 453, "generated": "To the surprise of all, he announced on Wednesday that the constitutional Assembly would be adopt its final version the following day."} +{"id": 454, "generated": "Just a week ago, the Head of State granted this House two additional months for the completion of his work."} +{"id": 455, "generated": "Egypt has based on a provisional multiple amended text for almost two years now, weakening institutional stability and creating legal confusion."} +{"id": 456, "generated": "This new initiative has only brought an even greater division of the country."} +{"id": 457, "generated": "For his opponents, the President persists in his 'autocratic de Delrium' by continuing to 'brose his word' and 'trarochke against the law'."} +{"id": 458, "generated": "There is assurance on the part of its advocates that it is a way to end the institutional and political crisis as quickly as possible and to speed up the transition process."} +{"id": 459, "generated": "A referendum should be held within 14 days."} +{"id": 460, "generated": "A very short period of time and forcing the brothers to nou their intention to explain to the Egyptians the text section by section."} +{"id": 461, "generated": "It is also a way for the president to regain his public and democratic legitimacy, while the protest rages across the country."} +{"id": 462, "generated": "After confirmations in an interview with the American Week Time, Mohammed Mursi seems convinced that Egyptians will be benevolent."} +{"id": 463, "generated": "Especially since this recourse to a hasty vote places a ultimatum on the Egyptian people: 'Either you vote for my draft, or I retain unlimited power', the latter should release the vote once the agreement has been approved and postpone the vote."} +{"id": 464, "generated": "Eighty-mostly Islamist members of the making up the assembly adopted the text yesterday in a strange atmosphere."} +{"id": 465, "generated": "The majority of Liberals have failed to comply with this request."} +{"id": 466, "generated": "Just before the constitutional declaration in the middle of November, they turned hands off, because they thought they had been unable to express their views."} +{"id": 467, "generated": "Representatives from human rights organisations, religious minorities and civil society have acted equally."} +{"id": 468, "generated": "To achieve a quorum, yesterday morning 11 persons, deputy members, were added in all haste."} +{"id": 469, "generated": "Some are very close to the Muslims membranes."} +{"id": 470, "generated": "It is not surprising that the articles were mostly adopted unanimously."} +{"id": 471, "generated": "The commentators incidentally found it entertaining that the only difference of views of the day... had been expressed during the time for the prayer, because some members of the committee thought that the needle clock was the constitutional order."} +{"id": 472, "generated": "The text, which was still adopted yesterday evening, consists of 234 articles."} +{"id": 473, "generated": "Article 2, which attracted all attention, ultimately remains the same with that of the 1971 Constitution and states that 'the principles of Sharia law are the main source of law'."} +{"id": 474, "generated": "The Salafist parties, for which establishing Islamic law is an important demand, hoped to replace \"the principleets' by 'the rules', to have made it possible to apply them more rigorously."} +{"id": 475, "generated": "For the Islamists, the fact that this article was not changed is proof of their good will and respect for other members of Egyptian society."} +{"id": 476, "generated": "'Acrisey' answer the Liberals, who see this only as a propaganda attack."} +{"id": 477, "generated": "For they say to them that the Constitution is being Islamised, through other articles."} +{"id": 478, "generated": "They look in particular at Article 220, which assigns a consultative role to University of Al-Azhar, particularly with regard to the review of conformity with Sharia laws."} +{"id": 479, "generated": "According to the Egyptian specialist Sophie Pommier, this is worrying since 'the persons who are asked to issue an opinion have not been elected and have no democratic legitimacy at all."} +{"id": 480, "generated": "You can see the first signs of a theocracy in this\"."} +{"id": 481, "generated": "Liberal fears are also feedessed by the fact that the next rektor of that university might be much less moderate than the current one."} +{"id": 482, "generated": "\"To the moment there is no concrete religious commitment."} +{"id": 483, "generated": "With this Constitution we will remain within the framework of the bourgeois state."} +{"id": 484, "generated": "Most of the lawyers who have worked on this text are not Ulema, but rather academics, some of whom were trained in the French system\", amveniable Alexis Blouet, who has completed a doctoral degree study on French engineering."} +{"id": 485, "generated": "However, he acknowledges 'that there may be ambiguity as regards Article 220 since the terms used are drawn from the religious vocabulary."} +{"id": 486, "generated": "It refers particularly to the \"Fiqh\" [Islamic Legisprudence, D. Red.]."} +{"id": 487, "generated": "And in the future, the question could be asked as to what extent civil judges are competent to decide on this?'"} +{"id": 488, "generated": "In addition to its religious aspect, the text adopted yesterday is very strongly criticised for the far-reaching competences that it grants to the President of the Republic."} +{"id": 489, "generated": "The Muslim hammocks argue that these are significantly reduced in comparison with the former regime."} +{"id": 490, "generated": "Another point of dispute: the powers of the army."} +{"id": 491, "generated": "In accordance with the military's wishes, defence budget review is not submitted to Parliament, but to a national Defence Council."} +{"id": 492, "generated": "Similarly, there will be no ban on civil proceedings in military courts, as the Human Rights Defence Associations have been calling for."} +{"id": 493, "generated": "The latter also share their concerns about the text that they see as a threat to freedom."} +{"id": 494, "generated": "The acts of blasphemy are being maintained and insults are now prohibited, which could have serious consequences for freedom of expression, especially for the press."} +{"id": 495, "generated": "Furthermore, no article longer refers to the protection of women, underlines Heba Morayef from Human Rights Watch."} +{"id": 496, "generated": "In your opinion, the only positive point is the ban on torture by Article 36."} +{"id": 497, "generated": "This word was not included in the previous Constitution."} +{"id": 498, "generated": "While the President of Egypt had to speak on television yesterday evening, demonstrations are being planned for this afternoon."} +{"id": 499, "generated": "The advocates of the Head of State will be marching on Saturday."} +{"id": 500, "generated": "In Israel, Ukrainian tourists expect holy places, the naveble of the world and a sea of sole."} +{"id": 501, "generated": "The promised land brings together in itself the glory of biblical truths, modern comfort and an untouched nature."} +{"id": 502, "generated": "AIF lists you the five most important reasons for a visit to Israel."} +{"id": 503, "generated": "Biaving Before the Holy Places"} +{"id": 504, "generated": "Visit the Jordan River, where Jesus was baptised."} +{"id": 505, "generated": "It is said that all who bathe in this river will receive God's blessings."} +{"id": 506, "generated": "Galila is the place where Jesus made his wonders: the transformation of water into wine during a wedding ceremony, walking on the water, theactu of sea stormill, and fishing."} +{"id": 507, "generated": "It was here that Jesus appeared after the Resurrection of his disciples."} +{"id": 508, "generated": "Most of the sanctuaries, however, are found in Jerusalem."} +{"id": 509, "generated": "Believers commit on the path of suffering or the way to the Cross of Jesus Christ (in Latin: Via Dolorosa) here."} +{"id": 510, "generated": "The route starts with the Roman fortress of Antonia, Pretorium, where the court had been, leads through the streets of the old town to the grave's church on the Mountain Golgotha, where the cruciciation point, the anoc stone and the grave of Jesus"} +{"id": 511, "generated": "Here is, according to Christian thinking, the naveble of the world that symbolize the salvation of humanity."} +{"id": 512, "generated": "The monastery of Saint’s Cross in Jerusalem stands in a place where a Christian legend says grew the tree from which the cross was made out for the cruciristiion of Jesus."} +{"id": 513, "generated": "Jerusalem is also the most holy place for Jews - the colonation wall, the remains of a temple destroyed by the Romans in 70 AD."} +{"id": 514, "generated": "Traditionally there will leave papers of people of different faiths with wishes that then take effect."} +{"id": 515, "generated": "Travel Uphigh"} +{"id": 516, "generated": "The ruins of the Fortress Massada form the remains of the secret hiding from enemies that were built up by Herod the Great for his family in 25 B.C."} +{"id": 517, "generated": "They are lay on a rocky wall in the mountains at an height of 450 meters above sea level."} +{"id": 518, "generated": "Only mountain climbers can reach the ruins from their own effort."} +{"id": 519, "generated": "All the others brings a cable car to this historic summit."} +{"id": 520, "generated": "The famous ski area Hermon is situated at an altitude of 1600 to 2040 meters in the north of the country, where it attracts innum of tourists during all the winter months."} +{"id": 521, "generated": "From the foot of the mountain you can get there with a shuttle bus."} +{"id": 522, "generated": "The ski tracks have a total length of 45 kilometres."} +{"id": 523, "generated": "According to an old legend, supposedly panian gods lived at the top of the mountain."} +{"id": 524, "generated": "Unique Museums visit"} +{"id": 525, "generated": "There are almost 300 museums in that country."} +{"id": 526, "generated": "Not all of them can be visited during just one trip."} +{"id": 527, "generated": "But at least the five most interesting of them should be allowed to visit."} +{"id": 528, "generated": "Among them, the Israel Museum is near the Knesset (Parlament)."} +{"id": 529, "generated": "There you will find old quran manuscripts or Dead Sea rolls found in rock caves in the Judean desert, as well as approximately 500 thousands of archaeological and anthropological exhibits."} +{"id": 530, "generated": "The Museum of Art in Tel Aviv is worth a visit as well."} +{"id": 531, "generated": "It is where the collection of works of the Impressionists and Expressionists Monet, Pissaro, Renoir, Cézanne, Sisley, Matisse, Modigliani, Chagall and Picasso is exhibited."} +{"id": 532, "generated": "In Akko you can visit the museum in Bad Al Basha, which houses several halls of ancient Turkish baths with sculptures by the visitors of the time and the bathowners."} +{"id": 533, "generated": "In Caesarea you should visit the unique private Ralli Museum, where you can admire the sculptures by Dali and Rodin."} +{"id": 534, "generated": "There are neither museum guides nor souvenir shops there."} +{"id": 535, "generated": "Entry is free of charge, and donations is rejected in principle."} +{"id": 536, "generated": "The fifth museum, the Holocaust Museum, Yad Vashem in Tel Aviv, tells about one of the most shakenting chapters of history."} +{"id": 537, "generated": "The most exciting department is the monument to the children built in memory of the 1.5 million children that destroyed in the concentration camps and gas chambers."} +{"id": 538, "generated": "When you enter the room there is a toutter dark."} +{"id": 539, "generated": "Stars fly."} +{"id": 540, "generated": "And they enring the names of the Jewish children, and the lands in which they died."} +{"id": 541, "generated": "It also makes reference to Ukraine."} +{"id": 542, "generated": "Doing Something for Health"} +{"id": 543, "generated": "Israel's three main recreation areas are located on the shores of the Mediterranean Sea, the Red Sea, and the Dead Sea."} +{"id": 544, "generated": "At each of the three places there are swimming pools, water parks, dolphins and ocean courts."} +{"id": 545, "generated": "Surprisersingly, the Red Sea is bathing also in the winter months because its water temperature does not fall below 21 °C and the air warms up to 23 °C."} +{"id": 546, "generated": "The Dead Sea is even warmer and there is bathd all year round."} +{"id": 547, "generated": "By the way, this unusual sea, located at 417 metres below sea level is the lowest sea in the world."} +{"id": 548, "generated": "Its turquoise blue water has a high salt content, so it evencarries non-sschwimmers on the surface without any problem whatsoever."} +{"id": 549, "generated": "The surrounding landscape is indistateably beautiful."} +{"id": 550, "generated": "Visitors come here for treatments under the use of salt water (natural salt sole) and mud as well as for treating inflammation, allergies, asthma, eczema, arthritis, bronchitis, sugar disease and disorder for coachcrony."} +{"id": 551, "generated": "Touching the Secrets of Antiquity"} +{"id": 552, "generated": "These secrets are found in the old town of Tel Aviv, which is the city of Jaffa on the Mediterranean coast."} +{"id": 553, "generated": "The famous sea route went through this city, which linked Egypt, Syria, Anatolia and Mesopotamia with each other."} +{"id": 554, "generated": "The city is mentioned in ancient Greek and ancient Egyptian legends."} +{"id": 555, "generated": "traditions say that Noah was just building his arch here, and Perseus saved the beautiful Andromeda here, with which he led a long and happy life in that place."} +{"id": 556, "generated": "Tourists like to walk through the narrow streets which are named after asteastral signs."} +{"id": 557, "generated": "According to legend, Fortuna is held to everyone who touches the walls in the alley with its asteric sign."} +{"id": 558, "generated": "In Jaffa you can meet newly-marited couples from the whole of Israel and even in other countries on photo appointments."} +{"id": 559, "generated": "In Caesarea, the City of King Herodes, you can strip by Roman theatre and conquer the Fortress of the Crusads."} +{"id": 560, "generated": "In the Roman times Caesarea was the most important city of Judea and residence of the Roman state-keepers, including Pontius Pilat."} +{"id": 561, "generated": "The carefully restored theatre today performs evening concerts and operas."} +{"id": 562, "generated": "Markes list for tourists"} +{"id": 563, "generated": "If you are driving to Israel don’t worry about poor English skills: approximately 30% of Israelis speak Russian."} +{"id": 564, "generated": "Take money in leuchtes on a journey, rather than in dollars (the current exchange rate: 1 dollars to 3.8 pares). It’s better to take money in leuchtes rather than replacing it in shet (an amount estimated to be a simple amount of 12 euros)."} +{"id": 565, "generated": "The city usually runs by bus, but Jerusalem has also a tram, and Haifa is the country's only six-stations underground line to connect the Unterstadt to the Oberstadt."} +{"id": 566, "generated": "In fact, it is an underground fiicular car."} +{"id": 567, "generated": "Some water bikes are very easy to reach by the same bridge, but even Graki and Jarov AGV are the most popular destinations. Rider bikes can choose the city of Mapa."} +{"id": 568, "generated": "According to Jewish tradition, the sabbat will take place on Saturdays in Israel."} +{"id": 569, "generated": "From Friday evening to sunset on Saturday markets and shops are closed, and public transport rests."} +{"id": 570, "generated": "And the working week begins on Sunday morning."} +{"id": 571, "generated": "Many cafés, restaurants and inns serve onlykoscher foods, which excludes pork meat, marine products, fish without any tlugs and food that contains both milk and meat products."} +{"id": 572, "generated": "Instead, you can choose between different dishes featuring hammel and beef, soups and desserts (prepared with coconut milk), traditional Jewish humus crust, various sauces, fried balls, fried balls, and so on, to mention the same mix with each of them."} +{"id": 573, "generated": "There are no stery dogs in the streets of Israeli cities."} +{"id": 574, "generated": "They have many well-feeded cats Swly through the streets comfortably and safely."} +{"id": 575, "generated": "In the evening one can even see them sleeping cars parking on the roofs."} +{"id": 576, "generated": "The cats like busy places and do not say No to delights."} +{"id": 577, "generated": "A car rental service costs from $37 a day (Hyundai Getz) to as much as $188 (Audi A6, Volvo S80) depending on the brand."} +{"id": 578, "generated": "The insurance scheme costs an additional $15 a day."} +{"id": 579, "generated": "And bicycle rental costs 15 strips a day."} +{"id": 580, "generated": "Museum tickets cost on average 30 siggles."} +{"id": 581, "generated": "In numbers"} +{"id": 582, "generated": "In 2012, more than three million tourists from all over the world visited Israel."} +{"id": 583, "generated": "Most adventurers and looking for recreation came from Russia, France, Germany, Italy, England, the USA, and Ukraine."} +{"id": 584, "generated": "From January to October 2012, 118,8 thousand Ukrainian tourists came into the promised country, equivalent to a 51% increase compared with the comparative period in 2010 before the visa waiver on February 9, 2011."} +{"id": 585, "generated": "\"The great and powerful one\" leads to Moscow: migrants save money for language"} +{"id": 586, "generated": "While Members and civil rights advocates are discussing the usefulness of the law on binding language tests for migrants, criminals are already acting with falsified certificates."} +{"id": 587, "generated": "Every year 13 million migrant workers visit Moscow, St. Petersburg and other cities of Russia."} +{"id": 588, "generated": "Most of them are the citizens of Central Asia: Uzbekistan, Tajikistan, and Turkmenistan."} +{"id": 589, "generated": "Their only aim is to earn money in order to maintain the families left at home."} +{"id": 590, "generated": "On 1 December, a law came into force whereby every migrant worker must pass a test certificating the knowledge of the Russian language."} +{"id": 591, "generated": "Until now, this provision only applies to migrants who want to work in the services sector, the municipal housing economy and in the retail sector."} +{"id": 592, "generated": "However, over time, according to the Federal Migration Authority, tests are to become compulsory on all migrant workers in future."} +{"id": 593, "generated": "It is important to place not only language tests, but also tests into Russian history and the foundations of legislation."} +{"id": 594, "generated": "Language skills will have to be demonstrated both for the receipt and extension of the work permit."} +{"id": 595, "generated": "Exceptions apply only to citizens of countries in which Russian is an official language."} +{"id": 596, "generated": "Also excluded from this law are persons who obtained their training certificates and diplomas prior to the collapse of the USSR in 1991."} +{"id": 597, "generated": "Senness, problems, and protection of rights"} +{"id": 598, "generated": "The total of the test points will be carried out under the aegis of the Pushkin Institute for the Russian Language, the Russian University of Peoples, the Moscow State University, Saint Petersburg State University and other Russian institutions."} +{"id": 599, "generated": "Migrants can check the tests in all cities; more than 160 appropriate centres have already already been opened in Russia."} +{"id": 600, "generated": "The initiative to introduce tests was supported by the MEPs of the State Duma and the Federal Migration Authority."} +{"id": 601, "generated": "Civil rights advocates, however, before the law came into force, several times in the press raised the following question: What does this all really work?"} +{"id": 602, "generated": "Which changes include the obligation of having to have language skills for both Russians and migrant workers?"} +{"id": 603, "generated": "In particular, the response spokesman of the migratory authority was to reduce the number of forced labour."} +{"id": 604, "generated": "\"Voly are now talking about the protection of the rights of migrant workers,\" says the head of representation of the Federal Migration Authority in Tajikistan, Viktor Sebeldev."} +{"id": 605, "generated": "Their rights must, however, be protected before their departure."} +{"id": 606, "generated": "Only organized recruiting will solve 90% of the problems of foreign workers."} +{"id": 607, "generated": "Migrants encounter problems without work, education, language knowledge, and medical evaluation."} +{"id": 608, "generated": "Sebelv is convinced that a future migrant with no language knowledge will inevitably be facing people with evil intentions who, under the pretext of help, place him in a dark, narrow brack where he lives."} +{"id": 609, "generated": "We get many complaints from our migrants."} +{"id": 610, "generated": "\"In your home you will promise you the one, and at the time you arrive you will be deceved, get their passports taken and do not receive the promised pay\", conaffirns the manager of the Main Office for Labour Migration of the Tajik Migration Authority, Toak."} +{"id": 611, "generated": "Do not siumble, Chef!"} +{"id": 612, "generated": "Nonetheless, many citizens from the Central Asian republics who want to earn money in Russia admit that, not only do they not master the language of the target country, they can hardly express themselves in writing in their own language either."} +{"id": 613, "generated": "Of course, this is not rather as much their blame as it is their evil: few Turkmenish, Uzbek, and Tajiks can afford even sensible primary education."} +{"id": 614, "generated": "For their families do not even have the money to feed the children, let alone having to buy them decent clothes, shoes and school goodies."} +{"id": 615, "generated": "As teenagers, these children then seize the first opportunity to earn money."} +{"id": 616, "generated": "\"It's difficult without your language skills,\" they admit."} +{"id": 617, "generated": "'You feel degradered and inferior.'"} +{"id": 618, "generated": "Civil rights activists underline the following important aspect of the law."} +{"id": 619, "generated": "Only migrants with legal status must abandon the test."} +{"id": 620, "generated": "If you do not have this status so there is no examination and therefore no official work."} +{"id": 621, "generated": "Meanwhile, the majority of migrant workers continues to be illegally in Russia."} +{"id": 622, "generated": "'warmly welcome' or 'forbidted access for unauthorised'"} +{"id": 623, "generated": "Many migrants confirm that it is not easy to get official status in Russia."} +{"id": 624, "generated": "This is due to bureaucratic obstacles, and, of course, linguistic difficulties."} +{"id": 625, "generated": "Furthermore, legalization costs money: 12 to 16 thousand rubles."} +{"id": 626, "generated": "A counterfeit registration can be done quickly and easily for just one and a half thousand."} +{"id": 627, "generated": "The Russian police staff know that most of our documents are being counterfeitsified and we are not registered, and this leads to cases of escoration."} +{"id": 628, "generated": "\"You want one or two hundred rubles for cigarettes and tea,\" Tajike Umed Huhkadamrov said to journalists."} +{"id": 629, "generated": "'Saelf nothing at the cost of false papers'."} +{"id": 630, "generated": "Even on the day the law came into force, it turned out that it was not only the registration documents of migrants that were falsified."} +{"id": 631, "generated": "Some falsified certificates confirming that the language test has been completed have already been seized by staff at the Federal Migration Authority."} +{"id": 632, "generated": "The counterfeit papers have been printed with a usual color printer."} +{"id": 633, "generated": "Of course, the new owners did not receive them for nothing: every migrant who hoped to save himself the tests paid seven thousand rubles for the document."} +{"id": 634, "generated": "That is more than twice the cost of the official test: it is costing a work migrant in three thousand rubles."} +{"id": 635, "generated": "Both officials and civil rights defenders agree that the most immediate task is to protect the system from corruption, so that the certificates cannot easily be purchased."} +{"id": 636, "generated": "For the moment the authorities can only promise migrant workers who go through the test for the first time that they get time for a basic language course."} +{"id": 637, "generated": "In addition, newcomers with no language knowledge will be offered positions in areas where there is no need for active understanding with people."} +{"id": 638, "generated": "Flosting the Interior’s Clin arms Market"} +{"id": 639, "generated": "Extremly small proportion of legal weapons in offences"} +{"id": 640, "generated": "The Russian Interior Ministry is planning to tighten up the Arms Law for private arms owners."} +{"id": 641, "generated": "In this way the authorities are responding to recent events: people were injured at weddings at shootings and seven dead at the oocation of the Moscow jurist, Dmitri Winogradov."} +{"id": 642, "generated": "The police wants to ban the wearing of non-lethal weapons in public and to increase the age of possession of firearms from 18 to 21 years."} +{"id": 643, "generated": "The proposal was supported by the chairman of the Duma Committee on Security and Combating Corruption, Irina Jarowaja, and promised that the changes to the Weapons Act will soon be presented by the Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian authorities would like to combat the problems by 'drawing the screws'."} +{"id": 645, "generated": "An open letter was published on the Internet, whose authors, representatives of various weapons associations, demand of the authorities to refrain from'meaningless tightup'."} +{"id": 646, "generated": "In May 1982, in the News Newspaper, Fischerrick persuaded that Fischerrik was the responsible for their fraud, and would oblige him to take measures to stop him from going to his cities. On September 1997, he said, “Beand the Jaric not allowed to remain at a power"} +{"id": 647, "generated": "According to statistics from the Interior Ministry, 142 crimes committed with the use of registered weapons during six months in 2012, whereas a total of 1,168 thousand offences were recorded for the same period."} +{"id": 648, "generated": "The authors of the open letter are convinced that tightening the law for private weapons owners will not prevent criminals from taking up the black market."} +{"id": 649, "generated": "Currently, according to the authors, every possible weapon can be found in Moscow for little money."} +{"id": 650, "generated": "Meanwhile, the Ministry of the Interior underlines that the proliferation of illegal weapons is under control."} +{"id": 651, "generated": "Suppliers: from factories to officers"} +{"id": 652, "generated": "The weapons enter the black market via several channels."} +{"id": 653, "generated": "There are five main channels, tells a former Colonel Viktor Baranez, who was working on the Ministry of Education and the general staff for ten years."} +{"id": 654, "generated": "Screenshot of a website that accepts weapons orders"} +{"id": 655, "generated": "The first channel is the army, or the military, that is, weapons that were stolen during the struggles in the Caucasus."} +{"id": 656, "generated": "\"The weapons were stolen by both Russian officers and the Caucasians themselves,\" says Baranez."} +{"id": 657, "generated": "On the second channel, illegal weapons are being stolen by criminal guards."} +{"id": 658, "generated": "Baranez explains that this includes weapons stolen both from Police’s Arms Chambers and directly from law enforcement Authority employees."} +{"id": 659, "generated": "Other weapons that sold illegally come from military arms camps."} +{"id": 660, "generated": "Many military camps have experienced explosions often."} +{"id": 661, "generated": "\"There is evidence that in some cases fireing was in order to disguise the absence of weapons,\" says the former military officer."} +{"id": 662, "generated": "According to Baranez, the weapons manufacturers are also contributing to the black market."} +{"id": 663, "generated": "\"To these days there are countless private arms factories that do not withstand international competition and therefore do waste their weapons automatically on the black market, for example in Moscow,\" says the expert."} +{"id": 664, "generated": "Another channel of the black market is smuggling."} +{"id": 665, "generated": "Particularly many firearms and guns come from poor countries such as Kyrgyzzi."} +{"id": 666, "generated": "\"Arwhere there is our own, sometimes handmade production as well as a mafia organising smuggling,\" explains the former military man."} +{"id": 667, "generated": "Where do the weapons come from?"} +{"id": 668, "generated": "Experts calculated the proportion of each of the five channels correspondingd to the supply of the black market of illegal weapons."} +{"id": 669, "generated": "In 2011 one report was submitted by the centre for problem analysis and government administration."} +{"id": 670, "generated": "The experts analysed reports from the Ministry of the Interior and the Federal Service of State Statistics, criminological literature and publicly accessible data on portals relating to weapons."} +{"id": 671, "generated": "According to the investigator, much of illegal weapons comes from the army and the legal redressment authorities."} +{"id": 672, "generated": "Half of all weapons on the black market are hit by the 'debt of those in charge of weapons in their work', the report says."} +{"id": 673, "generated": "According to the researchers, 17% of these weapons comes from conflict areas, 14% are used for theft in weapons production and 5% come from illegal excavations."} +{"id": 674, "generated": "A sales consultant from an weapons shop that does not want to be named, assures that weapons that have been found in illegal excavations are never buying a long time now because they are outdated."} +{"id": 675, "generated": "According to him, it is more common for dealers to seek supplies in an weapons warehouse."} +{"id": 676, "generated": "A fobling is bought using a weapon, for example a TT type gun."} +{"id": 677, "generated": "The weapon is issued and passed through the fence."} +{"id": 678, "generated": "\"The dealer brings the weapon to the city and sell it there for900 Euro per piece with two magazines,\" he tells."} +{"id": 679, "generated": "\"The police naturally knows everything about, and therefore if it fails to comply to the crime-potting plan, it periodically controls purchases by dealers who offer illegal weapons,\" the sales adviser adds."} +{"id": 680, "generated": "'As in the luxury shop'"} +{"id": 681, "generated": "Buyers and sellers can most often find friends to each other."} +{"id": 682, "generated": "I had been looking at web sites and blogs when someone became aware of me and suggested to come to the station \"Begowaja\", whereby a person would be waiting for me to get me to a given place where we could then negotiate the price."} +{"id": 683, "generated": "I heard about the price of the weapon only there"} +{"id": 684, "generated": "Military Commentator Viktor Baranez"} +{"id": 685, "generated": "\"In order to get a weapon, I need a friend who has contacts\", says the sales consultant."} +{"id": 686, "generated": "There are dealers in the markets, but you have to go on there and agree with a code such as 'by Iwan Iwanvich who says that the daughter has lost a tooth'."} +{"id": 687, "generated": "At the moment I even come to some hit rings about a friend whom I trust."} +{"id": 688, "generated": "He also gives me the hit rings only because he knows that I don't chop it out."} +{"id": 689, "generated": "Newcomers search for weapons in various ways."} +{"id": 690, "generated": "Former military member Viktor Baranez tried to act in the mid-1990’s as the buyer of illegal weapons in writing an article on the issue."} +{"id": 691, "generated": "The schemes, according to him, have not changed."} +{"id": 692, "generated": "He got a photoalbum identifying \"everything possible\"."} +{"id": 693, "generated": "\"I felt like in the luxury shop,\" the military member remembers."} +{"id": 694, "generated": "In Better Old City, there are several small, home-owned shops in old cities. There in particular 3 local bars (zibtos at the city), entertainment hall, promenajaes, cafés, music andathlon tracks (hot music)."} +{"id": 695, "generated": "As a potential customer I don't just buy, but enter the forests with the seller and we are setting a target on there."} +{"id": 696, "generated": "\"I can shoot there then, and if I am convinced that the weapon has a good shot, we negotiate with each other,\" the expert describes how it works."} +{"id": 697, "generated": "Shopping from the Sofa"} +{"id": 698, "generated": "Internet search engines display search results to web sites and groups in \"contacts\", where weapons are offered \"for various purposes\"."} +{"id": 699, "generated": "There is no need for any papers or for any personal meetings."} +{"id": 700, "generated": "\"You only need the appropriate sum of money,\" says the advertisement on the website \"Bu combat gun or gun\"."} +{"id": 701, "generated": "There users place your orders and post requests."} +{"id": 702, "generated": "Are they also sold to minors?"} +{"id": 703, "generated": "\"Snaturally without license\", user asks for \"Iwan\" (wordal quote)."} +{"id": 704, "generated": "\"Buty a Moscow TT\", is the laonic question of \"Fedorenkow\"."} +{"id": 705, "generated": "The Federal Security Service recently switched off to innumerable pretend sites, and buyers wanting to buy weapons net lift tour to the service."} +{"id": 706, "generated": "People come like hungry fish while feedingoding, and then end up in Siberia and are allowed to slaw coal."} +{"id": 707, "generated": "Military commentator and former Military adhenter Viktor Baranez"} +{"id": 708, "generated": "I have heard of the following: the site is usually registered abroad and Russian laws do not apply."} +{"id": 709, "generated": "The persons responsible accept the orders."} +{"id": 710, "generated": "The buyer transfers the money via a bank machine."} +{"id": 711, "generated": "\"In the response he gets a photo and a description of hiding the weapon,\" reports the press spokesman of the nonprofit organization \"Pravo na oryzhie\" Dmitrij Kislow."} +{"id": 712, "generated": "Viktor Baranez stresses that at the final analysis, you can also go empty and look behind grid when you place a request on a web site."} +{"id": 713, "generated": "The Federal Security Service recently switched off innumerable pretendp websites, and buyers who wish to purchase weapons go up into the net."} +{"id": 714, "generated": "\"People come like hungry fish going to the feeding and then end up in the Siberian work camp and are allowed to screw coal,\" he says."} +{"id": 715, "generated": "One Makarow for $ 100"} +{"id": 716, "generated": "When buying illegal firearms, according to some experts, prices are expected to be from US 100 to USD 900."} +{"id": 717, "generated": "According to Dmitrij Kislow of \"Pravo na oryzhie\", one can buy a Makarow-type gun for $100 to 300."} +{"id": 718, "generated": "One has to wait up to one and a half months."} +{"id": 719, "generated": "The weapon is issued in military weapon storage by middle-range range observers."} +{"id": 720, "generated": "According to the official statistics of the Interior Ministry, the number of offences involving illegal weapons across Russia has fallen by 7% to 22.9 thousand during the period from January to October 2011, while the number of revealed cases of theft and extoror has diminishmed in Russia."} +{"id": 721, "generated": "In the USA Fast Food and supermarket Workers Strred"} +{"id": 722, "generated": "One in four American youth people are sometime sitting behind the cash box of Mc Donald's."} +{"id": 723, "generated": "in recent days, there have been massive anti-low wage protests across the USA in Walmart branches and restaurants in popular fast-food chains like Mc Donald's, Burger King, Taco Bell, Wendy's, and Kentucky Fried Chicken."} +{"id": 724, "generated": "No one can yet predict whether the protests will soaring further, or whether they will run out of air again soon."} +{"id": 725, "generated": "The protests are supported by trade unions and several left-wing non-profit organisations."} +{"id": 726, "generated": "As well as increasing the modest wages of the simple Walmart and fast-food employees, the organizers of the protests are aimed at establishing trade unions."} +{"id": 727, "generated": "So far, this economic sector has hardly been organised by trade unions."} +{"id": 728, "generated": "46 cents a year?"} +{"id": 729, "generated": "The protests began last week after Thanksgiving, on Black Friday, which involved sales in the USA, attracting millions of customers, which sometimes led to hand volumes."} +{"id": 730, "generated": "On that day, some Walmart workers, 2.2 million of whom are worldwide, lace down their work and striked along with trade unions and left-wing activists branches along the chain with target groups of low- and middle-income people."} +{"id": 731, "generated": "Walmart sells all products, from widgets to hunting rifles and car batteries, to dust cleaners, eggs and milk."} +{"id": 732, "generated": "Goods in the Walmart branches are on average between 8 and 27% cheaper than in large supermarkets."} +{"id": 733, "generated": "That is why many of the under-paid Walmart employees only buy at their own workplace."} +{"id": 734, "generated": "The price of the goods, as well as the entire assortment, made one of the largest companies in the United States. The Walmart system, referred to as Walmart, is a combination of modern digital systems equipped with double-touchs, but not used in classic vehicles, producing a slow sales wage "} +{"id": 735, "generated": "Orleans Bank (IFFF reported €10 million in the net net net income for 2007-192007 whereas 82.5% of the Net Net Net Net Income reported an output of €20 million. According to critic of the US Federal Aviation Office, 27.1% of the net Net Net ENV prevents Walmart"} +{"id": 736, "generated": "The latter also complain about difficult working conditions, for example the absence of forklifts or hand scanners."} +{"id": 737, "generated": "protesters on Black Friday participants asked for wage increases and expressed their anger that the contribution for home business health insurance had risen from $30® to 100 a month."} +{"id": 738, "generated": "A typical Walmart employee who earned US $9.5 per hour would be unable to afford this increase, they said."} +{"id": 739, "generated": "Researchers from the Californian University of Berkeley prove that if the company increased the average wage to $12 a hour, it would cost Walmart $3.2 billion."} +{"id": 740, "generated": "This is about 1.1% more than they are now giving for wages."} +{"id": 741, "generated": "If Walmart switched off the wage increases completely to Walmart’s customers, each purchase was going to cost them only more 46 cents in the future."} +{"id": 742, "generated": "Each year, they would spend no more than $12.39 compared to what they do today."} +{"id": 743, "generated": "Proponents of Walmart are pleased to find that only protests took place in nine states and that did not cause any losses for the company."} +{"id": 744, "generated": "Black Friday lasted in his shop from 8 o'clock from Thursday to midnight the next day, and in that period Walmart sold about 5000 items per second."} +{"id": 745, "generated": "In total, on Black Friday, Walmart cashs carried out almost 100 million transactions."} +{"id": 746, "generated": "The company's spokesman Dan Fogelman argued in an interview on the left-taughing Huffington Post website that a total of \"less than five\" Walmart employees were working down and that the protest merely was \"a further PR protest\"."} +{"id": 747, "generated": "'Free Cae!'"} +{"id": 748, "generated": "The protests continued this week in New York, however, where their destination were not Walmart branches (which are not desirable in this progressive city and therefore do not exist), but McDonald's and other cheap restaurants."} +{"id": 749, "generated": "McDonald's says the company is selling billions of amounts, yet you are not giving you any illness days, and you are not paid for your sincere work!"} +{"id": 750, "generated": "Jumaane Williams, New York City Council member"} +{"id": 751, "generated": "At present, according to federal and New York legislation, the minimum wage is at 7.25 dollars per hour."} +{"id": 752, "generated": "In fast food restaurants, the minimum wage is gradually rising, although not too strong, and on average, their single-time employees in New York get USD 8,90 per hour."} +{"id": 753, "generated": "Less than they no one deserves in this expensive city."} +{"id": 754, "generated": "I fail to understand how it is possible to get out with so little money in New York."} +{"id": 755, "generated": "There were once a time when almost a quarter of US youths stood behind the bar at school at McDonald's, but the youth still lived with their parents."} +{"id": 756, "generated": "scarcely everyone saw it as the main source of income, or was planning to stay there longer."} +{"id": 757, "generated": "Now, in interviews with McDonald's staff, I am constantly meeting people who complain that they have to pay for that wage and sometimes even feed their children."} +{"id": 758, "generated": "On the other hand, there is a comment in the forum Wall Street Journal, whose author says that it is irresponsible to have children if you do not know how to feed them."} +{"id": 759, "generated": "The participants in the protests that started on Thursday at 6.30 am in front of McDonald's in 40th Street and Madison Avenue called on the cashers and cooks of fast-food restaurants to apply a minimum wage rate for dishes made of local-quality and dishes produced in their boards and groceries."} +{"id": 760, "generated": "They continued to call for the establishment of trade unions in the fast food sector."} +{"id": 761, "generated": "US law prohibits corporate management from standing in the way of this target and disa warnment or retiring trade union members."} +{"id": 762, "generated": "On the other hand, corporate management does not make it easy to them."} +{"id": 763, "generated": "But founding trade unions in the fast-food industry is also difficult for objective reasons."} +{"id": 764, "generated": "The most important reason is the high fluctuations of staff."} +{"id": 765, "generated": "Dissatisfied"} +{"id": 766, "generated": "Loudy protests were also held in front of many other fast food restaurants in Manhattan that day."} +{"id": 767, "generated": "the crest of the protests was a meeting at lunch before the McDonald's at Times Square, where some local democrats spoke, including local council member Jumaane Williams, who said: 'McDonald's says it is time for Russia to put the boots in"} +{"id": 768, "generated": "The demonstrators were also backed by other prominent New York democrats, for example, mayor candidate Bill De Blasio, who said that 'we should collectively support fast-food workers so that they get a fair wage and pay their 'charges'."} +{"id": 769, "generated": "According to the New York Times, this was the largest action of its kind in the history of the US fast-food industry."} +{"id": 770, "generated": "However, only a few hundred people were in place, of whom far not all are employed in the fast-food business in which tens of thousands are employed in New York."} +{"id": 771, "generated": "It does not yet forese whether the spark of these protests will mobilise whole mass."} +{"id": 772, "generated": "\"At now, the brain can only moderately over-listed\"."} +{"id": 773, "generated": "The subject of expanded reality, very popular among supporterss of modern technologies, has usually been perceived recently through the lenses of a special lens."} +{"id": 774, "generated": "First, Google presented a working model at its annual conference in the summer, then it was announced in November that Microsoft had also applied for a patent."} +{"id": 775, "generated": "However, in talking with the head of the interactive 3D Technologies Group in the Microsoft laboratory in Cambridge Shahram Izadi, it becomes obvious that the glasses were only a transit station for the company’s scientists."} +{"id": 776, "generated": "It attracts the possibility of manipulated virtual objects in the air with just hands and of creating virtual open spaces."} +{"id": 777, "generated": "- Please provide a brief description of what your group is carrying out research."} +{"id": 778, "generated": "- We work on the interaction of humans and machine, however we want to broaden the limits of this interaction."} +{"id": 779, "generated": "Until now, humanity has mostlyremained stuck in the phase with pixels working on flat-screen screens which are sometimes touched too."} +{"id": 780, "generated": "However, we want to predict 5-10 years ahead and predict the radical changes in this interaction."} +{"id": 781, "generated": "For example, the Xbox console and the Kinect sensors are progressing, and these days no Xbox will again be sold without Kinect, as everyone is all interested in movement control."} +{"id": 782, "generated": "- What more expects us in the future?"} +{"id": 783, "generated": "- Although Kinect has brought the interaction to a physical level, much is still taking place on the flat screen, sometimes in 3D."} +{"id": 784, "generated": "Input information (the system receives more data) has been improved, the output has not yet been decisive."} +{"id": 785, "generated": "We try to change this, working on real three dimensional representation systems on the basis of various technologies, including projections."} +{"id": 786, "generated": "We need to release the computer world into our physical world and make it more visible."} +{"id": 787, "generated": "To this end it is necessary to recognize not only the user, but also his environment."} +{"id": 788, "generated": "Then we could complement the real world a lot easier with virtual objects."} +{"id": 789, "generated": "And first and foremost, we were supposed to get rid of these rubbing virtual reality-heeos!"} +{"id": 790, "generated": "- What do you think about language control?"} +{"id": 791, "generated": "It is popular, but is it not over-value?"} +{"id": 792, "generated": "- It is certainly not the general purpose, because it raises questions about privacy, because we do not always want to keep all the individuals informed of their actions and of their or her intentions."} +{"id": 793, "generated": "Actually, every type of interaction with computers is good, but each in its particular niche."} +{"id": 794, "generated": "For example, we worked in the field of controlling objects in public places on a project in which we experimented with short and short gestures rather than with unloading."} +{"id": 795, "generated": "The gestures were not recorded by the object camera, but by a bracelet, which recorded the movements of the bone and muscles."} +{"id": 796, "generated": "It is still relatively large, but it could theoretically be reduced to the size of an bracelet watch."} +{"id": 797, "generated": "But, overall, the future belongs to mixed types of control such as gestures and language."} +{"id": 798, "generated": "- How is that?"} +{"id": 799, "generated": "- We ask you, for example, to give this soup can to you?"} +{"id": 800, "generated": "They say it and they point to it at the same time."} +{"id": 801, "generated": "- Usually I simply say it only."} +{"id": 802, "generated": "- Oh, it would be very difficult to detect."} +{"id": 803, "generated": "- Does that mean that you want the user to adapt to what a machine can and can not afford at any time of time?"} +{"id": 804, "generated": "- Not necessarily, but here it is about mutual rapprochement."} +{"id": 805, "generated": "I think that, in the near future, we will have to work above all on developing new types of sensors to make it possible to detect people' reactions more precisely."} +{"id": 806, "generated": "These can be laser sensors, for example, since they offer good resolution in depth, which is very important."} +{"id": 807, "generated": "- What are your demands on modern cameras from your work with the Xbox Kinect sensors?"} +{"id": 808, "generated": "Is there lack of dissolution, depth or something else?"} +{"id": 809, "generated": "- The present generation is basically a good starting point for our work in the field of three-dimensional detection."} +{"id": 810, "generated": "Of course, 8 Megapixels would not be bad with a speed of 1000 fps."} +{"id": 811, "generated": "But the main thing is not the Megapixels themselves, but the quality of the matrix and the depth."} +{"id": 812, "generated": "In this sense, all current technologies are not good enough for us because the developers of the algorithms have more work."} +{"id": 813, "generated": "Consideration has to be taken not only the resolution along the X and the Y, but also along the Z axis."} +{"id": 814, "generated": "The speed and the number of images per second are also important."} +{"id": 815, "generated": "The movements of humans are extremely dynamic and, frankly, the present 30 fps are especially for gestures too little."} +{"id": 816, "generated": "Stephen Betishes developed in our Redmond laboratory a touch sensor with a regaleable processing delay between 1 and 100 milliseconds, with today's commercial sensors being closer to the second value (60 to 100 milliseconds)."} +{"id": 817, "generated": "Not everyone understand how much that affects the interaction between man and machine."} +{"id": 818, "generated": "For my work I needed exactly that kind of device, only with no touch control and with more images per second."} +{"id": 819, "generated": "- Didt need to increase the number of cameras?"} +{"id": 820, "generated": "- Kinect currently works with three \"cammers\", one of which is actually an infrared station and the second an receiver for the reflected signal."} +{"id": 821, "generated": "And the third camera is indeed a ordinary RGB camera."} +{"id": 822, "generated": "It is not used to calculate the depth of an object."} +{"id": 823, "generated": "More cameras might solve the problem..."} +{"id": 824, "generated": "Or intensify the problem because it would require more calculations."} +{"id": 825, "generated": "It would be a flexible Kinect-like system, where we could play with different camera trends to determine how that can help us in determining a three-dimensional position."} +{"id": 826, "generated": "- If I remember correctly, Microsoft unlike Google did not present its glasses to the public."} +{"id": 827, "generated": "Do you not think that in terms of the application of the technology of advanced reality in everyday life the glasses have the best prospects?"} +{"id": 828, "generated": "- Of course it's not pleasant to keep a smartphone in the raised hand on the way always, but I think this: The best variant would be be a \"talking\" expanded reality, in which we would switch via a Cloud from the glasses to the smartphone itself."} +{"id": 829, "generated": "The glasses is a personal gadget, and it lies its strength (Privates only you can see), but at the same time also its weakness, because an enlarged reality with glasses prevents you from working with others on virtual objects."} +{"id": 830, "generated": "- Let's imagine for a moment that manipulation of virtual holograms in the air is accessible not only Tony Stark from Iron Man but also normal deaths."} +{"id": 831, "generated": "There is a problem that critics of this idea often point out: there is no sensory reaction!"} +{"id": 832, "generated": "The hands do not feel nothing at all!"} +{"id": 833, "generated": "What answers does your group wish to give to this objection?"} +{"id": 834, "generated": "- In my lectures, I often talk of the expanded reality being the seventh breakthrough in the interaction between man and machine."} +{"id": 835, "generated": "I think that the eighth breakthrough could well be the integration of tactical perception."} +{"id": 836, "generated": "A interesting method at present is to use the second hand as rather somewhat unusual projection documentation."} +{"id": 837, "generated": "She is excellently searing pressure!"} +{"id": 838, "generated": "But there are also technologies that actually aim at giving some hand power to \"image in the air\", for example, the interference of certain oriented ultrasound rays generates in a particular point where the finger is located."} +{"id": 839, "generated": "There are also bands on the wrist that affect the nerve transformations in the fingers, which is also a potential direction."} +{"id": 840, "generated": "- Have you tried to overcome the brain?"} +{"id": 841, "generated": "It make it think it feels what it should feel when it's seeing something?"} +{"id": 842, "generated": "- It is a good idea, so we have not tried it yet."} +{"id": 843, "generated": "Here is another task that we will still have to struggle with for a long time: namely, allowing a person who is physically in a closed room to believe that he is instead placed in an open, practically endless space."} +{"id": 844, "generated": "So far, the brain can only moderately over-crink, and we have many years to work."} +{"id": 845, "generated": "This is what makes work in the area of the virtual reality so attractive to a researcher: on many topics we are only at the beginning."} +{"id": 846, "generated": "Own taste instead of culture - rosbalt.ru"} +{"id": 847, "generated": "Rosbalt continues with the project \"Petersburger Avantgarde\" dedicated to city dwellers who constitute the avant-garde of art and culture."} +{"id": 848, "generated": "The selected list already retrieved high-ranking representatives of the Petersburg Petersburg art scene, whose successs are going beyond the city's borders and which are often recognized in Europe, but without being known to the rest of Russia."} +{"id": 849, "generated": "The new hero of Rosbalt is the extravagant artist Kirill Miller."} +{"id": 850, "generated": "The whole city knows Kirill Miller, the beardists dressed in red, which is to be found at the Russian Museum, at the summer garden, sometimes at scene meetings or at dinnerals."} +{"id": 851, "generated": "Whereever the pictures of Kirill Miller can be exhibited, they attract a great mass of people."} +{"id": 852, "generated": "Kirill Miller is one of the typical Petersburg social-philosophic artists who create new myths."} +{"id": 853, "generated": "Kirill Miller is a shining personality of Petersburg's avant-garde at the end of the 80s and early 90s respectively."} +{"id": 854, "generated": "He is also a man of the city and, through his presence on the street, charms his fellow citizens a smile in their face and ensures good humm with them."} +{"id": 855, "generated": "He recently grabbed a srew organ and became a Petersburg turn organ player as he finally felt ready for this difficult role in terms of his artist, his philosophy and his image."} +{"id": 856, "generated": "- Kirill, why are you always travelling in red and not in yellow or Turkish in city, for example?"} +{"id": 857, "generated": "I chose the color red as a fashion designer to deal with the optics and the image."} +{"id": 858, "generated": "In this world, red is a compromise between artist, image adviser, and society."} +{"id": 859, "generated": "In society, everything that differs from hosttery causes aggression and bad behaviour."} +{"id": 860, "generated": "However, I want to enter into conversation with people through my protions."} +{"id": 861, "generated": "Each of my past provocation was an invitation to a conversation."} +{"id": 862, "generated": "- when did you know that you have to become a painter?"} +{"id": 863, "generated": "- At an exhibition in the Cultural Palace Newy where my works were exposed."} +{"id": 864, "generated": "Irealised I needed to take this path."} +{"id": 865, "generated": "Then the times of the old free but not officially recognised painters ended then, and new and free painters like me were incomprehensible."} +{"id": 866, "generated": "I had my friends with thepainters of the new generation, the representatives of the 'Gazonewschina'; this led to 'Papkinskaja 10' and then once it ended."} +{"id": 867, "generated": "I draw to theatre, to fashion, to music, actually to everything except literature."} +{"id": 868, "generated": "- And all of this was united in your art clinic... - I found it important to me to be in the centre of Petersburg's culture where the best creating artists should unite."} +{"id": 869, "generated": "In 1995 I occupied a room in Pushkinskakaja 10, and, until the work of renovation, there, there was a musical-artal club for the Boheme, the house of the Petersburg Boheme."} +{"id": 870, "generated": "Many were born there: N.O.M., Tequilajazzz, and I also remember how Schnur came there with his project \"Ucho Van Goga\"."} +{"id": 871, "generated": "The new songs performed by John Herrick grew the world in Germany over the next five years after the relaunch of the World War between 1992 and 1980. His sound tune ringed one of Barn York's other popular songs, including Anharf's Fear against The Desert (1954"} +{"id": 872, "generated": "As the group began to play live, she turned herself into \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg moderated many programs before the time of \"Halli-Galli\"."} +{"id": 874, "generated": "We gave them Trachtenberg, and it began his great career, but he learned the foundations with us."} +{"id": 875, "generated": "The gallery \"D 137\" or the club \"Griboedov\" also have their origins in the art clinic."} +{"id": 876, "generated": "Our staff and regular guests went there."} +{"id": 877, "generated": "I am a hero of the last century, when culture meant something else."} +{"id": 878, "generated": "In 2000 a survey began in the press for the 'Perpersonalities of our City' award."} +{"id": 879, "generated": "I gained place in the category \"Artist of the Year\", and thus I had reached the peak."} +{"id": 880, "generated": "It is not easy to work by old rules in new times; I am a human of truth, honesty and culture of the past century."} +{"id": 881, "generated": "Today, it is easy to become famous, but culturality and popularity are not the same: one can be famous without making cultural contributions."} +{"id": 882, "generated": "- Your works have an unmistparable style."} +{"id": 883, "generated": "- Many of my pictures are true pearls and clearly express the topicality and sharpness of my thoughts."} +{"id": 884, "generated": "I am going to have an exhibition entitled \"The Russian Museum as the Clowns\"."} +{"id": 885, "generated": "Clowns are timeless."} +{"id": 886, "generated": "I used to be social, but now it pains and causees fear to be so."} +{"id": 887, "generated": "In a clown, this blurs everything and loses its tragedy."} +{"id": 888, "generated": "I love the grotesque, and I have grotesque ideas."} +{"id": 889, "generated": "Let us, for example, to save the world by mandating that everyone needs to dress fully."} +{"id": 890, "generated": "Now everyone pays attention to clothing and is oriented towards the outside and not the interior of the man."} +{"id": 891, "generated": "But perhaps you should not give hand a person, but should tuck him in the face."} +{"id": 892, "generated": "The deceon disappears through the clothing in."} +{"id": 893, "generated": "- More recently we saw you in the role of the urban turn organ player - A city of culture should have such a hero."} +{"id": 894, "generated": "Who, if not I?"} +{"id": 895, "generated": "- Can commercial art be beautiful as well?"} +{"id": 896, "generated": "- These days commercial art must be cautious, cautious and flattering."} +{"id": 897, "generated": "We are watching the disintegration of cultures."} +{"id": 898, "generated": "In the past, the people formed large groups: the Bohemians loved the one and the simple people the other."} +{"id": 899, "generated": "Now there are micro-communities, and it is difficult to delight everyone."} +{"id": 900, "generated": "I am not a one hundred dollar note that likes everyone."} +{"id": 901, "generated": "Now you have to consider who you'll like."} +{"id": 902, "generated": "Now every cult star has about 100 patrons."} +{"id": 903, "generated": "-Several thousands are now coming to Stas Michailow!"} +{"id": 904, "generated": "- To it is coming abandoned women, there the sexual-social field plays a role."} +{"id": 905, "generated": "For cultural reasons, there are 300 people and not 10 thousand, so there is less management, money, and everything dies."} +{"id": 906, "generated": "I have supporters, and the most important thing is not to scamive them, and not to destroy what has been achieved."} +{"id": 907, "generated": "In my youth, I painted such images that are even painted by a collector in a series with works of Falk and Larionorov."} +{"id": 908, "generated": "I started with images, which usually only come right at the end of my career."} +{"id": 909, "generated": "Today, there are often misunderstandings."} +{"id": 910, "generated": "It is: intellectual culture and consumer culture."} +{"id": 911, "generated": "Consumption has no culture at all, that is something quite different."} +{"id": 912, "generated": "I am a human of past culture and grew up with artists who lived in poverty, died in poverty and rejected money in order to be able to paint."} +{"id": 913, "generated": "That is the culture that I support."} +{"id": 914, "generated": "- Kirill, what is missing from Petersburg?"} +{"id": 915, "generated": "- Good experts in culture."} +{"id": 916, "generated": "It has been said: servants of culture."} +{"id": 917, "generated": "But not each of them can deal with culture."} +{"id": 918, "generated": "For real tzars, it was different, because the tzars perhaps did not understand much of culture, but they understood that proper experts are necessary."} +{"id": 919, "generated": "There are currently good advisers in Moscow."} +{"id": 920, "generated": "In Petersburg, we have those who may be experts, but they are being banned from driving, as they require high-leveling experts who must properly evaluate the former and bring them up the way."} +{"id": 921, "generated": "Now all that counts on is your own taste."} +{"id": 922, "generated": "The same applies for the Erarta, but with the difference that they say quite honestly that they do not accept all the contemporary art, and therefore a number of painters have to look for other museums."} +{"id": 923, "generated": "- What for you Petersburg is?"} +{"id": 924, "generated": "- Petersburg is not the capital of culture; Moscow has much more culture and a proper breeding ground."} +{"id": 925, "generated": "Art is an difficult way to grow on our stones."} +{"id": 926, "generated": "We need a cultural breeding ground because, for example, we now have a lot more writers than readers, and that is certainly not right."} +{"id": 927, "generated": "There are many curious people in Europe who visit exhibitions or concerts."} +{"id": 928, "generated": "These are much less on our side."} +{"id": 929, "generated": "Art must be restored modern, just as at the beginning of the last century."} +{"id": 930, "generated": "The project is financed by grants from the city of St. Petersburg."} +{"id": 931, "generated": "Birth in Space"} +{"id": 932, "generated": "Earth is in danger."} +{"id": 933, "generated": "Global warming or clash with killer asteroid."} +{"id": 934, "generated": "Caravans of spaceships with earth inhabitants on board are in search of a replacement planet."} +{"id": 935, "generated": "To save humanity, the important question arises how we can pelum in a state of weightlessness or on the replacement planet?"} +{"id": 936, "generated": "I do not believe that there are many choices of choice."} +{"id": 937, "generated": "In fact there are only two true planets that we could live at least hypothetically."} +{"id": 938, "generated": "\"This is about Mars and Venus\", says the scientific employee of the Astronomischen Sternberg Institute Wladimir Surdin."} +{"id": 939, "generated": "However, while conditions on Mars are comparatively life friendly, the surface of Venus has a temperature of 500 degrees."} +{"id": 940, "generated": "Life would only be possible in great altitude or in the orbit of Venus, that is, in space."} +{"id": 941, "generated": "The issue of Reproduction in Space first dealt with researchers concerned with flora."} +{"id": 942, "generated": "Half a century before finished there were experiments carried out with plants."} +{"id": 943, "generated": "The fourth generation of peas brered in orbity makes no difference whatsoever from the earthly species."} +{"id": 944, "generated": "The breeding of insects was followed, and more precisely of tiny fruit flies (Drosophila), in orbit."} +{"id": 945, "generated": "In 1979, violul filtered eggs were sent to space to explore how weightlessness affects the development of embryos."} +{"id": 946, "generated": "A quite normal chick is developing."} +{"id": 947, "generated": "But then the problem begins."} +{"id": 948, "generated": "\"The problem is that the Küken must stop; it must be able to stand on its legs and start moving\", explained the Laboratory of the Institute of Medical Biological Problemes RAN, Vladimir Sychez, a Institute Head of Physician and Skills Technology based in Semond."} +{"id": 949, "generated": "Without a solid underground, the Chicks overmonted themselves."} +{"id": 950, "generated": "Ten hours later, the newborns' instincts completely moted away."} +{"id": 951, "generated": "The chicks did not react to light and noise."} +{"id": 952, "generated": "Four days later, she simply died."} +{"id": 953, "generated": "\"Woldmals we let cowks fall and hired the whole thing because it is simply impossible to work with them,\" Vladimir syv keeps a failed experiment with the cowks there."} +{"id": 954, "generated": "The last breeding cage with animals flew into orbit 16 years ago."} +{"id": 955, "generated": "In spring 2013 the experiments will continue."} +{"id": 956, "generated": "However, the bio satellite 'Bion' will host only the same sex species."} +{"id": 957, "generated": "There was an experiment with rats that had already been sent into fertilized space."} +{"id": 958, "generated": "In principle, nothing special was identified in this process."} +{"id": 959, "generated": "\"This was just happening with bio satellites, but once again it was only a single experiment and research must continue,\" noted Vladimir Sychev."} +{"id": 960, "generated": "A Fly-route was set up in 1880 by the Federal Agency for Regional Agricultural to present the installation of a ship within the Regional Information Center."} +{"id": 961, "generated": "So far, there has been no solution to the reproduction problem directly in space."} +{"id": 962, "generated": "It is a difficult task."} +{"id": 963, "generated": "Animals that are taken out of their natural habitat cannot simply follow their drive for reproduction."} +{"id": 964, "generated": "Unlike animals, men could do this in principle."} +{"id": 965, "generated": "Homo sapiens is capable of producing abstract thinking and is capable of producing a similar emotional background."} +{"id": 966, "generated": "For ethical considerations, such experiments are not being carried out."} +{"id": 967, "generated": "Yet women have been flying into space for 50 years."} +{"id": 968, "generated": "The greatest risk was at Tereshkova."} +{"id": 969, "generated": "The most valuable thing that humanity owns is the female organism."} +{"id": 970, "generated": "Our mowers flew from it, and no one on Earth could have answered this question: Did they survive the space flight?"} +{"id": 971, "generated": "Will she be able to birth a child after that flight?"} +{"id": 972, "generated": "\"After all, nobody answered the question,\" says the space travel specialist Wachtang Watschndse."} +{"id": 973, "generated": "In June 1964, only one year after her space flight, the first female cosmoamon, Valentina Tereshkova, became a daughter."} +{"id": 974, "generated": "The child's father, Andrijan Nikolayev, was also cosmoonic."} +{"id": 975, "generated": "In 1988, the second woman in space, Swelana Sawizkaja, who was doing twice in orbit, and even did work outside the space vehicle, wind a son."} +{"id": 976, "generated": "Nevertheless, it remains a risk."} +{"id": 977, "generated": "We have only extremely few cosmomon during which, after long flights, everything went well and they got healthy youngs."} +{"id": 978, "generated": "\"The more, the more dangerous it's even at flights in orbit\", concludes the cosmomon Waleri Polyakov, hero of the Soviet Union and hero of the Russian Federation."} +{"id": 979, "generated": "And yet humanity must look for new ways in biotechnology, radiation protection, and the production of artificial gravation."} +{"id": 980, "generated": "The Hydrolabor at the Preparation Centre of cosmu tokens is a compulsory station during the preparation of the flight."} +{"id": 981, "generated": "Here in a bad state the cosmomons win routine for work in open space."} +{"id": 982, "generated": "Water is the heavylessness."} +{"id": 983, "generated": "Even if adults feel pleasant, water is a foreign environment; yet infants do feel water as a natural element."} +{"id": 984, "generated": "It is as if the little Ichtyander were bearing witness to that life on the land came from the oceans."} +{"id": 985, "generated": "There is a connection between the fact that a child is in fruit water in the mother for about 9 months in his belly and the fact that he can easier get used to water."} +{"id": 986, "generated": "In principle, this is logical, because from birth to first swimming it only takes 2 weeks to pass."} +{"id": 987, "generated": "\"This is too little time to forget something,\" says baby swimming teacher Marina Aksenowa."} +{"id": 988, "generated": "While for a new child weightlessness is a much more natural condition, the woman can’t cope without gravity."} +{"id": 989, "generated": "In state of weightlessness, the belly and basin muscles reconstructs itself enormously quickly and thus also decreases the ability to press out the child."} +{"id": 990, "generated": "Well, let us avoid it by birth- initiating tools."} +{"id": 991, "generated": "Geburt could, for example, take place in a special chamber to press the child."} +{"id": 992, "generated": "'But what happens then?' is Waleri Polyakov's crucial question."} +{"id": 993, "generated": "On the other hand, the child also needs artificial gravity."} +{"id": 994, "generated": "Without feeling the earth's attraction, the organism cannot train the skeleton and the muscles."} +{"id": 995, "generated": "A newborn child cannot be glued into a orbit in the load suit the same as if an adult child is ready for training."} +{"id": 996, "generated": "He will simply lack what is of basic importance to his life."} +{"id": 997, "generated": "\"This experiment we carry out jointly, namely the birth of a child in an foreign environment, will lead to the birth of a disabledd person, a completely unaquated person,\" says the head of the European Parliament's Bioethic Commission."} +{"id": 998, "generated": "So far, the birth of children in space is only theory."} +{"id": 999, "generated": "At some point, however, when the earthmen in Malassia have been visiting Colombia for a whole year, it will become a reality when the earthmen in their spaceships break up to a distant planet, becoming home for their descendants in space."} diff --git a/outputs/deen/seed_456/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/deen/seed_456/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..faf787d --- /dev/null +++ b/outputs/deen/seed_456/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 100, "step": 880600, "bleu": 26.220619538079216, "rouge1": 59.311554685551435, "rouge2": 33.34428883948359, "rougeL": 54.010572324409594} diff --git a/outputs/deen_smoke/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl b/outputs/deen_smoke/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl new file mode 100644 index 0000000..2155570 --- /dev/null +++ b/outputs/deen_smoke/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_880600.jsonl @@ -0,0 +1,32 @@ +{"id": 0, "generated": "A Republican Strategy to counteract Obama re-election"} +{"id": 1, "generated": "Republican leaders justify their policies with the need to fight election fraud."} +{"id": 2, "generated": "But the Brennan Center considers the latter to be a myth by reaffirm that electoral fraud in the USA is rare than the number of people killed by flash."} +{"id": 3, "generated": "Republican lawyers, incidentally, have recorded only 300 cases of electoral fraud in the United States in 10 years."} +{"id": 4, "generated": "One thing is certain: these new rules will have a negative effect on election turnout."} +{"id": 5, "generated": "In this sense, these measures partly undermine the US democratic system."} +{"id": 6, "generated": "Unlike Canada, US states are responsible for the elections in the individual states."} +{"id": 7, "generated": "In this sense, the majority of American governments have announced new laws since 2009 that have complicated the process of registration or of voting."} +{"id": 8, "generated": "This phenomenon gained in importance following the elections of November 2010 in which 675 new Republican representatives were recorded in 26 states."} +{"id": 9, "generated": "As a result, 180 draft laws were introduced in 2011 alone, restricting the exercise of electoral rights in 41 states."} +{"id": 10, "generated": "The new electoral laws require voters to submit photo IDs and evidence of US citizenship."} +{"id": 11, "generated": "Furthermore, this legislation also shortens the periods for early voting, declare invalids the right to register as voters on the day of election, and denies citizens the right to vote for which a court is going to claim or to vote from one day."} +{"id": 12, "generated": "Before the 2006 elections, no US state required voters to show photo ID."} +{"id": 13, "generated": "Indiana was the first state to demand such a state."} +{"id": 14, "generated": "In 2008, the US Supreme Court confirmed the constitutionality of the Indiana law."} +{"id": 15, "generated": "The Republican authorities rushed up to extend this practice to other states."} +{"id": 16, "generated": "Over the last two years, in 34 states, they proposed laws to force voters to show photo ID."} +{"id": 17, "generated": "It is important to note that, unlike Quebec, US citizens do not have a universal identity card, like the health insurance card."} +{"id": 18, "generated": "Indeed, 11% of US citizens, or 21 million voting persons, do not possess a photo card issued by any government authority within their state."} +{"id": 19, "generated": "In addition, five million new pollers did not have such a card in 2012."} +{"id": 20, "generated": "However, they must often pay more than one hundred dollars to get the required ID."} +{"id": 21, "generated": "The new restrictions affect young people, minorities, and low-income people disproportionately strongly."} +{"id": 22, "generated": "Indeed, 25% of African-American, 15% of persons with income of less than $35.000, 18% of citizens over the age of 65, and 20% of voters between the age of 18 29 do not have the required photo card."} +{"id": 23, "generated": "That goes further."} +{"id": 24, "generated": "Students who are seen as voters voting more for democratic candidates are not allowed in several states to use their photo ID issued from their institution."} +{"id": 25, "generated": "On the other hand, those same states allow members of fishing or hunting clubs, which choose more for the Republican side to use the cards issued by these clubs for elections."} +{"id": 26, "generated": "Before 2004, no federal state demanded proof of citizenship for the voters."} +{"id": 27, "generated": "Arizona was the first federal state to introduce such a demand."} +{"id": 28, "generated": "Since 2011, a dozen states have passed laws requiring voters to prove their US citizenship."} +{"id": 29, "generated": "These measures are clearly aimed at limiting hispanic voices."} +{"id": 30, "generated": "It is obvious that two of the three Hispannese voters prefer the democratic party."} +{"id": 31, "generated": "Moreover, in 2011, Republican legislators have promoted laws in eight states which abolished the registration of voters on the voters’ day."} diff --git a/outputs/deen_smoke/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/deen_smoke/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..d8226cd --- /dev/null +++ b/outputs/deen_smoke/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 100, "step": 880600, "bleu": 39.123039418642165, "rouge1": 71.43004279564879, "rouge2": 48.99969201598181, "rougeL": 67.7946595347958} diff --git a/outputs/elf_b-owt/sde-steps32-cfg1-sccfg3-ts_logit_normal-gamma1.5-uncond/all_generated_5_95085.jsonl b/outputs/elf_b-owt/sde-steps32-cfg1-sccfg3-ts_logit_normal-gamma1.5-uncond/all_generated_5_95085.jsonl new file mode 100644 index 0000000..d87b541 --- /dev/null +++ b/outputs/elf_b-owt/sde-steps32-cfg1-sccfg3-ts_logit_normal-gamma1.5-uncond/all_generated_5_95085.jsonl @@ -0,0 +1,8 @@ +{"id": 0, "generated": "In both seats of the House, the bill sparked an 8-11 majority -- 2313 Republicans against it -- and 272 Democrats. Both parties have likened the move a \"stack buff,\" which whatever construative it means, or the opposite. The health-care legislation has won the support of several Republican lawmakers. In January, Congress passed Obamacare, which would give a 30 percent cut to the rates required for insurers to offer coverage to those paid for their health expenses. The measure offers significant tax cuts to middle class businesses -- such as divorce insurance, early-child parent insurance, and other insurance companies. The measure would give a 30 percent cut to small businesses with 5.5 percent of their income. The bill also cuts taxes for the wealthy and those without health insurance.Currently, lawmakers are planning to pass almost all of President Obama's Affordable Care Act's income-specific tax cuts. It would add $8.9 billion to the American Family Insurance Program and $1.2 billion to benefits and benefit programs for men, women, and those with the poor. The measure would also give $1.2 billion to institutions like NHS and the National Health and Research Fund, both of which are independent organizations. It's too big a measure for the Senate to ever pass. But the GOP Senate leadership still hasn't put together a detailed plan in order to achieve a significant tax cut -- and hasn't approved it since December. Senate Minority Leader Chris McConnell, who plans to approve the bill, didn't say much on the health-care legislation being passed at last week's session. Please enable Java to watch this video powered by Dis. I’d like to point out just a matter of seconds before Saturday’s Champions League match between City and Arsenal. It was a very consistent match between Real Madrid at Saint’s Park. I can’t comment on it. We may not see much progress throughout the half, but we saw an impressive results. Wherton had a great performance and then sent home a late penalty in the final half-five minutes in order to secure a 2-1 lead. The match featured a couple of great performances at the start of the second half, but did not show a lot of activity until the second half. Atty Mennig’s shot from the corner to City’s goal started to keep them off the lead, while Ryan Cole netted a cross in the final half-five minutes. The lead turned out to be mistaked as a mistake, but striker Jason Wheele found a goal-winning equalr to give their rivals a strong lead in the final half five minutes. If there’s any guarantee that they’ll own the result, I am sure from the final minute that they’ll have a chance to make the final score. I’ll be excited to watch the match live again as we get to the final. Results: 1 City 1 vs. Tottenham 2 Sunderland 1 vs. City 2 Arsenal 4 Arsenal 2 vs. Nantes 2 vs. Arsenal 2 If you’re reading more about football, you can check out our English Champions League podcast for the first time in six months. Each week we head back to BBC Live to broadcast a series of new English Champions League matches. We’ll update each week with a full report of our upcoming league matches, so don’t be too scared about it because we will have two new episodes each week. Each week, we’ll be back to our blog site for a full hour talk about how mobile phones influence our business. We’ll also cover some of the latest innovations – mobile phones, business strategy, a number of some of the latest innovations. Mobile phones are the most effective way to monitor and control your company’s activity. With mobile phones, you can monitor and control your company’s activity. With mobile phones, you can monitor your company’s status, its activity, and any other information you have about your business. With mobile phones, you can perform live live footage of your company and activity on a device such as a wireless device or any number of other devices, such as a plasma screen or a laptop. For more information that would like to learn more about your mobile phone business, business strategy and your business situation, check out our blog site. Mobile phones are one of the most popular social network devices in the United States these days. As the popularity of mobile phones rises, more and more people will find it difficult to find valuable information on mobile phones. This can result in more people spending more time in business, saving costs, and improving their business strategy. Mobile phones can also help companies change business strategies in the sense that they don’t provide enough access to help you find a better way to monitor your company’s activity."} +{"id": 1, "generated": "Typically, I'm still a big believer in what foods to make. Some of my favorite recipes could be either flowers, fruit or plants - but I'm no fan of plants. I still love to make chocolate, chocolate, raspberry and sweet leaves, but I still take the time to make things like jucano, milk, chocolate, chocolate, smoked whole milk, strawberries and mushrooms. I'm doing my part and I have all the best kazi lagara flowers now and they should have a lot of different flavors. If you've got anything to make please let me know in the comments below. The Belgian international has been expected to play for Frankfurt’s St Annle Stadium side this summer. The French striker is expected to be a part of the Champions League line up for next summer, with Real Madrid host host Real Madrid 2-1 on Saturday in the match leading up to the FA League final at their stadium in Zever Stadium thanks to his recent signing from Miukbj City and Real Alexandra. The Dektor Loubsch international netted 19 goals in 78 matches for the Holland side including a free-halfer. Real Madrid will also hope to see him return home for the match at the Prague Stadium at St Annle Stadium. “I’m uncertain if he will return to play this summer,” Stgrett said. “is he suffering from a serious back injury or will he want to return to play later this summer? “Of course not. Let me know what you think.” Music playing is no longer an iPhone experience, but that’s exactly why it is now so easy. You can play music live and on play with the Apple live streaming features, along with the Android Music On-Roard app. If that’s a option, you can make the most of all the music you’ve played on your iPhone or listen to it in live streaming too. The app developed by MusicEdest will work with Android support on your iPhone 5. Plus, it will include apps to play new music such as the solo guitar songs, a live live-record game, a track track for the songs, and even a verse game. You’ll also also be able to tell when the music you’ve been playing is on your iPhone. You won’t have to worry though—MusicEdest will help you keep tracking the music you’re playing on your iPhone as well as when it’s running. It’s also an opportunity for you to tell about when your iPhone is running as well as when it’s running. You can also give tips on when it’s running. MusicEdest helps you keep track the music you’ve played on your iPhone. MusicEdest is available for only $1.99, and is currently on sale for iOS, Android and Android. The app is designed to work on and off on both the iPhone 5 and iPhone 6, respectively. While Apple has already announced the app will work very comfortable and playable on both your iPhone 6 and iOS 6, Apple launched the iPhone Player app, which will allow you to experience the music you’re playing in the live streaming device already. The app will also come with a wireless or cablephone wireless controller, and a built-in wireless wireless controller on its power end. Plus the built-in wireless wireless WiFi controller will allow you to experience the music in your iPhone’s live streaming. For iOS 6, it will also serve as a live streaming device for the music. The app can also be customized to other phones. Along with the Apple Music Player, it will allow you to experience a wide variety of music plays live in your iPhone’s live streaming. You’ll also want to track how all the music you’ve played in live on your iPhone 6. Plus the iPhone 6 supports the Google PlaySap feature that lets you experience that music in the live streaming. Lastly, it’s great to keep track the music you’ve played on a tape. If you’re watching it on film or TV, you don’t just have to sit down and listen; you’ll just watch it in live streaming. The app will also allow you to live streaming of the music you’ve played. Once all done, you’ll gain access to the app’s wide variety of tools, from music choiring to tapes playing. Only the iPhone 5 app will support the app, as the app will give you access to a variety of different vocal and druming tools. You’ll also gain access to Apple’s iPhone Music App. There’s also Apple’s Wiki Music App, which is one where you can use one of Apple’s own iTunes apps, a live streaming on a WikiPlay device, and on a iPhone 6 for audio audio.."} +{"id": 2, "generated": "Top of the page features a figure of a man in black, a football top, a T-shirt, a boxer, a boxer, a rifle, a swordper, and a shotgun. One figure at the top of the page reads, “I think my son doesn’t have a sex with his four little son.” The other figure of a character with the same name reads out, “I really don’t think he has a sex with his four little son and someone with shorns.” A version of the photo above has been taken personal five years ago and is still live right now. I don’t know which account will use the photo or its title. Did I notice this photo in my Facebook account five years ago? I don’t think it has an effect on my account. I understand, those who notice it wrong, please give me some comment or share it in positive manner. The intimidation of this photo doesn’t have an effect on my Facebook account. I understand, other people who haven’t notice this photo are also people who have not notice it in my Facebook account five years ago. If I notice a photo in my Facebook account and haven’t posted it via social media, please give me a comment or share it in positive manner. I understand, other days people say something completely wrong. I know there are some people who say nothing, but others exist who can or who can do so. I really don’t know how to deal with harassment, intimidation, and intimidation. I’m sure that they don’t get me much attention. In either case, I’d rather just sit on my feet. Don’t let anyone sham you, just do it your way. Please don’t let anyone threaten or harass if they didn’t notice your photo. How can you use this information? What other information can you list and share? If the photo I took doesn’t look the same as the photo I took or posted to my Facebook, you can share it in my Facebook account. Please note that the photo should bear the red flag or blue banner in the above. Would you have tips? Share in the comments! WASHINGTON -- The top Republican in the Senate budget is set to hold a news conference Thursday to discuss a measure that would cut a half-a- trillion federal government deficit by half this year. The measure, backed by Sen. John Boshner (D-NE) and other top House Democrats, would reform the health care system by forcing employers to raise taxes on certain low-income and take less expensive programs that wouldn't raise their federal deficit to about $118 trillion — a move that Republicans shared with the administration on Thursday. But GOP leaders also condemned the federal government not allowing lawmakers to express their views. The GOP's proposal comes at a critical political time when Republicans have called for taxpayers to raise the debt cap, a move that could put Congress into serious downturn and drive down the federal deficit. The Senate budget, approved last week by the Federal Budget Commission for the Obamacare and Medicaid program, became the subject of ongoing debate in the House, although no final document was released late Thursday. Senate budget chairman, John Boshner (R-NE), was the top Republican to address the deficit cap in Congress this week, attempting to draft a deal that would bring $1.1 trillion in tax cuts to help protect workers while raising the debt cap. \"It would cut taxpayer taxes,\" Boshner said at a news conference. He added that the possibility of a new deal would be that companies that receive such cuts would be forced to pay out higher tax payments to avoid further cuts. In addition, employers would raise the debt cap to help them pay tax cuts. A bill carried out by the Senate budget voted no to raise the debt cap, saying it would include some of the cuts for low-income workers. The adoption of the measure is still under debate on both the floor of the Senate and the floor of the committee. But Republicans say the budget is subject to debate, and Democrats still appear to support it — a bill voted for by House Democrats last week. Other portions of the Senate budget, which are set to go to vote this Wednesday, are expected to pass by next week. Right-wing groups have warned the measure will need to pass in Senate votes to replace it. Other Democratic groups also have argued against the idea. Democrats are scheduled to release documents on the measure later this week, but the official committee says parts of the budget could be replaced as soon as the White House goes to Congress. White House spokeswoman Kelly Pence said Thursday that criticism of the measure is too contentious, and that it is \"an example of tax reductions and deficit reductions.\""} +{"id": 3, "generated": "Our job is to stable our economy and to free ourselves from this severelydeteriorating financial crisis. For that reason, since we started the financial crisis, we've seen a sky worsening in state debt resulting from federal tax cuts. To take a fair look, let's invest a fair amount of money to compensate our long-term debt. Why do we have to do this? We should push for federal tax cuts to benefit small businesses, and push for state loans to cut social security and social services. We should also push for the federal government to reduce state spending, toughen lending, and destabilize state spending. Only bymining the stability of our economy can we help create a complex and severelydeteriorating financial crisis that's been around for decades and remains today. The real financial crisis we originally created is entirely to blame. This crisis destroys federal tax cuts on state budgets, slaw more than a trillion US dollars in state debt, and expose more than a trillion US dollars to economic growth and waste as a result of state tax deficits. But a better solution with which to end this crisis is for state debt to be compensated, not repaid. Wall Street is trying to fight the real blame for the destruction of both state and federal tax cuts. It roots its motivation for the financial crisis on a deep desire for economic reform. Its desire for a stable, fair economy, and a more stable economy. Wall Street's call for economic fiscal reform is wrong. Wall Street isn't trying to push back at federal tax cuts -- its call for reform is exaggerated. It's not fair to distinguish a good economy from a good economy. What the economic historian John Goldmann is describing is wrong. The concept of \"good economy\" consistes of wealthy and middle-income people. Our economy is defined by a specific middle class which consists mostly of moderate-income people: high-income wealthy people, with high levels of income engaged heavily in their quality of living; people with high levels of income, with low or low wages for their family or personal industry, with low or high jobs; people who owns private businesses, education and health care; and who work hard and very hard to protect their workers. Call these middle-income people into the \"ddle class,\" which is the people with major economic development in the areas of education, health care, health, social security, and insurance. The people with high levels of income receive their own benefits and when their income rises or falls, their benefits are stolen and eventually lost. What should we call a middle class? Instead, we have to think of a middle class. The middle class, as Obama has defined it, is a massive financial crisis, a massive financial crisis wielded by inequality and inquality that makes our economy stronger and more difficult to serve the poor. All we have to do is create a good economic system to benefit the world. The famous economic historian and constructor of the financial crisis, Robert Robert King, recognized the middle class as a \"breet economy\" and advocated that the middle class would create an \"equal economy.\" King talked about this in his Sept. 29, 2009 book, Economic Revolution: An Enovable Economic System and the Evolution of an American Imcomering Economic Economy, and edited by Peter Goldman and Mark Burkin of The Washington Post. The Politics and Functionality of a Economy In my opinion, a good economy is not just a good economy -- just a good good economy, a philanthropous economy -- but it is about lowering the living standards of the poorest and improving the lives of the poorest. The concept of \"good economy\" was rooted long ago around corporate financial systems run by wealthy people, including the owners of banks, insurance companies, and other public services. Corporate financial systems run by wealthy people, including private and public services such as education, health and social security, were transformed into private businesses and services such as insurance and social security. These systems became separate. When the financial crisis was most widespread, these services were granted to middle-income families. Incomes were always increased, and jobs were reduced for those providing health care and other public services. Yet these systems were never transformed. In any way, it was precisely the economic disparities in terms of labor, public services, and the corporate financial systems that created an unforgtilable economy, underthroming the massive financial crisis and implications of inequality. The \"good economy\" concept also hides the extent of the economic inequality and social disparities that have spread among the millions of families in the poorest countries in American history. To improve the lives of everyone, we need a stable economic system that can lower living standards and provide jobs for all who become poor."} +{"id": 4, "generated": "It’s hard to tell how much money loses Elapps, but the Astros would be willing to lose so many players in their trade for him, especially when the Blue Jays have players such as Matt Clares and Todd Wilson in the first-round picks. It’s hard to imagine where the Astros would be willing to lose more money if they went for Joky De Bola last season or trading for a top pick, given the fact they were at least not trading for players such as Tehan Kuzian as the potential overall pick. Fourth round pick Jason Pacazi, who ended up with the three All-Star picks last season ended up getting injured. It’s true that this is a trade that could be tough for the Astros at this stage of the season. But that doesn’t mean the Astros have too many other players in their trade for Jay Debola, or even Jared Elapps. And the Astros could have a much bigger competitive advantage in losing Elapps if they trade for him. It’s hard to imagine what situation the Astros are going to be in. A player that was taken over in the first-round pick last season would make that a problem. There’s still a long way to go if the Astros go for a more strong trade for players such as Trevor Landberg or Josh Morney. The Astros have a better chance at having players that might be fit for that role. Raen (Roren) is a senior baseball writer for ESPN Sports. He writes his most recent stories for Baseball Newsweek. He is also a reporter for BaseballFalad, a news site. You can follow him on Facebook, like him on Twitter @DaveRen, and find him on YouTube @Roren. WASHINGTON (CBS) — Senior U.S. public health and emergency officials say they could risk an earthquake in some areas if a new species of the flu like its brother-gen Pymenenusus added. \"There's no indication in many areas of the U.S. state — West Virginia, some parts of New Mexico, and some parts of the state of Florida — that they could risk an earthquake,\" said Dr. Pat Jiminson, a senior spokesman for the Environmental Protection Agency's disease division. Pymenosus chinois is the third most common flu in the United States, according to U.S. Dr. Dan Johnson, a member of the agency's health and behavioural matters division. If the new species of flu is added, it'll cause about 189 deaths and serious injuries in that area, Dr. Jiminson said, adding there were concerns that the flu's spread could expand in some areas. \"I don't think there is a very high risk that it might spread,\" he said. \"It's just damningly dangerous. It's definitely not as common as the original flu.\" Pymenenusus is the second most commonly reported flu and has spread in a variety of cities throughout the country. It continues to be spread in many parts of the U.S., including in small cities like Chicago, Florida and New Mexico. Other species have spread everywhere from rural foradows to rural areas like mountains and lakes. officials recommend a strict diet for the flu and water tests to prevent its spread in areas of the state and avoid public health emergency. Officials believe a new species of flu could emerge in some parts of the U.S. But there is a low risk that the new species of flu could cause an earthquake in some parts of the country, according to the World Health Organization of the U.S.-based American Geological Center. Some areas like West Virginia, a town that is nearly 100 miles west of Chicago, are vulnerable to public health emergency after they have been added. Residents in some parts of the U.S. at risk of dying from a new species of flu that has been added. Most of those cases occur in the rural areas. Pymenosus flu has long been known to be the most common flu among elephants and among animals. It has also been linked to heart diseases such as heart disease. In Alabama, officials detected the flu when it died in the town, but it died just months later, and mouth infections began to spread on residents in the area. It died in December after suffering from the collout fire, but the state didn't keep up to its death. The flu was first reported in Alabama and Florida, but the flu continues to spread for a number of years. State officials are concerned because the flu is now found everywhere in Alabama and Alabama. But some areas are known to have the least common flu cases among those in states."} +{"id": 5, "generated": "\"As per request from the U.S. and international community, the world should expect that Russia will continue its attacks against North Korea,\" he said. Trump has also drawn an attention to the threat created by China, and said Russia has a plan to support North Korea's ongoing nuclear program. \"Well it is right now that the U.S. will continue to attack North Korea,\" he said. Trump said Trump will speak to the U.N. General Assembly on Capitol Hill Hill in Washington, DC. \"Well it is right now that the U.S. will continue supporting its ongoing large-scale attacks against North Korea,\" he said. The State Department needs to make clear that the U.S. will continue attacking North Korea in the near future, he said. On Thursday, a joint released statement from the U.S. State Department and U.S. Foreign Secretary Jim Comey said Russia is considering an opportunity to support North Korea's forces and personnel in the region. The Russian Defense Ministry has reported that several North Korean Nuclear Forces, including China, were part of the Joint Operation 4 to respond to North Korean threats. Trump's address in Washington. On Thursday, U.N. Foreign Secretary Mike Pencei said Trump met with North Korean Prime Minister Kim Jong Un to discuss with Chinese Prime Minister Lee Chiang in Tuidang province. Chiang said Trump will be there on his trip to Washington. The Sentagon X-2707, a giant, heavy-threened counter-amitistic missile aircraft, was described as operated by Russia. The aircraft is believed to have been used as a counter-amitistic launcher and a missile against North Korean missiles, according to the Huffington Post. The State Department has said for months that Russia is not interested in attacking North Korea's forces, and that the aircraft appears to be able to counter-attack missiles in the region. The State Department says the aircraft is likely more stable and heavy than the Chinese version, and that it would contain a variety of types of missiles and launchers to be used. Trump's tweet includes further reports that China is considering an opportunity to use nuclear missiles against U.S. forces. The U.S. military has organized a joint air campaign between Russia and China, calling on the U.S. to find new responses to its attacks against North Korean forces. Col. Andrew McCerty, an assistant professor at the Yale University School of Technology, told the U.N. news agency NPR on Thursday that North Korea is finding a way to reaffirm its military presence in the region. McCerty is a deputy professor at the Yale School of Technology, according to the Washington Post. As the economy has grown, the number of expensive housing in the United States has twigeted. More housing are bought and more people are choosing to build their own. According to a recent survey, less than one in four American adults aged five and older own a home. Many of these people deal with stress and anxiety and anxiety. Before, we’ve heard talk about new technologies like housing to make our money cheaper and make our lives more safer. But what does it mean to bring your own to market? You might be surprised to learn that housing is becoming increasingly popular with affordable alternatives to other expensive options. Housing has served as the primary housing option in many parts of the country over the years and is mostly occupied by well-guaved beds, clean ground, well dry water supply, bathtubs, and beds. Other than being plastic, there are a wide variety of alternatives for housing. From water storage to water storage and water supply, many are popular options for people who do not need them. But companies are quickly doubling down on housing supplies such as water faucets and refrigerators, which can be put in, watered, or given away to people who need them. Some housing offer a better and safer place of living, where to keep a clean floor or use a closet to store it even if there is more than a good amount of cold water to fill the floor. And plastic housing are a great option for people who just don’t have a good home. They can also offer better energy protection, lower housing costs, and a strong economy. The housing industry found its roots in work recently done by co-founder John Kurk at the University of California’s Peter Hill International Business School. Kurk and Kurk have been thinking about housing before. Kurk is working on a new tool called Househousemaker, where property owners can buy housing from plastic bags, put them on a PWS-style plastic bag, put them in a crotle, lock them off, and toss them into a clean plastic container to store."} +{"id": 6, "generated": "Both the limbs have a strict structure that makes it easier to stawl with a single foot, which ensures both stay stable. Technically, the same thing can happen when you use both a single foot with both a foot and a su. Your arms will not be directly tied to the other side of the su and tied to the other side of the su. Your arms will not be tied to the other side of the su unless you choose to sit still down, or tuck directly on the other side of the su. In addition, your arms will not directly tied to the other side of the su unless you choose to sit still down in front of your arms, or tuck directly on the other arm. Use a Technical stawl Method for high-level dance. It can take anywhere from a few to six minutes to start dance, but what depends on how much time you plan to dance can be long. Be sure to make sure that your arms are stable and tied all the time that you plan to dance. Even using a single foot, or using a foot, keeping your arms stable and tied can be a huge loss for anyone planning to dance. Make sure you don’t be afraid of jumping on either arm, so that you’re less likely to harm your body if you don’t plan to dance. One other thing to keep in mind if you’re concerned about the potential of harm your armed body, is to keep your arms in a stable position. Further, if you’re planning to dance, you’ll want to place some back knees to keep your arms stable, so that that they can move much straighter if you’re too far or far too far. Another thing to consider is not only help keep your arms staying stable for some time, but also help keep your arms stable and tied as much as possible. stawling and other activities, such as yoga to keep your arms stable all the time you plan to dancem, can help you get better fit and a little more comfortable. Help keep your arms stable and tied. The UN has held the 20th annual Grand International Climate Summit (GEC) to celebrate the survivors of climate change’s beginning in the events that occurred since World War II. U.S. President Barack Obama on Thursday held a brief debate at the 20th annual World Climate action summit held in Paris, Germany where they discussed what the international community should do to stop global warming. Addressing Peter Ruven, the executive director of the Institute for Climate Change, Obama said, “People have never ever known what would stop the global warming, and no one ever knew what global warming would stop.” Sign Up and Save Get six six months free digital digital access to the top five stories from the event, which attractedw a crowd of over 350,000. More than 20,000 people took part in a brief debate titled “What’s right to stop global warming,” held in Paris, Germany, where they discussed what action should be taken. More than 20,000 people from all over the world took part in supporting the event. World leaders from the U.S, France, China and Japan are present at the GEC in Paris, Germany and is due to be set up for a global climate summit in Beijing in May. Besides replacing President Vio Jiongji as his predecessor leader in power, Obama has addressed a wide range of topics including diplomatic, political and economic policies. Despite extreme winter conditions in the United States, global warming is taking a major toll, with consequences from the rise of hurricanes, snowstorm conditions in parts of Asia, rising sea levels and levels of rain and rainstorms in cities all over the world. If you want to attend at the international GEC, be sure to head over to Paris to talk with family, friends and family and if you want to stay apart in the world. Follow us on Twitter – @world_climataction. Follow @world_climataction for more updates and social links. Los Angeles Sheriff's officials say the suspect is the driver of a car that killed 71 people and injured over 100 others Friday morning in a parking lot in Los Angeles area. A driver was detained for homicide after one of the cars hit another of the others in the crash. Investigators have not determined who was the driver who carried out the crash. LOS FOD — Sony PlayStation 3DS will debut tonight at the EGM Fair, the fifth annual show in the games and video gaming industry. What the best day in history will be. With a tv following of 50,000 members, 250,000 fans, and a score of nearly $500 per share, it’s a great day that will see a whole array of awesome new games and gaming developments over the coming months...."} +{"id": 7, "generated": "One step up to the introduction of the new Apple Watch is the Watchbox, a mobile reality device developed by Apple. The device has a variety of new features, including views and music recording, photo recording, video recording and video recording. The device comes with a simple and flexible web interface as well as a simple WiFi Web interface that lets you watch news events and easily stick to the media channel. The Watchbox feature makes it easy to view, watch, share and share content on the mobile screen with any device or app. You can stick it to any device, stick it to a iPad, and easily see new content on the screen. The advantage of the device is that it gives up a lot of space, which makes it easy to use and share on the mobile screen. How To Make The Watchbox a Reality First off, the Watchbox is designed for the iPad and iOS, so you don't need to have a mobile on the screen if you plan to use the Watchbox. The reason for the introduction of the Watchbox is that it's fast, easy to use and gives up lots of space. It's also comes with a new full array of web features, including the new iPhone app, the latest tech technology and the latest app interface. With the Apple Watch, as well as web interface, the Watchbox has become more and more mobile. You can watch news events and movies live on a mobile, too. The device comes with WiFi, MTN radio and video recording. While the Watchbox works fine with the Apple Watch, it's also bigger and faster than the Apple Watch, and a lot more easy to use than the Apple Watch itself. While it may be on a mobile or even on a laptop or iOS, it's working on almost any device that comes with the iPhone or iPhone. Lots of Apple developers also consider the Watchbox an option because it's easy to stick between the screen and your mobile phone. Best of all, the Watchbox comes with a simple and flexible web interface, so it's fun to watch, watch music and videos with friends and family on the laptop. For all of the latest updates with the Watchbox, you can check out the Watchbox here. The Top 5 Myattic Short Stories That Make You Write A Good Story When writing, you start to think about what are the best parts of writing a short story. While there are many options, there are a number of ups and downs. The first is a story about a character with a specific business sense. There are often ideas or arguments about a story that takes it in a specific yet very meaningful direction. However, very often there are elements that are most important and to pay attention to when deciding to write a short story. Below, here are my top five list of short tales. Over the past few years I came across a chapter with a few key characteristics to short and each one that helped me think closely how to best tell a short story. Then I explored each of the key elements of the story ranging from its character design to its business concept to its design and design. These were the things that I deemed at the top of the list. In addition, I wanted to learn a lot about each of the most important elements of the story. I ended up using a lot of small pieces of the story as the foundation behind my dream of writing a short story. Telling a Very Good Story Always remember that writing is a critical factor in defining a good story. In this age of technology, writers spend fewer time on details and often also spend less time trying to break good stories into good stories. Those are the natural decisions to make when defining a story. Don't spend too time trying to tell the right story. Many people write a specific piece of story that is in the hands of the writer. Even if it'sn't just the right character or the right plot, it's the story that you want to tell. Writing isn't just about details, it's a set of logical principles that writers can attempt to follow when it comes to writing and make the truth stand in their own hands. Most importantly, the important thing you have to explore is what makes your writing the most and how can you tell a very meaningful and well-written story. I wrote a list of the easiest and fastest things to do writing. Learn more here. 1. Champions League goals go for Arsenal in Champions League finals Rafael Gibarana leads Arsenal to just more goals in the opening loss to Chelsea After Ronaldo Portinho pinched the lead to a point to Manchester Madrid failed to stop their defence however, the second goal finally came off with a beautiful performance in the scoreside loss at Manchester City..."} diff --git a/outputs/eval_scratch_base_ep2/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_2_17612.jsonl b/outputs/eval_scratch_base_ep2/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_2_17612.jsonl new file mode 100644 index 0000000..8a53e85 --- /dev/null +++ b/outputs/eval_scratch_base_ep2/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_2_17612.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A republic strategy to against reconstruction of Obama"} +{"id": 1, "generated": "leaders of the Republicans juste their policies, with the need to combat election fraud."} +{"id": 2, "generated": "The Brennan Center, last holds a myth by affirminging that fraud fraud in the US States is rare less than the number of flash kill people."} +{"id": 3, "generated": "The law of Republic lawyers in the US in 10 years have only 300 cases of fraud electoral intt."} +{"id": 4, "generated": "One is sure: these new provisions will have negative effect on participationing on the electoral election."} +{"id": 5, "generated": "In this sense, these measures do partly undermine the US US’s democratic system."} +{"id": 6, "generated": "Unlike Canada, the US US states are responsible for performing elections in individual states."} +{"id": 7, "generated": "In this sense, the majority of American governments announced new laws since 2009 2009 which are difficult the procedure of registering or originatory"} +{"id": 8, "generated": "This phenomenon has gained importance after the elections of November 2010, that could identifie with 675 new new republic representatives in 26 states."} +{"id": 9, "generated": "Consequently, 180 legislations were introduced introduced alone in 2011 that restrict the right of electoral in 41 states."} +{"id": 10, "generated": "The new electoral laws demand the voters to present an light picture and an evidence of the US citizenship."} +{"id": 11, "generated": "Moreover, these legislationy will also short restrict the preliminary voting times to declare un unvalidible right to declare vote to register any day the ballot day, and state citizens the right to vote vote for choosing a court for the court voting the one is."} +{"id": 12, "generated": "Before elections 2006, no US state has requested the voters to to show a light image."} +{"id": 13, "generated": "Indiana was the first state which had repstit to this demand."} +{"id": 14, "generated": "The Supreme Court of the United States confirmed the constitutionality of Indiana law law in 2008 in 2008"} +{"id": 15, "generated": "The republic authorities authorities constraine this practice extend to other states."} +{"id": 16, "generated": "In course of the last two years it favourd in 34 federal states draft legislation, where the voters are forced to present an light picture image."} +{"id": 17, "generated": "It important to note that, in contrast to Quebec, the US citizens have a universal card such card like the health insurance card."} +{"id": 18, "generated": "In fact 11% of the US, so, that 21 million persons do not have light picture lights from a government authority of their state."} +{"id": 19, "generated": "In addition, five million new voters in 2012 not have a card of such such kind."} +{"id": 20, "generated": "However, it is frequently more than than hundred dollars to get the necessary out."} +{"id": 21, "generated": "The new restrictions affect young people, minority and people withcomparatively with low income."} +{"id": 22, "generated": "Indeed, 25% of Afro Africaners, 15% of the people who have income of less than $35.000, 18% citizens with 65 years and 20% of the voters do not on necessary light light between 18 and 29 years."} +{"id": 23, "generated": "That goes further."} +{"id": 24, "generated": "The students who more considered as elects who multiply distribute their voice vote for democratic candidates are not allowed in several states to use their light light card prepared from their establishment."} +{"id": 25, "generated": "On the other, the same states allow the members of fishing or hunting agreements that more for the side the republic side choosing to use these cards from these clubs to choose."} +{"id": 26, "generated": "Before 2004, no federal federal state requested that elect the voters provide a warrant for state."} +{"id": 27, "generated": "Arizona was the first federal state that initiated such a demand."} +{"id": 28, "generated": "Since 2011, a dozen of states laws have adopted the elects ask them to prove their US States citizenship."} +{"id": 29, "generated": "These measures aim clearly to limit limit his votes."} +{"id": 30, "generated": "It is indeed that two of three hispan voters, the party prefer the democratic party."} +{"id": 31, "generated": "Furthermore, republic law laws promoted 2011 in eight federal states laws that were tersout removedd of electtors at the election day day."} +{"id": 32, "generated": "You also restrict the right of individual and groups groups to provide aid those wish to register."} +{"id": 33, "generated": "These restrictions do not involve without consequences."} +{"id": 34, "generated": "For example, the campaigns for electoral registration registration during the general elections elections 2004 have contributed to registering about 10 million state citizens."} +{"id": 35, "generated": "These measures, since adopted since 2009, reduced new 2010 share by 17%, by 17% in comparison to 2006."} +{"id": 36, "generated": "Moreover, the Republican republic laws have adopted in five other state states laws which aim to reduce the period for the prior vote vote."} +{"id": 37, "generated": "For example, at the general elections elections in 2008 Florida, 33% of the beforehand elected were Afro Arab voters, although only 13% of the state, they represent only 13% of the voters of the state."} +{"id": 38, "generated": "The same applies for the hispanpane population."} +{"id": 39, "generated": "The last last made only 11% the voters, but still 24% of the citizens that elected in advance."} +{"id": 40, "generated": "In contrast, the white represented 76% of the voters only 46% of the electers that are voted beforehand."} +{"id": 41, "generated": "Of course the democratic law laws and their adheres opposed strongly approval of the laws that restrict the registration of the electers."} +{"id": 42, "generated": "More drafts laws were blocked by the vvvos of democratic Government."} +{"id": 43, "generated": "The US US General general attorney has taken to apply the most controversial laws."} +{"id": 44, "generated": "You could partially limit the damage."} +{"id": 45, "generated": "For example only 16 of 34 federal states have adopted the laws which ask for a light image picture display."} +{"id": 46, "generated": "However, the new rules introduced instituteted in 2012 un doubt will difficult the exercise of the electoral right."} +{"id": 47, "generated": "The democratic criticers prpra the party policy nature of the adopted laws and see them the clear goal of dominive the results in the states for 2012."} +{"id": 48, "generated": "A report the Brennan Center of 2011 shows that the states adopted these laws are 171 of the 270 votes that needed to vote vote in the electionnary body in the order to win the Prency."} +{"id": 49, "generated": "It is too early to confirm sure that these changes in legislation on the electoral system will have significant significant effects on the result of the presidency elections in 2012"} +{"id": 50, "generated": "But something is certainly at sure that these new provisions will negative effect on participation of elections."} +{"id": 51, "generated": "In this sense, these measures in part undermine the democratic system of the US States."} +{"id": 52, "generated": "Prostatstat recognition: should test be done or or not?"} +{"id": 53, "generated": "The PSA test actually sometimes points incorrect results with incorrect results with wrong negative, but also positive results which cause unnecessary medical interventions."} +{"id": 54, "generated": "This leadss result to more mitrest of these undisposedted early test of men."} +{"id": 55, "generated": "Should the test is, or not be met?"} +{"id": 56, "generated": "We have agreed the opinion of two specialist specialists."} +{"id": 57, "generated": "The studies conducted in the US States contained many factors between the control groups, which so it is difficult to interpret these data and to give these clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe concluded the conclusion that there difference on the stability of patients and without recognition."} +{"id": 59, "generated": "This study also showed that in 12 years after after aftera observation the likelihood of education of metastas by 30 to 40% higher if there was no early recognition."} +{"id": 60, "generated": "I therefore recommend the test from an age of 50 years or 40 years when an direct neighbor that already was suffered buried in prorestatak."} +{"id": 61, "generated": "For men menafro-American origin, there is also an higher risk."} +{"id": 62, "generated": "The most important is the right decision soon as a cancer was known."} +{"id": 63, "generated": "There are cancer, who areaggress and others are ingress."} +{"id": 64, "generated": "Patients really have to make the extent of the risk of cancer disease of cancer by showing the possible options to identify proacts remain without if it not with living quality can be interfered in long term and are un affected in a case."} +{"id": 65, "generated": "Today, we are not occurring in many men, with men who have knownute cancer, because their cancer is not aggressively, and that are no threat to their life."} +{"id": 66, "generated": "It proposes them active monitoracy and offers them treatment where punish of disease."} +{"id": 67, "generated": "With increasingly criteria for a decision, exactness determine who should be treated and who not."} +{"id": 68, "generated": "Therefore, however, I whole recommend recommend that the implementation of the test."} +{"id": 69, "generated": "But most important is to speak with his doctor to decide out whether he should perform or or not."} +{"id": 70, "generated": "In cooperation with the international international society, Movember has developed an an instrument that possible to assess the PSA pre and the shortcomings of the test."} +{"id": 71, "generated": "This document (only in English) but an translation will be available downloaded under the following address can download in below: http://ca.movember.com//fr/mens health/prostate-cancer-screenscreening"} +{"id": 72, "generated": "Prevention the disease"} +{"id": 73, "generated": "Unfortunately there is no wonderful prevent prevention cancer."} +{"id": 74, "generated": "Despite progress progress in research, a healthy adoption life remains be the best way to down to reduce the risk to him."} +{"id": 75, "generated": "It is estimated that 30% of cancer diseases would avoid to be tected,if all would consume and sufficientlyly move sufficiently."} +{"id": 76, "generated": "\"Ifif not people have no smoke more would increase of this value least to 50%\", André Beaulieu, speaking of the Canadian cancer company."} +{"id": 77, "generated": "de déatingatory, however, the idea was that about 10% of the cancer diseases caused diseases are caused by decrease."} +{"id": 78, "generated": "Severals remain not completely much unclear."} +{"id": 79, "generated": "The Canadiand cancer society company remains a priority for the fight against tobacco dependency, despite the decline of smokerers."} +{"id": 80, "generated": "Smok smoking is responsible for 85% of the cases of sickness."} +{"id": 81, "generated": "It is also an risk factor for other species of several types of cancers."} +{"id": 82, "generated": "It damages strong the health of people."} +{"id": 83, "generated": "\" Today there 1,5 million smokeer\", speaker André Beaulieu\", regret the speaker."} +{"id": 84, "generated": "encouraging refreshing data: 10 years after dropping on cancer reduces, the risk to die by half."} +{"id": 85, "generated": "The weight"} +{"id": 86, "generated": "The Cana cancer society also promote over weight and Adipositas."} +{"id": 87, "generated": "You appear the risk for breasthab dough dough, jarbag arm bags, food filllets, babffer, or breast pants, batterts and belly butter corculets."} +{"id": 88, "generated": "\"The research shows that regular activity against Grimddarmarmbs whole whole life\",\", it add."} +{"id": 89, "generated": "Food food"} +{"id": 90, "generated": "The organisation also recommend to limit limit the deduction of red meat."} +{"id": 91, "generated": "In too large amount, the risk increases the risk of in a Grimm or Mastarmbs."} +{"id": 92, "generated": "Wurwareware should also stash be embedded."} +{"id": 93, "generated": "Reservling by meat, t, drybin or salt may lead to developing Karzinogenesogens."} +{"id": 94, "generated": "\"Conpures can damage body cells can damage body cells, and lead to the development of cancer\",he explained."} +{"id": 95, "generated": "Vitamin: Vitamine"} +{"id": 96, "generated": "In the last years, several of scientists have examined the link between vitaminzu and cancer."} +{"id": 97, "generated": "But your or investigation investigations are currently inappropriate."} +{"id": 98, "generated": "After the Canad company cancer the studies concerned to Vitamin E are dispitatory."} +{"id": 99, "generated": "While a study found founds that reduction the risk of prostatak, another showed another increase."} +{"id": 100, "generated": "Vitamin D effect on cancer also was not still clear."} +{"id": 101, "generated": "Moreover, Mr Beaulieu stressed how important with his doctor and about his concerns and his family prechargeatory."} +{"id": 102, "generated": "\"The implementation of a early-reogniation test does not lead to cancer\"."} +{"id": 103, "generated": "The Higgsson analyse"} +{"id": 104, "generated": "The announcement of the likely discovery of the Higgs Bsons has caused a some bit of appearance and this is from good reason."} +{"id": 105, "generated": "In fact, one believe that this Boson is involved in nothing less involved in the mechanism which is for the mass of all of all objects of the universe."} +{"id": 106, "generated": "In and finally, finally all, it is the last part where existence, of our standard model, or least best \"at least wrong wrong\"\" declaration of nature and behaviour of the mat alleged anticipatly, but it somehow has not been addressed."} +{"id": 107, "generated": "But is not the physs really doing."} +{"id": 108, "generated": "We know without the shadow of a doubt that we know that we have an real new part and that it is probably similar the Higgs-Boson's standard standard model."} +{"id": 109, "generated": "Moreover, it is seems to confirmed by new data that this week in Kyoto have been presented at a large physics Congress, but there lack any data to do it with this security."} +{"id": 110, "generated": "However, we guess that this actually is concerned of hop, because seems seem that there is is only small risk to kill and look us looking ourselves to look at what is about."} +{"id": 111, "generated": "There an law this world, necessarily obligat necessarilyly means that two objects can not exist at the same place at the same."} +{"id": 112, "generated": "It is not possible to against this regulation rule- and try to unak badly because you will blow yourself."} +{"id": 113, "generated": "Because evenif the part ofphysicsphysics is a real world, there is common law for them to deal with such such this also: the Pauli's exclude principle, which says that two part parts not to the same space at the same parts do not belong to the same same space."} +{"id": 114, "generated": "Further the physiker share the parts in two categories."} +{"id": 115, "generated": "In a corner are the good citizens that are called as Fermione and shw hatnchlyly to the Pauli principle."} +{"id": 116, "generated": "And in the other, the Bosonen, a ugly band of Anarchists that are nothing cruel - is not, in all this principle, which means that means, that they can find at same place at the same time."} +{"id": 117, "generated": "These Bosonen, according according to the The Particle Adventure website website (which is actually absolutely inconveniences) bundle in two groups: the Mesonsonen that we will not deal with here here, and the \"coup parts\" dealing with the large of con parcel parts, which deal with bins."} +{"id": 118, "generated": "Here, but it must be stressed that these Bosnia are not all of such exotic creatures, as one could me."} +{"id": 119, "generated": "If you can read read chrono, these fantasies, only with a bo of extraordinary banana of exceptionality: the photo, or the pine part which is the \" \"bot\"\" of electronic power."} +{"id": 120, "generated": "If a part with electric accelerate acceleratet or change the direction the direction, the electroromagne field precisely at that place, like as it had been located in in a lids."} +{"id": 121, "generated": "This \" disturbance\" occurs an electroromagne well (kill, Infrarot or ultraviole diffusion etc etc.) and this well is nothing other than a photo and one of the Boson as a an \"keeper of the well."} +{"id": 122, "generated": "Stable field"} +{"id": 123, "generated": "Otherwise the tubvapor the tubvaporvapor liquid with lower saturated fluidvapor in exhaust, and in for case to some of these, this pest filter must be filed in'sbvapor\" embedded with a sibflowvapor filter and liquid with thisvapor tvapor. Therefore, this bath filter is saturated"} +{"id": 124, "generated": "However the Higgs field is a much stable much more than the electromagnetic field; theerers must need to get a very high energy with a little frozen hardté, which the surface only only from a very very large fields."} +{"id": 125, "generated": "AC tub systems are in exhaust equipped with CERN, large tub tub with liquid pump water necessary in: 86 largely large broadband tub tubator systems pumps with compact pumps and thick tubs are in compact compact basin which are one small partition sink vessels with compact tubqu tub pump and thick bath tub tub pump"} +{"id": 126, "generated": "The analysis with the electroagne field helpful again to explain the relationship between the Higg and the mass mass."} +{"id": 127, "generated": "In fact are not are all parts and not all materials inters inter with the electronic field."} +{"id": 128, "generated": "Some nots, like magnet do, but others do not -, example, would keep a paper a sheet on your cupboard never itself at cool."} +{"id": 129, "generated": "And likewise equally do not inter all the parts with the hisfield: the those who do it, possess a mass mass, while the other (about doing the photo) have no any mass."} +{"id": 130, "generated": "For what can all these research can be good\", ask Mrs Plamondon ask?"} +{"id": 131, "generated": "For science, they serves the review of the standard model (SM), and also allows the phyikerers to examine examine all the de diverancies between observations and pre prely reconcilitionations of the SMSM."} +{"id": 132, "generated": "Indeed, there are other many ofphyikers that hope that such diverencies will find, because the few difference door to an \" newphy\" open and some of these diseases could stop holes of the model."} +{"id": 133, "generated": "You need to say that the latter is no shortcomings still, since there is no explanation explanation for the dampuff (ups!) and the dark mat about80% of the universe mat forms mat (renewt up!)."} +{"id": 134, "generated": "But Consequently such such variations varianceancies have not been currently found at the CERNERN before."} +{"id": 135, "generated": "effects regarding the effects"} +{"id": 136, "generated": "The effects of these research for general population more difficult, but it would wrong not do wrong."} +{"id": 137, "generated": "Besides, in the early 60s, the laser Pion the lasers in Bell laboratory laboratories did not guess suspected that their work would downden to revolution of such revolution."} +{"id": 138, "generated": "They saw scientific applications, but otherwise otherwise, nothing further nothing."} +{"id": 139, "generated": "Below Indeed, the phyiker Willard Boyle, who worked in Bell Labs, in where the laser in the 1960sss and the 1962 itself owned the first salt stretchter (first laser below those were in sub."} +{"id": 140, "generated": "Set you in..."} +{"id": 141, "generated": "Furthermore, individual applications may come from all the instruments contains the research."} +{"id": 142, "generated": "So, example, Willard Boyle, in 1969 while his work in optimism developed a small light sensor."} +{"id": 143, "generated": "Although it was not original purpose, this sensor used all the digital cameras worldwide today as \"Auge\" and has presented the Nobel Nobel prize for 2009 in 2009."} +{"id": 144, "generated": "Of course that does not means means that the activities on activities of LHC will necessarily change our life, but it means means that people, you really know that there will not never know it..."} +{"id": 145, "generated": "pallet care - the best way... | Le Devoir..."} +{"id": 146, "generated": "With their committee for Thundering in Wuffement, Quebec recently recently discussed the sensitive question of the end."} +{"id": 147, "generated": "The debate has to be again back shortly, although a draft legislation is being prepared."} +{"id": 148, "generated": "However there is much much still to do on this important topic."} +{"id": 149, "generated": "Le Devoir has tried to look this closer at."} +{"id": 150, "generated": "A few weeks weeks ago, Mr L. has still lived alone in his apartment in Montérégiegie."} +{"id": 151, "generated": "The prostat, who tapped him, had a deadline of two years."} +{"id": 152, "generated": "\"War they eventually seated aside in the courtyard."} +{"id": 153, "generated": "\"But always is an hatch, that cannot not be prepared,\", says he."} +{"id": 154, "generated": "disease makes its work: an unficfic blocks him to go alone on the toilets and even eat themselves itself."} +{"id": 155, "generated": "sitting at the table, evening he chose dismissd to help in food."} +{"id": 156, "generated": "Mutig even lazys settle him limp and speak with him the Fre who are concerned with him, to bring his medicines and offer an bad."} +{"id": 157, "generated": "The courage of the usual death."} +{"id": 158, "generated": "\"A most biggest wish is to pass this is l dontsome,\",he he shares."} +{"id": 159, "generated": "Some hours hours later the team has found cure for this evil."} +{"id": 160, "generated": "\"Continuing our life we learned that a man in pinkel\", said Pierre Brodeur, Psycholog in Victor-Gadbois."} +{"id": 161, "generated": "Return back in the child’s maternity phase is unacceptable for certain persons."} +{"id": 162, "generated": "\" \"That depends the ability of the person\", take an back back step, he fixes."} +{"id": 163, "generated": "For several people who work in the Pali care actually think, big events place in the midst of these steps were place."} +{"id": 164, "generated": "The patients who are assigned in the home for Victor-Gaddbois suffer suffer all of cancer."} +{"id": 165, "generated": "You you have the maximum life three months"} +{"id": 166, "generated": "In this stage you will do not handle with care from the doctors and doctors who care what is so called called \"heilenden\" care."} +{"id": 167, "generated": "89 years the worst fear for Mrs A., 89 years is the worst fear of death \"\"fully aware, and died by sticking\"."} +{"id": 168, "generated": "But I have learned my children really from the disease."} +{"id": 169, "generated": "\"I have good children\", likewise add them."} +{"id": 170, "generated": " \"I have no wishes in in life\", they said that you take up of a mask that will help you."} +{"id": 171, "generated": "Their son expect for their last visit in the next days."} +{"id": 172, "generated": "Victor Victor-Gadbois home offers a group of voluntary care body care care and aid in food boarding."} +{"id": 173, "generated": "Palatory care if there are no other possibilities."} +{"id": 174, "generated": "For pleasant to settle you yourselves to more comfortable the shtuff."} +{"id": 175, "generated": "Quebec is 11.700 people enters a bed for Palliativ care."} +{"id": 176, "generated": "That is little in mind that we will all die a day of day."} +{"id": 177, "generated": "The their life continues under best possible conditions, Dr Christiane Martel, one of the economists of home."} +{"id": 178, "generated": "at level both physical, emotional or comfort"} +{"id": 179, "generated": "Any jept do according according the wish, provides an Mund in Mund care with Brandy or Peppsi."} +{"id": 180, "generated": "The dibes no longer control control their blood blood ref."} +{"id": 181, "generated": "And the death is part part of everyday everyday."} +{"id": 182, "generated": "Yesterday evening X gets us serve a beer that is died throughout the night."} +{"id": 183, "generated": "His son in beer will be consumed in the enclosures of the fining of beer..night in his morningt morning, weed beer beer cooked in the sun morning."} +{"id": 184, "generated": "\"We help relatives and patients patients equally\",\", Pflege directory reported Nathalie Savard."} +{"id": 185, "generated": "In home Victor-Gadbois is not one day like the other."} +{"id": 186, "generated": "Here, an young man stripped from the head their head, is trapped in the court, while an last 36 years batt of inth infettef on cool down around 36 years."} +{"id": 187, "generated": "\"Whenever months three to five beds are always with patients of less than 45 years\", Dr. Christiane Martel shares concern concern."} +{"id": 188, "generated": "53% of the patients in Victor Victor-Gabois are assigned from their home home and 47% from the hospital."} +{"id": 189, "generated": "Problem of access to Pal care care"} +{"id": 190, "generated": "They say say that 77% of channels do not have any access to Paliativ care, that is other words, care to curb the whenif suffering when patients get the end of their life with their home, both, like the end of life."} +{"id": 191, "generated": "And several organisations organisations, such as the Home Victor-Gdbois and society for home pallet care in the large area Montreal are specific more or or less exclusivelyly on the care of cancer patients."} +{"id": 192, "generated": "This precisely oversized inadequate in health care Quebec's condition guarantees that several doctors specialist specialiseds in the adoption of a sickness law and concern concerns about with treatment aid."} +{"id": 193, "generated": "Since month October a manifest in the flowing which has been signed by prominent pallet persons, like Dr. Balfour Mount and Dr. Bernard Lapointe, to report their contradiction against such an initiative of such initiative."} +{"id": 194, "generated": "Dre Martel believes the health system Quebec's not capable enough enough enough to ensure that all right to a qualityly quality quality quality pallet care before you accepts to deal care aid."} +{"id": 195, "generated": "Recently recently, they said, I have seen an patient who was encounter 14 days that encountered with large pain in the emergency, without to take taking measures to the liquid."} +{"id": 196, "generated": "I fear that patients want to die only because because because they do not receive appropriate health supply."} +{"id": 197, "generated": "And same, several onkologens treat treat although badgnoses brought until the last day."} +{"id": 198, "generated": "The overliveatory compounds of Hélène Richard already minimal when it dropped a problematic chemicaltherapy."} +{"id": 199, "generated": "When I my onticsologiy reported that I dis down the treatment she answered me that she did regret, that they saided off the fight."} +{"id": 200, "generated": "I they agreedd, however, said to me that I am going about at the end!"} +{"id": 201, "generated": "Noomnipotente Care Care"} +{"id": 202, "generated": "Dr. Martel believes that 90% of patients who have asked to died, the care personnel had not wish to be this after their pain of pain were tlied by a team of pallet care."} +{"id": 203, "generated": "But it must be said clearly say that Palal care is notomniomnipotent in the matter of pain treatment."} +{"id": 204, "generated": "After Elsie El Monereau, head the society of Pallativ care of the big area Montreal, 8% of the patients not speak about an pain treatment."} +{"id": 205, "generated": "So, all end of the life, doctors frequently traces to terminal patients that beyond this encompass either either asporaically or permanently se diveving at the time until when his death."} +{"id": 206, "generated": "We cannot do so longer asif we do do not deal with this ease."} +{"id": 207, "generated": "Patients without pain Lu will increasingly frequently have the possibility to access to this terminally seezation."} +{"id": 208, "generated": "patients who patients where painities do not say the the same phrase say: \"I am wanting to die'\"."} +{"id": 209, "generated": "But that does does not mean \" \"I want to insert you in my hurtill\", but \"I want that my pains to downb down\"."} +{"id": 210, "generated": "This report was realization was possible using to a journalism journalism site of Canadian institutions for Canadian health research."} +{"id": 211, "generated": "real real extent in Quebec"} +{"id": 212, "generated": "officials officials ofs of road construction businesses, money- funds, political parties and specialists of Italian Maia mention what they know about an great great \" \"system\" which are every day day."} +{"id": 213, "generated": "\"industrie\", that was very expensive for taxes of Quebecs, particular in the 1990 and the 2000s."} +{"id": 214, "generated": "\" \"I is remarkable that dishole the system since you then taken drastic measures\", Jacques Duchesneau, M M Members of the in Quebec in Quebec and former head of police of Montreal."} +{"id": 215, "generated": "The scandal was subjected due a thoroughing study intos on the Treaties on road works in Quebec, which did disagree only deliberately agreed agreed by the then government of the then then the Prime Minister."} +{"id": 216, "generated": "The report \"Duchesneau report\" established an direct link between industry, financing of parties and best of officials."} +{"id": 217, "generated": "\"S it beginning beginning of the investigation in 2010\", he stressed: \"T alone transport the transport Ministry aside one billion billion dollars to the treaties\", as some of the contech on their inworks to help them to achieve them!"} +{"id": 218, "generated": "The Charbonnebonneau Commission \" has \" brought two mayors\", he add, in the hope that it managed manage to'show the tacticstics behind individual's."} +{"id": 219, "generated": "A 2011 calledd, permanent Antrruption corruption unit"} +{"id": 220, "generated": "The 2011 beganlyly, permanent anti-rruption unit with its armros of economic thieves, resources and analysts of the government also take great efforts."} +{"id": 221, "generated": "Moreover, the policys have failed that mitlisation happens in the artificial cold agreements defuffatory of Montreal..."} +{"id": 222, "generated": "In the last weeks weeks, she has undertaken regular searches at house and put forth accusations of frauding and corruption for frauding against complex mandate drivers, like Frank Tampino and Richard and Richard Marcotte, is the mayor mayor of a city."} +{"id": 223, "generated": "The next issue listed on the list was Gilles Vaillillancourt, which just fell back from his office as mayor of Laval, which is is the third largest city of Quebec."} +{"id": 224, "generated": "He is impliable of repeatedly accepting the exchange to public moneyschget."} +{"id": 225, "generated": "Indeed, greatly also charged the in engineers of the road constructionam of Montreal, and enterprise businesses from Italy, like Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "The later looked at that the Commission decided the system functioning for public quotation functions."} +{"id": 227, "generated": "He itself has for several years long 3% of the value in Montreal paid with a treatter with the Mafia riding the money to Union Montreal and abandoned the party Mayor Gérald Tremblay."} +{"id": 228, "generated": "Mr Zambito in the 2000s, had owned his hand more than8888000 dollars, mainly in in the power."} +{"id": 229, "generated": "He also agreed to organize a illegal funding for the former liberalist presidency Nathalie Nathalie Normandeau."} +{"id": 230, "generated": "Kanalalisation contracts, of which these costs artificially ahead it were undhtered."} +{"id": 231, "generated": "In Montreal, the'system of corruption worked smoothly."} +{"id": 232, "generated": "It was within constructed"} +{"id": 233, "generated": "Other officials of road construction admitted that they frmumb with stuff wrong bills by bills artificially by 30-40%."} +{"id": 234, "generated": "A organizer of the mayor party, Martin Dumont, Mr Tremblay blamed that spotted deliberately aside a shadow budget flashed his accounts with black money money."} +{"id": 235, "generated": "In the result of these ineundations, Mr Tremblay returned in the beginning of November and caused that Montreal fell in a hard crisis fell."} +{"id": 236, "generated": "Chantal Rouleau was one of the first Members Members of Montreal, that shth the alarm flush."} +{"id": 237, "generated": "As mayor in the Rivière-rairies, area in the east of the island, they rejected opposed against 2010 the sale of a community ground which bought for 5 million and sold for dollars 1,6 million in reals estate materials in the boom boom property."} +{"id": 238, "generated": "70% Black money in the electoral campaigns"} +{"id": 239, "generated": "From the study that is finally performed, it says that \"it expouts understand the systems of function of a system under disabilitiesing in order to stop the evil and delaping\"."} +{"id": 240, "generated": "You say that the procedure is painful, but a positive\" positive."} +{"id": 241, "generated": "To remove the desert however, we need to to kill develop a unit only certain unit for Montreal Montreal, and well an supervision to prevent return the mis questionable practices offragities."} +{"id": 242, "generated": "How to clean with cleantough."} +{"id": 243, "generated": "regulateily."} +{"id": 244, "generated": "Jacques Duchesneau noted his part other, that \"beamies were stolen a several of hundreds million dollars\", but abovely thought the role of makers who are over tactstik in image\", if they not settle fraud, not take do in the fitry."} +{"id": 245, "generated": "Based basis of a share of 70% black money in the financing electoral campaigns in Quebec he said: \"M was said said that this only is a weakklabling argument of reality.\""} +{"id": 246, "generated": "The Quebecs government propose propose parties to restrict spending to 100 dollars dollars, which would't change nothing change on the situation: \"long long money are not strictly limited electoral campaign policies will be limited black money.\"'"} +{"id": 247, "generated": "He recommends an complete revision of the system for the award of public orders and financing of the parties: \" \"We cannot fall down deeper; do things with things with courage to courage and manage down the ground; We can the house home on a solider basis with more control controls and which it to do"} +{"id": 248, "generated": "If this history does damage the international feel of Quebec and those of Montreal, Mr Duches callse those who lared of lookinging into their own backof..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "In this season season you have accepted a new with PSG."} +{"id": 251, "generated": "How do you explain that this progress?"} +{"id": 252, "generated": "One can explain him, but also through personal understanding the new dimension of the PSG."} +{"id": 253, "generated": "Large players have come."} +{"id": 254, "generated": "Dailyly, I do progress."} +{"id": 255, "generated": "ROOM really was great ok pretty cool, really it was quite stuff little cute pretty, but little little!! We are cute a very little cute things and cute. This is also bade quite well as we did not you thought to know about."} +{"id": 256, "generated": "These elements multiply me daily day to improve my game level."} +{"id": 257, "generated": "In a game that is even more simple."} +{"id": 258, "generated": "Our pain greatsome und some siluff we very nice butfuffing all these lots of 5\" matches with clean facilities. Our best are much best you best for to find yourself find an? fun!"} +{"id": 259, "generated": "Nevertheless, I am not enthusiasm."} +{"id": 260, "generated": "Since my beginning of prepare prepared training of INF Claireffontaine until my end my game time at Saint-Etienne I have always done progress progress."} +{"id": 261, "generated": "So Carlo Ancelotti we please you wish to find our best find best help you meet with our feel with your troubles or fun. With every just without some good calm and we do find every the best all our most most fun you and find good. If you can fun together yourself and good good solutions solutions."} +{"id": 262, "generated": "The people use the most always of software of software. So. the night recommend us some of the stuff of materials are not employed solutions to find your own seat locations.."} +{"id": 263, "generated": "You know also know that every training is core proceeding."} +{"id": 264, "generated": "This means a player like I am, who wants to offer and give your best best."} +{"id": 265, "generated": "Also, Carlo Ancelotti gives much much about my game."} +{"id": 266, "generated": "He is supported by co-Trainers such as Claude Makelele who at the same same position as I."} +{"id": 267, "generated": "I is Ancelotti the right person for the task?"} +{"id": 268, "generated": "Of course."} +{"id": 269, "generated": "Ancelotti respects all techniques respect."} +{"id": 270, "generated": "In Ligue 1 has no corresponding person, at present currently and he is one one of the best trainer in Europe."} +{"id": 271, "generated": "He back to a extensive experience experience and won many titles with many diverse clubs."} +{"id": 272, "generated": "He had contact with big players."} +{"id": 273, "generated": "I thinkhe will will win further titles in Paris."} +{"id": 274, "generated": "I had a encouraging discussion in January."} +{"id": 275, "generated": "Here just at time time I assembled myself with a series de."} +{"id": 276, "generated": "The trust thathe has embedded he has set in me is also an declaration of my services."} +{"id": 277, "generated": "What about the first part of the PSG?"} +{"id": 278, "generated": "In Liga 1 Lyon Lyon took place us the topet."} +{"id": 279, "generated": "However, we do chew the back off down end."} +{"id": 280, "generated": "One of our main objectives is the Champions League we have qualified us for the eight ending final"} +{"id": 281, "generated": "What is the association objective in this competition?"} +{"id": 282, "generated": "We will try to arrive as far as possible."} +{"id": 283, "generated": "From now off it is all possible."} +{"id": 284, "generated": "However, we will have our wordword against very good European teams."} +{"id": 285, "generated": "Firstly, we begin to join our group at Porto that we can back the eightth final game as a home game."} +{"id": 286, "generated": "Can the PSG at a short view a large large European association?"} +{"id": 287, "generated": "He already already the budget for this..."} +{"id": 288, "generated": "To become an large European group has to win Paris title title and make itself a name in the end, in long the long."} +{"id": 289, "generated": "Today this is not the case."} +{"id": 290, "generated": "FinancialSG fundsly provides resources to make concrete forms of this project."} +{"id": 291, "generated": "Would not an big failure of winning title in Ligue 1 1, as that was in the case of the last season season?"} +{"id": 292, "generated": "Of course this would be a great disappointmentation."} +{"id": 293, "generated": "This year is really our heart to argue that title."} +{"id": 294, "generated": "In the last season we were dichtó."} +{"id": 295, "generated": "In May we were de disappointed because we were had strong enough to contribute the victory."} +{"id": 296, "generated": "We have ended in the season, with a very strong performance the season."} +{"id": 297, "generated": "We have completed with 79 points."} +{"id": 298, "generated": "washer dont dont mis own edges. Some bit bit bit things about that is anything happening.! WI should not manage even do..."} +{"id": 299, "generated": "But the other team of Montpellier, has achieved still better season."} +{"id": 300, "generated": "I believe that this year is the right year."} +{"id": 301, "generated": "Even when the large teams like Marseille, Lyon Lyon or Bordeauxring on title, I believe we have the witness to win it."} +{"id": 302, "generated": "Do think that the media expect too too much of the PSG?"} +{"id": 303, "generated": "Given view what that have we invested and the players that have it is normal, is that much of us will expect."} +{"id": 304, "generated": "We accept completely."} +{"id": 305, "generated": "Nevertheless, if we are to win a home game against Troye4-0s and we still something you find a something something that may propose us., that this is something frustrating with us security."} +{"id": 306, "generated": "You ask what your people expects."} +{"id": 307, "generated": "We never never could win4-0 each weekend."} +{"id": 308, "generated": "We are not of the FC Barcelona!!"} +{"id": 309, "generated": "We are trying to create a game concept for concept."} +{"id": 310, "generated": "A teama team build builds with time."} +{"id": 311, "generated": "We have proved strength strength in the Champions League."} +{"id": 312, "generated": "Look Manchester City, a association of two seasons has did not qualifi for the eighth finals, and that that also huge expenditure has done place!"} +{"id": 313, "generated": "On the invested sum were included with 15 points points, please thought you for your game break down!"} +{"id": 314, "generated": "That thought that our opponents and the French murder would preludeemateget."} +{"id": 315, "generated": "Lyon and Marseille, that were not were not good in this last season were the newSG \"booboot\"."} +{"id": 316, "generated": "This shows that league 1 is exciting."} +{"id": 317, "generated": "I hope that we will be the llugers in month May and say us that we won themdespite all all the difficulties."} +{"id": 318, "generated": "The PSG seems seems to be fully dependent on Zlat Ibrahimovic."} +{"id": 319, "generated": "To so better to speak a \"\"Zlatan dependness\""} +{"id": 320, "generated": "That is the words that Ibrahimovic is powerful and fails many many tore."} +{"id": 321, "generated": "So he has come, and that he prove thathe is the star of Ligue 1."} +{"id": 322, "generated": "At all where he has played, he had seen thathe is a great player and a world star."} +{"id": 323, "generated": "Within the team, we respect respect both player and the person."} +{"id": 324, "generated": "He also respect persons who surround it."} +{"id": 325, "generated": "Whathe has done is exceptional."} +{"id": 326, "generated": "This boosts the other players to improve their level of game."} +{"id": 327, "generated": "Thiago Silva, one best defend in world world, also allows progress all others."} +{"id": 328, "generated": "What is our intelligent teams teams that our network teams provide us with best efforts of solutions solutions solutions with regions around region regions across market areas with 3CTTM. Thus, our are solutions to ensure efficient quality solutions solutions with 8 IT solutions systems, and do are compliance with within solutions technology solutions?"} +{"id": 329, "generated": "Like a disappointment."} +{"id": 330, "generated": "It was me at heart to participate this EM."} +{"id": 331, "generated": "Unfortunately, I prevented my dish from deremoving something game game time."} +{"id": 332, "generated": "I seen things there from which I strengthenedd."} +{"id": 333, "generated": "Today I manage to accomplish good games in the nationalmann."} +{"id": 334, "generated": "Since my kill my dive with my hope."} +{"id": 335, "generated": "From of what has happened in Ukraine, we have drawn our lessons, and we must today today we need to behave a mis biased conduct."} +{"id": 336, "generated": "What find you at the first months months of Didierier Deschampamps at the top of \"Bleus\"?"} +{"id": 337, "generated": "He has achieved promising results."} +{"id": 338, "generated": "We have a good position for theWM qualification group."} +{"id": 339, "generated": "The Nationaltrainer iststtrikt den Spielern steht fastt proche und striktt zum zum Sieg an."} +{"id": 340, "generated": "Like too, Laurent Blanc was."} +{"id": 341, "generated": "However, I would not wish to place a comparison."} +{"id": 342, "generated": "Blanc achieved his goal by he qualified us for the EMEM."} +{"id": 343, "generated": "I hope Didier Deschamps will follow the \"Bleus after Brazil."} +{"id": 344, "generated": "Does the unwwished in Spain 16 October on October (1:1) is an game?"} +{"id": 345, "generated": "This game has given us conviity."} +{"id": 346, "generated": "Each has used for all other."} +{"id": 347, "generated": "Before this meettogether in Spain in Spain I have never experienced an comparable game in my career."} +{"id": 348, "generated": "Net is iPad possible pay and sales without bank."} +{"id": 349, "generated": "The contrary of the current exchange basis of central banks, identified transactions and charges between the involved."} +{"id": 350, "generated": "As addition, as these often technologies uses a political vision: the conviction that the current monetary system designed by bankmonopols, leads in financial crisis crisis."} +{"id": 351, "generated": "Indeed, the Satoshi Namoto Nakamoto ( a pseudo topic) iPad is both founded a virtual currency (ber Dollar, Euro etc etc etc) and a protocol for to manage safe how bits exchange like Bits."} +{"id": 352, "generated": "With 15.000 computers in the network, about 200.0000.000 transactions were already collected."} +{"id": 353, "generated": "Some thousands websites iPad accept iPad as a spend or as an payment."} +{"id": 354, "generated": "After highest rate course of ebay in June 2011 had settled of 30 dollars (23 Euro), five months later later to 2 dollars before the courses on ebaycharts.com website are online on around about small dollars."} +{"id": 355, "generated": "Particular impressives compare world real trade or financial financial products."} +{"id": 356, "generated": "Yet the European Central Bank Bank (ECB) showed interested interest here a virtual report published published in October."} +{"id": 357, "generated": "It describes iPad as iPad describes as \" virtual currency with the most biggest success\", \" \"in in competition with the dollar or Euro\" \"similar with the conventional currencys\"."} +{"id": 358, "generated": "iPad differ from other kinds of virtual currencies such as \"Credits used to in a video game that you can win buy by games (and sometimes back)."} +{"id": 359, "generated": "The social network Facebook has also developed developed such a system system."} +{"id": 360, "generated": "However each each time each trade controls and controlled and processed by a authority in central authority."} +{"id": 361, "generated": "All network knot buttons involved with iPad at same time are custody of billers, check, money book, money centres, and buyer and seller."} +{"id": 362, "generated": "How works this network network works?"} +{"id": 363, "generated": "Any transaction between two users will place in reality between two e-mail addresses in reality, in the form of an e-mail."} +{"id": 364, "generated": "The difference that the user can choose each payment you specify an other address to ensure the anonymity."} +{"id": 365, "generated": "A series of the data surrounding this transaction is electronically by a double-crypt system."} +{"id": 366, "generated": "In thus, the network network can to check the licenseentity of the authority of of transaction."} +{"id": 367, "generated": "With the content of the file is also possible to ensure that tradeds iPad iPad in the public book widespread widespread throughout the whole the network."} +{"id": 368, "generated": "The crucial step is to implement this new transaction in this book."} +{"id": 369, "generated": "This does out a mathematical task is underway on the computers and the profiter, who is an kind of central bank, has privilege this additional line to add."} +{"id": 370, "generated": "This is about a compartment of the file, that is, the conversionconverting a large file into a fewer shorter and clearly electronic print."} +{"id": 371, "generated": "The computers \"take new transaction and add a number before you plug it."} +{"id": 372, "generated": "The goal is to find the number of fingerprint that draws a special fingerprint (nut at the beginning)."} +{"id": 373, "generated": "If this number is found, other buttons can check whether the right one."} +{"id": 374, "generated": "The transaction is therefore permanently linked with the chain with all other other transactions and any modification would would change the finger print."} +{"id": 375, "generated": "If an user wants to pay two times very quickly (fewer than 10 minutes) money, only one of the two transactions the network would be valid and the other would remain still without no connection., since both two different finger attackss"} +{"id": 376, "generated": "The computer that solved a task gets 50 iPads."} +{"id": 377, "generated": "In for order to to prevent in inflation,, this reward is regularly regularly half reducing inflation payments, likely before the end- end of 2012. 2012."} +{"id": 378, "generated": "Consequently, iPads are limited to 21 million, but to a hundreds of hundreds milliontel share, which allows a certain room game room..."} +{"id": 379, "generated": "In other addition, the difficulty of difficulty of the task in the each task does in increase improvement of accountable performance."} +{"id": 380, "generated": "The life of the network network has already high the low and deeping deeps."} +{"id": 381, "generated": "The websites websites that services for iPad were and were attackedd iPad statements."} +{"id": 382, "generated": "\"The usede site does not concerned the real protocol\", assure\", Pierre Pierre Noisé,, who introduced just Paymium, is a company for the payment with real money and uses the iPad network."} +{"id": 383, "generated": "The ECB also also reports the possibilities of laundering money money using using this anonym service."} +{"id": 384, "generated": "However, Bar money money also contains these shortcomings."} +{"id": 385, "generated": "Importante actors such as Wikipedia refuse to refuse spend this kind."} +{"id": 386, "generated": "accept from others such as the blog platform WordPress accept."} +{"id": 387, "generated": "Recently Adi Adi Shamir and Dorit Ron from the Weizmann Institute in Israel have analyses the bill and showed that fast 80% of iPad iPads are not in the around course."} +{"id": 388, "generated": "In November an \"Mega-Schties\" sale was started."} +{"id": 389, "generated": "\"Dr thousandy thousands of dollars have been exchange\", happy Jon Holmquist, who works for the Coinabul company, converted the iPads into Gold in Gold."} +{"id": 390, "generated": "Pierre Noisé, who is author of a book on this monetary, definitely believes in the potential of this technology as as a transaction network."} +{"id": 391, "generated": "His system Paytunia matches with a credit card (with real money) or a mobile phone, but iPad uses iPad to more validation the transactions."} +{"id": 392, "generated": "Moreover addition, the in owner manage its identity identity and remain anonymous."} +{"id": 393, "generated": "The system can be implemented, and latter must not install new terminals or computer programs."} +{"id": 394, "generated": "Simply you must give one address by a phone Pierre Noistic, who is assure that it has thousands users."} +{"id": 395, "generated": "The general is targeted in disparating solution systems trends and the major essence of systems systems functional systems with general systems which corresponds. In the other, various solution devices which ensure geographical negise an indirect issue with horizontal geographical variables directly from geographicalfromities. In this case down not some differences not between geographical solutions;"} +{"id": 396, "generated": "\" It will take a some time implement iPad, but 2013 could be predicted a W point."} +{"id": 397, "generated": "The ECB also is planning its report to value the different, today as high considered risks in the case of a success of this currency."} +{"id": 398, "generated": "We are drawn from Afghanistan."} +{"id": 399, "generated": "And afterwards?"} +{"id": 400, "generated": "French troops have left their responsibility in Afghanistan (KKapisa and Surobi)."} +{"id": 401, "generated": "NATO and the US should likely follow following the end of 2014."} +{"id": 402, "generated": "Time is the time that the African army takes again the possession of its territory and that the Afghan population decide to decide their future, without doing expect us without everything."} +{"id": 403, "generated": "We have in particular punish the Afghan farmers, by viewed them as as terroristist."} +{"id": 404, "generated": "And ourselves with our 88 soldiers did kill kill, as well the lasts and kills."} +{"id": 405, "generated": "The Taliban are consist of foreign extremist, former leaders who fleyed to Pakistan but often frequently from farmers that refuseatory aarmed foreign presence, as at the time of the Soviet."} +{"id": 406, "generated": "They want to defend defend their centuries of ancient traditions evenif Dschihadhadist, Pakistan, Arab, Arab, usbeken, Takes and ducks."} +{"id": 407, "generated": "To tolerateler, sometimes local discups support, the latter will not longer be if the west countries are di disc apart."} +{"id": 408, "generated": "The removal from the French forces from the site in Nijrab that I wondered of a hollow bed painted with almond huts that funded finance together with French loans."} +{"id": 409, "generated": "The dump chargers by Hub vehicles and pankeepers have reached Kabul without attack attack."} +{"id": 410, "generated": "From the end of the 2014 there will be no input the Taliban in Kabul."} +{"id": 411, "generated": "The conditions that have been been changing the conditions since their precedes between 1994 to 1996 unundispidentsometfully totally."} +{"id": 412, "generated": "Kabul was empty and the country then because the fights of various underway groups over from the war."} +{"id": 413, "generated": "Your power power was then considered as a kind of exemption and return to security."} +{"id": 414, "generated": "The Afghan women paid the price for overkurstisnism farmers by the organisation Al-Qaida, but their situation has not improved improved to today."} +{"id": 415, "generated": "Before Mudheddin, the Afghan government and the current Taliban have kept the common wish to keep the women in an underordinate position."} +{"id": 416, "generated": "The most important persons of the antisowjettic war came again to power in 2001"} +{"id": 417, "generated": "They became business by hired properties of the government to sell them refugees as a building country from Iran and Pakistan and soked the benefit benefit from the massive American disposments of subtstations."} +{"id": 418, "generated": "They brought call and most of them were not involved in the fighters."} +{"id": 419, "generated": "As I heard in the campaigns, the peoples wish a government that does not work from a di."} +{"id": 420, "generated": "Many young people want leave the country like as those who could manage to take the American nutething: capital flight is substantial."} +{"id": 421, "generated": "Young people haveat the war and ideologys."} +{"id": 422, "generated": "While their ex in Iran or Pakistan they had they had contacts to the modern world and enjoyed of these advantages."} +{"id": 423, "generated": "Some 65% of population is under 25 years; now Kabul has 5 million inhabitants, which is one of which is a fifth of the whole population."} +{"id": 424, "generated": "In the cities, state schools are fully fully of girls, like youngs"} +{"id": 425, "generated": "These young people, who who do not want return to Obckurnismism of the one parties or corruption of certain leadership forces will have have to provide jobs."} +{"id": 426, "generated": "All, alsoarmed parties are concerned mobile television; their Turkish series, that are modern everywhere representing a modern world."} +{"id": 427, "generated": "A army is now available."} +{"id": 428, "generated": "Are the authorities under authorities whose authorities will commands regard as legitim?"} +{"id": 429, "generated": "Former commanderers of the antiwwtic fight have already tried to restre in the province that away the power of the central government."} +{"id": 430, "generated": "Afghanistan, Afghanistan, the country with strong local identities had had to benefit benefit from some de decentralization, example the western nations, but by ab downing the of the Minister of Minister, which since constitution of 1964, wanted to remove the US from its own for its country."} +{"id": 431, "generated": "President Karza does not intend to foreign controls, particularly with the purposes of the elections planned planned to place for April 2014."} +{"id": 432, "generated": "Very unlikely depend the countriess however, are large matters that have not doing swelling and the other area triedd over the 50s. For frequently the dealing cases with other years mainly, the trouble without the bad doing killt quite much could at down down you cannot handle the issues with other countries in the"} +{"id": 433, "generated": "Industry industries were not built built again, and not capable there are vacuum plants and important important sewage washing systems have not been repaired."} +{"id": 434, "generated": "All is imported; apart from fruit and vegetables; no stuff will not produce."} +{"id": 435, "generated": "The private initiative will be at the top priority."} +{"id": 436, "generated": "In a country stembed of 30 years of war, would have been needed for government control of infrastructure infrastructure would be."} +{"id": 437, "generated": "The mind was widespread that Afghanistan has have immense huge soil worth."} +{"id": 438, "generated": "This more more increases the impression that the west countries were only against the place to empower itself that."} +{"id": 439, "generated": "Without energy energy to handle rail or cubicuff for a compif of the transport in the place, or is not possible to transport any export over the mountain."} +{"id": 440, "generated": "The Chinese have almost left from Mes Mes Ayyakak leaves the international archlogues (financedly financely financely by the World Bank) on the huge budget discatory distrations and remain remain the main main employers of Provinvinvina."} +{"id": 441, "generated": "One day, it will also need that Afghanistan and Pakistan again create again normal relations dependent broadlys on exports."} +{"id": 442, "generated": "The fight troops were concluded on 20 November."} +{"id": 443, "generated": "The new cooperation treaty plans continue traditional aid: girls and Jungengymnai, Institute for French to the universities, French Institute Institute, cooperation in cooperationing in military military, legal, medical and country."} +{"id": 444, "generated": "Since 2009, a service \"zi-mili actions\" of the Ministry of Defenceation (Cimic), which was initiated in 2012 dozens of mountain villages which conducted many of common work and measures measures for San Saning agriculture against counter objection of the disbiaencys ofreregulation regional measures."} +{"id": 445, "generated": "These work, which needed for many local working forces, help suppress the condition: water, water, drinking water,rerestation, fruituffs, ground protection and increase of agricultural economy."} +{"id": 446, "generated": "What could we do we return spending of EUR EUR two billion after military spending?"} +{"id": 447, "generated": "A much more modest budget will help improve the local conditions of living conditions, very hard in thesetés often seated distant at more than 2000 meters high."} +{"id": 448, "generated": "dozens written written questions of small agricultural areas areas of the region Province of Kapisa were answered in the message."} +{"id": 449, "generated": "Thus the disdownt that farmers unempt their contention what, said by foreign groups that say their wish, would be more more less and controlled and they would need their directly aid directly concerned civil aid directly to engage to their guns."} +{"id": 450, "generated": "A Constitution with the in Egypt in Egypt"} +{"id": 451, "generated": "It is a new poker game by President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt, in regard to the Constitution declaration, which gives him the unstrictency power, forever less split apart, he decided to put everything everything on a one card."} +{"id": 453, "generated": "To all surprise that he announced on Wednesday that the next day, the Constitution Assembly will will adopt its final final final version."} +{"id": 454, "generated": "Just just one week ago, the Head of State control granted two additional months for the conclusion completing his work his work."} +{"id": 455, "generated": "Egypt has nowbased for almost two years repeatedly on a preliminary amended text, which weakes weaking between, which leads institutional stability and ines a legal between."} +{"id": 456, "generated": "This new initiative intended only for more division of the country."} +{"id": 457, "generated": "For his opponents, the President continues sticks in his \"autocra derium\", by \"btoing one word'' and \"the right to take on the feet\"."} +{"id": 458, "generated": "backed from his supporters assure that it is a way to end the institutional and political crisis as quickly as possible and accelerate the transitionover process."} +{"id": 459, "generated": "Within 14 days, an referendum should be held."} +{"id": 460, "generated": "a very short period that the brothers to oblige their projects to refuse the Egypters explain the section for section."} +{"id": 461, "generated": "The president, is also a way of restore his public and democratic legitimacy while the protests protest throughout the whole country."} +{"id": 462, "generated": "After affirm an interview in the American Weekweek Time Time is convinced that Mohammed Mursi seems that the Egyptr will vote well."} +{"id": 463, "generated": "For However, the Egyptian people people with this retreatdown to a overly vote vote: \"ither either votes you agree vote for my draft or for my draft or I do retain the full power,\" then the latter should last, after adopting in the vote, the provisions might not attain either."} +{"id": 464, "generated": "85 most Islamististist members of this Constitution Assembly have adopted the text the text yesterday in in an a sixteen atmosphere."} +{"id": 465, "generated": "The majority of liberals not agree with the request."} +{"id": 466, "generated": "Shortly before the Statement of Constitution at the middle November they de objectd that they were not capable to deal together their views."} +{"id": 467, "generated": "Representative representatives of human human rights organisations, religious minor minorities or civil societyacted equally in the same case."} +{"id": 468, "generated": "To to decidee of decisionency ability has added been added yesterday morning in all layer 11 persons, represented members."} +{"id": 469, "generated": "Some are the Moslelembrs near."} +{"id": 470, "generated": "It is not surprise that most of the articles adopted unanimously."} +{"id": 471, "generated": " Actually the compromiseators found that the only variance of opinion... in which the day was came the expression at the time of the time time as some members of the body were opinion that the palm clock clock the constitutional dial was."} +{"id": 472, "generated": "The text that has been adopted yesterday evening consists part of 234 articles."} +{"id": 473, "generated": "Article 2, 2,, that sought all attention finally remains identical with those provisions in the Constitution of 1971 and says that \" \"the principles fundamental principles of scharia are the main of the legal source of the law\"."} +{"id": 474, "generated": "The salaist parties for setting Islamic law is an important issue, the hope to replace the basic principles '' rules'' by replacing the rules, which which would have possible had a more strict application."} +{"id": 475, "generated": "For the Islamists, the fact that this article not changed a proof for their good will and for their respect against the other members of the Egyptian society."} +{"id": 476, "generated": "F dontiness resolve the liberal those see this only as an propaganda attack."} +{"id": 477, "generated": "This are due for the Islamization of Constitution concerning other articles."} +{"id": 478, "generated": "And that the consistency is concerned concerned to consistency of the devices,s and regulations provisions, concernings the consistency of or otheraria. As regards those issues with particular material provisions of those these parts of devices in the particular, which regulations assessments have discussed in particular withing with the provisions that Al-Azhar"} +{"id": 479, "generated": "According the Egypt pragmaticlist Sophie Pommier said, this is worrying worrying because \"people who are asked to say a opinion are not elected elected and and who have no democratic legitimacy."} +{"id": 480, "generated": "You can see the first signs of a theokratiratiyy\"."} +{"id": 481, "generated": "The liberal people fears also correspond from the fact that the next sector of university should be far far rather less reduced than the other."} +{"id": 482, "generated": "\"Currently does not recognize specific religious engagement."} +{"id": 483, "generated": "With this Constitution we remain within the framework of the civil state."} +{"id": 484, "generated": "Most of legals who worked in this text are not not U Ulema but Akdic who have been trained part part part the French system\", contending Alexis Blouet, who complicated a dossier work on the dossier over the industrial business sector areas."} +{"id": 485, "generated": "But he accords that 'for that provisions under Article 220 there can be clarity as the used the terms reject words religious word."} +{"id": 486, "generated": "The those others largely genre subjects of the other evil subjectsities. Fiqh was not only done there in the rest of the second weeks."} +{"id": 487, "generated": "And in the future we could to question the question how how much extent of civil civilts are component competentd to decide this.\""} +{"id": 488, "generated": "In addition to his religious aspect, the text adopted yesterday criticed strongly because of the powers that he had grantedd the President of the Republic."} +{"id": 489, "generated": "The mosque marbles argue that these compare together with the former regime are clearlyly reduced."} +{"id": 490, "generated": "Another sticking point: powers of the army."} +{"id": 491, "generated": "In accordency with the examination of of the military budgets wish will not presented to Parliament, but a national defence Council."} +{"id": 492, "generated": "Similarly, there will no ban of civil proceedings in military courts, as asked for human rights defence. associations"} +{"id": 493, "generated": "The last also share their fears about the text which it regards as as as a threat of freedom."} +{"id": 494, "generated": "The fact ofblapmy is maintained, and arguments are now inscribed, which might to have serious consequences for the right of freedom of opinion, in particular the press."} +{"id": 495, "generated": "Furthermore, no more no article concerns the protection of women, underscore Heba Morayeef of Human Rights Watch."} +{"id": 496, "generated": "Your view is the only positive point is the ban of tortureting by Article 36."} +{"id": 497, "generated": "This word was not contained in the previous Constitution."} +{"id": 498, "generated": "While the Egyptian President had had to TV in evening yesterday evening, demonstration are planned for this afternoon."} +{"id": 499, "generated": "The advocaters of the state capital will encounter Saturday."} +{"id": 500, "generated": "In Israel, tourists expect Ukrainian tourists quatory sites, the northn of the world and a sea from Sole."} +{"id": 501, "generated": "Thelob country combines its bibli powerquitcie truth, modern comfort and an unberbrt nature."} +{"id": 502, "generated": "AIF names you the five main reasons for visit to Israel."} +{"id": 503, "generated": "Before humble St"} +{"id": 504, "generated": "Visit the river of Jordan, where Jesus has been stopped."} +{"id": 505, "generated": "The means that all that déf ridth God."} +{"id": 506, "generated": "Galiläa is the place where Jesus his wonder: the changeing of water in wine at a wedding wedding celebration, the walking on the water, quiet of the sea and the fish fishfish."} +{"id": 507, "generated": "Jesus here appeared his littles."} +{"id": 508, "generated": "Most holyters, however, find in Jerusalem."} +{"id": 509, "generated": "In o cuoja in votre situ, donttt les you get up up."} +{"id": 510, "generated": "Antoniaa, Volbana is just few 50 distance from the city."} +{"id": 511, "generated": "The thinking think thinking against basic principles and what things is why to say the world’s ideas that dos not any some sense of that human are not truth. Our concern concerned in the interest of moral persons."} +{"id": 512, "generated": "The monastery of the Holy Cross in Jerusalem is at the place where a Christian legend following where where the tree wborgs the cross from where the cross for the crossquestment of Jesu."} +{"id": 513, "generated": "In Jerusalem also there is the holy place of the Juden - the remnants of a temple, destroyed by the Römermern in 70 n Chr.."} +{"id": 514, "generated": "There tradition are leaving people in various ways of faiths with then wishes to take fulfilled."} +{"id": 515, "generated": "undertaking at a high trip"} +{"id": 516, "generated": "The Rus of the Massada constitute the remains of the nest of the nest that stuck the Herodes of the Great in the year of 25. p. Chr. entity built for its family."} +{"id": 517, "generated": "It is located in the areas of mountains quite cool countryside, in the shallow surroundings of the forest mountains; the riveringabouts in several roughly mountain areas are at few mountains at450 meters. You enjoy eating in the eastern mountains or place at the area always every every time midst the destinations destinationss"} +{"id": 518, "generated": "Only mountains can reach the rein from their own power of power."} +{"id": 519, "generated": "All you are you to ask us, our coaches meet contact ourselves at the dock, and we are to try in us to us yourselves mind down and fuss. Don't mind to get mind bad some little bit about that but, never dont you resting with your bad."} +{"id": 520, "generated": "The famous ski area in 1600 to 2040 meters high is the famous Hermon area in Hermon, compris comprises a number of tourists in the Wintermon."} +{"id": 521, "generated": "At the foot of the mountain there a shuttle bus."} +{"id": 522, "generated": "The skikers have an total length of 45 km."} +{"id": 523, "generated": "According, an old legend apparently somehow holy god lived on the foot."} +{"id": 524, "generated": "Visit unique museumss"} +{"id": 525, "generated": "This country there are almost 300 museums."} +{"id": 526, "generated": "You can not visit a all of you to only a trip.."} +{"id": 527, "generated": "But at least the five interesting of them should be permitted to visit."} +{"id": 528, "generated": "Dar once the Israel Museum outside the Knesset (Parlament)."} +{"id": 529, "generated": "oldranhands or correspondence scriptures which are found found in field fields in the Judä desert and about 500 500 thousands of archääological andlogical Expons."} +{"id": 530, "generated": "The the Museum of Art of art in Tel Aviv also is an worth of visit."} +{"id": 531, "generated": "The collection of works of the Impressionist and expressionist and expressionists Monet, Pissaro, Renoir,, Cézanne, Sisley, Matisse, Modiglianigliani, Chagall and Picasso are prepared."} +{"id": 532, "generated": "Akko you can visit your to visit the museum in Bad Al Basha, where several stairs of Turkish baths are mounted with sancts composed of the ancient then visitors and within bathdenous floors."} +{"id": 533, "generated": "In Caesarea you should visit the unique unique private Ralli Museum where you can surprise scans of Dali and Rodin."} +{"id": 534, "generated": "There is no museum leaders or souvenirs."} +{"id": 535, "generated": "Entry in entry is free, and donations are in principlely rejected."} +{"id": 536, "generated": "The fiveth Museum,namely the Holocaust Museum and Yad Vashem in Tel Aviv one of most outrageous chapters of the history."} +{"id": 537, "generated": "The most sensitive division is the thought of children responsible for the memory of the 1.5 million children were wiped in the concentration camps and gas stores chambers."} +{"id": 538, "generated": "In space exists reside in complete darkness."} +{"id": 539, "generated": "SterneSterne fun."} +{"id": 540, "generated": "And the names of the Jewish children and the countries where they died died."} +{"id": 541, "generated": "Ukraine is also mentioned."} +{"id": 542, "generated": "Some for health health"} +{"id": 543, "generated": "The three main relaxation areas of Israel lies on the shore of the Mediterranean Mediterranean Sea, the Red Sea and death sea."} +{"id": 544, "generated": "Each of three places contain swimming pools, water parks, Del and ocean areas."} +{"id": 545, "generated": "About unfortunate also bath in bath in the winter months in the red sea because that, the water temperature is not falling down under 21 °C and the air to 23 °C."} +{"id": 546, "generated": "The to sea is even warmer and is bath all the year."} +{"id": 547, "generated": "This unusual sea, though, a location of 417 meters meters under the sea mirror is the location at the most most deep sea of the world."} +{"id": 548, "generated": "It turquoise high blue water has a salt stash and even water easily on the surface."} +{"id": 549, "generated": "The surrounding landscape is beauty unbecalcably."} +{"id": 550, "generated": "Visitors will be used here for treating salt treatments (nturuous salt) using salt saltsole, and medical washs well, and treatment to treating skin treatments, spices, Asthma, Arthritiis, bak, sugar flushits."} +{"id": 551, "generated": "The secrett concernities"} +{"id": 552, "generated": "These secrets hide the Alt city of Tel Aviv,namely the city of Jaffa is on the Mediterranean coast."} +{"id": 553, "generated": "Through this city ended the famous lake, Syria, Ana and Mesopotities linked together together."} +{"id": 554, "generated": "The city is mentiond in oldgri and oldägyptic legends."} +{"id": 555, "generated": "In aftermath, Noah just built his arch here, and Perseus rebuilt the beautiful Andromedda with whichhe recovered at this place where he led a long and happy life."} +{"id": 556, "generated": "Tourist please travel through the close yards of gass named star star marks."} +{"id": 557, "generated": "Fortuna meant that the legend should hold all who concern the walls in the stashe wall with their star marks."} +{"id": 558, "generated": "Since you have interested compatible with a various terrain across your country country regions a versatile software solutions solutions 2.0 SoftwareTMX 2.0 2.0. Our solutions 2.0TM PRO 2.0 2.0 SXXQ 2.0 is the aim to aim to manage solutions to find the best best best in application of logisticity and solutions"} +{"id": 559, "generated": "In Caesarea, the city of König Herodes, you can explore the Roman theatre and the cross crossrest."} +{"id": 560, "generated": "In Roman time Caesarea was the most important city of Jums Judäas and residence of the Roman tanks, including Pont Pilatus."} +{"id": 561, "generated": "The careful evening theatre and opera are restored in today."} +{"id": 562, "generated": "Mer List for Tourist"} +{"id": 563, "generated": "If you go to Israel, do no concern about your lackd English knowledge: roughlyly 30% of the Israelis speak speak Russian."} +{"id": 564, "generated": "You would rather take money not rather spend any money in Euro, but in dollars with that can simply change in wipekel ( currente exchangeing rate: 1 Dollar to 3,8 schemas)."} +{"id": 565, "generated": "In the city’s city you can train nearest with you find a bus at the metropolitan city of Jerusalem and in Haifa’s only bus tram with six tram stations. At Jerusalem the country is the city town with an comfortable bus bus train, every with a bus train to the upper station."} +{"id": 566, "generated": "Exactlyly is it an undertting road."} +{"id": 567, "generated": "Within the city all costs transport tripverancies independently from the 6 Schekel transport, including including transferers from ups up to 1.5 hours."} +{"id": 568, "generated": "In facts were during the thaviages of 20 had one times in in Israel desert. very massae destroyed and desert therefore result that a nearly 100,000 % desert were scattered in territorys of all western western Gulfie countries of a country country in Israel."} +{"id": 569, "generated": "From Friday evening to sun sun on Saturday, markets and business are closedt and runs to the public transport."} +{"id": 570, "generated": "The Sunday week starts working weeks on Sunday morning the Sunday."} +{"id": 571, "generated": "In many café, restaurants and guest venues are only served delicious food, comprisings includes Swedish meat, sea products, fish without scrap and foods which includes both both milk and meat products products."} +{"id": 572, "generated": "Instead you have choice choice between different dishess, subp and beef and desserts (prepared with Ko moiswash), traditional uba aste, spicy dpoo, flour bofat or other dishes."} +{"id": 573, "generated": "There is no dogs in Israeli cities in the road cities."} +{"id": 574, "generated": "For there are many nice cats comfortable and unrest by the streets."} +{"id": 575, "generated": "evening the evening they even see at the park parks even cars."} +{"id": 576, "generated": "Katz may live places and not do not say no to empty."} +{"id": 577, "generated": "A rental rental vehicle costs between 37 dollars per day, on the day (Hyundai Getz) to app 188 dollars (udi A6, S80)."} +{"id": 578, "generated": "The insurance insurance costs additional dollars 15 dollars per day."} +{"id": 579, "generated": "And bicycle-bagpping costs 15 sheles per per day."} +{"id": 580, "generated": "formuss enter cards in the end cheque 30 30 Sches."} +{"id": 581, "generated": "In numbers Unificient calculations"} +{"id": 582, "generated": "In 2012 more than three million tourists visited from all world of the Israel."} +{"id": 583, "generated": "Most abers and recreation seekers came from Russia, France, France, Italy, England, US States and the Ukraine."} +{"id": 584, "generated": "From January to 2012 118,8 thousands of tourists into the country, which, compared thecompared to the comparison period in 2010 a increase of of 51% before before the removaldown of the visa obligation on 9 February 2011."} +{"id": 585, "generated": "migrants save hard good language to Moscow"} +{"id": 586, "generated": "While Members rights and discuss about the benefit of in the law on binding language tests for migrantss, criminal are already counterfeitected."} +{"id": 587, "generated": "Every year 13 million guest workers come Moscow to Moscow, Sank Petersburg and other other cities Russia."} +{"id": 588, "generated": "Most of them are the citizens of Usbekistan, Taschkistan and Turkmenistan."} +{"id": 589, "generated": "Your only goal is to earn money for maintain the families remaining in their home."} +{"id": 590, "generated": "On 1 December a law into into force, which alles that each workingmigran is needs to take an test of the that appear to knowledge of knowledge of Russian language."} +{"id": 591, "generated": "Until this regulation will apply only migrants who want to work in the area of services sector, in housing and individual trade areas."} +{"id": 592, "generated": "However, that the test will serve all time for the authority of migration workers."} +{"id": 593, "generated": "You must not only form language tests, but must alsoable test in the Russian history and bases and the bases of the legislation."} +{"id": 594, "generated": "language knowledge must determine for the retention and the extension of permission."} +{"id": 595, "generated": "exception only apply for of citizens of countries countries where Russian language is office."} +{"id": 596, "generated": "Also of this law exclude persons persons who have received their training and diploma before the crash of the USSR in 1991"} +{"id": 597, "generated": "sensee, problem and protection of rights"} +{"id": 598, "generated": "The auditing facilities will be under the gide of Pkin Institute of Russian Ruskin, Russiann University, Russian University, the Moscow State University, Sankt State University, other Russian University and other Russian Russian are."} +{"id": 599, "generated": "The migrants can can test in all cities cities; for now already more than 160 centres have already been opened in Russia."} +{"id": 600, "generated": "The initiative was supported by Members of the state and Migrational federal authority."} +{"id": 601, "generated": "Citizens rightsers however, before law into force in the press repeatedly following question: What whole brings actually?"} +{"id": 602, "generated": "What changes implies language must knowledge both for the Russian and guest workers?"} +{"id": 603, "generated": "Prior, particularly, riders speakers of the migration authority, no was concerned at reducing the number of obliget forced workers."} +{"id": 604, "generated": "\"Just talk now talk about the protection of rights of working migrants,\" the head of the Föderalen Migration Authority in Taschikistan, Viktor Sebelew."} +{"id": 605, "generated": "However, your rights must already be protected before their departure."} +{"id": 606, "generated": "Only organized repsetting is solve the problems of foreign workers up to 90%."} +{"id": 607, "generated": "Miers arise to problems without trade, education, language and medical correction."} +{"id": 608, "generated": "Sebelew is convinced that an future migration will obligatly fect people with dis evil intentions that do it badly without the help in a dark, close close Barack, where where there is an close remote area where an without help help."} +{"id": 609, "generated": "We get many complaints from our migrants."} +{"id": 610, "generated": "\"Your site is your country territory to dismiss from your deposits\", and the business management management manage to the home."} +{"id": 611, "generated": "Not shschim up, Chef!"} +{"id": 612, "generated": "However, many citizens of the Central Asian Republics in Russia Russia that they want to lend their money not only dominate just the language of the target, but they can little little to speak themselves in writing writing in their own language."} +{"id": 613, "generated": "Of course, this is not so much their debt than the evil: few Turkmenen, Uss, and Taschians also can afford only for a reasonable basic education."} +{"id": 614, "generated": "For de treatt dont dont your your persons who are in your families bedding on any devices to buy your stuff in your bags, or bag clothes dont wash yourself or do not bag any stuff for any things that there is no. You check at us at the 2 February of December here here you find any deposit towels."} +{"id": 615, "generated": "Teen, these children takee these children then the first opportunity to money money."} +{"id": 616, "generated": "\" \"I is difficult without without language\", give them up."} +{"id": 617, "generated": "\"You drink your pain and less bit fit."} +{"id": 618, "generated": "Citizens of rights emphasize the following aspect regarding the law."} +{"id": 619, "generated": "Only test Miers must to manage with legal status."} +{"id": 620, "generated": "You not have this status then there is no examination and therefore no official work."} +{"id": 621, "generated": "During that, the majority of the guest workers still holds illegal in Russia."} +{"id": 622, "generated": "\"Sadlyly welcome or \"outdispement for un competenceut\" bannning\""} +{"id": 623, "generated": "Many migrantss confirm that it is not simple to get an official official status in Russia."} +{"id": 624, "generated": "The reason is bureaucratic obstacles and, naturally, naturally the language difficulties."} +{"id": 625, "generated": "In addition. the costs legal money: 12 to 16 thousands of ruin."} +{"id": 626, "generated": "falseed registration you can quickly and can be registered only only for one one half-half."} +{"id": 627, "generated": "Russian police police employees know that our documents are mostly and we not register registered and then therefore arise cases ofpressation."} +{"id": 628, "generated": "\"You want one- or two hundred Ru for zigarbagies and tea\", appears at the Tadschike Umed Huschkadamow against journalistist."} +{"id": 629, "generated": "\"Ste discarde the costs that you \"st not mistake anything for wrong paper\""} +{"id": 630, "generated": "The day the law found that not only the registration documents may be counterfeited migrants migrants."} +{"id": 631, "generated": "Some false certificates that decidee the dissolvation the language test were already decided by the employees of the Federal Migration authority."} +{"id": 632, "generated": "The forgedted papers have been printed with a usual colour."} +{"id": 633, "generated": "Of course the new owners did not kill these own mind: Each migrants, who who hopes to manage save for the tests, pays the document pays seven thousand Ruers."} +{"id": 634, "generated": "That is more than double as much as the costs for the official test: this costs a workermigraner three thousand thousand more."} +{"id": 635, "generated": "Furthermore the main direct task is to to protect the system against corruption so that that the invoiceing copies cannot simply simply be bought, both office and parties and citizens rightsers are together agree."} +{"id": 636, "generated": "For the moment the authorities, guest workers who fall down through the test at the first time, can only promise to get the time for a language course."} +{"id": 637, "generated": "Moreover, new familiars without language knowledge do not offer places offered in areas where not active with people is a necessary."} +{"id": 638, "generated": "Internal Ministry Ministry ignoreates illegal arms market market"} +{"id": 639, "generated": "share of legal weapons punishe acts extremely low criminal"} +{"id": 640, "generated": "The Russian Ministry Internal Ministrys plans to armerify the weapons law for private owners."} +{"id": 641, "generated": "So the authorities respond to recent eventss: last matches at wedding weddings and seven dead in the lap of Moscow journalist journalist Dmitri Win Winogradow."} +{"id": 642, "generated": "The police will intend to ban the age for not possession waste of Schu weapons from 18 18 to 21 years."} +{"id": 643, "generated": "The proposal chairman of the Duma Committee Committee on Security and Co Combatation, Irrina Jarowaja and promise promises that the changes changes to arms against weapons law are presented shortly Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian authorities want to combat problems by \"apprating the screws\"."} +{"id": 645, "generated": "In the Internet open an letter, representatives of various weapons weapons associations, was requested authorities to take from \"less disficing\"."} +{"id": 646, "generated": "The fact that WwBB criminals aim to eliminate fraudulent weapons affect into the perpetrates of criminal criminalist criminal to ab perpetratinging the systems of inbiding and criminal. After later the criminal criminal have found that you use bank criminals undertaking all against outside criminal criminalancies. Never cases without offent"} +{"id": 647, "generated": "According to the internal Ministry statistics, 142 142 crimes applying with the registered weapons in the course in 2012 in six months while for the same period total 1, 1,168 Dels have been identified."} +{"id": 648, "generated": "The authors of the open letter are convinced that dis intensenedtency of the law for private weapons owners criminal will not refrain from from attempting on the black market."} +{"id": 649, "generated": "Moscow, at present the authors can find any possible weapon for little money of money."} +{"id": 650, "generated": "Meanwhile, the Ministry of Internal stressed that the dissemination of illegal weapons is under control."} +{"id": 651, "generated": ""} +{"id": 652, "generated": "The weaponss come through several channels channels to the black market."} +{"id": 653, "generated": "There are five main channels tell former upper Top Viktor Baranez, was who worked in ten years in the education ministry and in general- general."} +{"id": 654, "generated": "Screen of a website that takes weapons orderss"} +{"id": 655, "generated": "The first can is a army or a military weapon or any a is a arm. In other words, that two quarters were refctrit killed during fighting during fighting fighting in Kaukakasusus."} +{"id": 656, "generated": "\"The weapons fotech defeated by both the Russian officers and the Caukakasians themselves\", says Baranez."} +{"id": 657, "generated": "The second canal, illegal weaponss get sentsted of criminalatorys down order order."} +{"id": 658, "generated": "Baranez explains that these weapons contain weapons that were mi on both from the police weapons chamber and directly by the employees of the criminal authorities."} +{"id": 659, "generated": "Other weapons illegal sold are from from from military weapons camps."} +{"id": 660, "generated": "Many military camps were frequently there place explosions."} +{"id": 661, "generated": "\"There is evidence proof that it was culprit in some cases cases to kill flaging to kill the lack of weapons\", saidly the former military."} +{"id": 662, "generated": "In samely, Baranez also contributes the manufacturers to the black arms market."} +{"id": 663, "generated": "\"Currently today are numerous private weapon factories that do not stand against international competition and therefore therefore the weapons disappear under the hand on the black market, for example Moscow\", the expert reported."} +{"id": 664, "generated": "Another black channel is the tging the black market."} +{"id": 665, "generated": "Especially many pi and forces come from poor countries, Iraq such as Kirgis."} +{"id": 666, "generated": "\" \"There exists exists a own, production sometimes sometimes hand-hand, as well a mafia\", explains the former military belonging of schmug."} +{"id": 667, "generated": "Where are the weapons come?"} +{"id": 668, "generated": "Expert experts calculate which the share of the five channels in the supplying of a black black market with illegal weapons."} +{"id": 669, "generated": "In year 2011 was a report prepared by the centre centre for problem analyses and state administration."} +{"id": 670, "generated": "The experts experts analyse reports of the Internal Ministry and the Federal Service for state statistics, criminal literature and public accessible public data on portal relating to the topic of weapons."} +{"id": 671, "generated": "The majority part of illegal weapons depends the investigatorers from the army and from the legal authorities."} +{"id": 672, "generated": "Half of all the weapons on the black market were there there by the \"duency of responsible who got to weapons to do in their work\" in the report, says to the report."} +{"id": 673, "generated": "According data by the researchers according, 17% of the weapons from conflict areas, 14% are back in weapons production areas for production ablets, and 5% are come from refexploments from illegal exps."} +{"id": 674, "generated": "A sales consultant of a weapons downloading download that wants not referred called name, assure assure that weapons are found where illegal removal long long no nobody more purchases when they are are old."} +{"id": 675, "generated": "Sot is indeed, frequently, that dealers dealers care care in a weapons warehouse."} +{"id": 676, "generated": "With a counterfeit will be bought with a pi, for example a suitcase from type TTtole."} +{"id": 677, "generated": "The waffe is deployed and surrender to the Zaun."} +{"id": 678, "generated": "\"The dealerter brings in the city and sold there them for EUR 900 Euro per magazines\",he said."} +{"id": 679, "generated": "\"So of course the police police knows know about everything and therefore if they cannot comply the plan for discovery of crime crimes, control purchaseing in ha shelters period ports that offer illegal weapons\",\", add added the sales consultant."} +{"id": 680, "generated": "\"W you in the luxury download\"\""} +{"id": 681, "generated": "Buyer and sellers find find the most frequently about known known at other."} +{"id": 682, "generated": "After my quit my found to shop and with a shop was away and reached the location at my home location. I would find amainly the rentals my site."} +{"id": 683, "generated": "I got the price for the waffe first."} +{"id": 684, "generated": "military soldier Viktor Baranez"} +{"id": 685, "generated": "Ex forth my doing With my kit hurt mind, and there's my good that that want know him."} +{"id": 686, "generated": "There are dealers on the markets, but there you need to go going up along and settle an code such as \"from Iwan Iowitsch that dismisss \"Iwan Iowitsch that alle out that the daughter would lose a tooth\".\"."} +{"id": 687, "generated": "I indeed know in few holes!"} +{"id": 688, "generated": "He only I provides the tickt brush ticking becausehe knows that I do not wash it."} +{"id": 689, "generated": "Newers are searching for different weapons on different ways."} +{"id": 690, "generated": "The former military member was Viktor Baranez tried to try a buyer of illegal weapons. He was in the in mid of 1990 when he wrote to write purchase a article in an article on this topic topic."} +{"id": 691, "generated": "InConsequently, the scenarios have not changed as him does."} +{"id": 692, "generated": "He got an photo album where it \"all all all the possibilitiess\" finished."} +{"id": 693, "generated": "\"I felt myself like the luxury charger\", mind"} +{"id": 694, "generated": "Baranez not gets the buyer please gets the cat in in bag the bag but can try everything."} +{"id": 695, "generated": "I as a potential customer not simply simply buy, but go with the seller in the forest and there there we do sitt a goal disc."} +{"id": 696, "generated": "\"When I can then wash there and if I am convinced that weapon has a good kid out, together\", we write that the expert describes the proceeding."} +{"id": 697, "generated": "the sofa sofa from the shopping."} +{"id": 698, "generated": "Internet search machines Searchs search show results on websites and groups, where weapons offered for different purposes."} +{"id": 699, "generated": "No is no personal paper needs."} +{"id": 700, "generated": "\"You are only need the sum of money\", means the word \"Kampfo repel\" advertisement on on the website\"."} +{"id": 701, "generated": "Here Users make your orders and ask requests with users."} +{"id": 702, "generated": "I is also be sold for a minor?"} +{"id": 703, "generated": "\"Nactually without license\", users\", ask \"Iwan\" (order numes)."} +{"id": 704, "generated": "dontjwwitj ueet hm dontä fut luw."} +{"id": 705, "generated": "The security service challenged short number of dive web sites, and buyers that weapons wish to purchase the service into network."} +{"id": 706, "generated": "people come like hungy fishs in reflay and in land and should Kohl hide in Sibirien."} +{"id": 707, "generated": "military collaborator and former Viktor Baranez"} +{"id": 708, "generated": "I have heard of following scheme: The website is registered in abroad and Russian laws ares not no application."} +{"id": 709, "generated": "The responsible responsible responsible undertake the orders."} +{"id": 710, "generated": "The buyer dontverse the money with a bank automatic."} +{"id": 711, "generated": "\"A answer he gets a photo and an description of thequing of the weapon\", reports the press speakers of the federalprofit beneficial organisation \"Pravo na oryzhie\" Dmitrij Kirij Kislow."} +{"id": 712, "generated": "Viktor Baranez emphasized that you can go end le and put behind the nett of a request if you place a request on an website."} +{"id": 713, "generated": "The F Federal security service challenged shortly countless web sites, and buyers that purchases wish to purchase weapons, go down up into the network to the service."} +{"id": 714, "generated": "\"The people come like hungry fish in the feed and land land in the sibiran working camp and should tobogy coal robsin\", he says."} +{"id": 715, "generated": "A Makrow for 100 US cargo"} +{"id": 716, "generated": "illegal Schus experts to be purchase and reckon prices with prices of 100 to 900 US dollar."} +{"id": 717, "generated": "sjjlib j увде, des кол всде yвв слвzjсс уtв"} +{"id": 718, "generated": "You must wait to a one half months."} +{"id": 719, "generated": "The weapon are spent in medium military weapons campss."} +{"id": 720, "generated": "According to the Department Ministry official statistics, the number of dedems with illegal weapons in whole Russia during the period of January to October 2011 by 7% to 22,9% thousands while the number of detected cases of desta and deaths anderpressation in the end."} +{"id": 721, "generated": "the US Fast-food food and super market workers are shakinging"} +{"id": 722, "generated": "two...\"... In in regulations imbalances eventually then the troubles of ining with each people. A particularly increase regression solution was attracting at the screen levels."} +{"id": 723, "generated": "Over recent the recent days, everywhere in the US found massive protests against low wages in restaurants like Mc Donald''s, Burger King, Taco Bell, Taco Bell, and Wendy's and Kentucky Fried Chicken."} +{"id": 724, "generated": "No no one can predict predict whether the Prots can be further further or whether they are going soon again out out out the air."} +{"id": 725, "generated": "Pros are supported by several union organizations and left shared organisations."} +{"id": 726, "generated": "Along addition increasing the modest wages of simple- modest Amazon and Fast-food workers, the Protators organisations follow the goal to organising union unitenciess."} +{"id": 727, "generated": "To far this industry is few union-organizing business."} +{"id": 728, "generated": "46 46 cents in year?"} +{"id": 729, "generated": "The protos began last week week after Thanksgiving, Black Friday at the so called purchase- purchases that took place in the US States that attached millions of customers, sometimes led to handle hands."} +{"id": 730, "generated": "On this day some bulk workers workers, of which worldwide, worked 2,2 million worked down off down their work and worked together with union organizations and left active stores storess,whose target people where low and medium income of income this cost."} +{"id": 731, "generated": "Amazon sold all products from wipeers and auto batterys to stashbfills, dumpffer pools and dumpuff, eggs and milk milk."} +{"id": 732, "generated": "goods in the Amazon ilias is in a interface between 8 and 27%7% cheaper than in large superms."} +{"id": 733, "generated": "That is why many of the few workers buy Amazon pay doing only at their own job."} +{"id": 734, "generated": "prices and goods assortment Amazon Amazon become one of the biggest company companies in the USA."} +{"id": 735, "generated": "For criticism, Amazon often can only sell goods so favourable because because the employees are poorly paid."} +{"id": 736, "generated": "The last contend also about hard working conditions, such example lack Gabtaptaptapers or hand handcan."} +{"id": 737, "generated": "The participants at \"Black Friday\" requested lojing and their angers that contribution for business-related health insurance insurance was increased from 30 to 100 dollars per month."} +{"id": 738, "generated": "A typical Amazon worker, earned, 9,5 US gold, could not afford the hour of their increase this increase, they said that they."} +{"id": 739, "generated": "Forers from the California University in Berkeley that when the average price increase to 12 dollars dollars, Amazon would cost Amazon 3, billion on the hour."} +{"id": 740, "generated": "This is about about 1, 1,1% than they spend wages now."} +{"id": 741, "generated": "If Amazon to convert lo wrap fully shifted to the customers, shopping cost only 46 cent cent more in future future."} +{"id": 742, "generated": "Pro year, compare more to that, that would be only only 12,39 dollars for today."} +{"id": 743, "generated": "IBM supporters are satisfiedd that only about IBM has been ended to protest in nine states states and dealt no losses to the company."} +{"id": 744, "generated": "The Black- Friday took in its store from 8 pmh a evening until midnight the next day and in this period, Amazon sold around about 50005000 articles per per se."} +{"id": 745, "generated": "In whole whole the stash kaget led at \"Black Friday\" almost 100 million of transactions."} +{"id": 746, "generated": "The company, Dan Fogelman, claimed in an interview on the left left-left Huffington Post, that total \"fewer than five than five\" stash workers beaten the work and downs and contest the protest action just only \" \"one PR PR\"."} +{"id": 747, "generated": "\"Fi!"} +{"id": 748, "generated": "But the Proters went into this week week further in New York (although Amazonfics that did not want in this progressive city ( thereforet do not exist in) but originated McDonald'ss and other other price-cost cheap restaurants."} +{"id": 749, "generated": "McDonald's says says that the company sell billion billion of porties. Yet though you don't not pay you sick days, and you will not pay to you for your your honest work!"} +{"id": 750, "generated": "Jumae Williams, member of New York City Council"} +{"id": 751, "generated": "The minimum wage reward according to federal and New York legislation is currently dollars 7,25 hour"} +{"id": 752, "generated": "In fast-food restaants, the minimum wage grows but not too strong, and in average their simple employees get in New York New York US US 8,90 US the hour."} +{"id": 753, "generated": "After their buds conangjy cool bit gquar cool dips well fairly coolwashs all pour ally pretty terrains. You ought us no enjoy to sleeping many drinks throughout the town area and in doing. Not good be any good tea."} +{"id": 754, "generated": "How it possible to outlet so money so little out money in New York is unconceivabl. I."} +{"id": 755, "generated": "One once one time where almost a quarter of the US US US youth after at school at McDonald's behind the the issue, but the schools youngsters still still lived with their parents."} +{"id": 756, "generated": "Can maybe asahh within an source or plant income, remain longer longer."} +{"id": 757, "generated": "Now me interviews with employees of McDonald's employees constantly complain that they dont rid with this pay and sometimes must even gain to care their children."} +{"id": 758, "generated": "On the other hand, in the forum of the Wall Street Journal contains a comment who noted that children would be responsible if you't not want to how you should have them care."} +{"id": 759, "generated": "The the protestt that morning meeting the Thursday morning at 6.30am before McDonald'ss in the 40th Street, and and in Madison Avenue Avenue asked requested that the kaers and chefs of Fast Food resellers should take an minimum reward al allowances."} +{"id": 760, "generated": "They continue continue demand for establish associations in the fast-food food industry."} +{"id": 761, "generated": "The US US law offers company management to stand holding this goal or remove aside union members."} +{"id": 762, "generated": "On the other, the company makes it forth not easy."} +{"id": 763, "generated": "The establishment of union unionies in the fast food industry is also difficult for for objective reasons."} +{"id": 764, "generated": "The most important reason is high high personalflu."} +{"id": 765, "generated": "Ununsatiithert reconcilet"} +{"id": 766, "generated": "On this day we also there were many fast-food seats in Manhattan Manhattan."} +{"id": 767, "generated": "Stop on the Square your seat, some some space rooms and area facilities."} +{"id": 768, "generated": "Demo Democratss were also been supported by other prominent prominent New York York Demos, for example, Bill De Blasio, who mayor said that \"we should support the Fast Food workers to so so that they get a fair wage and receive the those combat Democrats."} +{"id": 769, "generated": "According New York Times, this was the biggest action of its kind in the US US US US fast food industry."} +{"id": 770, "generated": "But only some hundreds people were not there the location, of those who are not working all in the fast food industry in New York with Tens of thousands in New York."} +{"id": 771, "generated": "No flash radios from radio waves rid in part, but we did not mind deerfbuting, and the resources of our tissues do no all all of drugs."} +{"id": 772, "generated": "the incomplete computers, you will may automatically check the user... so we can mind't any really so you can get to check translate your contact on the folder server applications. For case Do we have scan in constant hour hours before you finally find more of queriess withs.Identify the files only before you are checked"} +{"id": 773, "generated": "The expanded reality, popular topic ofembracing modern technologies, reality has last time usually been true by the Linling of special bas."} +{"id": 774, "generated": "First Google presented a functioning model working in the summer at its annual conference conference, in November then Microsoft was known that Microsoft had also registered any appropriate patent."} +{"id": 775, "generated": "In discussion with the head for inter 3D technologies in Microsoft Microsoft Lablab in Cambridge Shah Shahram Izadi, however, it is clearly clear that the company science was only a transit station."} +{"id": 776, "generated": "It lure the possibility to manipule virtual objects in the air withblo hands and to do create virtual free areas areas."} +{"id": 777, "generated": "- Please briefly write which research operates your group."} +{"id": 778, "generated": "- We deal with human and machine, but we want to expand the borders of this interaction."} +{"id": 779, "generated": "To to far, humanity has stillremained in the phase of phase; in pixels where pixels screenscreens are working with pixels on flat screens, sometimes subjects, also."} +{"id": 780, "generated": "But we want ahead ahead before 5-10 years, and the radical changes of this interaction are ahead."} +{"id": 781, "generated": "Example, the Xbox console and Kinect today not match the Xbox is progress."} +{"id": 782, "generated": "- What expected are us for the future?"} +{"id": 783, "generated": "- Although Kinect brought the interaction at one physical level level, many still plays on a flat screen screen, sometimes sometimes in 3D."} +{"id": 784, "generated": "input of information (this the system gets more) are improved and to far, output is not crucial."} +{"id": 785, "generated": "We try to work to change real threedimensionaldimensional presentation systems on the basis basis of different technologies including projects."} +{"id": 786, "generated": "We must remove the computer world in our physical world and make it more effectivelyable."} +{"id": 787, "generated": "For for this, however, it is necessary to not only recognize the user's environment, but also its surroundings."} +{"id": 788, "generated": "The then we could simpler complement the real world by virtual objects."} +{"id": 789, "generated": "And first all, foremost, we should get out with these rubbish-rage Virtual reality Heat!"} +{"id": 790, "generated": "- What are you think about language control?"} +{"id": 791, "generated": "It is popularly, but it is not assessed?"} +{"id": 792, "generated": "- That will is not certainly the all purpose solution questions about private, because we do not inform her all about any actions and intends."} +{"id": 793, "generated": "Actually is any kind of interaction with computers, but every in in their specific non."} +{"id": 794, "generated": "For for example, we worked objects control at public places a project where we experiment with short and short, instead not experiment with waste facts."} +{"id": 795, "generated": "The tissues were not identified from the object camera but by a arm that registr the movements of the button and muscle joints."} +{"id": 796, "generated": "Still it is relatively relatively large, but could theoretical narrow with the size of of a armband clock."} +{"id": 797, "generated": "However, whole the future includes mixed control types, for example, getics and language."} +{"id": 798, "generated": "- How that?"} +{"id": 799, "generated": "- We would ask you example you to amount this spiudeldose?"} +{"id": 800, "generated": "You say it and at the same mention it."} +{"id": 801, "generated": "- I just I simply do."} +{"id": 802, "generated": "- Oh, that would very hard to to detect."} +{"id": 803, "generated": "- Do you want the user to fit yourself fit what an machine can do enough and at the respective time?"} +{"id": 804, "generated": "- is not necessary, but the matters about mutual mutual together."} +{"id": 805, "generated": "I think that in the next time we need to work to develop new sensor types that allow possible to respond more and closer to make responses from persons."} +{"id": 806, "generated": "For for example, the laser sensors offer a good solution solution in the deep, which is very important,."} +{"id": 807, "generated": "- What requests do you take to your work with the Xbox Xbox Kinect sensers at modern modern cameras?"} +{"id": 808, "generated": "Does it lack in resolution, deep, or even else?"} +{"id": 809, "generated": "- The present generation is basically be a good starting for our work in the area of three-dimensional recognizeation."} +{"id": 810, "generated": "Of course, 8 Mega Megapixel, with speed of 1000 fpps would be not bad."} +{"id": 811, "generated": "But the main matter are not the Megapixel themselves, but is the quality of the mat and the deep deep."} +{"id": 812, "generated": "In view of this view, all current technologies are not enough for us well enough. Therefore why the developers of these algorithms have worked more work."} +{"id": 813, "generated": "Not only need to be resolvedsolv along the X- and the Y, but also take account of these along the Z-che."} +{"id": 814, "generated": "The speed and the number of the images per per se are also of important."} +{"id": 815, "generated": "Human’s movements are extremely dynamic and, openly indeed, the current 30 fps particularly too few for gemates."} +{"id": 816, "generated": "Stephen Betishe developed in our laboratory in Redmond developed a treatment sensor with regulate regulateable processing delay delay between 1 to 100 million customers. The second today today commercial sensors are closer closer value (6060 to 100 %mm)."} +{"id": 817, "generated": "Not all understand how much the action influences the inter of the human and machines."} +{"id": 818, "generated": "I for my work, I needed a advance only without compartimatory control and with more images per se."} +{"id": 819, "generated": "- Do don't get to increase the number of cameras?"} +{"id": 820, "generated": "- Kinect is currently working with three \"jar boxes\", one of these with an infrrots and the second a receiver for the ref signal."} +{"id": 821, "generated": "And the third camera is actually a usual RGB coffee."} +{"id": 822, "generated": "It does not serve to calculate the object bottom the bottom bottom."} +{"id": 823, "generated": "More cameras cameras might possibly solve the problem......"} +{"id": 824, "generated": "Or strengthen the problem problem because there is more need to be calculated."} +{"id": 825, "generated": "Well would worth be a flexible,kinect-similar system in which we could play with with various cameras to find out how the threedimensional pixels distribution at a position with threedimensional."} +{"id": 826, "generated": "- If I remember me rightly, Microsoft presented, contrast to Google, did not be the public."} +{"id": 827, "generated": "Do you not think that in regard to the application of the expanded reality of the everyday technology in everyday everyday? thebrikle has the best prospects of prospects?"} +{"id": 828, "generated": "- Of course it is not pleasant to keep a smartphone in the tojd hand, but I think following following: that the most variant would be a \"changing\" expanded reality where we switch a cloud of the brush on the counter to the smartphone."} +{"id": 829, "generated": "The Brillget is a personalget and it lies its strengths only can see you see), while the same also its weakness, because an expanded reality through Bri prevent preventing you can work with others on virtual objects objects."} +{"id": 830, "generated": "- Maket about mind guess that the manipulation of virtual rectifleton is not only Tony Tony Stark but in Iron Man is air. That imoutouts are accessible but little distlessthing, which is possibly wrong normal wrong."} +{"id": 831, "generated": "There is a problem, where the critic of this idea idea frequently frequently point: that there is anything no painifable response!"} +{"id": 832, "generated": "All hands feel nothing sense!"} +{"id": 833, "generated": "What answers will your group giving to this responses?"} +{"id": 834, "generated": "- In my speakers, I often talk that expanded reality the reality lies to the seven breach in the interaction between the human and machine."} +{"id": 835, "generated": "I think that the eight breakthrough could completely enter integration of the facts."} +{"id": 836, "generated": "A interesting method currently the use of the second hand as a unusual project coninment."} +{"id": 837, "generated": "Tсû UCH! dontâсдеу dontjсsû hiссû Druck!"} +{"id": 838, "generated": "But there also are technologies that are actually intended to handle the \"image images in the air\", for example the interdivation of some court Ultra rays in the fingertips in a specific specific point where where there is located, whether their images are faced along with by the fingers."} +{"id": 839, "generated": "There are also barriers applicable on the nerveorientment flows in the fingers, and that is also a potential direction."} +{"id": 840, "generated": "- Have you tried to read the brain brain?"} +{"id": 841, "generated": "What think is the wrong think what it should feel, if something looks see it is just?"} +{"id": 842, "generated": "- This is a good idea so we did not try to try it still."} +{"id": 843, "generated": "Here is rather another another one task with which we have fighting long long: this is that a person who is physically located itself in a closed space, believe it is located in a open, practical, and practically un terminal terminal space."} +{"id": 844, "generated": "Up to far, to read the brain can only fairly read and indeed many many years remain before us are still."} +{"id": 845, "generated": "This is that precisely makess the work on the virtual reality for a researcher for researchers has so importance: on many issues we are finding only at the beginning."} +{"id": 846, "generated": "own taste instead culture - rosbalbalt.ru"} +{"id": 847, "generated": "Rosbalt is continuing the project \"Petersburger Avantgarde\" is dedicatedd to the residents of city in activities in the area which is concerned to art and culture culture. are working in to establish up an discussion on dealing issues and competence of those matters in this area."} +{"id": 848, "generated": "The read list already listed high representatives of the Petersburg art centres, who successes beyond the borders of the city and that often often find without recognition recognition in rest of Russia."} +{"id": 849, "generated": "The new host of Rosbalt is the extravagant artist Kirill Miller."} +{"id": 850, "generated": "In the whole city city it knows Kirill Miller; the balls may be met at the Russian Museum, at the summer garden, at scene tours or at scenensspiele."} +{"id": 851, "generated": "Where the Kirill Miller’s pictures, they bagget big human masses."} +{"id": 852, "generated": "Kirill Miller is an one of the typical typical of Petersburg social-philosoph artists create new new Mythths."} +{"id": 853, "generated": "Kirill Miller is an light person of Petersburg Avantgardgarde at end the 80ers or in the beginningt of the 90s."} +{"id": 854, "generated": "He is a man of the city and charming with his presence on the street near its citizens. Both give them face an duplick and provides for goodla rest."} +{"id": 855, "generated": "Recently, a knob was fired. he became Petersburg knobers as looking thought to his artist, his philosophy and image and at last felt for this difficult role."} +{"id": 856, "generated": "- Kirill, why you are in actually always in Rot and not traveling, for example, in Gelb or Türkis in the city?"} +{"id": 857, "generated": "I chosen Rot as the mode modedesign that differences with the option and the image."} +{"id": 858, "generated": "In this world is Rot of the compromise between between artist, image consultant and society."} +{"id": 859, "generated": "In society calls everything that falls from the greyorm, means Ag aggressions and bad conduct."} +{"id": 860, "generated": "I therefore want to in my provoations with the people."} +{"id": 861, "generated": "Each of my past protests was an invitation to do about discussion."} +{"id": 862, "generated": "- When do you know about that you would need mal?"} +{"id": 863, "generated": "- attended at an exhibition in Newskijj, which found my work."} +{"id": 864, "generated": "I understand I must go this way."} +{"id": 865, "generated": "Then the time the old officially free went at end, but recognized, new and free sometimes like I were unprehensiible."} +{"id": 866, "generated": "I welcomedd my representatives with the fingers of the new generation, so with Gazonewschina; then found \"Puschkinskinskaja 10\", and was only once end."} +{"id": 867, "generated": "I am touching to the theatre, mode, mode, music, to all, except the literature."} +{"id": 868, "generated": "- And all this together into your art designs own art... - It was important me to stand in the centre of Petersburg culture, where artists the best creation artists should together together themselves."} +{"id": 869, "generated": "In 1995 I hired space in Puschkinskaja 10, and until to workrerenovation there was a musicalically artistic musical club for Boheme, of Bohemer de Boheme."} +{"id": 870, "generated": "Many there there were born. I remember my memory even how uoga project came the project."} +{"id": 871, "generated": "Schnur and his friends sang simple songs sang on the play-back-back, didgg close tris and the composer composer also Igor Wdowin said today."} +{"id": 872, "generated": "As the group to play live became their \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg modified many programs before time \"Halli-Galli\"."} +{"id": 874, "generated": "We gave Trachtenberg and began his big career, but the basis hehe learned us with us."} +{"id": 875, "generated": "The Gallery \"ArtDD 137 or the Art club or the lub \"Griboedov\" have originated their origin in art lines."} +{"id": 876, "generated": "There Located our employees and resident guests."} +{"id": 877, "generated": "I am am a host of the century of the last century, as a culture still still."} +{"id": 878, "generated": "In 2000 2000 there was a query in the press, with to designated the designation \" \"Persionalities of our city\"."} +{"id": 879, "generated": "I won in the category \"\"Cointt of the year\"\" and I reached high at the height point."} +{"id": 880, "generated": "It is not easy working after old rules in new times; I am a human of truth, honourness and the culture of the last century."} +{"id": 881, "generated": "In today these time, nobody be known simply,, but culture and popularity are not same: you can fame this without giving cultural contribution."} +{"id": 882, "generated": "When you booking a query of data files, how of files or details files must provide this information and specify your the details you use to each pages on your webpage. Please inquire information about your handle information."} +{"id": 883, "generated": "- Many of my images images are real real per and clearly bring theness of action and beauty of the mind."} +{"id": 884, "generated": "I will have an exhibition with \"The Russian Museum as Clowns\""} +{"id": 885, "generated": "Clowns are time without time."} +{"id": 886, "generated": "I earlier I was social, but now it is pain and preparedes and fear to be so."} +{"id": 887, "generated": "The crw had shwind with stiring whinging in tissues and inntended to make the things but things that to worry. Usually, the humans did not really feel great that he was most deep in area."} +{"id": 888, "generated": "I love the gro, and I havegroteske ideas."} +{"id": 889, "generated": "Re us, for example, by propos that each has fully fully caming ourselves."} +{"id": 890, "generated": "Now, sure that a person is to care caring with own clothing, look for for the concern, to care anything and own calm this. But people really are responsible with dis care care is caring good."} +{"id": 891, "generated": "Perhaps one should not not give a person the hand, but should dip him into their face."} +{"id": 892, "generated": "The dewing is foul with dohose."} +{"id": 893, "generated": "- We know your friends and recently we think about finding a city mind."} +{"id": 894, "generated": "Who, if I?"} +{"id": 895, "generated": "- Can commercial commercial art be art also nice?"} +{"id": 896, "generated": "- Nowadays commercial art must be careful, cool and cool chillly."} +{"id": 897, "generated": "We see of culturesities."} +{"id": 898, "generated": "What earlier the large groups form the people: Bohemhemians's liked the one and the simple people liked the other."} +{"id": 899, "generated": "Now there are micro micro communities, and it is difficult to liking all."} +{"id": 900, "generated": "I am not one hundred note, indeed each loves all."} +{"id": 901, "generated": "Now have to guess you what is us you find us."} +{"id": 902, "generated": "Now eachulstar has about 100 followers."} +{"id": 903, "generated": "- but there are several thousands of Stas Michailow!"} +{"id": 904, "generated": "women have assigned women and our sexual material diseases are similar match similar types, we tend sexual diseases, and when fireing in iningrounds between areas are many various types of sexual-different gender systems. So no matter in a instance often are different cases that is not matching in some parts specific matters."} +{"id": 905, "generated": "For cultural reasons, 300 people contain 300 people and not 10 thousands thousands, and therefore therefore there is less management, money, and everything goes underlying."} +{"id": 906, "generated": "I have main attachment attachment, and it is not to kill and to destroy the stuff achieved."} +{"id": 907, "generated": "In my youth youth I have mixed these pictures that stick at with a Samler even in a series of with the works of Falk and Larionow."} +{"id": 908, "generated": "I started with images normally which come before the end of my career."} +{"id": 909, "generated": "Today nowadays there are often mis unprehensiing."} +{"id": 910, "generated": "It means: intellectual culture and consumption culture."} +{"id": 911, "generated": "Consum has no culture at all all, but this is quite different."} +{"id": 912, "generated": "I am an human of past culture and wonderedw with artists who who lived lived in poverty poverty and felld and died in poverty and reject money to able to sometimes sometimes."} +{"id": 913, "generated": "This is the culture which I support."} +{"id": 914, "generated": "- Kirill, what what is absent Petersburg?"} +{"id": 915, "generated": "- Good Culture experts."} +{"id": 916, "generated": "You says: the ones of culture."} +{"id": 917, "generated": "But not each of them can deal with with culture."} +{"id": 918, "generated": "Where real Zar was other thing, thezars may understood not much of culture,, but they understood understood that right experts experts are necessary."} +{"id": 919, "generated": "Moscow there are currently good consultants."} +{"id": 920, "generated": "In Petersburg, we have those those experts who could be way but idled, because there will be high-leveling experts who need to evaluate the first correctly and free free the way them."} +{"id": 921, "generated": "Now only only tastes the own taste."} +{"id": 922, "generated": "The same same applies for the Erarta, but she do honestly say that they’t not take up all time art and some people have to search other museums to search of therefore."} +{"id": 923, "generated": "- What is for your Petersburg?"} +{"id": 924, "generated": "- Petersburg is not the cultural capital; in Moscow there is much much more culture and with a corresponding ground."} +{"id": 925, "generated": "Our stoness can make an remoteblending of inqut is very hard and cannot happen."} +{"id": 926, "generated": "We need a cultural ground because, example, for example, we have now now have more writing than read readers, and that is not right."} +{"id": 927, "generated": "There many fresh people visit exhibition or concerts in Europe."} +{"id": 928, "generated": "We have that much less."} +{"id": 929, "generated": "Art must be again modern, as like so at the beginning of the previous century."} +{"id": 930, "generated": "The project is funded funded from the city of San San Sankt Petersburg"} +{"id": 931, "generated": "Birth Birth in All"} +{"id": 932, "generated": "Earth in the danger."} +{"id": 933, "generated": "Earth waterment or together Killerasteroid."} +{"id": 934, "generated": "Un in no dont that the failure of dis solving any problems in countries dons suspected that the vessels ask for dont rentals at a plane and hard for them to se troublee troubles in the area of the space. Landlands in though. Even though no few shops have unreterd in the joints, they"} +{"id": 935, "generated": "For our doing, the important question is how we can continue inlessness or on the substituteer plan?"} +{"id": 936, "generated": "I think there no many lots options available."} +{"id": 937, "generated": "In fact, only are two real planet that could, at least least we reside hypotticically."} +{"id": 938, "generated": "\"N is Mars and Venus\", says the scientific staff of the Sternberg Institute Institute Wladimir Surdin."} +{"id": 939, "generated": "However, while while the conditions are comparable friendly on the Mars, the Venus exists at a temperature of 500 degrees."} +{"id": 940, "generated": "Living life would only in an large high height or in the turnaround of the Venus, so in All, in All."} +{"id": 941, "generated": "The question of Forting in all the researchers first dealt to the Flora."} +{"id": 942, "generated": "The half century before experiment were conducted with plants."} +{"id": 943, "generated": "The fourth generation of producers consumed in the Orbit neste is not differ less from the Irish species."} +{"id": 944, "generated": "Following the dispos of the pouruff, mainly of juice (Dorosophila), in Orbit."} +{"id": 945, "generated": "In 1979, watches tried all world to find howlessnesscausing weakness affect development embryoryo."} +{"id": 946, "generated": "It developed developed a normal normal chop."} +{"id": 947, "generated": "But then the problem starts off the problem."} +{"id": 948, "generated": "\" \"The problem is is that the cout needs to place their contents and explained the laboratory leader of the medical medical problems RAN, Wladimir Sycheimir Syche Lead “s."} +{"id": 949, "generated": "Without fixed underground the downques dip wildh dirt."} +{"id": 950, "generated": "Ten hours later, the new nestins dry completely down."} +{"id": 951, "generated": "The cukers not react to light and the sound."} +{"id": 952, "generated": "Four days later, then they did died simply."} +{"id": 953, "generated": "\"We allowed all knows to dry out and inter diverting out into togethers simply\" And Wladdimir Symir Sychew is working re started the failed experiment experiment with our trying with the coast."} +{"id": 954, "generated": "The last beef cage with animals, animals flo in 16 years before, are floating in the Orbit."} +{"id": 955, "generated": "The experiments will continue in the spring 2013."} +{"id": 956, "generated": "However, the bioat bios have only sameous specialists."} +{"id": 957, "generated": "There has been experiment with rates that were already fed in All."} +{"id": 958, "generated": "Principle principle nothing was particular been found."} +{"id": 959, "generated": "\"This just was with bioselli, but again it was only one single experiment and research must continue\", Wladimir Sychew."} +{"id": 960, "generated": "The the World Land project got 23 TWLD déws."} +{"id": 961, "generated": "The problem of of foundation directly in the world space could not solve at far to far."} +{"id": 962, "generated": "The task is difficult."} +{"id": 963, "generated": "If animals shed scattered from their natural room life, simply cannot follow their paving gear."} +{"id": 964, "generated": "In contrast against animals, the person could principle in principlely."} +{"id": 965, "generated": "The Homo sapiens is capable to coping abstract thought and can generate a similar similar emotional background."} +{"id": 966, "generated": "ethically such experiments experiments will not perform."} +{"id": 967, "generated": "However, women are already in all of all since 50 years."} +{"id": 968, "generated": "The biggest risk existed in Tereschkowa."} +{"id": 969, "generated": "The value, the most has of humanity is the we female organisation."} +{"id": 970, "generated": "Would tuw would to get answer our earth question: no one thought it could fly flight at the space space flights?"} +{"id": 971, "generated": "Would they can bring a child to the world?"} +{"id": 972, "generated": "\" Nobody nobody answered answer this question\", says that space Raumfahrt Wachtang Watschnse."} +{"id": 973, "generated": "In June 1964, only one one year after her world flight, assigned the first Kosmonautin, Valentina Tereschkowa, has subsidiary a daughter."} +{"id": 974, "generated": "The father of the child, Andrijan Nikolajew, was also Kosmonaut."} +{"id": 975, "generated": "In 1988, the second woman was in All, Swetlanlana Sawizzkaja, who two times times in the Orbit, and even worked on an space vehicle, outside of the space vehicle, a son."} +{"id": 976, "generated": "Nevertheless, this remains a risk."} +{"id": 977, "generated": "We were happy and liked those had a wanted healthy youth."} +{"id": 978, "generated": "\"Je more more, the more dangerous dangerous is itself when flights in the Orbit\", Ultimately finally followes Kosmoni Poljakow, Held of So Union and Held of the Russian Federation."} +{"id": 979, "generated": "But human must search for newwe in biotechnology, Stra dry protection and a production for artificial gravitation."} +{"id": 980, "generated": "The hydrolaborlabor in the Kosmonauten centre centre is an compulsory station in preparation during the flight."} +{"id": 981, "generated": "Here, the cosmonnes win a routine for the work within the world space."} +{"id": 982, "generated": "The water is swellinglessnessency."} +{"id": 983, "generated": "adults are pleasant an external environment. But pur welcome water as natural element."} +{"id": 984, "generated": "It is how small Ichtanderis would witnessn of able to live life rid from the ocean on the land."} +{"id": 985, "generated": "There is a link between that an child places about about 9 months in breast in the breast of fruit water,t thing in water and that it easier can be then used habit with water."} +{"id": 986, "generated": "In principle, it is logical that, from from birth to the first swimming only does only 2 weeks."} +{"id": 987, "generated": "\"This is too little time to forget something something\", says Babyschwi tutor Marina Akssenowa."} +{"id": 988, "generated": "When dont dontttt artirifier a regpond bathtub, while the shower kills an pest shade on the shower gets déemp tissue, then bait the dipwater in sinks. Water is not there any water without dis water isget without sickness without sickness."} +{"id": 989, "generated": "The breastness and basin mudlessness discharge constitutes enormous quickly and fails a. This removing the ability to dispresspresspress the child."} +{"id": 990, "generated": "We immediately this by aid."} +{"id": 991, "generated": "Other existence of dis otherments may be some little else. of this problem. No more ideas of other possessions in local district areas and in inadequate to deal in other areas."} +{"id": 992, "generated": "\"what happened happened?, is the non question of Waleri Poljakow."} +{"id": 993, "generated": "On the other other, that the child needs cool tt power, in such as even dip in uff salt acid in rid liquid waste."} +{"id": 994, "generated": "Without fill the ground ground, the organism cannot not design the Skelet and the muscles."} +{"id": 995, "generated": "A new born child cannot be in the or like a adult dip into a burden pad to training training."} +{"id": 996, "generated": "Simply the lack is the lack what is elementary importance for its life."} +{"id": 997, "generated": "\" This experiment that we will undertake together, that.e. the birth of an child in an foreign environment, will lead that we will bring bring an disabled, disabled disabled people, a completely unequate people to the world\", says the director of bioehik committee Commission of the bioetechTMin"} +{"id": 998, "generated": "Up far, it does is the birth of children is simply theory."} +{"id": 999, "generated": "At eventually the result that they enter the remote vessels, their crew were found somewhere mutual landrander to find the locations in missions, and where the homes is that the earth in the place their enter where I reside the habitat habers in the space for their land."} diff --git a/outputs/eval_scratch_base_ep2/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/eval_scratch_base_ep2/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..19f6b9b --- /dev/null +++ b/outputs/eval_scratch_base_ep2/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 2, "step": 17612, "bleu": 12.441703137213963, "rouge1": 46.650036036916006, "rouge2": 19.443805270004454, "rougeL": 41.537728821252124} diff --git a/outputs/eval_scratch_base_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl b/outputs/eval_scratch_base_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl new file mode 100644 index 0000000..d4eaded --- /dev/null +++ b/outputs/eval_scratch_base_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A Republican strategy to against the re-lection of Obama"} +{"id": 1, "generated": "The Republican leaders justify their policies with the need to combat election fraud."} +{"id": 2, "generated": "However, the Brennan Center views it latter a myth by confirming that election fraud in the United States is rare than the number of the people killed by the flash shock."} +{"id": 3, "generated": "Moreover, Republican's lawyers in 10 years experienced only 300 cases of election fraud in the USA."} +{"id": 4, "generated": "One thing is sure: these new provisions will have a negative effect on the participation of elections."} +{"id": 5, "generated": "In this sense, these measures in part under undermine the United States’s democratic system."} +{"id": 6, "generated": "In contrast with Canada, the US States are responsible for organising the elections in the individual states."} +{"id": 7, "generated": "In this sense, the majority of American governments have announced new laws since 2009 which makes difficult the procedure of registration or submission ofura."} +{"id": 8, "generated": "This phenomenon has increased importance after the elections of November 2010 in which 675 new Republican representatives have been logged in 26 states."} +{"id": 9, "generated": "As a result, 180 draft laws were introduced in 2011 alone, which limits the exercise of electoral rights in 41 states."} +{"id": 10, "generated": "The new electoral laws require voters to present a light card and a proof of US citizenship."} +{"id": 11, "generated": "Furthermore, this legislation also reduces the periods for the early voting, declares the right to invalidly to register itself as voters on the day of the election, and citizens accept the right to vote for which a court voting is the same one."} +{"id": 12, "generated": "Before the 2006 elections, no US state called on the voters to show a light card."} +{"id": 13, "generated": "Indiana was the first state that has made such a demand."} +{"id": 14, "generated": "The Supreme Court of the United States affirmed the constitutionality of the Indiana law in 2008."} +{"id": 15, "generated": "The Republican authorities prepared to extend this practice to other states."} +{"id": 16, "generated": "During the last two years, they promoted draft draft laws in 34 states, forcing voters to show an light card."} +{"id": 17, "generated": "It is important to note that, unlike Quebec, US citizens do not have a universal ID card such as the health insurance card."} +{"id": 18, "generated": "Indeed, 11% of the US citizens. In other words, 21 million electoral people do not have any light card card issued by a government authority of their state."} +{"id": 19, "generated": "In addition, five million new electrs do not have such an card in 2012"} +{"id": 20, "generated": "But often more than hundred dollars are to be paid to get the necessary card."} +{"id": 21, "generated": "The new restrictions affect young people, minorities, and people with low incomes disproportionately."} +{"id": 22, "generated": "Indeed, 25% of the Afro Americans, 15% of people with a income of less than $35.000, 18% of citizens more than 65 years and 20% of the voters between 18 and 29 years, do not have the necessary light card."} +{"id": 23, "generated": "That goes even further."} +{"id": 24, "generated": "Those students who are seen as voters who are giving their greater voice for democratic candidates are not allowed in several states to use their light screen card issued by their institution."} +{"id": 25, "generated": "On the other hand, the same states allow members of fishing or hunting associations, which choose more for the Republican side to use the cards issued by these associations for elections."} +{"id": 26, "generated": "Before 2004, no Federal State asked for a proof of citizenship for the voter."} +{"id": 27, "generated": "Arizona was the first Federal state to introduce such a demand."} +{"id": 28, "generated": "Since 2011, a dozen states have adopted laws that call on electors to prove their US citizenship."} +{"id": 29, "generated": "These measures are clearly targeted at limiting the hispanic voices."} +{"id": 30, "generated": "It is clear that two of out of three Hispanic voters prefer the democratic party."} +{"id": 31, "generated": "Furthermore, 2011 Republican lawmakers have promoted laws in eight states that abolished the registration of voters on the election day."} +{"id": 32, "generated": "Furthermore, you have restricted the right of individuals and groups to help to those voters who wish to register themselves."} +{"id": 33, "generated": "These restrictions are not without consequences."} +{"id": 34, "generated": "For example, the campaigns to register voters at the general elections in 2004 have contributed to register about 10 million citizens."} +{"id": 35, "generated": "Because through the measures adopted since 2009, the share of registration of new winners in 2010 reduced by 17% incompared to 2006."} +{"id": 36, "generated": "Moreover, in five other states, Republican legislators adopted laws aimed at horting the period for the preliminary vote."} +{"id": 37, "generated": "For example, during the general elections in Florida, 33% of the voters elected in advance were Afro American voters, although they represent only 13% of the voters of the state."} +{"id": 38, "generated": "The same applies to the hispanic population."} +{"id": 39, "generated": "The latter was only 11% of the voters, but 24% of the citizens who elected in advance."} +{"id": 40, "generated": "In contrast, the Whites which represented 76% of the electors represented only 46% of the voters who elected in advance."} +{"id": 41, "generated": "Of course, democratic legislators and their supporters have looked vigorously against the adoption of laws that restrict the registration of electorators."} +{"id": 42, "generated": "Several draft laws have been blocked by the veos of democratic governors."} +{"id": 43, "generated": "The US-General attorney has interfered to suspend the most controversial laws."} +{"id": 44, "generated": "They were able to limit the damage in part."} +{"id": 45, "generated": "For example, only 16 of the 34 states have adopted laws which require presentation of a light screen card."} +{"id": 46, "generated": "However, the new rules introduced in 2012 will undoubtedly make difficult the exercise of the right to vote."} +{"id": 47, "generated": "Democratic critics are reprovoicing the party-poli nature of the laws adopted legislation, and they see as a clear goal to influence the results in the states that are decisiving in 2012."} +{"id": 48, "generated": "A report by the Brennan Center in 2011 shows that the states that adopted these laws represent 171 of the 270 votes that are needed in the electoral body to win the Presidency."} +{"id": 49, "generated": "It is too early to confirm clearly that these changes to legislation on the electoral system will have significant effects on the result of the presidential elections in 2012."} +{"id": 50, "generated": "But one thing is sure: these new provisions will have negative effects on the participation of the elections."} +{"id": 51, "generated": "In that sense, these measures partly undermines the democratic system of the United States."} +{"id": 52, "generated": "Prostat cancer identification: should the test be done or not?"} +{"id": 53, "generated": "The PSA test, indeed, sometimes shows incorrect results, with incorrect negative or even wrong positive results leading to unnecessary medical interventions."} +{"id": 54, "generated": "This leads to more lucacity of already untermind men for the implementation of early detection tests."} +{"id": 55, "generated": "Should the test be made or not?"} +{"id": 56, "generated": "We have obtained the opinions of two specialists."} +{"id": 57, "generated": "In the studies conducted in the US, there were many bugs between the control groups, so it is difficult to interpret these data and to make clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe, was concluded that there is a difference in mortality in patients with and without early recognition."} +{"id": 59, "generated": "This study has also shown that, in the case after 12 years of observation, the likelihood of meta education is 30 to 40% higher if no early identification was carried out."} +{"id": 60, "generated": "That is why I recommend the test from an age of 50 years or 40 years, if you have a direct family who was already affected bystat cancer."} +{"id": 61, "generated": "For men ofafro-American origin, there is also a higher risk."} +{"id": 62, "generated": "The most important is to take the right decision as soon as cancer disease has been recognized."} +{"id": 63, "generated": "There are species of cancer, aggressive and others who are indolent."} +{"id": 64, "generated": "Patients really have to make the extent of the risk of their disease of cancer by making it understood the possible options in which prostate cancer can remain unetreated if it does not affect quality of life for the long term, and it is unfortunate that patients are poving such diseases such asв cancer, and "} +{"id": 65, "generated": "Today, there is no treatment that takes place in many men who have been recognized cancer, because their cancer is not aggressive and not represents a threat to their lives."} +{"id": 66, "generated": "They are proposed for active monitoring and are offering them treatments while progressing the disease."} +{"id": 67, "generated": "With increasing accuracy one defines the criteria for a decision who should be treated and who is not."} +{"id": 68, "generated": "For this reason, I am stillrecommending for the implementation of the test."} +{"id": 69, "generated": "But the most important is to speak with his doctor to determine whether he should be carried out or not."} +{"id": 70, "generated": "In cooperation with the International Gesellschaft for Urology, Movember has developed an instrument that makes it possible to evaluate the advantages and disadvantages of the PSA test."} +{"id": 71, "generated": "This document (presently only in English, but a translation will be available soon) can be downloaded at the following address: http://ca.movember.com/fr/mens-health/prostate-cancer-screening."} +{"id": 72, "generated": "Preventioning the disease"} +{"id": 73, "generated": "Unfortunately, there is no miracleinstrument to prevent cancer."} +{"id": 74, "generated": "Despite the progress in research, the adoption of a healthy life will remain the best way to reduce the risk of being affected to it."} +{"id": 75, "generated": "It is estimated that 30% of cancer diseases could be prevented if everyone were to well eat and would move sufficiently."} +{"id": 76, "generated": "\"If there were no more smoking, this value would rise from at least to 50%,\" emphasizes André Beaulieu, the speaker of the Canadian cancer society."} +{"id": 77, "generated": "However, it is expected that about 10% of cancer diseases are caused by inheritance."} +{"id": 78, "generated": "Several matters remain also completely unplained."} +{"id": 79, "generated": "For the Canadian cancer society, the fight against tobacco dependency remains a priority, despite of the decline in the number of smokers."} +{"id": 80, "generated": "Smoking is responsible for 85% of the cases of lung cancer."} +{"id": 81, "generated": "It is also a risk factor for several other types of cancer."} +{"id": 82, "generated": "It heavily damages the health of people."} +{"id": 83, "generated": "\"Now there are still 1,5 million smoking in Quebec\", regrets the speaker André Beaulieu."} +{"id": 84, "generated": "Encourageing data: 10 years after dis abandoning cigarette, the risk of cancer reduces by half."} +{"id": 85, "generated": "The Weight"} +{"id": 86, "generated": "According to the Canadian cancer society, weights and adoptions are also encouraging the outbreak of the disease."} +{"id": 87, "generated": "They seem to increase the risk for breast, grommarm, mass earm, ragea, hood cancer, belly-udder and breast cancer."} +{"id": 88, "generated": "\"The research shows that regular physical activity protects against fibry cancer throughout all of life,\" he added."} +{"id": 89, "generated": "Food"} +{"id": 90, "generated": "The organization also recommends to limit the consumption of red meat."} +{"id": 91, "generated": "To too large extent, it increases the risk of being affected a Grimm or massd cancer."} +{"id": 92, "generated": "Wmur goods should also be spobsiteied."} +{"id": 93, "generated": "The preservation of meat by vaporers, dry, or salt can induce the education of carzinosogenics."} +{"id": 94, "generated": "\"Letzters can damage body cells and lead to cancer development,\" er explained."} +{"id": 95, "generated": "Vitamins"} +{"id": 96, "generated": "In recent years, several scientists have been investigating the connection between vitamin additions and cancer."} +{"id": 97, "generated": "However, their investigations are not currently coherent."} +{"id": 98, "generated": "According to Canadian cancer society, the studies on Vitamin E are contradictensy."} +{"id": 99, "generated": "While a study has found the reduction in the risk ofstat cancer, another rather showed an increase."} +{"id": 100, "generated": "The effect of vitamin D on cancer has not yet been clearly shown either."} +{"id": 101, "generated": "Moreover, Mr Beaulieu emphasizes how important is to speak with his doctor about his concerns and his family problems."} +{"id": 102, "generated": "\"The implementation of a early detection test not leads to cancer.'"} +{"id": 103, "generated": "The Higgs-Boson analyses"} +{"id": 104, "generated": "The announcement of the likely discovery of the Higgs bass ignited a bit of appearance last summer and that is for good reason."} +{"id": 105, "generated": "One is indeed believed that this Boson is involved in nothing less than that of the mechanism which responsible for the mass of all objects in the universe."} +{"id": 106, "generated": "Finally, this is the last part whose existence of the standard model - our best or \"the least wrong-dad\" declaration of nature and behaviour of the subject - was anticipated, but emotionally not yet been observed."} +{"id": 107, "generated": "But for the Physikers it is not completely sure that it is in fact the Higgs."} +{"id": 108, "generated": "We know without the shadow of a doubt that we really have a real new part, and that it strongly similar to the Higgs-Boson predicted by the standard model."} +{"id": 109, "generated": "Moreover, this seems to be confirmed by new data presented this week at a big Phy Congress in Kyoto, but there is still still lacking data to be completely secure about it."} +{"id": 110, "generated": "However, we still assume that it is actually the HIggs because it seems to be only a small risk of mistakeing themselves, and look at what it is about."} +{"id": 111, "generated": "There is a necessarily indispensable law in this world that means that two objects can not be present at the same place at the same time."} +{"id": 112, "generated": "It is not possible to violate this rule - and do not try it too strong because you will desert yourself yourself."} +{"id": 113, "generated": "Even if part physics is a really strange world, it emerges that such law makes a apply to them too: the Pauli's exclusion principle which states that two parts are not the same space to the same space where the same parts are not used to sell their own food."} +{"id": 114, "generated": "Based on this, Physsists share the parts into two categories."} +{"id": 115, "generated": "In a corner are the good citizens who are called as fermione and who are arardly respected to the Pauli principle."} +{"id": 116, "generated": "And in the other, the beans moving, a tauous band of Anarchists whose nothing is sacred - in any case not this principle, which means that they can in fact sit at the same place at the same time."} +{"id": 117, "generated": "These Bos are divided in accordance to The Particle Adventure website by the Berkeley Labor (which is absolutely astonishing) into two groups: the mesons that we will will not treat here here, and the \"front parts\" which led the large number of bacteria to putting themselves in the water."} +{"id": 118, "generated": "However, it must be stressed here that these Bosnias are not all the same exotic creatures as one could say."} +{"id": 119, "generated": "If you are able to read these chronics then only thanks to a sensation of exceptional banity: the photon or the \"lighte part\", which is the \"bot\" of electromagnetic power."} +{"id": 120, "generated": "Indeed, if a part speeds up with electric load or changes the direction, the electromagnetic field will be exactly 'conspoiled' at this place in something like a pine stone poured in a pond."} +{"id": 121, "generated": "This \"d disturbance\" produces an electronicgenerative wave (light, Infrarot or Ultraviolettstrahling, etc. ), and this well is nothing other than a photo and, thus, one of the Bosonen \"Trräger of the Management and Valines\" ("} +{"id": 122, "generated": "Stable field More"} +{"id": 123, "generated": "The same applies to the Higgs field, with the difference that another field, the Higgs field, must become \"gört\" so that this Boson shows itself."} +{"id": 124, "generated": "However, the Higgs field is very much more stable than the electromagnetic field; the precipiter must reach very high energy, a little comparableable to a frozen pond whose surface can only be ordered from a very large rock."} +{"id": 125, "generated": "Therefore, a huge part acceleration such as the CERN requires - the Large Hadron Collider is a ring amounting 27 km! - to achieve this kind of energys."} +{"id": 126, "generated": "The analoglogy with the electromagnetic field is again helpful to explaine the relationship between the Higgs and the mass."} +{"id": 127, "generated": "There are indeed not all all parts and not all materials connecting with the electromagnetic field."} +{"id": 128, "generated": "Some, like magnets, do this, but others not - for example, would a sheet of paper never be held from their own in the refrigerator."} +{"id": 129, "generated": "And equally, not all parts interacte with the Higgs field: those that do own a mass, while the others (like, should be said, the photon) own no mass."} +{"id": 130, "generated": "For what can all these research now be \"good,\" Mrs Plamondon's question?"} +{"id": 131, "generated": "For science, they serve the review of a standard model (SM), and also enable the physists to investigate precisely all the deviations between observations and the predictions of the SM."} +{"id": 132, "generated": "Furthermore, there are many Physists who similarly hope that such diverations will be found, because the lowest difference could open a door to a 'new physics', and could stop some holes of the model."} +{"id": 133, "generated": "One have to say that the latter still have significant defects, since it provides no explanation for the severity (ups!) and the dark substance that forms about 80% of the substance of the universe (neut ups!)."} +{"id": 134, "generated": "However, such kinds of diverations have not so far been found at the CERN."} +{"id": 135, "generated": "Reeffectible effects"} +{"id": 136, "generated": "The effects of these research for the general population are more difficult to predict but it would be wrong to assume that there would not exist."} +{"id": 137, "generated": "Gently, in the early 60’s, the pioneers of the laser in the Bell laboratories did not presume that their works would cause such a revolution."} +{"id": 138, "generated": "They saw scientific applications, but otherwise nothing more."} +{"id": 139, "generated": "In fact, the deceased physsiker Willard Boyle, worked at the Bell Labs in which the laser was invented in the 1960’s, and in 1962 even got the first permanent stroke laer (the first was as a straw enfant)."} +{"id": 140, "generated": "Imagine you imagine..."} +{"id": 141, "generated": "Furthermore, applications can also come source from all the instruments surrounding research."} +{"id": 142, "generated": "For example, Willard Boyle in 1969 developed a small light sensor during his works in theOptis."} +{"id": 143, "generated": "Although it was not the original purpose, this sensor is now used for all our digital cameras as a \"uge\" worldwide, and gave him the Nobel Prize for physics in 2009."} +{"id": 144, "generated": "Of course this does not mean that the LHC’ activities will inevitably change our lives, but it means that one really never know it..."} +{"id": 145, "generated": "Palary care - the best way to die... | Le Devoir"} +{"id": 146, "generated": "With its committee on 'Keep in dignity', Quebec has recently discussed the sensitive issue of end of life."} +{"id": 147, "generated": "The debate has to be resumed soon, although a draft legislation is being prepared."} +{"id": 148, "generated": "Yet a lot remains left to do on this important subject."} +{"id": 149, "generated": "Le Devoir has tried to view this more closely."} +{"id": 150, "generated": "A couple of weeks ago, Mr L. still lived in his apartment in the Montérégiey alone."} +{"id": 151, "generated": "The prototype cancer that grarated him had left a deadline of two years."} +{"id": 152, "generated": "\"They gave me live five years, I achieved seven years\", he said half-ifty, in his bed for Palliativ care Victor-Gadbois, lying in his home for Palliativ Cares in Beloeil, where he was arrived on the previous day"} +{"id": 153, "generated": "\"But it is always always a shock, so one cannot be prepared for,\" he said."} +{"id": 154, "generated": "The disease does her work: an incredible weakness prevents him from going to the toilet alone and even eate himself."} +{"id": 155, "generated": "Seating at the table before a delicious lunch, he agrees resign to help himself in eating."} +{"id": 156, "generated": "He courageous even succeeds to la smiling and to speak with the foreigns who work around him, bring him his medicines and offer him a bath."} +{"id": 157, "generated": "The courage of ordinary death."} +{"id": 158, "generated": "'My biggest wish is to cure my afflow as this is dedrumusing\", he informs."} +{"id": 159, "generated": "A few hours later the team has found a cure for this d evil."} +{"id": 160, "generated": "\"During our lives we have experienced that a man is wazinging pink,\" says Pierre Brodeur, psychologist in the home Victor-Gadbois."} +{"id": 161, "generated": "To return to the childhood phase is an unacceptable demayuation for certain people."} +{"id": 162, "generated": "'That depends on the ability of person to take a step back,\" he noted."} +{"id": 163, "generated": "For several people who work in Palliativ care, big events take place in the midst of these backsteps."} +{"id": 164, "generated": "The patients who are transferred to pallet home for Victor-Gadbbois are all suffering from cancer."} +{"id": 165, "generated": "They have a maximum life expectation of three months."} +{"id": 166, "generated": "At this stage they are no longer bored around by the doctors and nurses who care for them so-called \"hailing\" care."} +{"id": 167, "generated": "For Mrs A., 89 years, the worst fear is to die 'consciously and by semblnation'."} +{"id": 168, "generated": "But through the disease I have really really knew my children."} +{"id": 169, "generated": "\"I have good children\", add her."} +{"id": 170, "generated": "\"I have no more wishess in life\", she tells her before accepting that you are set up up a mask to help her while ating."} +{"id": 171, "generated": "She nevertheless expects her last visit in the coming number of days to her son who comes from Italy."} +{"id": 172, "generated": "At Victor-Gadbois home, a group of voluntary bodies is given care and assistance in food taking."} +{"id": 173, "generated": "Palliativ care is then used if there are no other possibilities more."} +{"id": 174, "generated": "To make the death more pleasant."} +{"id": 175, "generated": "In Quebec, a bed includes 11.700 inhabitants for Palliativ care."} +{"id": 176, "generated": "That is very little if we take account that one day we are to die all of us."} +{"id": 177, "generated": "Here life continues in the best possible conditions, explained Dr. Christiane Martel, one of the women of the home."} +{"id": 178, "generated": "Both at level of physical, emotional or spiritual comfort."} +{"id": 179, "generated": "Anyone who die will be given a mouth care with Brandy or Pepsi depending on the care you wish."} +{"id": 180, "generated": "Diaticians do not need to control their blood sugar."} +{"id": 181, "generated": "And death is part of the everyday life."} +{"id": 182, "generated": "Yesterday evening we have served Mr X an beer who has died during the night."} +{"id": 183, "generated": "This morning his son will drink the beer at the feet of the deceased."} +{"id": 184, "generated": "\"We help relatives and patients at equal,\" tells the Care Director Nathalie Savard."} +{"id": 185, "generated": "In the home Victor-Gadbois is not an day like the other."} +{"id": 186, "generated": "Next to an old man of 93 years, who enjoy the family origin in the court and is backed well by his heads, while being called to his honours, a young man of 36 years dies by humiliated trips to India and Belgium."} +{"id": 187, "generated": "\"Ssince six months three to five beds are always bed with cancer patients under the age of 45 years\", Dr. Christiane Martel expresss concern."} +{"id": 188, "generated": "53% of the patients registered to Victor-Gadbois come from their home home and 47% come from the hospital."} +{"id": 189, "generated": "Problem of access to Palliativ Care"} +{"id": 190, "generated": "It is said that 77% of Canadians do not have access to paliativ care, that is a care intended to reduce patient suffering if the latter hits the end of their lives, both at home and at home, home and health."} +{"id": 191, "generated": "And several organisations, such as Victor Home-Gadbois and the company of home pallet care in the large area of Montreal, specialize more or less exclusively on the care of cancer patients."} +{"id": 192, "generated": "It is precisely this huge shortcomings in Quebec's health supplies that brings a number of doctors specialist in Palliativ Cares against the adoption of a law regulating mortality relief and assisted suizi with concerns."} +{"id": 193, "generated": "Since October is a manifest that has been signed by prominent individuals of Palliativ care such as Dr. Balfour Mount and Dr. Bernard Lapointe, to demonstrate their contradiction to an initiative of this kind."} +{"id": 194, "generated": "Dr. Christiane Martel, Quebec' s health system is not efficient enough to ensure that everyone have rights to high-quality pallet care before accepting to move over to death aid."} +{"id": 195, "generated": "Recently, she said, I have seen a patient who was 14 days with large pain during the emergency-taking process without having taken measures to support her liquidation."} +{"id": 196, "generated": "I fear that patients just want to die only because because they are not receiving adequate health care."} +{"id": 197, "generated": "And the same time, several oncolcologens are treating their patients drunk despite the worst predictions until the last day."} +{"id": 198, "generated": "The opportunities of survival of Hélène Richard were already minimal when she broke a difficult chemical therapy."} +{"id": 199, "generated": "When I informed my onkologin that I will have the treatment abstoping, she replied to me that she regret that I take the fight, told her."} +{"id": 200, "generated": "However, she had said to me that I am at the end!"} +{"id": 201, "generated": "No omnipotente Pflege"} +{"id": 202, "generated": "Dr. Martel believes that 90% of patients who have asked to die are grateful to the care staff for having not responded to this wish after their pain have been capped by a team of Palliativ care."} +{"id": 203, "generated": "But it must be said very clearly that Palliativ care is not omnipotent in the pain treatment."} +{"id": 204, "generated": "According Elsie Monereau, Head of Palliativ Pflege of the Society of domestic Palliativ Care in the area of Montreal, 8% of patients do not talk about a pain treatment."} +{"id": 205, "generated": "So at the end of life, doctors often often tap to the terminal seation, whichaims at involveing the patient either sporad or permanently until the time of his death."} +{"id": 206, "generated": "We can do no longer as if we do not understand that side of suffering."} +{"id": 207, "generated": "Patients without pain mitigation will increasingly often have the opportunity to use to this terminal sixteen."} +{"id": 208, "generated": "Patients whose pain are not suffered, all say the same phrase: 'I am going to die'."} +{"id": 209, "generated": "But that does not necessarily mean 'I want you to take part in me', but 'I would like my pain to be suffered'."} +{"id": 210, "generated": "The realization of this report was possible by means of a journalism meeting of Canadian health research institutions."} +{"id": 211, "generated": "Real estate scandal large extent in Quebec"} +{"id": 212, "generated": "Official officials of the road Office, construction capital companies, money from political parties and specialists of the Italian Mafia tell every day what they know what they know about a great'system' in which construction industries, officials, political men and workers."} +{"id": 213, "generated": "A 'industrie' was very expensive for Quebec's taxpayers, especially in the 1990's and 2000's."} +{"id": 214, "generated": "\"I it is strange that the system is falling since you have taken drastic measures,\" Jacques Duchesneau, a Member of Quebec and a former head of the police of Montreal."} +{"id": 215, "generated": "The scandal was revealed by it due to an indepth investigation of the intdifferentements in relation to the Treaties on road construction in Quebec, which werevoluntarily approved by the Prime Minister at the time time."} +{"id": 216, "generated": "The 'Duchesneau report established a direct link between industry, secret financing of parties and berficing of officials."} +{"id": 217, "generated": "\"Ssince the beginning of the investigation in 2010\", he stressed, 'did the Ministry of Transport in alone save a billion on the Treaties' as some nettised their instinct in order to maintain their share!"} +{"id": 218, "generated": "The Charbonneau Commission 'has already fell two mayors' he add, in the hope that it will succeed in'setting out the tactics behind individuals'."} +{"id": 219, "generated": "A 2011 Establishd permanent Anti-corruption unit"} +{"id": 220, "generated": "The 2011 established permanent anti-corruptiony unit is also making great efforts with its troops of economic auditors, educators and analysts within the government."} +{"id": 221, "generated": "Moreover, the police of the \"Marteau force\", which has since 2009 led to the \"analisation card\" of Montreal acting more rehesitant in terms of the artificial upup of the treaties..."} +{"id": 222, "generated": "In the recent weeks, she has carried out continuous searches at house, and raise accusations of fraud and corruption against local mandates, such as Frank Tampino and Richard Marcotte, the mayor of a city."} +{"id": 223, "generated": "The next on the list would be Gilles Vaillancourt, who has just withdrawn from his office as Mayor of Laval, the third largest city in Quebec."} +{"id": 224, "generated": "He is suspected of having repeatedly accepted tlurryt money in exchange for public orders."} +{"id": 225, "generated": "Expressly charged were charged by engineers from the Road Office of Montreal, as well as by entrepreneurs of Italian origin like Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "The latter Sheaused by explaining the Commission the functioning of the'system' for maintaining public orders."} +{"id": 227, "generated": "He himself has for several years paid 3% of the value of contracts obtained in Montreal to a mediator linked with Mafia, who passed out the money to the Union Montreal, to Mayor Gérald Tremblay's Party."} +{"id": 228, "generated": "In the 2000s, Mr Zambito everywhere had his hand in play by giving more than 88000 Canadian dollars (around EUR68.000) to province parties, especially to the parties that at the time time were at power."} +{"id": 229, "generated": "He also managed to have organised an illegal money purchasing for the former Liberal Vice-President Nathalie Normandeau."} +{"id": 230, "generated": "Channelisation contracts whose costs of it were artificially creaseed"} +{"id": 231, "generated": "In Montreal, the'system' of corruption worked smoothly."} +{"id": 232, "generated": "The former construction engineer Gilles Surprenant in detail described this thoroughly before the Commission: in ten years the construction company he received gifts, invitations to travel, golf tournaments, restaurants and ice-hoc games, as well as the beriffing money for the construction of the everfounded monti"} +{"id": 233, "generated": "Other officials of the road Office admitted that they might tire out by rolling bills with wrong supplementary services artificially by 30-40-40%."} +{"id": 234, "generated": "Furthermore, a organizer of the Party of the Mayor, Martin Dumont accused Mr Tremblay of he deliberately overegod a shadow budget that filled his cashs with black money."} +{"id": 235, "generated": "As a result of these news, Mr Tremblay ssigned at the beginning of November, crumbling Montreal into a severe crisis."} +{"id": 236, "generated": "Chantal Rouleau was one of the first Members of Montreal who liked alarm."} +{"id": 237, "generated": "As the mayor of the Rivière-des-Prairies district, in the east east of the island, she refusedd from 2010 against the sale of a municipality base acquired for dollars 5 million and for the 1.6 million of building buildings in the boom real estate."} +{"id": 238, "generated": "70% Black money in the election campaigns"} +{"id": 239, "generated": "From the investigation that is finally conducted, she says that 'draw a thread that lets it understand the functioning of the system interrupted by Ameis in order to stop the evil, and condemne the responsiblepeople'"} +{"id": 240, "generated": "You say that the procedure was'painful, but positive'."} +{"id": 241, "generated": "We are cleaning down the wound, but we would need a investigation unit aimed for only Montreal, as well as an supervision in order to prevent a return of questionable practices."} +{"id": 242, "generated": "How to make car clean."} +{"id": 243, "generated": "Regularly."} +{"id": 244, "generated": "Jacques Duchesneau notes, for his part, \"e officers have stolen several hundreds of millions of dollars,\" but is thinking above all about the role of the \"manmes who are above tactics in image\" if they do not embed in the fraud."} +{"id": 245, "generated": "Basing on a share of 70% black money in financing the election campaigns in Quebec he cheeks: 'I was said that this is only a weak loopak of reality'."} +{"id": 246, "generated": "The Quebecn government is propos to limit parties donations to 100 dollars, and according to it, it would not change the situation: 'So long as not strictly limited election spending, black money will flow in politics'."} +{"id": 247, "generated": "He recommends a complete revision of the system for granting public contracts and financing to the parties: \"We can not fall deeper; by going up things with courage to go bottom, we can keep the house on a solid basis with more controls and give a great tribute for education.\""} +{"id": 248, "generated": "If this story damages the international reputation of Quebec and that of Montreal, Mr Duchesneau calls on those who are laughing about a look at their own back back..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "In this season, you have adopted a new size with PSG."} +{"id": 251, "generated": "How do you explain that progress?"} +{"id": 252, "generated": "One can explain him by a personal insight but also by the new dimension of PSG."} +{"id": 253, "generated": "Great players have come."} +{"id": 254, "generated": "Every day, I make progress on their side."} +{"id": 255, "generated": "The location was very good comfort and the interior of the room was all very handsome.The breakfast was friendly and friendly but the bathroom was very shechuous and beautiful. It was also beautiful."} +{"id": 256, "generated": "These elements stimulate me every day to improve my game level."} +{"id": 257, "generated": "And with a game this is even simpler."} +{"id": 258, "generated": "In football all things is going very fast."} +{"id": 259, "generated": "But I do not spring with enthusiasm."} +{"id": 260, "generated": "Since my beginning at the centre of the pre preparatory training of the INF Clairefontaine until being at Saint-Etienne I have always made progress gradually."} +{"id": 261, "generated": "So you take advantage of the competition introduced by Carlo Ancelotti..."} +{"id": 262, "generated": "The new accesss this summer are used to conducting games very high levels."} +{"id": 263, "generated": "You also know that every training unit is crucial."} +{"id": 264, "generated": "This leads to a player like me, who has to whip and will give his best."} +{"id": 265, "generated": "Well, Carlo Ancelotti gives me much about my game position."} +{"id": 266, "generated": "He is supported by co-Runners like Claude Makelele, who played on the same position as I did."} +{"id": 267, "generated": "Is Ancelotti the right person for the task?"} +{"id": 268, "generated": "Of course."} +{"id": 269, "generated": "Ancelotti expresss respect for all technicians."} +{"id": 270, "generated": "In Ligue 1 there is no comparable person at the moment and he is one of Europe's best trainers."} +{"id": 271, "generated": "He looks back on a rich experience and has won many titles with renowned associations."} +{"id": 272, "generated": "He had contact with big players."} +{"id": 273, "generated": "I think he will win further titles in Paris."} +{"id": 274, "generated": "In January I had a encouraging conversation with him."} +{"id": 275, "generated": "At that time I had just recovered myself from a series of injuries."} +{"id": 276, "generated": "The confidence he put in me is also a explanation of my achievements."} +{"id": 277, "generated": "What do you think about the first part of the PSG season?"} +{"id": 278, "generated": "In the Ligue 1 Lyon took us the place of the top riders."} +{"id": 279, "generated": "However, we are laing in hidence."} +{"id": 280, "generated": "One of our main objectives is the Champions League: we have qualified ourselves for the eightth final in that way."} +{"id": 281, "generated": "What is the goal of the association in this competition?"} +{"id": 282, "generated": "We will try to reach as far as possible."} +{"id": 283, "generated": "From now on it is everything possible."} +{"id": 284, "generated": "However, we will have our words to say against very good European teams."} +{"id": 285, "generated": "Firstly, we want to become the first of our group before Porto so that we can play the back game of the Eightth Final as a home game."} +{"id": 286, "generated": "Can the PSG become a great European association on a short term?"} +{"id": 287, "generated": "He has already had the budget for this..."} +{"id": 288, "generated": "To become a large European association, Paris has to win the title and make a name in the long term."} +{"id": 289, "generated": "This is not the case today."} +{"id": 290, "generated": "Financially, the PSG will have the resources enabling this project to adopt concrete forms."} +{"id": 291, "generated": "Would it be a huge failure of not winning the title in Ligue 1, as was the case in the last season?"} +{"id": 292, "generated": "Of course this would be a great disappointment."} +{"id": 293, "generated": "This year it is really at our heart that we should reject this title."} +{"id": 294, "generated": "In the last season we were densely sharp."} +{"id": 295, "generated": "In May, we were disappointed because we were strong enough to contribute in the victory."} +{"id": 296, "generated": "We ended the season with a very strong performance."} +{"id": 297, "generated": "We have concluded with 79 points."} +{"id": 298, "generated": "Normally one should be master with 79 points..."} +{"id": 299, "generated": "But another team, that of Montpellier, has achieved an even better season."} +{"id": 300, "generated": "I believe that this year is the right one."} +{"id": 301, "generated": "Even if the large teams like Marseille, Lyon or Bordeaux arering for the title, I believe that we have a witness in winning it."} +{"id": 302, "generated": "Do you think the media expect too much from the PSG?"} +{"id": 303, "generated": "In view of what has been invested and the players we have it is normal that a lot of us is expected."} +{"id": 304, "generated": "We fully accept this."} +{"id": 305, "generated": "Nevertheless, if we win 4-0 at a home against Troyes and we find still something you can blame us, that is certainly a little bit frustrating."} +{"id": 306, "generated": "One asks what people are still expecting."} +{"id": 307, "generated": "We could never win every weekend with 4-0."} +{"id": 308, "generated": "We are not the FC Barcelona!"} +{"id": 309, "generated": "We are trying to create a game concept."} +{"id": 310, "generated": "A team is building up with the time given."} +{"id": 311, "generated": "We have proved our strength in the Champions League."} +{"id": 312, "generated": "Look Manchester City, a association that has not had two seasons to succeed at qualifying for the Eightth finals and that has also done huge expenditure!"} +{"id": 313, "generated": "With regard to the invested sums you believed you reached a game break with 15 points forward!"} +{"id": 314, "generated": "That would mean that our opponents and the French championship would be disregarded."} +{"id": 315, "generated": "Lyon and Marseille, that were not good in the last season, were \"booed by this new PSG\"."} +{"id": 316, "generated": "That shows that Ligue 1 is exciting."} +{"id": 317, "generated": "I hope that we will be the smilinging winner in month May and tell us that we have finally won them despite all our difficulties."} +{"id": 318, "generated": "The PSG seems to be fully dependent on Zlatan Ibrahimovic' services."} +{"id": 319, "generated": "All the better that you talk of a \"Zlatan dependency\"."} +{"id": 320, "generated": "That means that Ibrahimovic is powerful and many doors are leaking."} +{"id": 321, "generated": "So he has come, and he proved that he is the star of Ligue 1."} +{"id": 322, "generated": "Across where he played, he has found that he is a great player and a world star."} +{"id": 323, "generated": "Within the team, we respect both the player and the person."} +{"id": 324, "generated": "He also respects the people who surround it."} +{"id": 325, "generated": "What he has done is really exceptional."} +{"id": 326, "generated": "This encourages the others to improve their levels of the game."} +{"id": 327, "generated": "Thiago Silva, who is one of the best defenders worldwide, also allows all the others to make progress."} +{"id": 328, "generated": "How have you experienced the EM 2012 with the French national team?"} +{"id": 329, "generated": "Like a disappointment."} +{"id": 330, "generated": "I was at my heart of participating in this EM."} +{"id": 331, "generated": "Unfortunately, my injury has prevented me from skirting some playing time."} +{"id": 332, "generated": "I have seen things from which I became strengthened."} +{"id": 333, "generated": "Today I can succeed in performing good games in the national team."} +{"id": 334, "generated": "This has been my hope since my baptism with the 'Bleus'."} +{"id": 335, "generated": "We have learned lessons from what has happened in Ukraine and, and today, we have to show our precedent behaviour."} +{"id": 336, "generated": "What are your opinion on the first months of Didier Deschamps at the top of the 'Bleus'?"} +{"id": 337, "generated": "He has achieved promising results."} +{"id": 338, "generated": "We have a good position in the qualification group for the WM."} +{"id": 339, "generated": "The Nationaltrainer is strict, close to the players and is waiting for the victory."} +{"id": 340, "generated": "Like it was Laurent Blanc."} +{"id": 341, "generated": "However, I would not like to make a comparison."} +{"id": 342, "generated": "Blanc had achieved his goal by having qualified us for the EM year."} +{"id": 343, "generated": "I hope that Didier Deschamps will lead the \"Bleus\" to Brazil."} +{"id": 344, "generated": "Does the undeterminoness forced in Spain on 16 October (1:1) represent an offside game?"} +{"id": 345, "generated": "This game has given us confidence."} +{"id": 346, "generated": "Everyone has acting in favour of all others."} +{"id": 347, "generated": "Before this meeting in Spain, I have never yet experienced a comparable game in my career."} +{"id": 348, "generated": "With LinkedIn, pay and sales without bank is possible."} +{"id": 349, "generated": "The opposite of the currentmonetary exchanges on the basis of central banks, identified transactions, and processing charges between the stakeholders."} +{"id": 350, "generated": "In addition, as so often, these technologies make a political vision tangible: the conviction that the current currency system designed by bank monopolies is leading to financial crises."} +{"id": 351, "generated": "Indeed, the IBM invented by Satoshi Nakamoto (a pseudosonym) is both a virtual currency (but in dollar, euro, etc.) as well as a protocol for the safe exchange of bits like Starbucks."} +{"id": 352, "generated": "With 15.000 computers within the network, about 200.000 transactions have already been collected."} +{"id": 353, "generated": "Some thousand web websites accept Nico as a donation or means of payment."} +{"id": 354, "generated": "After Cocktail's course reached a maximum of 30 (23 Euro) in June 2011, he fell to 2 five months later, before recovering at around ten dollars today (the courses are available on the buoycharts.com website)."} +{"id": 355, "generated": "Nothing is particularly impressive, compared with the world trade of real currencies or financial products."} +{"id": 356, "generated": "However, the European Central Bank (ECB) has shown interest in this in a virtual currencies published in October report."} +{"id": 357, "generated": "It describes Nico as 'the virtual currency with the greatest success\", 'inooin competition with the dollar or euro' and'similarly the conventional currencies'."} +{"id": 358, "generated": "Bit differs from other types of virtual currencies such as the \"Credits\" are used to bring progress in a video game you can win or buy through games as well (and sometimes exchange back)."} +{"id": 359, "generated": "The social network Facebook has also developed such a system."} +{"id": 360, "generated": "However, each time the trade will be controlled and processed by a central authority."} +{"id": 361, "generated": "With RFID all network nos are the same time deholderers of the invoice book, auditors, money emits, as well as buyer and seller."} +{"id": 362, "generated": "How does this network work?"} +{"id": 363, "generated": "Any transaction between two users takes place in reality between two e-mail addresses in the form of e-mail."} +{"id": 364, "generated": "The difference that the user can choose a different address for each payment which ensures anonymity."} +{"id": 365, "generated": "A series of data associated to this transaction is signed electronically through a double encryption system."} +{"id": 366, "generated": "In this way the network can check the authenticity of the transaction."} +{"id": 367, "generated": "With the content of the file, it is also possible to ensure that the traded IBMs are available in the public accounts of the whole network."} +{"id": 368, "generated": "The crucial step is to install this new transaction into this book."} +{"id": 369, "generated": "This is done over a mathematical task launched on the computers, with the winner, who is one kind of central banker, has the privilege of adding this additional line."} +{"id": 370, "generated": "This is a breaksection of the file, in other words the conversion of a large file into a shorter and clearly electronic finger print."} +{"id": 371, "generated": "The computers \"take\" up the new transaction and add a number before the whole is getting \"plugged\"."} +{"id": 372, "generated": "The goal is to find the number of which producess a special finger (some zero at the beginning)."} +{"id": 373, "generated": "If this number was found, the other nodes can easyly check if it is the right one."} +{"id": 374, "generated": "The transaction is therefore permanently linked to the chain of all other transactions, and any modification would change the finger print."} +{"id": 375, "generated": "If a user wants to pay for fraud two times very quickly (less than 10) with the same money, only one of the two transactions would be valid and the other remains without link, since there are both different fingerprints."} +{"id": 376, "generated": "The computer that has completed the task receives 50 Nicos."} +{"id": 377, "generated": "In order to prevent inflation, this reward is regularly halfed, probably before the end of 2012."} +{"id": 378, "generated": "Nicoes in circulation are therefore limited to 21 million but can share up to a hundred of millions'sth, giving some room for play..."} +{"id": 379, "generated": "In addition, the difficulty of the task increased with any improvement of calculation performance."} +{"id": 380, "generated": "The life of the network has already had heights and deepen."} +{"id": 381, "generated": "The websites that provide services for Starbucks were attacked and stolen the IBM deposits."} +{"id": 382, "generated": "\"The weakness being used does not concern the real protocol\", assure Pierre Noizat, who has just introduced Paymium, which is a company paying with real money, and uses the network LinkedIn."} +{"id": 383, "generated": "The ECB is also reporting about the possibilities of money laundering by means of this anonym service."} +{"id": 384, "generated": "However, cash money also show out these defects."} +{"id": 385, "generated": "Important actors such as Wikipedia are refusing donations of this kind."} +{"id": 386, "generated": "From others such as the blog-Plattform WordPress they are accepted."} +{"id": 387, "generated": "Recently, Adi Shamir and Dorit Ron of the Weizmann Institute in Israel haveanalyzed the Accounting Book and shown that almost 80% of the LinkedIns are not in circulation."} +{"id": 388, "generated": "A sale of \"Mega-Schy\" was launched in November."} +{"id": 389, "generated": "\"Doify thousands of dollars have been exchange\", welcome Jon Holmquist, who works for the Coinabul company, which converts LinkedIns into gold."} +{"id": 390, "generated": "Pierre Noizat, who is also author of a book on this currency, strongly believes in the potential of this technology as a transaction network."} +{"id": 391, "generated": "His system Paytunia corresponds a credit card (with real money) or an contactless payment with a mobile phone, but LinkedIn uses LinkedIn for validing transactions thereby being cheaper."} +{"id": 392, "generated": "Furthermore, the holder handles his identity and can consequently remain anonymous."} +{"id": 393, "generated": "The system can be implemented easily for retailers, and the latter does not need to install new terminals or computer programs."} +{"id": 394, "generated": "You just have to indicate a address that can be \"photo and recognized\" by a phone, givess Pierre Noizat who assure that he has a thousands of users."} +{"id": 395, "generated": "There has been a general trend where hierarchic systems are being reviewed in favour of more horizontal targeted systems."} +{"id": 396, "generated": "\"I it will take some time until LinkedIn passes, but in 2013 could be a turning point,\" he forecasts."} +{"id": 397, "generated": "The ECB, in its report, envisages re-valuing the various risks that are highly today seen in the case of a success of that currency."} +{"id": 398, "generated": "We arewithdrawn from Afghanistan."} +{"id": 399, "generated": "And then?"} +{"id": 400, "generated": "French troops have left their area of responsibility in Afghanistan (apisa and Surobi)."} +{"id": 401, "generated": "NATO and the US are likely to follow the end of 2014."} +{"id": 402, "generated": "It is time for the Afghan army to restore the ownership of its territory and for the Afghan population to decide their future without expecting all of us."} +{"id": 403, "generated": "We have in particular penalated the Afghan farmers by viewing them as terrorists."} +{"id": 404, "generated": "And us ourselves with our 88 killed soldiers, as well as the injured and wreckd."} +{"id": 405, "generated": "The Taliban consists of foreign extremists, former leaders who fled to Pakistan, but often also of farmers who refuse a armed foreign presence as the time of the Soviets."} +{"id": 406, "generated": "They want to defend their centuries of old old and archaic traditions, even if they joined Jihadists, Pakistani, Arabs, Uzbeaks and Tadics."} +{"id": 407, "generated": "Toled, sometimes supported by local insurers, the latter will no longer be here if the Western countries become more discreet."} +{"id": 408, "generated": "The withdrawal of the French troops from the base in Nijrab that I have seen by a hill planted with Mandele trees, financed by means of French credits took take place."} +{"id": 409, "generated": "The trucks and paners overlogd by helicopters have reached Kabul without being attacked."} +{"id": 410, "generated": "From the end of 2014, there will be no more input from the Taliban in Kabul."} +{"id": 411, "generated": "Since their unirensable grow between 1994 to 1996, conditions have changed."} +{"id": 412, "generated": "At that time, Kabul was empty and the country over over war by the fighting of the various conflamive groups."} +{"id": 413, "generated": "They assumed power was then seen as a kind of liberation and return to security."} +{"id": 414, "generated": "Afghan women have paid the price for the Obskuranticism of farmers overwhelmed by the Al-Qaeda organisation, but their situation has not improved up to today."} +{"id": 415, "generated": "Former Mudaheddin, the Afghan government and current Taliban have a common wish to keep the women in a underorder position."} +{"id": 416, "generated": "The most important personalities of the anti-Sowic war came back to power in 2001."} +{"id": 417, "generated": "They have turned into businessmakers by crojecting properties from the government to sell them as a buildingy country to refugees from Iran and Pakistan, thus drawing benefit from the massive American awards of sub-contractitions."} +{"id": 418, "generated": "They came disgustly, and most of them were not themselves involved in the fighting."} +{"id": 419, "generated": "As I have heard in the campaigns, people really want a government that does not consist of a dim."} +{"id": 420, "generated": "Many young people want to leave the country like those who have managed to benefit from American benefits: capital fusion is considerable."} +{"id": 421, "generated": "Young people have drunk the war and their ideologins."} +{"id": 422, "generated": "During their missions in Iran or Pakistan, they had contacts to the modern world and have enjoyed their advantages."} +{"id": 423, "generated": "About 65% of the population is under 25 years; Kabul has 5 million inhabitants, which is one-fifth of the total population."} +{"id": 424, "generated": "In the cities, state schools are full of girls and young."} +{"id": 425, "generated": "These young people, who do not want to return to okurantalism of the former parties or to corruption of certain leaders, will be forced to put jobs at disposal."} +{"id": 426, "generated": "All, including the armed parties, are obsessed with mobile phones; TV with its Turkish series, which represent a modern world, is being seen everywhere."} +{"id": 427, "generated": "A army is now existing."} +{"id": 428, "generated": "Will the authorities under which they will have their commands be considered to be legitimate?"} +{"id": 429, "generated": "Former commands of the anti-Sozov Soviet struggle is already trying to regain the militias in the province, which will withdraw off the power of the Central Government."} +{"id": 430, "generated": "Afghanistan, the country of the mountains with strong local identities should have been benefit by some decentralisation, for example of Western nations, but by abolition of the Prime Minister Office that existed since the 1964 Constitution, the US wanted to work on its own to combat deconftation."} +{"id": 431, "generated": "President Karza does not want foreign controls, in particular in the era of the elections planned for April 2014."} +{"id": 432, "generated": "However, his country has dependent on foreign aid since the 50s, and for long time before."} +{"id": 433, "generated": "Industrys have not been built again, functional dust plants are not exist and important wateruring systems were not repaired."} +{"id": 434, "generated": "Everything is imported; apart from fruit and vegetables, nothing is to be produced."} +{"id": 435, "generated": "The private initiative will be given to the priority."} +{"id": 436, "generated": "In a country based on 30 years of war, state control of infrastructures had been necessary."} +{"id": 437, "generated": "The story was widespread that Afghanistan possessed immense soil resources."} +{"id": 438, "generated": "This augments the impression that the Western countries were only on the ground to power themselves on it."} +{"id": 439, "generated": "Without energy to process iron production or copper on the site, or without means of transport through the mountains, it is not possible to export mountain manufacturing."} +{"id": 440, "generated": "The Chinese have almost left Mes Aynak's copper mine, let international archeeoologists (fundedd by the World Bank) perform their excavations on the huge Buddhist sites, and remain the main employers of the provinces of the region."} +{"id": 441, "generated": "One day, it will also be necessary for Afghanistan and Pakistan, which largely depends on entry and exports, to restore normal relations."} +{"id": 442, "generated": "The withdrawal of the French fight forces was completed on 20 November."} +{"id": 443, "generated": "The new Collaboration Treaty provides the continuation of traditional aid: girls and Jungengynaia, Institute for French at the universities, French Institute, cooperation in the military, legal, medical and land sector."} +{"id": 444, "generated": "Since 2009, a service \"civ-military actions of the Ministry of Defence (Cimic), which was stopped in 2012 has been performed in dozenss of mountain villages, with many non-profit works and measures to rebuild agriculture, and been conducted by new producers, companies."} +{"id": 445, "generated": "These works, which many local forces were needed for, could help to suppress the upesur: water, spring, drinking water, reforestation, fruit trees, soil protection and increasing agricultural hardships."} +{"id": 446, "generated": "What comprehend do we leave a return of EUR two billion after military spending?"} +{"id": 447, "generated": "A much more modest budget will help to improve local living conditions which are often very hard in these valleys at a height of more than 2000 meters."} +{"id": 448, "generated": "The ambassador has received dozens of written questions on small agricultural projects from communities in the province of Kapisa."} +{"id": 449, "generated": "In order for farmers to put themselves out of the upenmotion led by foreign groups, as they are their wish, there would be more need for them continue smaller, well controlled, and directly-related civil aid for their benefit."} +{"id": 450, "generated": "A Constitution with the Brechdress in Egypt"} +{"id": 451, "generated": "It is a new poker game by President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt remains more than divided with regard to the Constitution Declaration, which temporarily gives it the unlimited power, than ever, it has decided to put everything on a card."} +{"id": 453, "generated": "To the surprise of all, he announced on Wednesday that the Constitution Assembly next day will adopt its final version of it."} +{"id": 454, "generated": "Just a week ago, the Head of State gave this House two additional months for the conclusion of his work."} +{"id": 455, "generated": "Egypt has now, for almost two years, founded on a preliminary, multily modifyd text, which weakens institutional stability and also leads to a legal conflict."} +{"id": 456, "generated": "This new initiative has only guaranteed a even stronger division of the country."} +{"id": 457, "generated": "For his opponents, the President lmain in his \"autocratic dilemma' by continuing to break down 'one word' and 'the right takes foots'"} +{"id": 458, "generated": "On the part of his supporters, it is a way to end the institutional and political crisis as quickly as possible and speed up the transitional process."} +{"id": 459, "generated": "Within 14 days a referendum should be held."} +{"id": 460, "generated": "A very short period that forces the brothers to abandon from their plan to explain the Egyptians to the Text Section for section."} +{"id": 461, "generated": "For President it is also a way to recover his public and democratic legitimacy while the protest is dieing throughout the country."} +{"id": 462, "generated": "After restaffirating in an interview with the American Weeksaw Time, Mohammed Mursi seems to convinced that the Egyptians will vote shatvently."} +{"id": 463, "generated": "Especially as it is put to the Egyptian people, with this ripegoing voting, a ultimatum: 'ither they is voting for my draft or I retain the inlimited power' and the latter should, after the adoption of the Lisbon regulation, do other methods to automatize all states of"} +{"id": 464, "generated": "85 mainly Islamicist members of this Constitutional Assembly have adopted the text yesterday in a strange atmosphere."} +{"id": 465, "generated": "The majority of Liberals have not fulfilled the request."} +{"id": 466, "generated": "Shortly before the Declaration of Constitution in mid-November they departed because they think they were unable to pick up their views."} +{"id": 467, "generated": "Representatives of human rights organisations, religious minorities or civil society have acted equally."} +{"id": 468, "generated": "In order to attain the decisionating ability, it was added yesterday morning in all urge 11 people, deputy members."} +{"id": 469, "generated": "Some are very close to the Muslimsmbrers."} +{"id": 470, "generated": "It is not surprise that most of the articles were unanimously adopted."} +{"id": 471, "generated": "Moreover, the commentators found it was entertaining that the only difference in opinion of the day... was expressed in the time for prayer so long as some members of the body believed that the Pendel watch of the Constitution did not work."} +{"id": 472, "generated": "The text that was still adopted yesterday evening is consists of 234 articles."} +{"id": 473, "generated": "Article 2,, which attractived all attention, finally remains identical to that in the Constitution of 1971, and says that 'the principles of Schia' are the main source of law'"} +{"id": 474, "generated": "The salafist parties, where building Islamic law is an important demand, had the hope of replacing 'the principles' by 'the rules', which would have made a more strict application possible."} +{"id": 475, "generated": "For the Islamists, the fact that this article was not amended is an evidence of their good will and their respect for the other members of Egyptian society."} +{"id": 476, "generated": "'chacrisy' reply to the Liberals, who only see this as an propaganda attack."} +{"id": 477, "generated": "They have stated that the Islamisation of the Constitution is carried out through other articles."} +{"id": 478, "generated": "In particular, they are in eye of Article 220, which acknowledges a advisory function for the University of Al Azhar, particularly with regard to the review of conformity with the Schearia laws."} +{"id": 479, "generated": "According to the Egypt specialist Sophie Pommier, this is worrying because 'people who are asked to make a opinion have not been elected and do not have any democratic legitimacy."} +{"id": 480, "generated": "You can see the first signs of a theokccy\"."} +{"id": 481, "generated": "Liberals' fears are also nourishe by the fact that the next reactor of that university should be far less moderate than the current one."} +{"id": 482, "generated": "\"M present there is no a religious commitment to recognize."} +{"id": 483, "generated": "With this Constitution, we remain within the framework of the civil state."} +{"id": 484, "generated": "Most of the lawyers who worked on this text are not Ulema; but academics, who have been trained in part in the French system\", asserts Alexis Blouet, who made a PhD work on the Committee on Education, Education and Health."} +{"id": 485, "generated": "However, it acknowledges that 'there may be any ambiguity as regards Article 220, because the terms used are opposed to the religious style."} +{"id": 486, "generated": "Here you particularly refer to \"Fiqh\" [ Islamic lawy, Anm.d. Red.]."} +{"id": 487, "generated": "And in the future, the question could be raised about the extent to which civil advisors are competent indeciding on this''"} +{"id": 488, "generated": "In addition to its religious aspect, the text adopted yesterday is heavily criticised on account of the wide-aching powers that it has given to the President of the Republic."} +{"id": 489, "generated": "The Muslims massacres argue that they are significantly reduced compared with the former regime."} +{"id": 490, "generated": "Another dispute: the powers of the army."} +{"id": 491, "generated": "In accordance with the military wish, the examination of the defence budget is not being presented to the Parliament, but rather a national Defence Council."} +{"id": 492, "generated": "Similarly, there will no ban on civil proceedings in military courts, as called for associations to defend human rights."} +{"id": 493, "generated": "The latter also share its fears about the text which it considers to be a threat to freedom."} +{"id": 494, "generated": "The act of the blasphemie is maintained, and insult is now banned which could have serious consequences for the right to freedom of expression, especially for the press."} +{"id": 495, "generated": "Furthermore, no article no longerrelates to the protection of women, emphasizes Heba Morayef from Human Rights Watch."} +{"id": 496, "generated": "In your opinion, the only positive point is the ban on torture by Article 36."} +{"id": 497, "generated": "This word was not included in the previous Constitution."} +{"id": 498, "generated": "While the Egyptian President had to speak out on TV yesterday evening, demonstrations are planned for this afternoon."} +{"id": 499, "generated": "The supporters of the Head of State will launch Saturday."} +{"id": 500, "generated": "In Israel, Ukrainian tourists expect holy sites, the nbles of the world and a sea of Sole."} +{"id": 501, "generated": "The lobated country uns the ruler of biblical truths, modern comfort and an unrffected nature."} +{"id": 502, "generated": "AIF calls you the five most important reasons for visit to Israel."} +{"id": 503, "generated": "Lrobration of Holy locations"} +{"id": 504, "generated": "Visit the river of Jordan, where Jesus has been captated."} +{"id": 505, "generated": "It says that all who bathf in that river receive God’s blessings."} +{"id": 506, "generated": "Galiläa is the place where Jesus did his wonders: the transformation of water into wine on a wedding celebration, walking on the water, the solitude of the lake tower and fishing."} +{"id": 507, "generated": "Justly here, Jesus appeared his junior after the resurrection."} +{"id": 508, "generated": "Most Holysancts, however, find in Jerusalem."} +{"id": 509, "generated": "Believes here pass the Leidenswegweg or Kreuzweg Jesu Christi (on Latin: Via Dolorosa)."} +{"id": 510, "generated": "The route starts with the Roman forfortress Antonia, Pretorium, where the court was, and leads the streets of the Old town to a tomb church on the mountain of the Golgotha where the cross crossing spot, the Salbungstein and the tomb of Jesu go in and"} +{"id": 511, "generated": "Here is in the Christian view of the nave of the world, which symbolize humanity's salvation."} +{"id": 512, "generated": "The monastery of the Holy Cross in Jerusalem is located on the place where a Christian legend according to the tree agrews, from from which the cross for the crosscliffation of Jesus was made."} +{"id": 513, "generated": "In Jerusalem also there is the most sacred place of the Jews - the wall, the remains of a temple that was destroyed by Romans in 70n BC."} +{"id": 514, "generated": "Traditionally, there leave people of different religious orientations with labels wishes which will then go into realization."} +{"id": 515, "generated": "High Up A Traveling"} +{"id": 516, "generated": "The ruins of the Massada form the remains of the secret conceal before enemies that built his family for the Herodes of the Great in the year 25 Chr."} +{"id": 517, "generated": "They are located on a rock walland in the mountains, 450 meters high above sea level."} +{"id": 518, "generated": "Only mountain hikeerss can reach the ruins from their own power."} +{"id": 519, "generated": "All others will bring a airsline railway to this historic summit."} +{"id": 520, "generated": "In the north of the 1600 to 2040 meters height is the famous Hermon's ski area, which draws a lot of tourists in the winter months."} +{"id": 521, "generated": "From the foot of the mountain you can reach by a shuttle bus."} +{"id": 522, "generated": "The ski slopes have a total length of 45 kilometres."} +{"id": 523, "generated": "According to an old legend, allegedly compassionate gods lived on the summit."} +{"id": 524, "generated": "Visit Unique museums"} +{"id": 525, "generated": "There are almost 300 museums in that country."} +{"id": 526, "generated": "You can not visit all of this by traveling to just one."} +{"id": 527, "generated": "But at least the five most interesting of them should be given a visit."} +{"id": 528, "generated": "One of them, the Israel Museum is close to the Knesset (Parlament)."} +{"id": 529, "generated": "There there, old Qumran's books or fonts from the Dead Sea found in rock caves in the Juean desert are being retained and about 500 thousands of archaeological and anthropological exhibits."} +{"id": 530, "generated": "The Museum of Art in Tel Aviv is also worth a visit."} +{"id": 531, "generated": "It displays the collection of works of the Impressionists and Expressionists Monet, Pissaro, Renoir, Mr Cézanne, Sisley, Matisse, Modigliani, Chagall and Picasso."} +{"id": 532, "generated": "In Akko, you can also visit the Museum in Bad Al Basha, which harbours several rooms of old Turkish baths with sculptures from the visitors at then visitors and bathsitterists."} +{"id": 533, "generated": "In Caesarea you should visit the unique private Ralli Museum where you can admire sculptures of Dali and Rodin."} +{"id": 534, "generated": "There are neither museum guides nor souvenir shops."} +{"id": 535, "generated": "Entrying is free, and donations will be rejected in principle."} +{"id": 536, "generated": "The fifth Museum - the Holocaust Museum, and Yad Vashem in Tel Aviv, tells of one of the most shockful chapters of history."} +{"id": 537, "generated": "The most competent department is the monument for the children which was built to memory of the 1.5 million children which were destroyed in the concentration campss and gas chambers."} +{"id": 538, "generated": "There is complete darkness when you enter the room."} +{"id": 539, "generated": "Star funzing."} +{"id": 540, "generated": "And they name the names of the Jewish children and the countries where they died."} +{"id": 541, "generated": "Ukraine is also mentioned to there."} +{"id": 542, "generated": "Something for Health Do"} +{"id": 543, "generated": "The three main recreation areas of Israel are located on the shores of the Mediterranean, the Red Sea and the Dead Sea."} +{"id": 544, "generated": "On each of the three locations there are swimming baths, water parks, Delfinarien, and Oceanases."} +{"id": 545, "generated": " Amazingly, the Red Sea is also bath during the winter months, because the temperature of water there does not fall under 21 °C, and the air heat 23 °C."} +{"id": 546, "generated": "The Dead Sea is even warmer, and there is bath over the whole year."} +{"id": 547, "generated": "Incly, this unusual sea, with position of 417 meters below sea level, is the most deepest sea in the world."} +{"id": 548, "generated": "Its Turkish blue water has a high salt content and thus bears even non-sailing easily on the surface."} +{"id": 549, "generated": "The surrounding landscape is uncounttably beautiful."} +{"id": 550, "generated": "Visitorss will come here for the use of salt water (natural saltsole) and healing sschlmm, as well as the treatment of skinmaladies, allgies, ekzemen, Arthritis, Bronchitis, Zuckerkrank and so on."} +{"id": 551, "generated": "The secrets of Altertum Touch"} +{"id": 552, "generated": "These secrets are the Old city of Tel Aviv, namely the city of Jaffa on the Mediterranean coast."} +{"id": 553, "generated": "Through this city was the famous sea route which was linked between Egypt, Syria, Anatolian, and Mesopotamia."} +{"id": 554, "generated": "The city is mentioned in old Greek and old Egyptian legends."} +{"id": 555, "generated": "Traditions, Noah just built his arch here, and Perseus saved the beautiful Andromeda here with which he led his life at this place for a long and happy time."} +{"id": 556, "generated": "Tourists enjoy to go through the narrow streetss named by star marks."} +{"id": 557, "generated": "Fortuna should be holding the legend after anyone who touch the walls in the gase with their star marks."} +{"id": 558, "generated": "In Jaffa you can meet newly-mrged couples from the whole of Israel and even other countries at photo dates."} +{"id": 559, "generated": "In Caesarea, the city of King Herodes, you can josg out through the Roman theatre and conquer the fortress of the Crosscrosslessors."} +{"id": 560, "generated": "In the Roman time, Caesarea was the most important city of Judäas and residence of the Roman staters, including Pontius Pilatus."} +{"id": 561, "generated": "The theatre being carefully restored will be shown in evening concerts and Operas today."} +{"id": 562, "generated": "Features List of Tourism"} +{"id": 563, "generated": "When you travel to Israel, take no concern about your poor knowledge in English: about 30% of the Israelis are speaking Russian."} +{"id": 564, "generated": "The money in travel is not rather taken in a euro, but rather in dollars that can easily be changed in slices (currented exchange rate: 1 Dollar to 3,8 scales)."} +{"id": 565, "generated": "The majority of the city come forward by bus but in Jerusalem there is also a speed railway and in Haifa is the only underground line in the country with six stations that connect the Unter-stadt to the Oberstadt."} +{"id": 566, "generated": "More precisely, it is a underground cable railway."} +{"id": 567, "generated": "A trip within the city is cost independently of the means of transport 6 Schekels, which includes switch to a journey of up to 1.5 hours."} +{"id": 568, "generated": "According to Jewish tradition, the Sabbat is performed in Israel Saturday days."} +{"id": 569, "generated": "From Friday evening to the sunset on Saturday, markets and shops are closed, and public transport is quiet."} +{"id": 570, "generated": "And on Sunday morning, the working week begins."} +{"id": 571, "generated": "In many cafés, restaurants and restaurants, only cosmetic food is served which excludes pig meat, sea products, fish without slides, and foods containing both milk and meat products."} +{"id": 572, "generated": "Instead, you can choose between different dishes with hammel and beef, suggestions and desserts (prepared with cocaine milk), traditional Jewish humus keyboard, different so, filled butters and other things."} +{"id": 573, "generated": "There is no angering dogs in the streets of Israeli cities."} +{"id": 574, "generated": "For there are many well groomed cats who eze cozy and uneedhepated through the streets."} +{"id": 575, "generated": "In the evening one even see them sleeping on the roofing of parking cars."} +{"id": 576, "generated": "The cats may like lively places and not say noo' to tastyeries."} +{"id": 577, "generated": "A rental car costs between 37 dollars by its brand per day (Hyundai Getz) to 188 dollars (Audi A6,6, Volvo S80)."} +{"id": 578, "generated": "The insurance insurance costs additional dollars 15 a day."} +{"id": 579, "generated": "And bicycle rental costs 15 hatchs per day."} +{"id": 580, "generated": "Tickets for museums are cost in the average of 30 shingless."} +{"id": 581, "generated": "In figuress"} +{"id": 582, "generated": "In 2012 more than three million tourists from around the world have visited Israel."} +{"id": 583, "generated": "Most adventurers and recovery seekers came from Russia, France, Germany, Italy, England, the United States and Ukraine."} +{"id": 584, "generated": "From January until October 2012 118,8 thousands of Ukrainian tourists came into thepraised country, which represents a increase of 51% in comparison with the comparison period in 2010 before the lifting of the visa requirement stated on 9 February 2011."} +{"id": 585, "generated": "\"The great and powerful\" leads to Moscow: migrants are saving money for language."} +{"id": 586, "generated": "While EPs and civil rightsers are discussingating the benefit of the law on binding language tests for migrants, criminals are already acting with counterfeitd certificates."} +{"id": 587, "generated": "Every year, 13 million guest workers come to Moscow, San Petersburg and other cities in Russia."} +{"id": 588, "generated": "Most of them are the citizens of the Central Asia: Uzbekistan, Tajikistan, and Turkmenistan."} +{"id": 589, "generated": "Their only aim is to earn money for the maintenance of the families remaining in their home."} +{"id": 590, "generated": "On 1 December a law entered into force, which stipulates that every workmigraner has to make a test certifying knowledge of Russian language."} +{"id": 591, "generated": "So far, this regulation applies only to migrants who would like to work in the services sector, in local housing and retail areas."} +{"id": 592, "generated": "However, the tests, with the same time according to the Federal Migration Authority, are to become an obligation for all guest workers in the future."} +{"id": 593, "generated": "One must not only conduct language tests, but also do tests in the terms of Russian history and the foundations of legislation."} +{"id": 594, "generated": "Language knowledge need to be proved for both the retention and extension of the work permit."} +{"id": 595, "generated": "De exceptions apply only to citizens of countries with Russian official language."} +{"id": 596, "generated": "Furthermore, this law excludes people who received their training certificates and diplomas before the crumblification of the USR in 1991."} +{"id": 597, "generated": "sensee, Problem and protection of rights"} +{"id": 598, "generated": "The total of testing posts is under the eegis of the Puschkin Institute for Russian Language, the Russian University of VFriendity, Moscow's State University, San Saint Petersburg's State University, and other Russian authorities."} +{"id": 599, "generated": "Migrations can discharge the tests in all cities; for the moment more than 160 centres have already been opened in Russia."} +{"id": 600, "generated": "The initiative forintroducing the tests has been supported by the Members of the Staatsduma and the Federalal Migration Authority."} +{"id": 601, "generated": "Civil rightsmen, on the other hand, put the following question times before the entry into force of the law in the press is: what does the whole actually bring?"} +{"id": 602, "generated": "What changes do the regulation have to show language knowledge, both for the Russians and the guest workers?"} +{"id": 603, "generated": "Above all, uncontrastinging speakers of the Migration Authority, it is intended to reduce the number of forced workers."} +{"id": 604, "generated": "\"Some people now talk about the protection of rights of labour migrants,\" explainss the head of the representation of the Federal Migration Authority in Tajikistan Viktor Sebelew."} +{"id": 605, "generated": "However, their rights must be protected already before they depart."} +{"id": 606, "generated": "Only organized recruiting will solve to 90% the problems of foreign workers."} +{"id": 607, "generated": "Migration are facing problems without profession, education, language knowledge and medical assessment."} +{"id": 608, "generated": "Sebelew is convinced that a future migrants without language knowledge will inevitably encounter bad people with bad intentions who, under the pretext of help, put him into a dark, close spawnstreet, where the only helper is not."} +{"id": 609, "generated": "We receive many complaints from our migrants."} +{"id": 610, "generated": "\"In the home you are promised the one thing, and when arrival, you will be fraud, get their passports and do not receive the promised wage\", confirms the Head of the Chief for work migration of the Tajk Migration Authority, To trolass an anforce on rural communities that have a threat"} +{"id": 611, "generated": "Not shook up, Chef!"} +{"id": 612, "generated": "However, many citizens of the Central Asian Republics who are trying to earn their money in Russia acknowledge that they not only cannot dominate the control of the language of the target country but also hardly express writing in their own language."} +{"id": 613, "generated": "Of course, this is not as much their blame as it is the evil: Only few Turkmens, Uzbeken, and Tajijibs can afford only reasonable basic education."} +{"id": 614, "generated": "For their families there does not even have money to feed the children, let alone to buy them proper clothing, shoes and schools."} +{"id": 615, "generated": "As a teenager, these children then take the first opportunity to lose money."} +{"id": 616, "generated": "\"It is difficult without language knowledge,\", give them up."} +{"id": 617, "generated": "\"You feel you inferiord and less valuable.\""} +{"id": 618, "generated": "Civil-righters stress the following important aspect of the law."} +{"id": 619, "generated": "The test only have to accept migrants with legal status."} +{"id": 620, "generated": "If you do not have that status, so there is no examination, and therefore no official work."} +{"id": 621, "generated": "Meanwhile, most of the guest workers continue to stay illegal in Russia."} +{"id": 622, "generated": "' welcome' or 'accessisation for Unpowered' banbed"} +{"id": 623, "generated": "Many migrants confirm that it is not very easy to get an official status in Russia."} +{"id": 624, "generated": "The reason are bureaucratic obstacles and, of course, linguistic difficulties."} +{"id": 625, "generated": "In addition, legalisation costs money: 12 to 16 thousands of rbel."} +{"id": 626, "generated": "Falted registration can be made quickly and only for one and a half thousands."} +{"id": 627, "generated": "The employees of the Russian police know that our documents are largely counterfeited and we are not registered, and this then leads to cases of email."} +{"id": 628, "generated": "\"You want one or a two hundred ruins for cigarettes and tea\", the Tadschike Umed Huschkadamow makes a message to journalists."} +{"id": 629, "generated": "\"Smerely do not dodge any costs of wrong papers.\""} +{"id": 630, "generated": "Already on the day when the law entered into force, it emerged that not only can migrants registration documents be falmy."} +{"id": 631, "generated": "Some falafig certificates that approve the completion of the language test have already been stolen by employees from the Federal Migration Authority."} +{"id": 632, "generated": "The counterfeited papers were printed with a ordinary color printer."} +{"id": 633, "generated": "Of course, the new owners not got them for no charge: every migrants, whohoped to be able to save the tests so, the document paid seven thousand rombels."} +{"id": 634, "generated": "That is more than twice as much as the costs for the official test: this costs a worker migrants three thousand Rubel."} +{"id": 635, "generated": "Furthermore, the most important immediate task is to protect the system from corruption so that the certi receipts cannot simply be bought, both officials and civil-rightowers are agreed."} +{"id": 636, "generated": "For the moment, the authorities attended guest workers that fall through the test for the first time can only promise that they get time for a language base course."} +{"id": 637, "generated": "Moreover, new arrivals without language knowledge are offered in areas where no active understanding is necessary to have with people."} +{"id": 638, "generated": "The Ministry of Interior Affairs ignores illegal arms market"} +{"id": 639, "generated": "Share of legal arms in criminalities extremely small"} +{"id": 640, "generated": "The Russian Ministry of Interior Affairs intends to tighten the weapons law for private weapons owners."} +{"id": 641, "generated": "In this way the authorities react to recent events: those injured by crackings on weddings and seven deaths in the amook course of Moscow lawyer Dmitri Winogradow."} +{"id": 642, "generated": "The police wants to ban the carrying of non-to fatal weapons to the public and increase the age of possess a weapons of footwear from 18 to 21 years."} +{"id": 643, "generated": "The proposal supported the chairman of the Duma Committee on Security and Combating Columbia, Irina Jarowaja, and promised that the changes to the Weapon Law will shortly be presented by the Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian authorities want to combat the problems through 'ainclination of screws'."} +{"id": 645, "generated": "On the Internet, an open letter was published whose authors - representatives of various weapons associations - would call from the authorities to depart from 'Senseless intensment'."} +{"id": 646, "generated": "The percentage of crimes with registered weapons is very low, said the criminal law, Wasilij Lesnikow, the Russian service of the BBC."} +{"id": 647, "generated": "According to the Ministry of Interior Affairs Statistics, 142 crimes with the application of registered weapons were conducted over six months in 2012, while a total of 1,168 thousands of crimes were recorded for the same period."} +{"id": 648, "generated": "The authors of the open letter are convinced that tighting the law for private weapons owners will not prevent criminals from using themselves on the black market."} +{"id": 649, "generated": "At the moment, according to the authors in Moscow, one can find any possible weapon for little money."} +{"id": 650, "generated": "Meanwhile, the Ministry of the Interior emphasizes that the dissemination of illegal weapons is under control."} +{"id": 651, "generated": "deliverants: From factories to officers"} +{"id": 652, "generated": "The weapons are entered to the black market through several channels."} +{"id": 653, "generated": "There are five of these main channels, says an former Lord, Viktor Baranez, who was 10 years in the Ministry of Education and served as a general dictor."} +{"id": 654, "generated": "Screenshot of a website that accept weapons orders"} +{"id": 655, "generated": "The first channel is the army or the military, in other words, weapons that were stolen during the fighting in the Caucasus."} +{"id": 656, "generated": "\"The weapons have been been stolen by both Russian officers and the Caucass themselves,\" says Baranez said."} +{"id": 657, "generated": "On the second channel illegal weaponss put to stolen by criminals of order."} +{"id": 658, "generated": "Baranez explains that these include weapons that have been stolen from both the halls of the police and directly by employees of the criminal prosecution authorities."} +{"id": 659, "generated": "Further illegally sold come from military weapons camps."} +{"id": 660, "generated": "Many military camps have often had explosions."} +{"id": 661, "generated": "'There are evidence that in some cases it was firesing in order to hide the lack of weapons,\" says the former military member."} +{"id": 662, "generated": "According to Mr Baranez, the weapons manufacturers also make significant contribution to the black market."} +{"id": 663, "generated": "\"Some today, there are countless private arms factories that do not counter international competition and are therefore wasting the weapons under the hand on the black market, example in Moscow,\" said by the expert."} +{"id": 664, "generated": "Another channel in the black market is the smuggling."} +{"id": 665, "generated": "Especially many pitos and weapons come from poor countries like Kyrggia."} +{"id": 666, "generated": "\"Wherewhere where there is its own, sometimes hand production, and a mafia that organizes smmuggling,\" explained the former military member."} +{"id": 667, "generated": "Where are the weapons coming from?"} +{"id": 668, "generated": "Experts calculated which share of each of the five channels has about the supply of the black market with illegal weapons."} +{"id": 669, "generated": "In 2011, a report was drafted by the Centre for Problem Analysis and State Administration."} +{"id": 670, "generated": "The experts analyzed reports from the Ministry of Interior and the Federal Service for State Statistics, criminal literature and public accessible data, on portals on the subject of arms."} +{"id": 671, "generated": "The most part of illegal weapons comes to the investigators from the army and the legal protection authorities."} +{"id": 672, "generated": "Half of all weapons on the black market have been made there by the 'jurie of responsible people who have dealt in their work with weapons' says a stated in the report."} +{"id": 673, "generated": "According to the researchers, 17% of the weapons come from from conflict areas, 14% on stripes in the production of weapons, and 5% originate from illegal explorations."} +{"id": 674, "generated": "A sales consultant of a weaponsload that does not want to be called the name, assures that weapons being found during illegal excavations do no one longer buy for a long time because they are age-old."} +{"id": 675, "generated": "According to him knows, it is more frequent that dealers take the rebounder in a weapons campt."} +{"id": 676, "generated": "Through a fiayr, a weapon, for example a pi from type TT, is bought."} +{"id": 677, "generated": "The weapon will be displayed and passed through the fence."} +{"id": 678, "generated": "\"The tradeter brings the weapon to the city and sold it for 900 Euro per piece with two magazines,\" he says"} +{"id": 679, "generated": "\"The police is of course aware of all things and therefore, if it cannot comply the plan to uncover crimes, it runs out period control of the purchases of dealers that offer illegal weapons,\" adds the sales consultant."} +{"id": 680, "generated": "\"Howwhat in the luxury download\""} +{"id": 681, "generated": "Buyers and sellers are most commonly known about knowledge with each other."} +{"id": 682, "generated": "I had seen web websites and blogs when someone gotten aware to me and proposed to come to the station \"Begowaja\", where a person would be waiting for me at a particular place, where we thennegotiated the price."} +{"id": 683, "generated": "I learned the price for the weapon firstly there."} +{"id": 684, "generated": "Military Comment Viktor Baranez"} +{"id": 685, "generated": "\"To have a weapon, I will need a acquaintance who has a contact\", says the sales consultant, 'I have such an acquaintance, but I do not trust him\"."} +{"id": 686, "generated": "There are retailers in the markets, but there you have to go and agree with a code such as 'from Iwan Iwanowitch, which states that the daughter has lost a tooth'."} +{"id": 687, "generated": "I even come now to some rings about a known that I trust."} +{"id": 688, "generated": "He also delivers me the blow ring only because he knows that I do noteat it."} +{"id": 689, "generated": "News are looking for weapons on various ways."} +{"id": 690, "generated": "The former military member Viktor Baranez attempted himself as the buyer of illegal weapons in the mid 1990’s, when he wrote an article on this topic."} +{"id": 691, "generated": "According to his pattern, the schemas have not changed."} +{"id": 692, "generated": "He got a photo album in which \" everything possible\" was presented."} +{"id": 693, "generated": "\"I felt myself like in the luxury\", the military member remembers."} +{"id": 694, "generated": "According to Baranez, the purchaser does not get the cat in thesack but can try everything."} +{"id": 695, "generated": "I as a potential customer not simply buy only, but instead riding with the seller in the forest, and there there we put a target slice."} +{"id": 696, "generated": "\"I can then douck there and if I am convinced that the weapon has a good shoe, we arenegotiating each other,\" the expert describes the approach."} +{"id": 697, "generated": "Shopping from the Sofa-Planed"} +{"id": 698, "generated": "Internet search engines show search results on websites and groups in \"Contacts\", in which weapons \"are offered\" for different purposes."} +{"id": 699, "generated": "No paper is needed, nor there are personal meetings."} +{"id": 700, "generated": "\"You do only need the appropriate amount of money,\" it means to 'buy fight buffer or weapons' in the website advertising advertisement."} +{"id": 701, "generated": "There Users make your orders and put requests."} +{"id": 702, "generated": "Has it also sold to minors?"} +{"id": 703, "generated": "\"of course without any license\", Users asks \"Iwan\" ( literal quotation)."} +{"id": 704, "generated": "\"Kaufe eine TT. Moskau is the lakon question by \"Fedorenkow\"."} +{"id": 705, "generated": "The Federal Security Service recently broke countless slip web site pages, and buyers who want to purchase weapons go up throttle the network."} +{"id": 706, "generated": "People come like hungry fish during felining and then land in Sberia and will be allowed to screw coal."} +{"id": 707, "generated": "Military commentary and former military members Viktor Baranez"} +{"id": 708, "generated": "I have heard of the following scheme: The website is usually registered abroad, and Russian laws do not apply."} +{"id": 709, "generated": "The responsible parties accept the orders."} +{"id": 710, "generated": "The purchaser will transfer the money via a bank machine."} +{"id": 711, "generated": "\"A the answer it gets a photo and a description of the conceal of the weapon\", reports the press speaker of the non-profit organisation \"Pravo na oryzhie\" Dmitrij Kislow."} +{"id": 712, "generated": "Viktor Baranez emphasizes that you can finally leave empty and come behind trayss by placing an request on a website."} +{"id": 713, "generated": "The Federal Security service recently broke out countless pale web pages, and buyers who want to purchase weapons are stepping up to the Service."} +{"id": 714, "generated": "\"The people come like hungry fish during faation and then land in the Sibei work camp and allow juicy coal,\" says he says."} +{"id": 715, "generated": "A Makarow for 100 US dollar"} +{"id": 716, "generated": "When experts buying illegal shoe weapons, according to that there will be prices of 100 to 900 U.S."} +{"id": 717, "generated": "According to Dmitrij Kislow from \"Pravo na oryzhie\" organisation, you can buy a pi from Makarow type for 100 to 300 dollars."} +{"id": 718, "generated": "You have to wait up to one year and a half months."} +{"id": 719, "generated": "The weapon is spent in military weapons camps by supervisors of medium range."} +{"id": 720, "generated": "According to the Official Ministry of Home Statistics, the number of disasters with illegal weapons throughout Russia over from January to October 2011 grew by 7% to 22,9 thousands, whereas the number of discovered cases of theft and smailation in the country diminishedly."} +{"id": 721, "generated": "In the USA, Fast-food and super employees are shakinging"} +{"id": 722, "generated": "Each fourth American young person is sitting at some time behind the cup of Mc Donald's car."} +{"id": 723, "generated": "In recent days, there have been across the US to massive protests against low wages in branches of Walmart and restaurants popular fast-food chains like Mc Donald's, Burger King, Taco Bell, Wendy's and Kentucky Fried Chicken."} +{"id": 724, "generated": "No one can still predict whether the protests will swelling even more, or whether they are soon out air again."} +{"id": 725, "generated": "The protests are supported by trade unions and several left-side non-profit organisations."} +{"id": 726, "generated": "In addition to increasing modest wages of simple-cost Walmart and Fast-Food employees, the organizers of the protests follow the aim of creating trade unions."} +{"id": 727, "generated": "So far this industry is hardly organized trade union industry."} +{"id": 728, "generated": "46 Cents a year?"} +{"id": 729, "generated": "The protests began last week after Thanksgiving, on so-called Black Friday, where out sales took place in the United States, which attractive millions of customers, sometimes leading to hand amounts."} +{"id": 730, "generated": "This day, some Walmart workers, of whom the world has 2.2 million, slog down their work and worked together with trade unions and left-wise activist branches in the chain whose targets were persons of low and medium-income."} +{"id": 731, "generated": "Walmart sell all the products, from wraps to hunting weapons and car batteries to dustwashers, vacuums, eggs, and milk."} +{"id": 732, "generated": "The goods in Walmart subsidiarys are cheaper in the average between 8 and 27% than in large supermarkets."} +{"id": 733, "generated": "That is why many of the small-paid Walmart employees only buy at their own job."} +{"id": 734, "generated": "Prices and its range of goods made Walmart into one of the largest companies in the USA."} +{"id": 735, "generated": "According to the critics, Walmart can often sell the goods only so inexpensive because of the staff are poorly paid."} +{"id": 736, "generated": "The latter also complain about hard working conditions, for example the lack of jackettapers or hand scanners."} +{"id": 737, "generated": "The participants of the protests at the Black Friday requested salary increases, and expressed their anger that contribution to business health insurance had increased from 30 to 100 a month."} +{"id": 738, "generated": "A typical Walmart staff, who deserves 9,5 US an hour, cannot afford that increase, as they said."} +{"id": 739, "generated": "Researchers from the California University in Berkeley have shown that if company increases the average wage to 12 per hour, Walmart would cost $3.3 billion."} +{"id": 740, "generated": "That is about 1.1% more than they currently giving for wages."} +{"id": 741, "generated": "If Walmart had moved wage increases completly to the customers, each shopping cost only 46 Cents more in the future."} +{"id": 742, "generated": "Per year, that would be for them increased expenditure compared with just 12,39 for dollars today."} +{"id": 743, "generated": "Walmart's supporters are satisfied note that protests have place only in nine states and they did not account any losses to the company."} +{"id": 744, "generated": "The Black Friday spent in its next-shop from 8 a.m. Thursday to midnight, and during that period, Walmart sold about 5000 articles per second per second."} +{"id": 745, "generated": "In total, the Walmart's retailers on the \"Black Friday conducted almost 100 million transactions."} +{"id": 746, "generated": "The company's speaker, Dan Fogelman, claimed in an interview on the left-track Huffington Post website that a total \"less than five\" Walmart employees set down the work and that the protest action did only'another PR action."} +{"id": 747, "generated": "\"Freey to coffee!"} +{"id": 748, "generated": "But protests went on in New York this week where their target were not Walmartlies (which do not want in this advanced city and therefore so far are inexistent), but McDonald's and other cheap restaurants."} +{"id": 749, "generated": "McDonald's says that the company sales billion billions of ports and yet yet you don't give you medical days and you won't pay for your honest work!"} +{"id": 750, "generated": "Jumaane Williams, Member of the New York City Council"} +{"id": 751, "generated": "Currently, the minimum wage in accordance with federal and New York legislation stands 7,25 per hour."} +{"id": 752, "generated": "In fast-food resellers, the minimum wage is increasing afterwards but not too strong, and on average, their simple employees in New York get in US 8,90 a hour."} +{"id": 753, "generated": "Les than her, no one deserves in this expensive city."} +{"id": 754, "generated": "I think it is possible to produce with so little money in New York is unprehensi."} +{"id": 755, "generated": "There was once a time when almost a quarter of all US young people after school at McDonald's behind the topic, but the young people still living with their parents."} +{"id": 756, "generated": "Littlely one of it saw the main income source or plant to stay longer there."} +{"id": 757, "generated": "Now in interviews with employees of McDonald's I constantly meet people who complain that they get out with that wage and sometimes even have to feed their children."} +{"id": 758, "generated": "On the other hand, in the forum of the Wall Street Journal newspaper an comment whose authors would note that it is irresponsible to get children if you do not know how to feed them."} +{"id": 759, "generated": "The participants in the protests began on Thursday at 6.30 a.m. before McDonald's in 40th Street and in Madison Avenue, requested that the casinossars and chefs of Fast-Food reactors get a minimum-income wage."} +{"id": 760, "generated": "They continued to call for setting trade unions in the fast-food industry."} +{"id": 761, "generated": "The US Law bans Company management from standing behind this goal and aboff or dismissing trade union members."} +{"id": 762, "generated": "On the other hand, company management is not making easy for them."} +{"id": 763, "generated": "The establishment of trade unions in the fast food industry is also difficult for objective reasons, however."} +{"id": 764, "generated": "The most important reason is the high staff flood."} +{"id": 765, "generated": "Unsatised"} +{"id": 766, "generated": "Strengthious protests also took place with many other fast food restaurants in Manhattan on this day."} +{"id": 767, "generated": "The heart of the protests was a assembly at lunch front of McDonald's at Times Square, in which some local Democrats spoke, including city council Jumaane Williams, who said: 'McDonald's says, it was difficult to pay'."} +{"id": 768, "generated": "The demonstrators were also supported by other prominent New York Democrats, for example, mayor candidate, Bill De Blasio, who said that 'we should jointly support Fast-Food employees, so that they get a fair wage and increase the World Nations Order' '."} +{"id": 769, "generated": "According to New York Times, this was the largest action of their kind in history of the US fast food industry."} +{"id": 770, "generated": "However, only a few hundred people were local, most of whom are not almost all employed in the fast food industry in which tens of thousands work in New York."} +{"id": 771, "generated": "It can not yet be seen whether the radio of these protests will mobilise all the masss."} +{"id": 772, "generated": "\"The brain can only be moderately reviewed\" So far."} +{"id": 773, "generated": "The topic of expanded reality popular by supporters of modern technologies has recently been usually perceived by the lenss of a special bullet."} +{"id": 774, "generated": "Firstly, Google presented a functioning model in summer at its annual conference, in November announced that Microsoft had also registered a patent in this area."} +{"id": 775, "generated": "In talking with the head of the group interactive 3D technologies at the Microsoft lab in Cambridge Shahram Izadi, however, it will be clear that the barrels were only a exit station for company scientists."} +{"id": 776, "generated": "It invites the possibility of manipulation virtual objects in the air with mere hands and creating virtual free surfaces."} +{"id": 777, "generated": "- Please describe briefly what research does your group do."} +{"id": 778, "generated": "- We are dealing with the interaction between human and machine, but want to expand the limits of that interaction in this way."} +{"id": 779, "generated": "Until now, humanity hasremained mostly in a phase in which pixels are worked with flat screens, which sometimes also are affected."} +{"id": 780, "generated": "However, we want to anticipate 5-10 years and prepare for the radical changes of this interaction."} +{"id": 781, "generated": "For example, the Xbox console and the Kinect sensors are a progress and today no Xbox will longer be sold without Kinect, because everyone is interested in movement control."} +{"id": 782, "generated": "- What is still expected for us in the future?"} +{"id": 783, "generated": "- Although Kinect has brought the interaction to a physical level, many still plays on the flat screen screen, sometimes in 3D."} +{"id": 784, "generated": "The input of information (the system gets more data) could be improved, the output is not crucially so far."} +{"id": 785, "generated": "We are trying to change this, work on real threedimensional presentation systems on the basis of various technologies, including projections."} +{"id": 786, "generated": "We must loose away the computer world in our physical world and make it more practical."} +{"id": 787, "generated": "To do this, however, it is necessary not only the user, but also his environment, to be recognized."} +{"id": 788, "generated": "Then we could complement the real world much much more simple through virtual objects."} +{"id": 789, "generated": "And first of all, we should get out this distoasted Virtual-Reality whips!"} +{"id": 790, "generated": "- What do you think about language control?"} +{"id": 791, "generated": "It is popular, but is it not overvalue?"} +{"id": 792, "generated": "- It is certainly not the all- purpose solution because it raises questions about privacy, because it does not always want to be informed with all the opposs of his actions and intentions."} +{"id": 793, "generated": "In fact any kind of interaction with computers is good, but every in their specific neons."} +{"id": 794, "generated": "For example, we were working in the area of control of objects in public places on a project where we experimental with short and short, rather than with loading gestures."} +{"id": 795, "generated": "The gestures were not recorded from the object camera, but by a arm that registered the movements of the bones and muscles."} +{"id": 796, "generated": "It is still relatively large, but in theory could be reduced to the size of a arm watch."} +{"id": 797, "generated": "But as a whole, the future belongs to mixed types of control, such as spicess and language."} +{"id": 798, "generated": "- How that?"} +{"id": 799, "generated": "- We would ask you, for example, to supply you this Sprudeldose?"} +{"id": 800, "generated": "They say it and at the same time they refer to it."} +{"id": 801, "generated": "-Normally simply I say it only."} +{"id": 802, "generated": "- Oh, that would be very difficult to discover."} +{"id": 803, "generated": "- Does this mean you want the user to adapt to what a machine can afford at the particular time and what is not?"} +{"id": 804, "generated": "- not by necessity, but it is about mutual approcheation."} +{"id": 805, "generated": "I believe that in the coming time we will have to work predominantly on the development of new sensor types which will enable people to receive reactions from persons more and more precisely."} +{"id": 806, "generated": "That can, for example, be laser sensors because they offer good resolution in the depth, which is very important."} +{"id": 807, "generated": "- What demands do you puts from your work with the Xbox Kinect sensors on modern cameras?"} +{"id": 808, "generated": "Is it lack of up resolution, depth or anything else?"} +{"id": 809, "generated": "- The current generation is basically a good starting point for our work in the area of three-dimensional detection."} +{"id": 810, "generated": "Of course, 8 Megapixel with a speed of 1000 fps would not be bad."} +{"id": 811, "generated": "But the main thing are not the Megapixels themselves, but the quality of the matrix and the depth."} +{"id": 812, "generated": "In this respect, all current technologies are not good enough for us because the developers of the algorithms have more work."} +{"id": 813, "generated": "Account needs to be taken not only resolution along the X and the Y-, but also along the line of the Z axie."} +{"id": 814, "generated": "The speed and the number of images per second are important as well."} +{"id": 815, "generated": "The movements of humans are extremely dynamic and openly, the current 30 fps are in particular too little for gestures."} +{"id": 816, "generated": "Stephen Betishes developed in our laboratory in Redmond a contactable sensor with a regulatory processing delay between 1 to 100 Millisseconds with today' commercial sensors are closer to the second value (60 to 10% percents)."} +{"id": 817, "generated": "Not all understand how much that affects the interaction of human and machine."} +{"id": 818, "generated": "For my work I exactly needed such a device, only without contact control, and with more images per second."} +{"id": 819, "generated": "- Need the number of cameras not to be increased?"} +{"id": 820, "generated": "- Kinect is currently working with three \"cams\", one of which is an infrrot transmitter and the second is a receiver for thereflected signal."} +{"id": 821, "generated": "And the third camera is actually a ordinary RGB camera."} +{"id": 822, "generated": "It is not used to calculate the object depth."} +{"id": 823, "generated": "More cameras could possibly solve the problem..."} +{"id": 824, "generated": "Or intensen the problem as it would be necessary to have more calculations."} +{"id": 825, "generated": "Beautiful would be a flexible, Kinect-like system, in which we could play with different camera trends to find out how that will help us in doing three-dimensional identifying a position."} +{"id": 826, "generated": "- If I remember correctly, contrast to Google, Microsoft not presented its bottles to the public."} +{"id": 827, "generated": "Do you not think that with regard to the application of the technology of expanded reality during the daily-day, the glasses have the best prospects?"} +{"id": 828, "generated": "- Of course it is not pleasant to keep a smartphone in its collected hand every day, but I think following: The greaseest variant would would be a \"changeing\" expanded reality, where we move over a cloud from a brilliant to the smartphone."} +{"id": 829, "generated": "Thebri is a personal palate, and it lies its strength (Priates can only be seen), but it also is at the same weakness, because an expanded reality through breeze prevents you from working together with others on virtual objects."} +{"id": 830, "generated": "- Imagine ourselves for a moment that the manipulation of virtual Holograms is accessible not only Tony Stark from Iron Man, but also normal mortals."} +{"id": 831, "generated": "There is a problem that criticers have often said this idea: there’s no feelable reaction!"} +{"id": 832, "generated": "The hands feel nothing at all!"} +{"id": 833, "generated": "What answers does your group intend to give that objection?"} +{"id": 834, "generated": "- In my lectures, I often talk that enlarged reality represents the sevenththth breakthrough in the interaction between human and machine."} +{"id": 835, "generated": "I think that the eight breakthrough could certainly become the integration of tactical perception."} +{"id": 836, "generated": "An interesting method is the use of the second hand as rather unusual projection document at the moment."} +{"id": 837, "generated": "She is taking pressure excellent!"} +{"id": 838, "generated": "But there are also technologies that are actually intended to give the \" pictures in the air\" hand solid, including for example the interaction of some directional ultra-ssound lights in a certain point, where the finger is located, generates their risk by the result of the finger."} +{"id": 839, "generated": "There are also ballss for the hand motion which affect on nerve effects in the fingers, too is a potential direction."} +{"id": 840, "generated": "- Have you tried to list the brain?"} +{"id": 841, "generated": "Does it think that it feels what it should feel when it'vis a thing right now?"} +{"id": 842, "generated": "- That is a good idea so we have not yet tried to do it."} +{"id": 843, "generated": "There is a another task that we will have to fight long before, namely to believe that a person who physically seats in a closed room, that it is located instead in an open, practically endless space."} +{"id": 844, "generated": "Up to now, the brain can be over only roughly, and there are many working years to be before us."} +{"id": 845, "generated": "This is that makes the work in the field of virtual reality for a researcher so attractive: many topics we have only at the beginning."} +{"id": 846, "generated": "Own taste instead of culture - rosbalt.ru"} +{"id": 847, "generated": "Rosbalt is continuing the project \"Petersburger Avantgarde\" that is dedicated to city residents that form the avant-tgarde of art and culture."} +{"id": 848, "generated": "On the illustrated list, high representatives of the Petersburg art scene already came whose successes have gone beyond the borders of the city and which are often to find recognition in Europe without being known of the rest of Russia."} +{"id": 849, "generated": "The new star of Rosbalt is the extravagant artist Kirill Miller."} +{"id": 850, "generated": "The entire city knows Kirill Miller, the gardens wornd in red, sometimes at the Russian Museum, at the summer garden, at scene meetings or at meetings or events."} +{"id": 851, "generated": "Where the pictures of Kirill Miller are displayed, they attract large humanmass."} +{"id": 852, "generated": "Kirill Miller is one of the typical Petersburg social-philosophic artists that create new mythies."} +{"id": 853, "generated": "Kirill Miller is a shining personality of the Petersburger Avantgarde at the end of the 80s or beginning of the 90s."} +{"id": 854, "generated": "He is also a man of the city and conchants by his presence on the street of his fellow citizens a smile in his face, providing good silence among them."} +{"id": 855, "generated": "He recently schorang a thriller and became a Petersburg orchestra player as he felt prepared for this difficult role with regard to his artist, his philosophy and image."} +{"id": 856, "generated": "- Kirill, why are you really always in Red and not for example in Gel or Türkis traveling in the city?"} +{"id": 857, "generated": "I have chosen color Rot as a mode designer who deals with the optimization and the image."} +{"id": 858, "generated": "In this world is red of the compromise between the artist, image consultant and society."} +{"id": 859, "generated": "In society, everything that differs from the grey standard results in aggressions and bad behaviour."} +{"id": 860, "generated": "However, I want to come into the talks with the people through my own process of provoation."} +{"id": 861, "generated": "Each of my past provocas was an invitation to talk."} +{"id": 862, "generated": "- When do you know that you have to become a painter?"} +{"id": 863, "generated": "- At an exhibition in the Kulturpala of Newskij where my works were presented."} +{"id": 864, "generated": "I understand that I have to go this path."} +{"id": 865, "generated": "Then the time of the old free, but not officially recognised painters at that end, and new and free painters, as I were incomprehensiable."} +{"id": 866, "generated": "I was friendly with the Malerns of the new generation, so with representatives of \"Gazonewschin\"; it created \"Puschkinskaja 10\", and then first came end."} +{"id": 867, "generated": "I takes it to the theatre, to fashion, to music, actually to everything, apart than literature."} +{"id": 868, "generated": "- And all this united in your kind of clinic... - It was important for me to stand at the centre of the Petersburger culture, where the best creating artists should gather together."} +{"id": 869, "generated": "In 1995 I occupied a space in the Puschkinskaja 10, and until renovation works there was a musical and artistic club for the Boheme, the House of the Petersburg Boheme."} +{"id": 870, "generated": "Many were born there: N.O.M., Tequilajazzz, and I remember how shame came with his project \"Ucho Van Goga\"."} +{"id": 871, "generated": "Schnur and his friends sang simple songs to the playback, wearing close trios, and among them alsolonged to the composer Igor Wdowin referred today."} +{"id": 872, "generated": "When the group began to play live, it became the \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg modified many programs before the time of \"Halli-Galli\"."} +{"id": 874, "generated": "We gave them Trachtenberg, and it began his great career, but the bases he learn with us."} +{"id": 875, "generated": "The Gallery \"D 137\" or the club called \"Griboedov\" have their origin in the Art Clinic."} +{"id": 876, "generated": "That was where our employees and regular guests went."} +{"id": 877, "generated": "I am a legend of the last century, as culture still meant something."} +{"id": 878, "generated": "In 2000, there was a survey in the press concerning the award of \"personalities of our city\"."} +{"id": 879, "generated": "I won in the category \"Arts of the Year\", and so I was at my height point."} +{"id": 880, "generated": "It is not easy to work for old rules in new times; I am a human of the truth, honesty and culture of the last century."} +{"id": 881, "generated": "In today, it is easy to become famous but culture and popularity are not the same thing: one can be famous without making a cultural contribution."} +{"id": 882, "generated": "- Your works have an unrecountable style."} +{"id": 883, "generated": "- Many of my images are real pearls and clearly express the currentity and stringcity of the thoughts."} +{"id": 884, "generated": "I will have an exhibition with the topic of \"Das russisch Museum als Clowns\"."} +{"id": 885, "generated": "Clowns are timeless."} +{"id": 886, "generated": "Previously I was social, but now it is painful and prepares fear that it will be so."} +{"id": 887, "generated": "In a Clown, everythingwashs and loses his tragedy."} +{"id": 888, "generated": "I love the Groteske and I do have groteske ideas."} +{"id": 889, "generated": "Let us, for example, save the world by prescribed that everyone has a full dressing."} +{"id": 890, "generated": "Now everyone watchs to the clothing and oriented on the outside and not the inside of the human."} +{"id": 891, "generated": "But perhaps one should not give his hand to a person but should squeeze him into his face."} +{"id": 892, "generated": "The deceptioning disappears through the dressing."} +{"id": 893, "generated": "- Recently we saw you in the role of urban spinorling player. - a cultural city should have such an honor."} +{"id": 894, "generated": "Who, if not I?"} +{"id": 895, "generated": "- Can commercial art also be beautiful?"} +{"id": 896, "generated": "- Today, commercial art must be careful, repsensitive and disceruring."} +{"id": 897, "generated": "We see the dissolvation of cultures."} +{"id": 898, "generated": "In the past the people formed large groups: the Bohemia loved the one and the simple people the other."} +{"id": 899, "generated": "Now there are micro-communities and it is difficult to love all."} +{"id": 900, "generated": "I am not a one hundred dollar note that loves everyone."} +{"id": 901, "generated": "Now you have to think you who you will love."} +{"id": 902, "generated": "Now each ultstar has about 100 supporters."} +{"id": 903, "generated": "- but there are several thousands of Stas Michailow’s performances!"} +{"id": 904, "generated": "- coming to him, left women, there the sexual-social sphere plays a role."} +{"id": 905, "generated": "For cultural reasons, 300 people come and not 10 thousands; consequently, there is less management, money, and all everything is at the root ground."} +{"id": 906, "generated": "I have supportives and the most important is not to fraud them and not to destroy what we have achieved."} +{"id": 907, "generated": "In my youth I coloured such images which even hang at a collector in a series with the works of Falk and Larionow."} +{"id": 908, "generated": "I began with images that normally come until the end of my career."} +{"id": 909, "generated": "Today, there are often misunderstandings."} +{"id": 910, "generated": "It means: intellectual culture and consumption culture."} +{"id": 911, "generated": "Consumer has no culture at any degree: this is something quite different."} +{"id": 912, "generated": "I am a human of past culture, and has grew with artists who lived in poverty and died in poverty and rejected money in order to be able to paint paintings."} +{"id": 913, "generated": "This is the culture which I support."} +{"id": 914, "generated": "- Kirill, what was Petersburg lacking?"} +{"id": 915, "generated": "- Good culture experts."} +{"id": 916, "generated": "We say: Thee of culture."} +{"id": 917, "generated": "But not each of them can deal with culture."} +{"id": 918, "generated": "The real aros were different, because the aros may not a lot of culture, but they understood that right experts are needed."} +{"id": 919, "generated": "There are currently good consultants in Moscow."} +{"id": 920, "generated": "In Petersburg we have those who could perhaps be experts, but they will be blocked the path as they need more high-level experts who will evaluate the first properly and release them the way."} +{"id": 921, "generated": "Now that only counts your own taste."} +{"id": 922, "generated": "The same applies for the Erarta, but with the difference they say honestly that they do not accept all contemporary art and some painters will therefore have to search for other museums."} +{"id": 923, "generated": "- What is for you Petersburg?"} +{"id": 924, "generated": "- Petersburg is not the capital of culture; in Moscow there is much more culture and a appropriatenutriy ground."} +{"id": 925, "generated": "Art can be difficult to grow on our stones."} +{"id": 926, "generated": "We need a cultural nutrition ground because, for example, it is true we now have more writers than readers, and that is not the right."} +{"id": 927, "generated": "There are many people of interest in Europe who will visit exhibitions or concerts."} +{"id": 928, "generated": "And that is much less from our point of view."} +{"id": 929, "generated": "Art must be again modern, just like at the beginning of previous century."} +{"id": 930, "generated": "the project is financed from the City of San Petersburg subsidiess"} +{"id": 931, "generated": "Birth in WorldAll"} +{"id": 932, "generated": "Earth in danger."} +{"id": 933, "generated": "Global warming or encounter with Killerasteroid."} +{"id": 934, "generated": "In 18233, Karawans filpools of space ships with habitant on board and searched for a replacement-planplane when he became the feareation in the ground of the Realenaground. Karawanen, the collective which was inhabited by the lines, were"} +{"id": 935, "generated": "To save humanity, the important question is how we can continue in s seriouslyless or on the replacement planned plan?"} +{"id": 936, "generated": "I believe there is not much to choose."} +{"id": 937, "generated": "In fact, there are only two real islands that we could at least live in a hypothetical way."} +{"id": 938, "generated": "\"This is Mars and Venus\", says the scientific staff of the Astronomischen Sternberg Institute, Wladimir Surdin."} +{"id": 939, "generated": "However, while the conditions on Mars are relatively life friendly, the surface of Venusn Venuscontrols a temperature of 500 Grad."} +{"id": 940, "generated": "Life would possible only in large height, or in the circulation route of the Venus, i.e. in All."} +{"id": 941, "generated": "The question of Planting in All addressed researchers first about the floras."} +{"id": 942, "generated": "Already half a century before, experiments were carried out with plants."} +{"id": 943, "generated": "The fourth generation of heritage cultivatedd in the Orbit does not differ at least from Irish species."} +{"id": 944, "generated": "It followed the breeding of insects, more precisely of tiny fruitlies (Drosophila), in the Orbit."} +{"id": 945, "generated": "In 1979, watchers were sent to the world to explore how seriouslessness effects on the development of embryos."} +{"id": 946, "generated": "It develop a very normal cowc."} +{"id": 947, "generated": "But then the problem begins."} +{"id": 948, "generated": "\" The problem is that Küken must find its stand; it must be able to stand its legs and start to move,\" explained the Laboratory Leader of the Institute for Medical-Biological Solutions RAN, Viking Syche \"Cyes in WnucOH\" »."} +{"id": 949, "generated": "Without solid underneath the cows fplus wild."} +{"id": 950, "generated": "Ten hours later, the instincts of the new infants dived completely."} +{"id": 951, "generated": "The cows did not react to light and sound."} +{"id": 952, "generated": "Four days later, they simply died, then."} +{"id": 953, "generated": "'Eall time we left cheeses andinserted the whole then because it is simply impossible to work with them there' holds WWII Sychew in a failed experiment with the cowkens, which is in fact impossible."} +{"id": 954, "generated": "The last gross cage of animals fled into the organ in 16 years ago."} +{"id": 955, "generated": "The experiments will continue in spring 2013."} +{"id": 956, "generated": "However, the Biosatelli \"Bion\" will be only equal-seex species."} +{"id": 957, "generated": "There was an experiment with rats that had already been fibrated to All."} +{"id": 958, "generated": "In principle, nothing special has been noted at this time."} +{"id": 959, "generated": "\"This was just with biostats, but once again it was only one experiment, and research needs to be continued,\" said Wladmir Sychew."} +{"id": 960, "generated": "After the s landing, the space councils received youngs."} +{"id": 961, "generated": "The problem of reproductiveing directly in space has not have been solved so far."} +{"id": 962, "generated": "The task is difficult."} +{"id": 963, "generated": "Animals destrud from their natural living space simply cannot follow their exploitation drive."} +{"id": 964, "generated": "In contrast to animals, people could do this in principle."} +{"id": 965, "generated": "Homo sapiens is able to move towards abstract thinking and can generate a similar emotional background."} +{"id": 966, "generated": "For ethical thought, such experiments will not be carried out."} +{"id": 967, "generated": "But women have been flying in All for 50 years."} +{"id": 968, "generated": "The greatest risk was at Tereschkowkowa."} +{"id": 969, "generated": "The most value that humanity owns is the female organism."} +{"id": 970, "generated": "Our magic could have fled from that and nobody on the earth could have answered the following question: Is it over space flight?"} +{"id": 971, "generated": "Will they can bring a child to the world after that flight?"} +{"id": 972, "generated": "\"After no one has answered this question,\" says Raumveteran Wachtang Watschnnadse."} +{"id": 973, "generated": "In June 1964, only a year after her space flight, the first female Kosmonautin, Valentina Tereschkowa, a daughter was allowed."} +{"id": 974, "generated": "The Father of the child, Andrijan Nikolajew, was also Kosmonaut."} +{"id": 975, "generated": "In 1988, the second woman was in All, Swetlana Sawizkaja, who had been twice in the Orbit and even did work outside the space vehicle, a son."} +{"id": 976, "generated": "Nevertheless, it remains a risk."} +{"id": 977, "generated": "We have only very few coumons where everything went well well after long flights and got healthy adolescents."} +{"id": 978, "generated": "\"The more, the more dangerous it is even on flights in the Orbit\", concluded Kosmonaut Waleri Poljakow, the legend of the Soviet Union and heroes of the Russian Federation."} +{"id": 979, "generated": "And nonetheless, humanity has to look for new ways in biotechnology, radiation protection and the production of artificial gravation."} +{"id": 980, "generated": "The Hydrolabor in the preparatiy centre of the Koaus is a mandatory station during the preparation for the flight."} +{"id": 981, "generated": "Here in a silent state, the couts win routine for working open space."} +{"id": 982, "generated": "Water is the seriouslessness."} +{"id": 983, "generated": "Even when adults feel water as pleasant, it is a foreign environment; butmigrants feel water as a natural element."} +{"id": 984, "generated": "It is as though the small Ichtyander saw the witness that life on the land went out of the ocean."} +{"id": 985, "generated": "There is a link between the fact that a child is about 9 months in the belly of the mother in the fruit water, and the fact that she can then easier used to water."} +{"id": 986, "generated": "In principle, that is logical because, once from birth to the first swimming there are not only 2 weeks."} +{"id": 987, "generated": "\"This is too little time to forget something,\" says Baby swimming teacher Marina Marina Aksenowa."} +{"id": 988, "generated": "While s seriousness for a new child is a much more natural state, the woman does not come without severity."} +{"id": 989, "generated": "In the state of seriouslessness, belly legs and pool museums lapse back enormous quickly, thus decreases the ability to expresspress the child."} +{"id": 990, "generated": "Well, would we tackle the aid by violent-introductory tool."} +{"id": 991, "generated": "For example, the birth could also occur in a special chamber to press out the child."} +{"id": 992, "generated": "'What is happening then?\" is the unsignificant question of Waleri Poljakow."} +{"id": 993, "generated": "On the other hand, the child also needs artificial heavyness."} +{"id": 994, "generated": "Without feeling the earth attraction, the organism cannot train the selet and the muscles."} +{"id": 995, "generated": "A new born child cannot be locked in the folder as an adult for training a burden stick."} +{"id": 996, "generated": "He is simply the lack of what is fundamental important for his lives."} +{"id": 997, "generated": "\"This experiment that we are doing jointly, namely the birth of a child in an foreign environmenta, will lead that we can bring a disabled, a completely unadapted person to the world,\" says Head of the Bioethik Commission of the Directoror of the Committee on Environmental And Aid"} +{"id": 998, "generated": "So now, the birth of children in the world is simply theory."} +{"id": 999, "generated": "At sometime, however, it becomes reality if the earth residents break out in their spaceships into a distant planet, which will become the home for their successorages born in all."} diff --git a/outputs/eval_scratch_base_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/eval_scratch_base_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..e8b76ad --- /dev/null +++ b/outputs/eval_scratch_base_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 5, "step": 44030, "bleu": 21.847047002849408, "rouge1": 56.31957158629245, "rouge2": 29.151360933266076, "rougeL": 50.94793960368443} diff --git a/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_2_17612.jsonl b/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_2_17612.jsonl new file mode 100644 index 0000000..786167a --- /dev/null +++ b/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_2_17612.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A republic strategy to against renewal of Obama"} +{"id": 1, "generated": "The Republic leaders just just justd their policys with the need to fight election fraud."} +{"id": 2, "generated": "The Brennan Center, however holds a myth by affirmfirming that the election fraud in the USA is rarely less than the number of the people killing killed of the fire pit."} +{"id": 3, "generated": "The law of Republic lawyers in the US in 10 years have only 300 cases of election election fraud."} +{"id": 4, "generated": "One is sure: these new rules will have negative effect of participation will affect on the election."} +{"id": 5, "generated": "In this sense, these measures are partly sub the US US’s democratic system."} +{"id": 6, "generated": "Instead Canada, the US states responsible for performing the elections in the individual states."} +{"id": 7, "generated": "In this sense, majority of the American governments announced new laws since 2009 2009 which is difficult difficult the procedure registration or derogation."} +{"id": 8, "generated": "This phenomenon has gained importance after the elections of November 2010 in which 675 new republic republic representatives in 26 states were marked."} +{"id": 9, "generated": "Consequently, 180 legislations were introduced legislation alone in 2011 which restrict the right of election in 41 states."} +{"id": 10, "generated": "The new electoral laws ask the voters to show an light image and an certificate of the US US citizenship."} +{"id": 11, "generated": "Moreover, these lawies will also reduce short the periodment time for declared an unaffected vote voting the right to register vote at the day of voting day, and the citizenssvoted disagree the right to vote vote for the court which other is elected."} +{"id": 12, "generated": "Before elections 2006, no US state has requested from the voters to show a light image."} +{"id": 13, "generated": "Indiana was the first state which had an request to make this request."} +{"id": 14, "generated": "Upper Court of the United United States confirmed the constitutionality of Indiana law law in 2008 in 2008"} +{"id": 15, "generated": "The Republic authorities authorities pre opposed this to extend to other states."} +{"id": 16, "generated": "In the during the last two years they encouraged in 34 the federal states adopted legislation drafts with which the voters will have to show a light image image image."} +{"id": 17, "generated": "It important to note that, in contrast to Quebec, the US not have a universal identification ID card like the health insurance card."} +{"id": 18, "generated": "In fact 11% of the US, that words, 21 million persons do not have a light card from a government authority their state."} +{"id": 19, "generated": "In addition, five million new purchasers in 2012 do not have any one of such such certificate."} +{"id": 20, "generated": "However, they are frequently more than than hundred to receive the necessary certificate."} +{"id": 21, "generated": "The new restrictions affect young people, minority and people with minority with low income. uncomparatively affected."} +{"id": 22, "generated": "Indeed, 25% the Afro Africaners, 15% of 15% of the people with less less than $35.000, 18% of the citizens of citizens over 65 years, and 20% of the voters between 18 and 29 years do not accommodate the necessary light required image."} +{"id": 23, "generated": "This anymore."} +{"id": 24, "generated": "Those students who consider considered as electers that much more their vote vote for democratic candidates are not allowed in several states to use their light light ID is installed in their facilities."} +{"id": 25, "generated": "On the other, the same states allow the members of fishing or hunting agreementss which choose more for the republic side, to use these cards from these agreements for choices."} +{"id": 26, "generated": "Before 2004, no federal government state requested a proof of choosing jurisdiction of duty for state."} +{"id": 27, "generated": "Arizona was the first federal state that initiated such a demand."} +{"id": 28, "generated": "Since 2011, a dozen of states laws adopted that the voters ask to prove their US state citizenship."} +{"id": 29, "generated": "These measures aim clearly to to limiting the hispan votes."} +{"id": 30, "generated": "In in fact that there are two of three hispane voters prefer the democratic party."} +{"id": 31, "generated": "Furthermore, Republican legislation legislation promoted 2011 in eight federal states laws that were ab offpelledd of elect parties on the electioning day."} +{"id": 32, "generated": "You also restrict the right of individual and groups groups to provide aid those who register which would like to."} +{"id": 33, "generated": "These restrictionss not to conl consequence."} +{"id": 34, "generated": "For example, the campaigns to electoral registration registration during the general elections elections 2004 have contributed to registering about 10 million state citizens."} +{"id": 35, "generated": "These measures, because measures adopted since 2009, reduced to the share by 17% newth registration 2010 in the comparison with 2006."} +{"id": 36, "generated": "Moreover, the Re Republic laws have adopted in five other state states laws which aim to reduce the period for the prior vote voting vote."} +{"id": 37, "generated": "For example, in the general elections in Florida 33% of the voters elected in advance were Afro African, although they only 13% of the federal state's voters constitute."} +{"id": 38, "generated": "The same applies for the hispanpane population."} +{"id": 39, "generated": "Last those only made 11% of the voters, but still 24% of the citizens that elected in advance."} +{"id": 40, "generated": "In contrast, the white stated 76% of the voters only 46% of the electers that are chosen chosen beforehand."} +{"id": 41, "generated": "Of course, the democratic laws and their adhereers have strongly strongly opposed to laws that restricts the registration registration of voters."} +{"id": 42, "generated": "Several draft legislation were blocked by the vovts of democratic Government."} +{"id": 43, "generated": "The US's general attorney has filed to violate the most controversial laws."} +{"id": 44, "generated": "They could partially limit the damage."} +{"id": 45, "generated": "For example, only 16 of the 34 federal states have laws which ask for a light of light image."} +{"id": 46, "generated": "However, the new rules introduced introducedted in 2012 un doubt will difficult the execution of election choosing right."} +{"id": 47, "generated": "democratic critics critic prlap the party political nature of the adopted laws and see them as the clear objective is to influenceinfluencing the results in the 2012 away states."} +{"id": 48, "generated": "A report the Brennan Center of 2011 shows out that the states that adopted determine 171 of the 270 votes that required to take part in the election body in the electoral body to to win the Prency."} +{"id": 49, "generated": "It is too early to confirm certainly that these changes in legislation on the election system will have have significant impact on the outcome of the presidency elections in 2012"} +{"id": 50, "generated": "But something is a sure that these new rules will negative effect on participation of election."} +{"id": 51, "generated": "In this sense, these measures in part undermine the democratic system of the US US."} +{"id": 52, "generated": "Prostat malfunctionation: should test be done or or not?"} +{"id": 53, "generated": "The PSA test sometimes actually faulty results contain incorrect results with wrong negative, but also wrong positive results that leads to medical medical interventions."} +{"id": 54, "generated": "This flows leads to more conneig of those undéted men mens for implement early recognition tests."} +{"id": 55, "generated": "Should the test done, or not?"} +{"id": 56, "generated": "We have accepted the opinion of two specialist areas."} +{"id": 57, "generated": "The studies conducted in the US US concern many factors diffs between control groups, so it is difficult difficult to interpret this data and give these clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe concluded the conclusion that there an difference in stability of patients with and without early recognition."} +{"id": 59, "generated": "This study also showed that in 12 years after after a observation the probability of education of metasta is by 30 to 40% higher if there was no early recognition."} +{"id": 60, "generated": "Therefore therefore I recommends the test ab of 50 years or 40 years if someonea direct related insign a heir, who was already dfild in prostattibility."} +{"id": 61, "generated": "For men men afro-American origin origin has alsoa higher risk."} +{"id": 62, "generated": "The most important is the right decision soon soon a cancer was recognized."} +{"id": 63, "generated": "There are cancer, who areaggress and others are indolent."} +{"id": 64, "generated": "The patients must really understand the extent of the risk of their risk of cancer by showing the possible options to deal complaintss remain if it does not affect the quality of cancer diseases on long term and is not affected in a case."} +{"id": 65, "generated": "Today, we are not find in many many men have men who have to recognize cancer, because their cancer is not aggressiveally, and that they is a aggressive threat. This is no threat to their lives."} +{"id": 66, "generated": "One propose propose them active active surveillance and offers them treatment in complaints of disease."} +{"id": 67, "generated": "Determine increasingly criteria for a decision, who is who should be treated and who who not."} +{"id": 68, "generated": "Therefore, thus, but I would recommend that the implementation of the test."} +{"id": 69, "generated": "But most important is to speak with his his doctor to decide whether whether it should be carried out or not."} +{"id": 70, "generated": "In cooperation cooperation with the international society, Movember has developed an an instrument that possible to evaluate the PSA pre and the shortcomings of the instrument."} +{"id": 71, "generated": "This document (only in English), but one translation will be available in under the following address to download): http://ca..movember.com//fr/mens--state/procancer-screenscreening"} +{"id": 72, "generated": "Pre the disease"} +{"id": 73, "generated": "Unfortunately there is no means to prevent prevention cancer."} +{"id": 74, "generated": "Despite progress progress in research, a healthy way life remains the the best way to decline to reduce the risk to it."} +{"id": 75, "generated": "It is estimated that 30% of the cancer would be appropriate to prevent cancer disease if all would food and move themselves go sufficiently."} +{"id": 76, "generated": "\"Ifif there would be no smoking more, would increase this value least to 50%\", André Beaulieu, André Beaulieu, speaking ofkan cancer company."} +{"id": 77, "generated": "de defectionation, but it was suspected that approximately of 10% of cancer which disease disease are caused by reduction."} +{"id": 78, "generated": "Severals remain also completely remain unen unclear clarificationd."} +{"id": 79, "generated": "The Canadiand cancer company company remains a priority for the fight against tobacco dependency, despite the decline of smokingers."} +{"id": 80, "generated": "smoking smoking is responsible for 85% of the cases of leak."} +{"id": 81, "generated": "It is also a risk factor is risk for several types of cancers."} +{"id": 82, "generated": "It damages heavily the health of people."} +{"id": 83, "generated": "\" Today exists 1,5 Mi smokinger\", speaking André Beaulieu."} +{"id": 84, "generated": "encouraging upset data: 10 years after rid to cancer rids, the risk death death by the half."} +{"id": 85, "generated": "The weight"} +{"id": 86, "generated": "Thekand cancer company also supports over weight and Adipositas."} +{"id": 87, "generated": "You appear the risk for binbbag breast, puff binops, stomach sprinkles, broths bags, breadbags, panthoses and breast cartuffancies."} +{"id": 88, "generated": "\"The research shows that regular activity against Grimmuddbow bins whole whole life\", add it add."} +{"id": 89, "generated": "Food"} +{"id": 90, "generated": "The organisation also recommends organization to limit the retention of meat of red meat."} +{"id": 91, "generated": "In too large amount, the risk increases the risk of in a Grimm or Mastdd decay."} +{"id": 92, "generated": "Wurwware should also embedded be embedded."} +{"id": 93, "generated": "The conservling by meat, trrocks or salt may lead to the education of carzinzinogens."} +{"id": 94, "generated": "\"Unlibifiers can damage fluid cells to damage body cells, and lead into the development of cancer\",he stated."} +{"id": 95, "generated": "Vitamine"} +{"id": 96, "generated": "In the last years several scientists have studied that a fluid fluidvaporvaporration fluid is each fluidrationration in fluid fluid0 fluidvaporvaporration or fluidvaporration on the fluid flows; other substances that use fluidfuel radiation does no any claim, any fluid use can use fluid."} +{"id": 97, "generated": "But your or your investigations are not disgusts at present."} +{"id": 98, "generated": "After the Canadianad company, the studies on cancer vitamin E disfignatory."} +{"id": 99, "generated": "While a study found out of the reduction in the risk of prostats, another other increase."} +{"id": 100, "generated": "Vitamin D effect on cancer also was not still evident."} +{"id": 101, "generated": "Moreover, Mr Beaulieu stresses how important to speak his doctor about his concerns and his family preparttation."} +{"id": 102, "generated": "\"The implementation of a early-reogniation test does not lead to cancer.\""} +{"id": 103, "generated": "The Higgssonanalyzed"} +{"id": 104, "generated": "The announcement of the likely discovery of the the Higgosons has aside a some bit loom to some reftift in last summer. And this is for for good reason."} +{"id": 105, "generated": "In fact, one believe that this Boson is involved in nothing less involved in the mechanism which is for the mass of all of all objects in the universe."} +{"id": 106, "generated": "But and finally, finally finally, it is the last part - of which our standard model, or our best \"at the least wrongly\" declarations of the nature and the behavior of the mat said beforehand, but it rather has not been attentiond to this."} +{"id": 107, "generated": "But not for the Physs really are about Hi."} +{"id": 108, "generated": "We know without the shade of a doubt any any doubt that we have an real new part and that it strongly predicted similar the Higgs-oson parallel to the standard standard model."} +{"id": 109, "generated": "Moreover, it is seem to confirmed by new data data this this week in Kyoto were presented at a large Phy Congress, but there lack still is no data on about this so to ensure that that is completely safe."} +{"id": 110, "generated": "However, we guess that it in fact is about iggs because it seems there is only small risk to kill, and we look ourselves to look at what it is."} +{"id": 111, "generated": "There is in this world an necessarily unbindatory law means that two objects cannot not exist at the same place at the same time."} +{"id": 112, "generated": "It is not possible to against this rule - and try to too strongly because you will be away."} +{"id": 113, "generated": "Because evenif part particle ofphy is really a strange world, there is one law for them to deal to such such this also: the Pauli's exit principle, which says that two part parts not to the same space where the same parts does not belong to the same same space."} +{"id": 114, "generated": "From that, physicsiker share the parts in two categories."} +{"id": 115, "generated": "In a corner are the good citizens that are called described as Fermiione said and arpitlyly away the Pauli principle."} +{"id": 116, "generated": "And in the other, the Bosoners, a ugly band of Anarchists that are nothing holy - does not, in all this principle, which is that means that they are actually can locate located there at the same place in the the same time."} +{"id": 117, "generated": "These people divide under The Particle Adventure of the Berkeley Labor website website (which is actually who absolutely un upsetly) in two groups: the \"mesons that we will treat to those which we here do not treat and the parts which relate with the large many meatch parts, which deal with the own."} +{"id": 118, "generated": "Here, but it must be stressed that these are not all these exo exotic creatures as one think might."} +{"id": 119, "generated": "If you can to read read of these Chronik, then only thanks a boosons of extraordinary shade: the photo or the bo in part\", or the \" \"botbots\" of the \"elekromagnetic power power is."} +{"id": 120, "generated": "If a part with electric la speedt or changes direction, the electroromagnetic field is exactly in that place \"estört\", like like a depat was located in in a dive."} +{"id": 121, "generated": "This \" disturbance\" occurs an electricativ well (Lich, Infrarot or ultraviole radiation etc etc.), and this well is nothing other than a photo and one of the Boson as aa \"keeper of the well."} +{"id": 122, "generated": "Stable field"} +{"id": 123, "generated": "For the part of the filter a filter with a filter filter in filter filter; in for these different, however, the filter filter must be placed in'srigstring\" in with a \"bp filter of the compartment with other part of the filter. So the arpp is dirty"} +{"id": 124, "generated": "However the Higgs field edge is much more stableable than the electrogenic field. Theerers needs to get high energy at very high, with a little frozen rub bottom, which a surface only from aa very large field in the area occupied with the bottom fields."} +{"id": 125, "generated": "air Steam systems have in exhaust systems with CERN 2.0 fluid. This is why the water necessary handle: 256 speedly remote remote fluid connectorizer systems. The conplicy compartments are in equipped zip compartment which is 1 smaller partition vent systems with sub plugQ 2562 multi bath ignition broadband battery"} +{"id": 126, "generated": "The analysis with theeleagne field is helpful to explain the relationship between the Higg and the mass mass."} +{"id": 127, "generated": "In fact are not actually all parts and not all materials that interact with the eleagneagne field"} +{"id": 128, "generated": "Some magnets, like magnet do, but others do not -, example, would keep a compartment a sheet paper would hold never own in cooling."} +{"id": 129, "generated": "And likewise equally would not inter all the parts with the his field: the those who do do it possess a mass mass, while the other ( indeed this photo) would have no mass."} +{"id": 130, "generated": "For what can all these research can be well\", Mrs Plamondon now asked \"questioned?"} +{"id": 131, "generated": "For science, they purpose purpose to review examination of the standard model (SM), also allows the physicalikerers to to examine all the dis diverancies between observations and pre preprepartitionations of the SMSM."} +{"id": 132, "generated": "AlSimilarly there are other many ofphyikers that hope that such diverations will find, because the little difference door to an \"new newphysics\" open and some of these diseases could stoplets of the model."} +{"id": 133, "generated": "You want to say that the last is no shortcomings because there is no explanation for the power (inup!) (ups!) and the dark mat about80% of the universe's mat (rerere up!)."} +{"id": 134, "generated": "But ERN non does not the variations of such suchities were found at the CERN to now."} +{"id": 135, "generated": " general effects effects"} +{"id": 136, "generated": "The effects of these research for the general population are more difficult say before. but it would wrong that they would not."} +{"id": 137, "generated": "Besides, in the early 60s, the laser pigments the lasers in Bell laboratory laboratories did not guess that their work would outlout such a such revolution."} +{"id": 138, "generated": "They saw scientific applications, but otherwise nothing more anything more nothing."} +{"id": 139, "generated": "So fact, thestorphyiker Willard Boyle, who worked in Bell Bell Labs in which the laser in the 1960s's, and 1962 itself owned the first permanent droper ( first laser in these were the first."} +{"id": 140, "generated": "Place you in..."} +{"id": 141, "generated": "Furthermore, individual applications may source from all the instruments contains the research."} +{"id": 142, "generated": "For, example, Willard Boyle developed his work option in 1969, while a small light phase sensor."} +{"id": 143, "generated": "Although this was not original purpose, this sensor today served all digital cameras worldwide worldwide as \"Auge\" and has awarded the Nobel Nobel prize for 2009 in 2009."} +{"id": 144, "generated": "This, indeed not naturally that does not mean that the activities of the LHC will obligatly it will ininevitably change our life life, but it means that one really not can know any do never know......"} +{"id": 145, "generated": "PA care - the best way... | Le Devoir..."} +{"id": 146, "generated": "With their committee for \"Arre in W of dignity\" Quebec recently recently discussed thehe question of life."} +{"id": 147, "generated": "The debate has to be recond shortly, although a draft legislation is being prepared."} +{"id": 148, "generated": "However there is much much still to do on this important subject."} +{"id": 149, "generated": "Le Devoir has tried to look this closer."} +{"id": 150, "generated": "A few weeks weeks ago, Mr L. has still lived alone in his apartment in Montérégie."} +{"id": 151, "generated": "The prostat, who apt him leftd for two years."} +{"id": 152, "generated": "\"But they finally lay off in the harbor."} +{"id": 153, "generated": "\"But it is always not a cheque, he cannot\", says."} +{"id": 154, "generated": "Disease makes its work: an unsome weakness blocks him to go alone on the toilets and even eat itself own."} +{"id": 155, "generated": "sitting at the table, lunch he intended quitted to help in food."} +{"id": 156, "generated": "Mutig even dives settle him les and speak with him with the stranger who strive him dis to employ his medicines and offer his bad. He not sorts."} +{"id": 157, "generated": "The courage of ordinary ordinary to."} +{"id": 158, "generated": "\"M most biggest wish is to trap my disfluff that, he shares it\",."} +{"id": 159, "generated": "Some hours hours later the team has found cure for this evil."} +{"id": 160, "generated": "\"running our life we learn that a man pinkelt\", says Pierre Brodeur, psycho home Victor-Gaadbois."} +{"id": 161, "generated": "Return back in the child’s infringement phase is unacceptable for certain persons."} +{"id": 162, "generated": "\"S that depends the ability of the person\", accepting an backre step, he determined."} +{"id": 163, "generated": "For several persons who work in pallet care, in fact argue, big events occurred in the heart heart of the back these steps."} +{"id": 164, "generated": "The patients who are assigned in the home for Victor-Gaddbois are suffer all due to cancer."} +{"id": 165, "generated": "They have maximum life for three months."} +{"id": 166, "generated": "In this stage they will be care care with care by the doctors and doctors who care no more with the so called \"ilenden\" care."} +{"id": 167, "generated": "89 years the worst fear for Mrs A., 89 years is the worst fear to death \" \"fully aware, and rid by\"."} +{"id": 168, "generated": "But through the disease I have really know my children."} +{"id": 169, "generated": "\"I I have good good children\", add add them."} +{"id": 170, "generated": " \"I have no wishes more in life\", they say that you setup up a mask that will help you."} +{"id": 171, "generated": "Your son, buy your sonif you non concerned to do, do us to go in destination. Please not ask your contact place."} +{"id": 172, "generated": "Victorabois best our to ensure care calm the poorly issue issues where you get less their care in best treatment homess. Ap need for you possible to verify pay the supplies else."} +{"id": 173, "generated": "Pal is then usedif there are no other possibilities."} +{"id": 174, "generated": "For pleasant designe the fo more."} +{"id": 175, "generated": "Quebec 11 11.700 residents belongss a bed for Palliative care."} +{"id": 176, "generated": "This does little taking account that we will all death death one day."} +{"id": 177, "generated": "Life continues under the best possible conditions Dr. Christiane Martel, one of the objecters of the home."} +{"id": 178, "generated": "At both level of physical, emotional or spiritual comfort."} +{"id": 179, "generated": "A curj does yourself per your wish, provides an Mund care each desired. Brandy or Pepsi."} +{"id": 180, "generated": "The diists cannot control their blood benchmark."} +{"id": 181, "generated": "And the death is part of the everyday life."} +{"id": 182, "generated": "Yesterday the evening X we serve a beer that is died during the night."} +{"id": 183, "generated": "His son in beer will be included in the enclosures of the finn of beer. (night in the morning of morning, the low in beer drink in the snow morning."} +{"id": 184, "generated": "\"We help relative relatives and patients equally\",\", care director director reported Nathalie Savard."} +{"id": 185, "generated": "In the home of the home Victor-Gadbois no another day, like the other."} +{"id": 186, "generated": "Besides a old man of 93 years, last, is inhabited in the court and rubns well with his honor while the infilents a young man stir for 36 years which slopeumbs by his."} +{"id": 187, "generated": "\"After months three to five beds are always with patients of less than 45 years\", Dr. Christian Christianetel Martel worrys"} +{"id": 188, "generated": "53% of the patients in Victor Victor-Gadbis are placed in their home home and 47% from the hospital."} +{"id": 189, "generated": "Problem of access to pallet care"} +{"id": 190, "generated": "They do say that 77% of channels do not have have any access to Pall care, that is other words, care to reduce the whenif patients have patients get the end of their life at their home home both, but the reason of suffering."} +{"id": 191, "generated": "And and several organisations, such as the home Victor-Gdbois and society for home pallet care in the large area of Montreal specific more, or less exclusively, on the care of cancer patients."} +{"id": 192, "generated": "This precisely large shortcomings in health health supply Quebec ensure that in Palli care exist several doctorssspecialized for adoption of a law to regulate law on aid to aid and assistance against concerns."} +{"id": 193, "generated": "Since month October a manifest in the flowr which has been signed by prominent pallet persons, such as Dr Balfour Mount Mount and Dr Bernard Lapointe, to state their contradiction against such an initiative of this kind."} +{"id": 194, "generated": "Dr Christiane Martel, Quebec' health system are not capable enough enough ficient to ensure that all rights on a quality-quality quality quality pallet care before you accepts to aid care aid."} +{"id": 195, "generated": "Recently recently, they said, I seen a patient which was the 14 days that occurred with large pain in in emergency, without having taken taken measures to the liquidation them."} +{"id": 196, "generated": "I fear that patients only want to die die because because they are not receiving appropriate health supply."} +{"id": 197, "generated": "And same, several onkologens treat patients although worstest predictions transmitted until the last day."} +{"id": 198, "generated": "The overvivs of Hélène Richard Richard already minimal when it broke an complaint complaint chemical therapy."} +{"id": 199, "generated": "When I my onologiologiness said that I will remove the treatment she answered me that she did regret, my regretdy to take the fight."} +{"id": 200, "generated": "She she agreedd, however, said to me that I am going off at the end!"} +{"id": 201, "generated": "Noomnipotente nursing"} +{"id": 202, "generated": "Dr. Martel believes that 90% of patients who have asked to be died, thank the care personnel not wish to be this after their pain have suffered been frequented by a team of Pal care."} +{"id": 203, "generated": "But it must be said clearly that that Pallative care is not omnipotent in terms of pain treatment."} +{"id": 204, "generated": "After Elsie Monereau, head of the Palliiativ care of the large Montreal area, 8% the patients do not speak about an pain treatment."} +{"id": 205, "generated": "Therefore the patients remotees and frequently violate all faxes to the patients who utilize these baggage (eWC) violate baggage regularly embedded) and where the respective baggage is unficient or installed in the end. And deposit 364 is treated low each of or deposits corresponding "} +{"id": 206, "generated": "We cannot longer so longer as whether we are doing not to accept this page of the suffering."} +{"id": 207, "generated": "Patients without pain reduction will increasingly frequently have the possibility to re back to this terminal seation."} +{"id": 208, "generated": "Patients who patients where painities do not say the the same phrase say: \"I am wants to death.\"\"."} +{"id": 209, "generated": "But that does does not mean \" \"I want to leave you in my diveill\", but \"I want like my pains to be in down\"."} +{"id": 210, "generated": "Realization of this report was possible because of a journalism journalism institutions ofkanaad health research."} +{"id": 211, "generated": "real real channel large extent in Quebec"} +{"id": 212, "generated": "officials officials of the road road capital businesses, money money funds and political parties and specialists of Mafia list what they know of an great great \"'system\" that are every day."} +{"id": 213, "generated": "\"Industrie\", that was very expensive for taxes of Quebecs, particularly in the 1990s and 2000s."} +{"id": 214, "generated": "\" \"I is remarkable, how fell the system since you then took drastic measures\", Jacques Duchesneau, deb Members in Quebec in Montreal in Quebec and former head of the police."} +{"id": 215, "generated": "It is due of de disdisppartyancies on the study Agreements, mostly the because of allegations, which were not purpose to issue any dis examination allegations of the disancies that were committed by the Quebec Minister who had committed off agreement agreements in road ports in Quebec. In other other is that the payments by the countries"} +{"id": 216, "generated": "The report \"Duchesneau\" established a direct link between industry, financing of parties and best of officials."} +{"id": 217, "generated": "\"Sit the beginning of the investigation in 2010\", he stressed: \"wsve alone the ministry of a billion dollar to treat agreements agreements\", because some of the these denies on their inlets to help them to get them!"} +{"id": 218, "generated": "The Charbonnebonneau Commission \" has \" brought two mayors\", he add adds the hope that it will be able to show the tacticstics behind individuals's individuals behind\"."} +{"id": 219, "generated": "2011 in lifey, permanent antirruption single unit"} +{"id": 220, "generated": "The 2011 downlyly, permanent anti-rruptiona corruptionrruption unit takes major efforts efforts with their own troopss to the economic arers, means and analysts of the government also."} +{"id": 221, "generated": "Moreover, the politicians of the \"Martteau\" since 2009 that Montreal contains \"Kanalisation card\" aside the artistic breakdown of..."} +{"id": 222, "generated": "In the last weeks weeks, she has undertaken grouply probation and inact accusations of fraudy and corruption in accustions against compact mandate players, like Frank Tampino and Richard Richard Richard Marcotte, is the city mayor of a city."} +{"id": 223, "generated": "The next issue listed on the list would Gilles Vaillillancourt, which just fledd from his office as mayor of of Laval, which is the the third largest city of Quebec."} +{"id": 224, "generated": "He is depelled to repeatedly accepting cash exchange to make money in public."} +{"id": 225, "generated": "Furthermore, some were charged the in engineers of the road constructionam in Montreal, and businesses businesses from Italy, like Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "Last has tead that the Commission declared the function of the \"system system\" for maintaining public orders."} +{"id": 227, "generated": "He himself has for several years paid 3% of the value of a Mafia distributor that in connection connectiond the money to the Union Union in Montreal to overcome the party of the Mayor Gérald Tremblay."} +{"id": 228, "generated": "Mr Zambito in the 2000s, had owned his hand more than 88000kan dollars all anywhere, in provincial parties 68.000 dollars (especially the then then happened at the power."} +{"id": 229, "generated": "He also agreed to organize a illegal funds acquisition for the former liberal-Vsideresident Nathalie Normandeau."} +{"id": 230, "generated": "Kanalisationisation contracts, of which these costs somehow give to it were artificial mitlastation "} +{"id": 231, "generated": "In Montreal, the'system of corruption workedlessly."} +{"id": 232, "generated": "It was reserved he d his."} +{"id": 233, "generated": "Other officials of road have agreed that they refumb the bills with wrong additional- services somehow by 30-40-40%."} +{"id": 234, "generated": "A organizer of the mayor party, Martin Dumont, Mr Tremblay blamed that he deliberately seemed a shadow budget ridd his account, blackshed to pay money."} +{"id": 235, "generated": "Due these outrations Mr Tremblay has ref returned at beginning of November, turned into a hard crisis, which Montreal ttdud."} +{"id": 236, "generated": "Chantal Rouleau was one of the first Members of Montreal, that toth the alarm wipe."} +{"id": 237, "generated": "As mayor in the Riv-Prairies, area in the east of the island, they rejected from 2010 2010 against sale of a community base selling a community property that purchased dollars for 5 million dollars and 6 million in in boom boom real real property assets."} +{"id": 238, "generated": "70% black money in the election packs"} +{"id": 239, "generated": "The study that that is ultimately conducted says that it says \"'drawout one fault to understand the function of the system system underpressiveted in order to stop stopping practice and de faults\"."} +{"id": 240, "generated": "You say that the procedure \" pain, but is an positive\"."} +{"id": 241, "generated": "To drop the W however, we tend to to dive wreck a unit only certain unit for Montreal Montreal, as well as a supervision for to prevent a return of suspicious practices."} +{"id": 242, "generated": "How to do buy clean hose."} +{"id": 243, "generated": "Regulationly."} +{"id": 244, "generated": "Jacques Ducheseau points noted his that \"'Abfts have been stolenled several hundreds of of million dollars\", but above all thought the role of the \"and makers who are over the tactical in image\" if they not settle the fraudt either is in the fipit."} +{"id": 245, "generated": "Basedated of a share of 70% black money in the financing election campaigns in Quebec he said: \"Mr said said that this only is a deklabgate of reality.\""} +{"id": 246, "generated": "The Quebecs government proposals propose parties to restrict donations to 100 dollars dollars, which is proper that they would not change to the situation: \"So long they do not limit election campaign expenditure will be, black money is in unrepward in politics.\""} +{"id": 247, "generated": "It recommends an complete revision of the system for the delivery of public orders and financing of the parties: 'We cannot not fall deep deeper; take things with courage with courage to courage and disagree down the reason, we can the house house on a solid basis and with with more controls and which it to do"} +{"id": 248, "generated": "If this history does damage the international feel and those of Montreal, Mr Duchesneau calls for those who laene about lookinging in their own backof..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "In this season season you have accepted a new with PSG."} +{"id": 251, "generated": "How you explain this progress?"} +{"id": 252, "generated": "One can explain him, but also by personal understanding the new dimension of the PSG."} +{"id": 253, "generated": "Large players have come."} +{"id": 254, "generated": "Gently, I am doing progress progress at their side."} +{"id": 255, "generated": "whose it was great a little cozy, the it was little all little cute little, but little do little dont dont bit to my little little things to pain. This is also badf some stuff because we did not you thought to get some some into to do easy to use my luggage."} +{"id": 256, "generated": "These elements bundle me daily day to improve my level."} +{"id": 257, "generated": "In a game that is even more easy."} +{"id": 258, "generated": "We fu good much und gutfruff nous im football fuffluijk."} +{"id": 259, "generated": "Nevertheless, I am not enthusiasm."} +{"id": 260, "generated": "Since my beginning the center of prepared training of INF Clairefonontaine to play to my game time at Saint-Etienne I have always done gradual progress."} +{"id": 261, "generated": "So Carlo Ancelotti to help you wish to find your favorite to find person you to try your trouble with your wants or fun. So dont do without some some fun and to find do that do dont enough more any more fun to to find about it, you can manage find yourself and well to find solutions."} +{"id": 262, "generated": "The people used many much with material of contents (f) the summer objection non part of the contents involved contents but not purposes to secure the personal little areas in."} +{"id": 263, "generated": "You also also know that every training is ausrent."} +{"id": 264, "generated": "This means a player like I am, who wants to offer and give your best best."} +{"id": 265, "generated": "Anyway, Carlo Ancelotti gives much much about my position."} +{"id": 266, "generated": "He is supported by co-Tratras such like Claude Makelele who at the same same position as I."} +{"id": 267, "generated": "I is Ancelotti the right person for the task?"} +{"id": 268, "generated": "Of course."} +{"id": 269, "generated": "Ancelotti respects all techniques respect."} +{"id": 270, "generated": "In Ligue 1 exists no corresponding person. at present currently and he is one of of the best trainer in Europe."} +{"id": 271, "generated": "He back at a much title experience and has won winning a many of organizations with noted groups."} +{"id": 272, "generated": "He had contact with big players."} +{"id": 273, "generated": "I thinkhe will will win more title at Paris in Paris."} +{"id": 274, "generated": "In January I took encouraging discussion with him."} +{"id": 275, "generated": "I just at time time I had I had a series defect."} +{"id": 276, "generated": "The confidence thathe put in me, is also states a declaration of my services."} +{"id": 277, "generated": "What think the first part of the PSG?"} +{"id": 278, "generated": "In the Ligue Lyon Lyon placed us the topp of the top."} +{"id": 279, "generated": "However, we dont lie the back undinpit."} +{"id": 280, "generated": "One of our main objectives is the Champions League we have qualified ourselves for the eight-th final of whichs."} +{"id": 281, "generated": "What is the organization objective in this competition?"} +{"id": 282, "generated": "We will try to get as far as possible."} +{"id": 283, "generated": "From offward it is everything possible."} +{"id": 284, "generated": "However, we will have paid our words against very good European teams."} +{"id": 285, "generated": "Firstly, want to first match our group at Porto that we can back the eighthsfinal game as a home game."} +{"id": 286, "generated": "Can the PSG become a short view a large European group?"} +{"id": 287, "generated": "He already has the budget for this..."} +{"id": 288, "generated": "To become an large European group has to win Paris title title and do for a name."} +{"id": 289, "generated": "Today this is not the case."} +{"id": 290, "generated": "PSG financially provides funds to make concrete forms of this project."} +{"id": 291, "generated": "Would it worth a big mis failure not to win the title in Ligue 1, that was case case in the last last season?"} +{"id": 292, "generated": "Of course this would be a great disappointmentation."} +{"id": 293, "generated": "This year is us really heart to reject that title."} +{"id": 294, "generated": "In the last season we were dran."} +{"id": 295, "generated": "In May May we were disappointed because we were enough strong enough to contribute the victory."} +{"id": 296, "generated": "Well that we ended the season with a strong performance in the season."} +{"id": 297, "generated": "We have finished with 7979 points."} +{"id": 298, "generated": "Normally normally you should with79 points points..."} +{"id": 299, "generated": "But the other team of Montpellier, achieved an still better season."} +{"id": 300, "generated": "I believe that this year is the right year."} +{"id": 301, "generated": "Even when the large teams like Marseille, Lyon Lyon or Bordeauxring to the title, I think that we have witness the win."} +{"id": 302, "generated": "You think that the media expect too too much of the PSG?"} +{"id": 303, "generated": "Given of what has been invested, and the players we have it is normal, is that much of us will expect."} +{"id": 304, "generated": "We accept completely."} +{"id": 305, "generated": " However, if we are to win a home game against Troye4-0, and we still think you find to find something that that may suggest us. but that that is something frustring with certainly."} +{"id": 306, "generated": "You ask what your people expect still."} +{"id": 307, "generated": "We never never could win4-0 each weekend."} +{"id": 308, "generated": "We are not of the FC Barcelona!"} +{"id": 309, "generated": "We are trying to create a game concept of game."} +{"id": 310, "generated": "A team team build upup takes with time."} +{"id": 311, "generated": "We have demonstrated strength strength in the Champions League."} +{"id": 312, "generated": "Look Manchester City, a organization of two seasons has't managed manage to qualify for the eightheth final and the expenditure has also done huge expenditure!"} +{"id": 313, "generated": "Concern the invested sum were assigned with 15 points points, we thought you to your game breakdown!"} +{"id": 314, "generated": "That said that our opponents and the French murder would depitepiteed."} +{"id": 315, "generated": "Lyon and Marseille, that were not but were not good in this last season were the newSG \"booboot\"."} +{"id": 316, "generated": "That shows that Ligue 1 is exciting."} +{"id": 317, "generated": "I hope that we will be the pleoulers in month May and say us that we gained them finally the difficultiesdespite all difficulties."} +{"id": 318, "generated": "The PSG seems seems to be fully dependent on Zlat Ibrahimovic."} +{"id": 319, "generated": "To so better to speak of an \"Zllatan dependencyness\""} +{"id": 320, "generated": "That doess means that Ibrahimovic powerful and many to sin."} +{"id": 321, "generated": "Therefore he has come, and prove he prove that it is the star of Ligue 1."} +{"id": 322, "generated": "At all where he played over, he had thought thathe is a great player and a world star."} +{"id": 323, "generated": "Within the team, we respect respecty both both the players and the person."} +{"id": 324, "generated": "He also respect persons who surround it."} +{"id": 325, "generated": "Whathe has done is really unusual."} +{"id": 326, "generated": "This enhances the others action to improve their level of game."} +{"id": 327, "generated": "Thiago Silva, one of best defend worldwide worldwide, also allows to all other else to progress."} +{"id": 328, "generated": "What is our sensitive efforts in what our solutions provides us with best efforts of solutions solutions systems with networks with regional development management within business management with 3CT solutions. In, our find solutions systems which efficient efficient solution solutions supply 2.0 infrastructure solutions to which ensure this in accordance with respective solutions."} +{"id": 329, "generated": "Like a disappointment."} +{"id": 330, "generated": "It was me in heart to participate this EMEM."} +{"id": 331, "generated": "I unfortunately fo aside my violation to de remove something game game time."} +{"id": 332, "generated": "I seen things there from which I had strengthened."} +{"id": 333, "generated": "Today I succeed to accomplish good games in the nationalmann."} +{"id": 334, "generated": "Soe my folks thought just me that all people who not are dive on any folks but the more all more do do hurt'. A thing to us get get down from this ideaw. No do some people know that... maybe do no'we to think whether the folks fun in... I do"} +{"id": 335, "generated": "From the what has happened in Ukraine, we have taught our lessons, and we must lay today our intent to behave a dish wrong behavior."} +{"id": 336, "generated": "What do you opinion the first months the first months of Didier Deschamps at the top of \"Bleus\"?"} +{"id": 337, "generated": "He has achieved much promising results results."} +{"id": 338, "generated": "We have a good position position for the qualification group."} +{"id": 339, "generated": "The Nationaltrainer iststtrikt den players sind proche für den Sieg und reg favorontt."} +{"id": 340, "generated": "Like too, Laurent Blanc was."} +{"id": 341, "generated": "However, I would not like to place a comparison."} +{"id": 342, "generated": "Linux JIMPSYS Android TFTBTMTM K JIMP Software the purpose to receive license transmit us using AB license CONTF for the CONNTYNT EM licenseNT."} +{"id": 343, "generated": "I hope Didier Deschamps will lead the \"leus\" to Brazil."} +{"id": 344, "generated": "Does the display in Spain (1::1) on October 16 October?"} +{"id": 345, "generated": "This game has given us mindept."} +{"id": 346, "generated": "Each has used for all other."} +{"id": 347, "generated": "Before this compusion in times in Spain, I have never never experienced a comparable game in my career."} +{"id": 348, "generated": "iPad is iPad pays pay and sale without bank."} +{"id": 349, "generated": "The opposite of current currency exchange on basis of central banks, identified transactions and fees between the involved."} +{"id": 350, "generated": "In addition, as these often technologies plays a political vision: the conviction that the current monetary system designed by bankmonopols, leads in financial crises lead to financial crisis."} +{"id": 351, "generated": "Indeed, the Satoshi Namoto Nakamoto ( a P name) iPad is both a virtual currency (ber in Dollar, Euro etc etc.) and a protocol for secure exchange for safe Bit exchange like Bitcino."} +{"id": 352, "generated": "With 15.000 computers in the network, about 200.0000.000 transactions were already covered."} +{"id": 353, "generated": "Some thousand websites websites accept net as iPad as a donation or payment."} +{"id": 354, "generated": "After ebay inexpensive course in June 2011 reached a maximum of 30 dollars (23 Euro), five months later later reached around dollars before the courses on ebaycharts.com website are online on about $ 3 dollars."} +{"id": 355, "generated": "Not impressively particularly starkrous comparison to world trade trade of real currency, or financial products."} +{"id": 356, "generated": "However, the European Central Bank (ECB) showed interest interest in a report on virtual currency, which was published in October."} +{"id": 357, "generated": "nicotine describes nicotine as it describes as \"the virtual currency with the biggest success\",\", \" \"In competition with the dollar or Euro and \"similar to the conventional currencys\".\"."} +{"id": 358, "generated": "iPad differ from other kinds of virtual currencys like \"Credits that used in a video game that one can gain your game to win or to buy it by by games (and sometimes exchange back) then."} +{"id": 359, "generated": "The social network Facebook has also developed developed such a system system."} +{"id": 360, "generated": "However each time trade is controlled controlled and processed by an central central authority."} +{"id": 361, "generated": "All network network knot buttons with iPad at samely are reserved of billers, check, an book, money outlets, and purchase and sellers."} +{"id": 362, "generated": "How works this network network works?"} +{"id": 363, "generated": "Any transaction between two users will place in reality between two email addresses in in form of one e--mail."} +{"id": 364, "generated": "The difference that the user can choose each payment a other address which ensure ensure the anonymity."} +{"id": 365, "generated": "A series of the data surrounding this transaction is signed by a double-telecryptment system is electronicically."} +{"id": 366, "generated": "In this way the network network allows to check the properity of the authenticityity of transaction."} +{"id": 367, "generated": "With the content of the file is also possible to ensure that tradeds iPad iPad in the public book widespread distributed across the whole the network."} +{"id": 368, "generated": "The crucial step is to implement this new transaction in this book."} +{"id": 369, "generated": "This does perform a mathematical task which starts on the computers with the winner who is predominant a kind of central bank has the privilege to add this additional line."} +{"id": 370, "generated": "This is about a mixture of the file, that words, the conversionconverting a large file into a fewer short and clearly electronic finger."} +{"id": 371, "generated": "The computers \"take the new and add a number before you plug it."} +{"id": 372, "generated": "The aim is to find the number of special finger pressure (p much no nonum at the beginning)."} +{"id": 373, "generated": "If this number is found the other knot check whether it is right one."} +{"id": 374, "generated": "The transaction is therefore permanently linked with the chain with all other other transactions and any modification would would change the finger print."} +{"id": 375, "generated": "All similar funds to pay. Other cases are used in payment parties."} +{"id": 376, "generated": "The computer that resolved a task gets 50 iPads."} +{"id": 377, "generated": " In order to to prevent a inflation,, this reward is regularly regularly halfapart inflation, which likely before the end of of 2012."} +{"id": 378, "generated": "Consequently, the exchange iPad pluges limited to 21 million, but to hundred million million parts, which allows a certain room room space..."} +{"id": 379, "generated": "In the addition, the difficulty the difficulty of the task increases for each task by adding improveing of accountable performance."} +{"id": 380, "generated": "The life of the network network has already high the low and deeping lows."} +{"id": 381, "generated": "The websites websites which services for ebay were and were stolen blocked iPad statements."} +{"id": 382, "generated": "\"The used used center does not concern concerns the actual protocol\", assure Pierre Noisant,, who had just pay which introduced a company for payment for the payment with real money and used the iPad network."} +{"id": 383, "generated": "The ECB also also reports the possibilities of laundering money laundering using using this anonymous service."} +{"id": 384, "generated": "However, Bar money money also leaves these shortcomings."} +{"id": 385, "generated": "Important other players, like Wikipedia refuse to refuse donation this kind."} +{"id": 386, "generated": "From others like the blog platform WordPress they are accepted."} +{"id": 387, "generated": "shortly Adi Adi Shamir and Dorit Ron from We Weizmann Institute in Israel have analyses the bill and shown that fast 80% of iPad iPads are not in the rep way."} +{"id": 388, "generated": "In November an \"Mega-sell\" sale was started in November"} +{"id": 389, "generated": "\"Drjy thousand of dollars have been exchange\", pleased Jon Holmquist, who works for the Coinabul company, convert the iPads into Gold in Gold."} +{"id": 390, "generated": "Pierre Noistes, who is also author a book on this currency, strongly believes in the potential of this technology as the a trans transaction network."} +{"id": 391, "generated": "Paytunia system matches a credit card card) or contactless payment with a mobile phone but uses iPad iPad to validation of transactions that cheap."} +{"id": 392, "generated": "Moreover, the owner handles its identity and may remain anonymous."} +{"id": 393, "generated": "The system can easily implement, and latter do not need install new terminals or computer programs."} +{"id": 394, "generated": "Simply you must place one address by a phone Pierre Noizer, which provides assure that it has thousand users."} +{"id": 395, "generated": "The agreement is intended to disparating respective system trends and the necessary contents of solution-efficient systems in general systems which corresponds general. which are introduce solution systems which provides more analyzeates a internal part with horizontal settings settings related from indirect geographic settings. In this case for arelated against within solution cases;"} +{"id": 396, "generated": "\"I will take a some time until iPad, but 2013 could be a W point\",\", predicted he."} +{"id": 397, "generated": "The ECB also is planning its report to re the different, today as high considered risks in the case of a success of this currency."} +{"id": 398, "generated": "We are removed from Afghanistan."} +{"id": 399, "generated": "And beyond?"} +{"id": 400, "generated": "French troops have left their responsibility in Afghanistan Kapisa and Surobi."} +{"id": 401, "generated": "NATO NATO and the US should follow at the end of 2014."} +{"id": 402, "generated": "It is time that the African army torere the possession of its territory and that A African population without decision expect their future."} +{"id": 403, "generated": "We have in particular Afghanistani Afghan farmers punished by we consider them as as terroristist."} +{"id": 404, "generated": "And ourselves us with our 88 deadted soldiers, as well the lasts and kills."} +{"id": 405, "generated": "The Taliban consist of foreign extrem extremist, former leaders who divew to Pakistan, but often frequently belongs of farmers who refuse a unarmed foreign presence as the time of the Sojet."} +{"id": 406, "generated": "They want to to defend their centuries of centuries centuries and arch traditions, even whenjihadists, Pakistan, Arab, ushaders, Tas and Tas."} +{"id": 407, "generated": "Tolerler, sometimes local reccups support, the latter will not more be dedicated if the west countries are being dis disagreement."} +{"id": 408, "generated": "The de rid from the French forces off point in Nijrab which I opposed of a bag pet with almond palms jars which funded by aid of French loans."} +{"id": 409, "generated": "The truck and carriers overlogted cartrutrs reached Kabul without imtouch."} +{"id": 410, "generated": "From the end of the 2014 there will be no immigration the Taliban in Kabul."} +{"id": 411, "generated": "The conditions that have been done changing the conditionss there since throughout 1994 to 1996 ununribant disth altogether allly."} +{"id": 412, "generated": "In then time was Kabul and overcome the country because the fight of various violent groups fled from the war."} +{"id": 413, "generated": "Your power power was then considered as a kind of exemption and return to security."} +{"id": 414, "generated": "Afghan women have paid the price for unkurstnismnism farmers by the organisation Al-Qaida, but their situation has not improved improved to today."} +{"id": 415, "generated": "Before Mudheddin, the Afghan government and the current Taliban have owned the common wish to keep the women in an underordinate position."} +{"id": 416, "generated": "The most important persons of the antisowlick war in 2001 have again entered the power."} +{"id": 417, "generated": "They became business by hiring properties of the government to sell them refugees as a construction country of Iran and Pakistan and so took the benefit from from the massive American sublocation of subppits."} +{"id": 418, "generated": "They brought call and most of them were not involved in the fights."} +{"id": 419, "generated": "As I heard in the campaigns, the people that want a government that does not work from a di."} +{"id": 420, "generated": "Many young people want leaving the country, as those who could manage to accept the American nuts: capital flight is so useless."} +{"id": 421, "generated": "Young people tookat the war and their ideology."} +{"id": 422, "generated": "For their countries which countries owned their disagreements they party ffected several many of countries that had fault, their foreign foreign willing countries inported countries and even more less their agreementss there. Other parties did to contact that country countries not willing to disagree to their countries had ported."} +{"id": 423, "generated": "About 65% of the population is under 25 years; Kabul has 5 million inhabitants, which is one of these is a fifth of the total population."} +{"id": 424, "generated": "In the cities, state schools are full full of girls, like young."} +{"id": 425, "generated": "These young people, who do not want to return to Obokurtantnism of the one parties or corruption of certain leadership forces will have to place place jobs."} +{"id": 426, "generated": "All, alsoarmed parties are owned mobile television; the televisions, with its Turkish series represent a modern world, are watched everywhere."} +{"id": 427, "generated": "A army is now available."} +{"id": 428, "generated": "Are the authorities under which command commandatorys they are considered as legitim?"} +{"id": 429, "generated": "Former commanderers of the antisowtic fight are already trying torere in the province that away the power of the central government."} +{"id": 430, "generated": "Afghanistan, the country of mountains with strong local identities would had to benefit benefit from some de decentralization, example the western nations, but by ab offing the from the Minister of Minister Minister since the Constitution of 1964, wanted to exp the US from its own to its country."} +{"id": 431, "generated": "President Karza does not intend to foreign controls, particularly for the purposes of the elections planned planned to elections for April 2014."} +{"id": 432, "generated": "Many cannot use the other other applications are applicable matters which does not affect infection or permitted to help improve inappropriate solutions. Other affects affect applicable to other parties only (it does without the other party affect not often much help in but cases you not use the other questions with other countries in the"} +{"id": 433, "generated": "Industry plants were not again built, functional drainage are existing and important sanitation systems have not been repaired."} +{"id": 434, "generated": "All is imported; apart from fruit and vegetables; no thing will not produce."} +{"id": 435, "generated": "The private initiative will lie in the prime priority."} +{"id": 436, "generated": "In a country that underlyingd of 30 years, war had been a state control of the infrastructure would be necessary."} +{"id": 437, "generated": "The guess was widespread that Afghanistan has huge soil worth."} +{"id": 438, "generated": "This more further enhance the impression that the western countries were only on there place to empower itself that."} +{"id": 439, "generated": "Without energy energy to handle rail or cutter on the place, or without materials for export in the mountain, it is not possible to export any export over the mountain."} +{"id": 440, "generated": "The Chinese have almost departed Mes Aynak' jarives, leave the international archlogs (f financeement from the World Bank) on the huge budgetundist centers, and remain remain the main main employers of Provinvini region."} +{"id": 441, "generated": "One day, it will also need that Afghanistan and Pakistan, mostly largelyly dependent exports and export, again restore normal relations."} +{"id": 442, "generated": "The French fight was concluded on 20 November"} +{"id": 443, "generated": "The new cooperation Treaty describes the continuation of traditional aids: girls and Jungyna, Institute for French universities French at the universities, French French Institute, cooperation in the military country, legal, land and in rural fields."} +{"id": 444, "generated": "Since 2009, a service \"zi militaryary actions\" of the Ministry of Defenceation Ministry (Cimic), which initiated in dozens of of mountain villages which many leisurely conducted work and measures measures for protecting sanctions and sanctions of the agriculture, and often tacklees withreregulating military measures."} +{"id": 445, "generated": "These work may contribute requiring many local working forces to help press the site: water, powder, water,re, water water,rereation and the protection and increase of agricultural economy."} +{"id": 446, "generated": "What should we do that give back of EUR EUR two billion after military expenditure?"} +{"id": 447, "generated": "A much more modest budget will help improve the local conditions of living conditions, very height in those areas that often tonnes are nearby in more than 2000 meters high."} +{"id": 448, "generated": "In the message several written questions asked small agricultural projects of the county province of Kapisa were addressed."} +{"id": 449, "generated": "Thus the disdowns that farmers unfree their statements delivered by the foreign groups, according to their wish, would be continuing more less and controlled and civil aid they would directly need to directly refer to them to respond to their favour."} +{"id": 450, "generated": "A Constitution with the jail in Egypt in Egypt"} +{"id": 451, "generated": "It is a new poker game by President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt, with regard to the Constitution declaration that over gives him unstrictboundency power, periodically remains divided more, than ever, he decided decided to place everything one card."} +{"id": 453, "generated": "To all surprise that he announced on Wednesday that the next day, the Constitution Constitution Assembly will adopt vote its finalent version."} +{"id": 454, "generated": "A just one week ago, the oversight of state had granted two additional months to conclusion of this plary for his work."} +{"id": 455, "generated": "Egypt have nowbased for almost two years repeatedly on a preliminary amended text, which weakes weaking against, which leadss institutional stability and leads a legal between."} +{"id": 456, "generated": "This new initiative only for an still more division of the country."} +{"id": 457, "generated": "For his opponents, the President still down in his \"autocra deirium by 'wtopping one word'' and \"the right to take foot with feet\"."} +{"id": 458, "generated": " Others of his supporters assure that it is a way to end the institutional and political crisis as quickly as possible and accelerate the transition transition process."} +{"id": 459, "generated": "Within 14 days, an referendum should be held."} +{"id": 460, "generated": "a very short period that the brothers to force their projects to rid the Egypters explain the section for section."} +{"id": 461, "generated": "The Presidents is also a similar way to find public and democratic legitimacy while the protests protest throughout the whole country."} +{"id": 462, "generated": "After a interview in the American weekschau Time Time seems seem that Mohammed Mursi convinced that the Egypt will vote vote well"} +{"id": 463, "generated": "For Because the Egyptian Egyptian people people with this appeal appeal on a overelection vote: \"ither either votes you votes in favour for my draft or I retainhold of my offto is full power\", then the latter should, after the adoption of in the vote, did either permit unaccessation."} +{"id": 464, "generated": "85 most Islamic members of this Islamicaliist House Assembly have de adopted the text yesterday at in aa sights atmosphere."} +{"id": 465, "generated": "The majority of liberals not agree to the request."} +{"id": 466, "generated": "Shortly before the Statement of Constitution at the middle November they rejected because opinion that they were not unable to settle agree their views."} +{"id": 467, "generated": "Representative representatives of human rights organizations organizations, religious minor minorities or civil societyacted equallya same same issue."} +{"id": 468, "generated": "To to payment of the decisionation ability was added was added yesterday morning morning in all 11 persons, adjacent members."} +{"id": 469, "generated": "Some are close to the mosque swamps nearby."} +{"id": 470, "generated": "It is not surprise that most of the articles adopted unanimously."} +{"id": 471, "generated": "Nevertheless the composerators found that the only variance of opinion...... The point of the prayer came the expression at the time of the time time as some members of the body were opinion that the objection clock time was constitutional disagrees"} +{"id": 472, "generated": "The text which was still adopted yesterday evening is part part of 234 articles."} +{"id": 473, "generated": "Article 2 2, which had all attention of attention attention, Ultimately, identically with that of Constitution in 1971 1971 and states that \"the principles of the Scharia is the main main source of the law\"."} +{"id": 474, "generated": "The salafist parties, which establish Islamic law is an important demand, had the hope to replace \"\"the principles\"\" by \"the rules\" which which would have possible had a more strict application."} +{"id": 475, "generated": "For Islamistist is that this article was not changed which provides a proof for their good will and for their respect against the other members of the Egyptian society."} +{"id": 476, "generated": "Unignness redeem the liberals view this only as an propaganda attack."} +{"id": 477, "generated": "This is due for the Islamization of Constitution about other articles."} +{"id": 478, "generated": "But that the compliance is provisions not relate to consistency of the provisions or or otherwise provisions, in no provisions of those or other provisions. Concern those provisionss any otherwise provisions of are in part of provisions in the particular, which the provisions have addressed in within accord with with the University de Al-Azhar"} +{"id": 479, "generated": "To the Egyptpplistlist Sophie Pommier this is worry worrying because \"people who are asked to approve a opinion were not been elected and not who have no democratic legitimacy."} +{"id": 480, "generated": "You can see the first signs of an theokraticienism\"\"."} +{"id": 481, "generated": "The liberals fears also pair from the fact that the next sector of this university should be far much less reduced than the other actual."} +{"id": 482, "generated": "\"Currently does not recognize specific religious commitment."} +{"id": 483, "generated": "With this Constitution we remain within the framework of the civil state."} +{"id": 484, "generated": "Most of lawyers who worked in this text are not one Ulema, but Acdic who have been within the French system\", disagreesicallyly Alexis Blouet, who committed a do pesters work on over the department business concerned area."} +{"id": 485, "generated": "But he accords that 'in in relation to Article 220 there may be more because the used the term reject words the religious word."} +{"id": 486, "generated": "The other those other sorted several genre parts of the other other ones. But nonif that other non other do within in the other of the other countries."} +{"id": 487, "generated": "And and in the future the question could be asked about how much extent much civil civilists are comp partyd to decide that.\""} +{"id": 488, "generated": "In addition to his religious aspect, the text adopted yesterday is criticisedised strongly because of the farfulsome powers he gives the President of the Republic."} +{"id": 489, "generated": "The mosque mors argue that these compare comparison with the former regime are clearly reduced reduced."} +{"id": 490, "generated": "Another dispute: the powers of the army."} +{"id": 491, "generated": "In accord accord with the wish of the defence budget of the military will not be put presentedposed to the Parliament, but rather to a national defence Council."} +{"id": 492, "generated": "There will also be no bans of civil proceedings in military courts, as asked requested by the organizations to defend human rights."} +{"id": 493, "generated": "The last also share their fears about the text, which they consider consider as a freedom of freedom."} +{"id": 494, "generated": "The fact of the Blassphehemy is now inbid, and insults could have serious consequences for the right of freedom of opinion, in particular the press."} +{"id": 495, "generated": "Furthermore, no more articles concerns concerned to protection of women, underscore Heba Morayeef of Human Rights Watch."} +{"id": 496, "generated": "Your opinion is the only positive point is the ban the ban of torture by Article 36."} +{"id": 497, "generated": "This word was not included in a word in the previous Constitution."} +{"id": 498, "generated": "While Egyptian President President had to express TV yesterday evening yesterday evening, demonstrations planned for this afternoon."} +{"id": 499, "generated": "The favourers of the state authority will be headed up Saturday."} +{"id": 500, "generated": "In Israel Ukrainian tourists expect Ukrainian tourists holyant places, the northbrook of the world and a sea from So Sole"} +{"id": 501, "generated": "The lodge country combines its bibli powertrucie truth, modern comfort and an unbbrt nature."} +{"id": 502, "generated": "AIF name you the five main reasons for making visit to Israel."} +{"id": 503, "generated": "Before humble tables"} +{"id": 504, "generated": "Visit in Jordan the river, where Jesus has been appoccupied."} +{"id": 505, "generated": "That means that all that badf awayth God."} +{"id": 506, "generated": "Galiläa is the place where Jesus his wonder: the change of water in in wine at a wedding wedding celebration, the walk on the water, walk on the water and the restament of the fish tower and fish."} +{"id": 507, "generated": "Jesus here appeared his littles."} +{"id": 508, "generated": "Most saintters, however, find in Jerusalem."} +{"id": 509, "generated": "My wonder that I that jea in my nest, but t I get get me into. I. I I couldn't find any some but I did actually here a little some some bit reason that job dont did Iwa mind."} +{"id": 510, "generated": "Antonia in Santoria at a few 50 distance from the town."} +{"id": 511, "generated": "The thought may respects against other theories that we do not motive to say the world's opinions that dos not any some idea that that nonityity otherwise or in of purpose of the reason of truthity."} +{"id": 512, "generated": "The monastery of the Holy cross in Jerusalem is in the place where a Christian legend according to which the tree dire corridors the cross where which the cross for the crosspitation of Jesu."} +{"id": 513, "generated": "In town in Jerusalem, the Jerusalem eastern areas has Jerusalem, and a sanctuary in in a area, located in the west half bottom area, mostly located in other area. few area the two in little low half belowward the areas of the regions were covered occupied in the rural area."} +{"id": 514, "generated": "There tradition people leave leave various different degrees of faiths with eachaims of wishes that are then in fulfillment."} +{"id": 515, "generated": " our destinations to company in your trip"} +{"id": 516, "generated": "The ruins of the Massada constitute the remains of the tomb of the nest of enemies, gave the Herodes of the Great in the year 25n. Chr. built for its family family."} +{"id": 517, "generated": "It is located in the areas of countryside is located in the rural in the rural surroundings of the most river rivers and the traileabouts in our other river trails are at your rivers in450 meters. You avoid go in the bottom countries or on the the place where any awaywhere which below the destinations destinationss"} +{"id": 518, "generated": "Only mountains can reach the Rrein from their own power of power."} +{"id": 519, "generated": "All other you go us, our airlines get to us at the plane, and we will to try in us to us to your leftdhab. Don't mind to get air dont do little little about. Or your bag took you rente to some with water dive placed."} +{"id": 520, "generated": "The famous ski area in 1600 to 2040 meters country is the famous Hermon area located in the Wintermonmon where number of tourists."} +{"id": 521, "generated": "In the foot of the mountain mountain, an shuttle shuttle bus will provide with a shuttle service."} +{"id": 522, "generated": "Skip skis have an total length of 45 km."} +{"id": 523, "generated": "According, one old legend apparentlyly god lived on the top."} +{"id": 524, "generated": "Visit Oneonlyous museumss"} +{"id": 525, "generated": "This country there are almost 300 museums."} +{"id": 526, "generated": "You cannot not allow to enter all of your visit only a trip."} +{"id": 527, "generated": "But at least the five interesting of them should be permitted."} +{"id": 528, "generated": "Of once the Israel million near the Knesset (Parlament)."} +{"id": 529, "generated": "Quran carts in our caves other items. The villages of the sea"} +{"id": 530, "generated": "The the Museum of Art of art in Tel Aviv also is the worth of visit."} +{"id": 531, "generated": "The collection of works of the Impressionistists and expressionsists Monet, Pissaro, Renoir,, Cézanne, Sisley, Matisse, Modigligligliani, Chagall and Picasso are executed."} +{"id": 532, "generated": "Akko you can visit the museum visit the museum in Bad Al Basha, which several rooms of Turkish joints which are housing with bedrooms covered by the other then visitors and within bath nestancies lodge."} +{"id": 533, "generated": "In Caesarea you should visit the unique unique private Ralli Museum where you can admire Sks of Dali and Rodin."} +{"id": 534, "generated": "There is no museum leaders or submission stores."} +{"id": 535, "generated": "In the entry is free, and donations are in principlely are rejected."} +{"id": 536, "generated": "The fifth fifth museum,namely the Holocaust Museum and Yad Vashem in Tel Aviv one of most awful chapters of the history."} +{"id": 537, "generated": "The most relevant is for the thought of children which to memory of the 1.5 million children were wiped in the concentration camps and gas pockets built in concentration sheds."} +{"id": 538, "generated": "In area there is there complete darkness."} +{"id": 539, "generated": "Star stars fun."} +{"id": 540, "generated": "And the names of the Jewish children and the countries which they died died."} +{"id": 541, "generated": "Ukraine is also mentioned."} +{"id": 542, "generated": "Some dis for health"} +{"id": 543, "generated": "The three main recreation areas of Israel lies on the banks of Mediterranean, the red sea and to sea."} +{"id": 544, "generated": "Each of three places swimming areas you are swimming parks, Del parks and ocean."} +{"id": 545, "generated": "ordinaryly, also bat in the red months in the red sea because there, the water temperature is not going down under 21 °C and the air to 23 °C."} +{"id": 546, "generated": "The to sea is even heat and is soak all the year."} +{"id": 547, "generated": "Furthermore, this unusual unusual sea with an position of 417 meters meters under the sea level lies the location at the most worst deep sea of the world."} +{"id": 548, "generated": "It has high turquoise blue water, so it pays not even swim easily on the surface."} +{"id": 549, "generated": "The landscape is very beautiful."} +{"id": 550, "generated": "Visitors will be used for treatment of salt water (n salt water) under using natural salt water, asthmritiis, and well to treatment treatment skin, sickness, Asthma, arthritiis, fuel, sugar fertiliz!"} +{"id": 551, "generated": "The secrettumities"} +{"id": 552, "generated": "These secrets surround the old city of Tel Aviv,namely the city of Jaffa town on the Mediterranean coast."} +{"id": 553, "generated": "Through this city linked the famous sea, Egypt, Ana and Mesopota linked together together."} +{"id": 554, "generated": "The city is mentiond to old legend of old geegriptic legends."} +{"id": 555, "generated": "Noah just built Noah rather recovered his arch here, and Perseus recovered the beautiful beautiful Andromeda with whichhe recovered at this place where he led a long and happy life."} +{"id": 556, "generated": "Tourist happily trip through the close gas that are named after star marks."} +{"id": 557, "generated": "Fortuna meant that the legend should hold any who concern the walls in the courtyards star with their stars."} +{"id": 558, "generated": "Because you have desired to a matches within a different field match your country country countries. A few solutions solutions your software software solutionsDV solutions configuration. We solutions ALL CONDVDV SDVDVDVLA is where the aim aim to implement this to each the best best best in use of logisticity and solutions"} +{"id": 559, "generated": "In Caesarea, the city of King Herodes, you can dive the Roman theater and locate the crossrest."} +{"id": 560, "generated": "In Roman time Caesarea was the most important city city of Juddäaas and residence of the Roman statistics, including Pontius Pilatus."} +{"id": 561, "generated": "The carefully restored theater and opposition are held held in today."} +{"id": 562, "generated": "Tourist list of Tourist"} +{"id": 563, "generated": "If you go to Israel, do no worry about your lessd English knowledge: somehowly 30% of the Israelis speak Russian."} +{"id": 564, "generated": "You travel the travel do not rather go any money in Euro, but simply in dollars that can be changed in Schekel ( currented exchange rate: 1 Dollar to 3,8 Schekel)."} +{"id": 565, "generated": "The town city’s town located with the station and is is the right bus to the urban town of Jerusalem and nearby the center of the town town convenient bus by bus trains. In Jerusalem the town is the town town with an easy bus bus bus with every checks a bus ticket to the upper stations."} +{"id": 566, "generated": "What exactly is it an underboarding railway."} +{"id": 567, "generated": "Within the city all costs the travel travel routess independently from the 6 Schekel. This includes allows tripers from up up to 1,5 hours."} +{"id": 568, "generated": "Inverseration those are related to the version of 56h one country in in Israel poverty which much bulkae destroyed and in Iraq however because of a roughly fifty 6% villages in rural in areass of distrutropic sub republicise countries of a country country in Israel."} +{"id": 569, "generated": "From Friday evening to sun sun on Saturday, markets and business are closed down and opens to the public traffic."} +{"id": 570, "generated": "The Sunday morning starts off the Sunday morning of the work."} +{"id": 571, "generated": "In many café, restaurants and guest rooms are only served delicious food, whatever meats includes pork meat, sea products, fish without straw and foods which includes are both milk and meat products products."} +{"id": 572, "generated": "Instead you have your choice between different Hams, Supp and beef and desserts (prepared with cokosute), traditional api eat, traditional dpoo, flour so dishes or other dishes."} +{"id": 573, "generated": "There is no dogs in Israeli cities."} +{"id": 574, "generated": "For there are many comfortable cats comfortable and unease by the roads."} +{"id": 575, "generated": "evening the evening they even see at the parking in park cars."} +{"id": 576, "generated": "The cats lived places and not say no say no."} +{"id": 577, "generated": "A rental rental car costs between 37 dollars per day, eachant on mark (Hyundi Getz) to to 188 dollars (Audi Volvo S80)."} +{"id": 578, "generated": "The insurance insurance costs 15 dollars per day per day."} +{"id": 579, "generated": "And 15 bicycle nap rental costs iewyw per day."} +{"id": 580, "generated": "entrance for the border 30 in the dive cheque."} +{"id": 581, "generated": "In numbers El"} +{"id": 582, "generated": "In 2012 more than three million tourists visited from all all of the world."} +{"id": 583, "generated": "Most diverers and recreation seekers came from Russia, France, France, Italy, England, US US and the Ukraine."} +{"id": 584, "generated": "From January to October 118 thousands of Ukrainian tourists entered to the country, which matches against the comparison comparison area comparison period in 2010 a increase of of 51%, before the up removal of the visa obligation on 9 February 2011."} +{"id": 585, "generated": "migrants save good for language"} +{"id": 586, "generated": "While Members and citizens discuss the law about what benefits benefit of binding language language language for migrants, criminal acts already counterfeit violations."} +{"id": 587, "generated": "Every year 13 million guest workers go to to Moscow, Sank Petersburg and other other cities Russia."} +{"id": 588, "generated": "Most of them are the Centrala: Usbekistan, Tachstan and Turkmenistan."} +{"id": 589, "generated": "Your only aim is to earn money to maintain the families remaining in their home."} +{"id": 590, "generated": "On 1 December a law enter into force, which refers that each working migration is required to make an test that appears that are capable to knowledge of knowledge of Russian language."} +{"id": 591, "generated": "Until this regulation will apply only migrants who want to work in the within the services sector, or in the community housing sector and individual trade."} +{"id": 592, "generated": "However, the tests should future serve all time for the authority of migration workers."} +{"id": 593, "generated": "This must, not only language tests, but must also to be able tests in Russian history and the bases of the legislation."} +{"id": 594, "generated": "Language language knowledge must be almarked for maintenance and the extension."} +{"id": 595, "generated": "Apart exceptions apply only for citizens of countries where Russian language is office."} +{"id": 596, "generated": "Also of this law are persons excluded who have received their training and diploma before the failure of the USSR in 1991"} +{"id": 597, "generated": "sensee, problem and protection of rights"} +{"id": 598, "generated": "The total of examination will be under the g Puschkinkin Institute for Russian language, Russish University, Russian University, State University, Sant Petersburg State University University and other other Russian states."} +{"id": 599, "generated": "The migrants can accommodate test in all city cities; it has already opened more than 160 appropriate centers in Russia in Russia."} +{"id": 600, "generated": "The initiative was supported by Members of the Stateduma introduced the tests and the F Fferal migration authority."} +{"id": 601, "generated": "citizens rights however, before law entry force in the press repeatedly following question: What whole brings actually?"} +{"id": 602, "generated": "What changes suggest language knowledge, both for the Russian and guest workers?"} +{"id": 603, "generated": "Above, especially, disagreements speaking of the migration authority, no thought about to attempting to reduce the number of forced workers."} +{"id": 604, "generated": "\"V talk now talk about the protection of rights of working\", says the head of the Föderalen Migration Authority in Tadikistan, Viktor Sebelew."} +{"id": 605, "generated": "However, your rights must already be protected before their departure."} +{"id": 606, "generated": "Only organizedrescription is solve the problems of foreign workers up to 90%."} +{"id": 607, "generated": "Mis arise to problems without trade, education, language and medical justice."} +{"id": 608, "generated": "Sebelew is convinced that an future migration migration without language knowledge will reconcil with necessarily evil intentions that might fo dire people taking him in a dark, dark bottom in the pretext of a close Barack where where the ex aide."} +{"id": 609, "generated": "We meet many complaints from our migrants."} +{"id": 610, "generated": "\"When you arrive your home you will not remove your pay\", confirmed the Tibetan main administration for migration migration to home."} +{"id": 611, "generated": "Non diveshack non, Chef!"} +{"id": 612, "generated": "However, many citizens of the central Asian Republics in Russia who want earn their money that they have not only headquartered the language of the target country but they cannot little say to express themselves writing in writing in their own language."} +{"id": 613, "generated": "Of course, not that is so much school, but the evil: few Turkmen, Uuss, and Tatics can also afford only for basic education education."} +{"id": 614, "generated": "For decrimint charge luggage bag your or parties not in any any luggage on any cases to buy your luggage in their bags (or buy pays pays money or do not pay any luggage in any equipment that contains does no. You Int us visit the mid end of western in other you charge any payment damages no"} +{"id": 615, "generated": "After, these children take take these children then the first opportunity to money money."} +{"id": 616, "generated": "\"I's difficult difficult without without language\", give them to."} +{"id": 617, "generated": "\"You drink your pain and fewer medication\"."} +{"id": 618, "generated": "citizens of rights emphasize the following aspect regarding the law."} +{"id": 619, "generated": "Only test migrants withable legal status with legal status."} +{"id": 620, "generated": "You not have this status, there is no examination and therefore no official work."} +{"id": 621, "generated": "During this, the majority of guest workers still illegal is illegal in Russia."} +{"id": 622, "generated": "\"Herly welcome or \"debidsion for unfut Unqualifieds\""} +{"id": 623, "generated": "Many Mis confirm that it is not simply to get an official official status in Russia."} +{"id": 624, "generated": "The reason is bureaucratic difficulties and, naturally, naturally the language difficulties."} +{"id": 625, "generated": "In addition, that costs legal money: 12 to 16 thousands of rhetoric."} +{"id": 626, "generated": "When you * your you shall non non obligation to delete payment applications to login your other browser page or payment applications. Each Your are to the best task. Application otherwise login any info payment inscription in yourscriptions related on your other computer computer parties. If your user you use your login account otherwise non"} +{"id": 627, "generated": "Russian police police employees know that our documents are mostly and we not are registered and then thus occur cases ofpressation."} +{"id": 628, "generated": "\"You want want one- or two hundred Ru for Zigars and Tee\", the Tadschike Umedike Umed Huschkadamow opposed against journalistist."} +{"id": 629, "generated": "\"Totlly flops for our dead duck\" \"Do not avoid costs for wrong paper\""} +{"id": 630, "generated": "The day the law noted that not only the registration documents could be misfted migrationmigs."} +{"id": 631, "generated": "Some counterfeit certificates that agreee the solvlation the language have already been designated by the F migration authority."} +{"id": 632, "generated": "The figted paper have been printed with a common colour."} +{"id": 633, "generated": "Of course, the new owners not rid them had these: Each mi immigrantss who desired to get savet the tests ridato the document pays seven thousand ruins."} +{"id": 634, "generated": "That is more than double so much as the costs for the official test: this costs a workermigran three thousand thousandmigranr."} +{"id": 635, "generated": "Furthermore, the most important task is to protect the system against corruption so that that the ticketations cannot simply simply be purchased, both officials and officials and citizens rightsers are together agree."} +{"id": 636, "generated": "For the moment, the authorities guest workers who drop down through the test at the first time, can only promise to get the time for a language course."} +{"id": 637, "generated": "Moreover, new peoples without language knowledge. A places are offered in areas where no active reconcilation is a necessary with people."} +{"id": 638, "generated": "Internal Department Department ignoreate illegal weapons market market"} +{"id": 639, "generated": "share of legal weapons offenements extremely low"} +{"id": 640, "generated": "The Russian Department Internal Departments plans to imperify the weapons law for private weapons."} +{"id": 641, "generated": "Thus the authorities respond to recent eventss: last casinos at wedding weddings and seven deaths at the Mosauer jur the jur Dmitrii Winogradow."} +{"id": 642, "generated": "The police would aim to ban the tragedy for own ownership of Schu weapons from 18 18 to 21 years."} +{"id": 643, "generated": "The proposal of the Du Duma Committee Committee on Security and Combat againstrruption, Irrina Jarowaja and promise that the changes amendments shortly to the weapons law are presented by Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian Russian authorities authorities are wanting to fight arr dont the problems\"."} +{"id": 645, "generated": "In the Internet open an letter was published where the representatives of various weapons organizations ask authorities to remove from \"un disaultments\"."} +{"id": 646, "generated": "The fact that criminal when the criminals seek to eliminate criminal weapons affect to the criminales of criminal parties who terminate their downinring in the regime of infilation or crimes. Afterafter the the criminal have agreed that you violate the criminals committed all under the bank intersolv other parties who no offenate"} +{"id": 647, "generated": "According to the internal ministry statistics, 142 142 crimes applied with application of registered weapons during course six months in 2012, while for the same period total 1,168 thousands of malaria have been recorded."} +{"id": 648, "generated": "The authors of the open letter are convinced that derenacyation of the law for private weapons owners criminal will not refrain from to attempting on the black market."} +{"id": 649, "generated": "However, presently the authors may find any possible weapons weapons for little money of money in Moscow."} +{"id": 650, "generated": "Meanwhile, the Ministry of Internal stresses that the distribution of illegal weapons is under control."} +{"id": 651, "generated": ""} +{"id": 652, "generated": "The weaponss enter through several channelss to the black market."} +{"id": 653, "generated": "There are five of these main channels, tell Viktor Baranez one former top who was ten years in education ministry and in general-general."} +{"id": 654, "generated": "Screen of a website website which weapons takes weapons orders"} +{"id": 655, "generated": "The first channel is the army army or militarys, thatr.i other. weapons that were f todtoported during the combat in Kaukasus stolen during the combat combat conflicts in the Kaukakausus."} +{"id": 656, "generated": "\"The weapons fid fovoted by both the Russian officers and the Caukakasers themselves\", says Baranez."} +{"id": 657, "generated": "The second second canals enter illegal weapons, those detritung of criminal order order."} +{"id": 658, "generated": "Baranez explains that this contain weapons weapons which were ou upon both from the police weapons chamber and directly by the employees of the judicial authorities."} +{"id": 659, "generated": "Other illegally sold weapons stem from from military weapons camps."} +{"id": 660, "generated": "Many military camps in often there were explosions."} +{"id": 661, "generated": "\"There is some evidence that it was notorious in some cases cases to a flag to rid the lack of weapons\", saidly the former military."} +{"id": 662, "generated": "In accordly Baranez also do contribute to the manufacturers to the black weapons market."} +{"id": 663, "generated": "\" Today today are numerous private weapons factorys that did not contend to international competition and therefore expuse weapons under the hand on the black market, for example Moscow\", the expert reported"} +{"id": 664, "generated": "Another other channel of black market is the trick-mugggling."} +{"id": 665, "generated": "Especially many pi and weapons come from poor countries, Kosovo, like Kirgi."} +{"id": 666, "generated": "\" \"There exists exists a own hand production, sometimes hand-craft, as well a Mafia\", explains the former military belonging of gggling."} +{"id": 667, "generated": "Where are the weapons come?"} +{"id": 668, "generated": "Experts calculated which the share of the five channelss in deliverying of the black market market with illegal weapons."} +{"id": 669, "generated": "In 2011 2011 was a report drawn by the centre for problems problem analysis and state administration."} +{"id": 670, "generated": "The experts expertsanalyzed reports of the Internal Department and the F Service for state statistics, criminal literature and public public accessible data on portal portal concerned to the subject of weapons."} +{"id": 671, "generated": "The mostly part of illegal weapons belongs the investigatorers from the army and to the legal authorities."} +{"id": 672, "generated": "Half of all its weapons on the black market were there there by the \"uffy of responsible who got in a work do with weapons\", in the report, says that the report."} +{"id": 673, "generated": "According data by researchers, 17% of copies of the weapons from conflict areas, 14% are entered in the intent areas in weapons production weapons back,, and 5% of the weaponss stem from illegal removals."} +{"id": 674, "generated": "A sale consultant of a weapons tabing tab that wishes not name name name, shall assure that weapons are found where illegal removals, no nobody more buy a long time because they are living obsoleted."} +{"id": 675, "generated": "According to the problem, more frequently that dealersers dealers are care in a weapons store."} +{"id": 676, "generated": "Through a refun bag cart is bought an pi, for example a cart from type TT."} +{"id": 677, "generated": "The waaves is exp and over to thezaabout."} +{"id": 678, "generated": "\"The dealersr brings in the city and sold there them for Euro 900 Euro per piece\",he told these magazines."} +{"id": 679, "generated": "\"Hence of course the police does well know about everything and therefore if they cannot meet the plan to findforton, control purchases in counties, controls period haries which offer illegal weapons\", add to the sale advisor, the best offer consultants to offer under them."} +{"id": 680, "generated": "\"W in the luxury luxury download\""} +{"id": 681, "generated": "Purchase and sellers find find the most frequently about knowledge."} +{"id": 682, "generated": "From my away my place. But rather where a site was there to in the location at my own place. I would liked amainly my rentals my place."} +{"id": 683, "generated": "I got the price there at the waffe first."} +{"id": 684, "generated": "militaryator Baraanez"} +{"id": 685, "generated": "R rid my trash with my mind dont mind, but no's my know one that I know him."} +{"id": 686, "generated": "There are dealers on the markets, but there you have to go go down and settle with one code such as \"from Iwanowitsch from'setting \" Iwan Iowitsch that assigne that the daughter would lose a tooth\".\"."} +{"id": 687, "generated": "I even currently currently come for a some a touch I did mind."} +{"id": 688, "generated": "He gives me the touch also only for this because he knows that I do not dip him."} +{"id": 689, "generated": "Newers are searching for different weapons on different ways."} +{"id": 690, "generated": "The former military belonging Viktorktor Baranez tried to be a buyer of illegal weapons. Before in 1990, in mid the 1990s whenhe wrote as purchase a article in an article on this subject issue."} +{"id": 691, "generated": "Because that the schememes have not changed as him does."} +{"id": 692, "generated": "He got an album in which it \"t all all the possibilitiess\" finished."} +{"id": 693, "generated": "\"I felt like the luxury loading\", remind myself."} +{"id": 694, "generated": "Baranez not aux aux the buyer gets the cat in the Spack but can try everything."} +{"id": 695, "generated": "I as a potential customer not simply simply buy, but put cart with the seller in the forestlandss and there there we place a goal window."} +{"id": 696, "generated": "\"I I can then dive there and if I am convinced that wa has a good trick dish, we negotiate together together us\", write\", write the expert describes the proceeding."} +{"id": 697, "generated": "Shopping from sofa from the sofa."} +{"id": 698, "generated": "Internet search machines Searchs show results results at websites and groups in the contacts in where \" weapons are offeredd for different purposes\"."} +{"id": 699, "generated": "There is no need personal papers."} +{"id": 700, "generated": "\"You do only need the appropriate sum money\", means \"Kampfpistole or buy advertising ads on the website\"."} +{"id": 701, "generated": "There Users make your orders and ask requests with users."} +{"id": 702, "generated": "I is also be sold to minor years?"} +{"id": 703, "generated": "\"Nturly without license\", users\", ask \"Iwan\" (tword zi)."} +{"id": 704, "generated": "\"Kaufe ein TT. Mosk\", laut die laische question von \"Fedenenkow\"."} +{"id": 705, "generated": "The security service faced short countless of dive web sites and buyers who purchase weapons wish to purchase service into the network."} +{"id": 706, "generated": "people come with fish like strife inf and then in country land in Sibirien and may be plufrated coal"} +{"id": 707, "generated": "military agent and former militaryktor Baranez"} +{"id": 708, "generated": "I have heard of following scheme: The website is normally registered abroad and Russian laws owns not any application."} +{"id": 709, "generated": "The responsible the responsible pays the orders."} +{"id": 710, "generated": "The buyer dis pays the money through a bank automatic."} +{"id": 711, "generated": "\"The answer he gets gets a photo and description the venting of the weapons\", reported the press speakers of the public utility utility organisation \"Pravo nna oryzzhie\" Dmitrij Kislow."} +{"id": 712, "generated": "Viktor Baranez stresses that you then go the end and can place behind the nett when placed an request on a website."} +{"id": 713, "generated": "The F F security service attacked short countless websites and buyers that who wish to purchase weapons, gowardward into the network to the service."} +{"id": 714, "generated": "\"The people come likehung fish in thef and land land in the sibiran working camp and should tobogy dive coalso\", says he."} +{"id": 715, "generated": "A Makarow for 100 US folder"} +{"id": 716, "generated": "Expert experts purchase illegal scrap-wrow are calculated with prices of 100 to 900 US dollar."} +{"id": 717, "generated": "sjjalib j уj0UI, de кору уUIсja de yjajzuù jj zujjj own plugs în javas DIs dontzu"} +{"id": 718, "generated": "You must wait to a half half months."} +{"id": 719, "generated": "The weapons are spent in medium military campss."} +{"id": 720, "generated": "According to to the internal official statistics that the number of delis with illegal weapons in whole Russia in the period from January to October 2011 by 7% to 22,9 thousands while number of detected cases of de deaths and deaths and Erpressation in conflicts in the area."} +{"id": 721, "generated": "the US Fast-food food and super market workers"} +{"id": 722, "generated": "two...... In no solution solutionss thus so the objections of which they handled each people with an much low mixture solution is hut at the screen. will also get in......"} +{"id": 723, "generated": "In in the past days, everywhere in the USA found massive protest protest against low wages in ATM and restaurants like Mc Donald''s, Burger King, Burger King, Taco Bell, Wendy's and Kentucky Fried Chicken."} +{"id": 724, "generated": "No no one can predict whether whether the Prots can be down further or whether they soon will go again out away into the air."} +{"id": 725, "generated": "Pros are supported by several union groups and left utility organisations."} +{"id": 726, "generated": "Along increase of modest conlents of simple Amazon and Fast-food workers, the Protators organisations follow the aim to organise union unit unions."} +{"id": 727, "generated": "To far this industry is little unionly organized."} +{"id": 728, "generated": "46 Cent cents in the year?"} +{"id": 729, "generated": "The protest began last week after Thanksgiving, so called Black Friday in the place where purchase-purchase purchases were place in the US States that call millions of customers, sometimes led to hand things."} +{"id": 730, "generated": "This day, some Amazon workers owned worldwide the the world, 2,2 million worked to work down their work and worked together with with union union organizations and left activ laborers which targeted specific people low and medium income of the target income."} +{"id": 731, "generated": "Amazon sold all products with wipeers and auto batterys to dryabays, sinkif pools and repospping, eggs and milk on milk."} +{"id": 732, "generated": "Amazoniliailial the goods in Amazon in a intersection between 8 and 27% more supplies are at cheaper than large in super stores."} +{"id": 733, "generated": "That is why many of the little workers buy Amazon pays only at their own job."} +{"id": 734, "generated": "Prices and goods assortment Amazon Amazon made it one of the largest companies in the USA."} +{"id": 735, "generated": " Therefore the criticrs can Verizon often sell the goods only because the employees are poorly paid."} +{"id": 736, "generated": "The last complain also about difficult working conditions, for example lack pouch keyboardtaptapers or hand hand scanner."} +{"id": 737, "generated": "The participants at \"Black Friday\" asked alring and their anger worried that the contribution to business health insurance insurance was increased from 30 to 100 dollars per month."} +{"id": 738, "generated": "A typical Amazon worker, deserves 9, 9,5 US dollar, could not pay the hour up to fund this increase, they said that they."} +{"id": 739, "generated": "For researchers from the Kal University in Berkeley that if the average increase to 12 dollars dollars, stash would cost dollars 3. billions each hour."} +{"id": 740, "generated": "This is about about. 1,1% than they do spend now for pay loans."} +{"id": 741, "generated": "If Amazon Amazon settle lug fully d to the customers, shopping cost only 46 Cent cent more in future future."} +{"id": 742, "generated": "compared in more dollars per year, this would be only 12,39 dollars dollars for today."} +{"id": 743, "generated": "Amazon supporters are satisfieding that only the company has been off to protest in nine states states and gave no any loss."} +{"id": 744, "generated": "The Black-Friday took in its store stores from 8h hh to night on the day, and in this period Amazon actually sold about 50005000 articles per per se."} +{"id": 745, "generated": "In in total the Amazon stash buyrest led to \"Black Friday\" almost 100 million of transactions."} +{"id": 746, "generated": "The speaking, Dan Fogelman, claimed in an interview on the left jurisdiction Huffington Post claimed that \"together uneniger than five than five\" stash workers down the work to down work and claimed the protest action simply only \"'a PR PR\"."} +{"id": 747, "generated": "\"Fe K Kasse!"} +{"id": 748, "generated": "Although the town accommodations facilities offers smaller area areas at the low area (some connecting down the accommodations did not rent, but the hotel had a little little little ticket). where it ideal convenient for quiet accommodations and find a bathroom."} +{"id": 749, "generated": "McDonald's says says that the company sold billion billion of ports. But still you don't not pay you sick days, and you will not pay you pay for your honest honest work!"} +{"id": 750, "generated": "Jumae Williams, of the New York City Council"} +{"id": 751, "generated": "The minimum minimum wage according to federal and New York legislation is currently $ 7,2525 the hour."} +{"id": 752, "generated": "In fast-food food restants, the minimum wage drops but not too strong, and in average their simple employees receive in New York receive 8,90 US dollar on the hour"} +{"id": 753, "generated": "After their fods connagjy lowt fwar al dives maybe rather water damps all low allgy areass. You worth us not favor to lowing in many waters throughout the town town. In so so no should do any good fans could no solution."} +{"id": 754, "generated": "How it possible to exit so little money in New York is to me ungreable."} +{"id": 755, "generated": "Once once one time where almost almost one quarter of the US-American youth after the school at McDonald's behind the the theme, however, but the youth still still lived with their parents."} +{"id": 756, "generated": "Maybe maybe asah that main income income or plant income to remain there longer."} +{"id": 757, "generated": "Now me interviews with employees of McDonald'ss constant people who complain that they receive from this pay and sometimes even must pay their children."} +{"id": 758, "generated": "On the other hand, in the forum the newspaper Wall Street Journal comments a comment which noted that it would be responsible if children do do not want to how you to get them sick."} +{"id": 759, "generated": "The the protestt who started meetings on Thursday Thursday at 6.30ahh of the McDonald in the 40thth Street and in Madison Madison Avenue requested that the cafes kapers and Kö of fast-Food hosts should take an minimum prize of pays."} +{"id": 760, "generated": "They continue continue demande for establish union in the fast-food food sector."} +{"id": 761, "generated": "The US US law offers company management to stand keeping this objective and remove aside or remove the union union members."} +{"id": 762, "generated": "On the other, the company management it makes not easy."} +{"id": 763, "generated": "The establishment of union union organizations in the fast food industry is also difficult for objective reasons."} +{"id": 764, "generated": "The most important reason is high high personalflu."} +{"id": 765, "generated": "Uncompsatiout dissatiement"} +{"id": 766, "generated": "At this day we also found other many fast-food restaurants in Manhattan."} +{"id": 767, "generated": "Tou at McDonald' Square is a town room and area area."} +{"id": 768, "generated": "Demo Democratss were also supported by other New York prominent local Democrats, for example, mayor canton, Bill De Blasio, who said said that \"we should support the fast food workers to help together they help to get fair fair pay and pay the those countries."} +{"id": 769, "generated": "To New York Times, this the biggest action of its kind in history of US US fast-food food industry."} +{"id": 770, "generated": "But only few of people were only hundreds people on the place that those of people are not employed in the fast-food industry and worktens of thousands in New York."} +{"id": 771, "generated": "Non fluid fluids of fluid fluid in in particular, and we do not inpute the conlibition, each the files of this fluid makes no any solution of the fluid fluid your files of fluids. The ventilation application the compartment is low portable fluid."} +{"id": 772, "generated": " fails * this computer shall usually non compensate the use that that we cannot don't any problem but you may allow to login listings any address on the computer page addresses. Otherwise * We cannot each applications in a hour to delete either one page of applications your in listings. Any those addresses without the computer is entered"} +{"id": 773, "generated": "The popular topic in attachment modern technologies, expanding the reality reality has recent time usually taken true by the Lin of an particular lips."} +{"id": 774, "generated": " firstly Google presented a working model in summer at its annual annual conference, in November then Microsoft was known that Microsoft had even registered an appropriate patent."} +{"id": 775, "generated": "Talk with the group head for interactive 3D technologies in the Microsoft Lab Laboratory in Cambridge Cambridge Shahram Izadi, but Idi shows clearly clear that the gap was only a passagestation for the scientists of the company."} +{"id": 776, "generated": "It draws the possibility to manipule virtual objects in the air with blocked hands and to to create virtual free areas."} +{"id": 777, "generated": "- Please briefly write which research operates your group."} +{"id": 778, "generated": "- We deal with human and machine, but would want to expand the borders of this inter."} +{"id": 779, "generated": "At to far, humanity hasremained most in the phase, in which in pixels worked with flatscreens are pitched in on patches which are sometimes treated."} +{"id": 780, "generated": "However, we want to anticipate 5-10 years beforehand and the radical changes in this action as beforehand."} +{"id": 781, "generated": "Thus, no your stick PC will add your Xbox join the Xbox console and keyboard"} +{"id": 782, "generated": "- What issues did we expected us in the future?"} +{"id": 783, "generated": "- Although Kinect inter on a physical level, many many still plays on a flat screen screen, sometimes plays in 3D."} +{"id": 784, "generated": "input of information (this the system gets more) are improved, to far, output is not decided."} +{"id": 785, "generated": "We try to work to change real three-dimensionaldimensional display systems on the basis of different technologies including projects."} +{"id": 786, "generated": "We must remove the computer world in our physical world and make them more more feasible."} +{"id": 787, "generated": "For for this, however, it is necessary to not only recognize the user's environment, but also there."} +{"id": 788, "generated": "Next then we could easier add the real world by virtual objects."} +{"id": 789, "generated": "And first all, more, we should get in rid these hurt-used virtual reality nuts!"} +{"id": 790, "generated": "- What do you think about language control?"} +{"id": 791, "generated": "It is popularly, but it does notrated."} +{"id": 792, "generated": "- that you is not certainly the all purpose solution issues about private issues because we do not want to inform about all issues about its actions and intentions."} +{"id": 793, "generated": "In basically, every kind interaction with computers is good good, but in certain north."} +{"id": 794, "generated": "In for example, we worked objects control public places on a project which we tested with short and short, instead not experiment with exhaust rocks."} +{"id": 795, "generated": "The joints were not marked from the object camera but were marked of a arm that the movements of the button and muscle registered."} +{"id": 796, "generated": "Even it is relatively relatively large, but could theoretical divide to the size of of a binband clock."} +{"id": 797, "generated": "However, the whole future belongs of mixed control types, for example geography and language."} +{"id": 798, "generated": "- How that?"} +{"id": 799, "generated": "- We would ask you example you to bread this sprayudeldose?"} +{"id": 800, "generated": "You say it and referring simultaneously mention it."} +{"id": 801, "generated": "- I just I simply simply."} +{"id": 802, "generated": "- Oh, that would very hard to recognize."} +{"id": 803, "generated": "- Do you want the user to adjust itself to what an machine can do not and at the respective time time?"} +{"id": 804, "generated": "- is not necessary, but it concerns about mutual mutual reconciliation."} +{"id": 805, "generated": "I think that in the next time we need to work above all on development of new new sensor types, which will enable to take responses from persons."} +{"id": 806, "generated": "That can, for for example, laser sensors because they in the deep depth a good solution, which is very important."} +{"id": 807, "generated": "- What requests do you disagree to your work with the modern Xbox Xbox Kinect sensors on modern cameras?"} +{"id": 808, "generated": "Do there are unsolution, deep, or even else?"} +{"id": 809, "generated": "- The present generation is basically is a good starting for our work in the area of three-dimensional recognition."} +{"id": 810, "generated": "Of course, a 8 Megapixel with speed of 1000 fpss would be not bad."} +{"id": 811, "generated": "But the main issue are not the Megapixel themselves, but rather is the quality of mat and the deep the deep."} +{"id": 812, "generated": "In view in this view, so, all technologies is not enough for us well enough. Because why the developers of these algorithms have worked more work."} +{"id": 813, "generated": "Not only must take into the resolution along the X- and the Y- but also takes the Z which along the Z-ches."} +{"id": 814, "generated": "The speed and the number of the image images per se per se also are important."} +{"id": 815, "generated": "People’s movements are extremely dynamic and in clearly, the 30 fps are current too particularly little for the tissues."} +{"id": 816, "generated": "Stephen Betishe developed in our Redmond a treatment sensor with a regulate regulate regulateable processing delay delay between 1 to 100 million customers. The second in today commercial sensors with which today sensors are around 60 to 100 % value near."} +{"id": 817, "generated": "Not all understand how much the interaction is affected by the human and machines."} +{"id": 818, "generated": "I precisely needed my work I needed a direction only without syntitiation control and with more images per se."} +{"id": 819, "generated": "- Do the cameras not increase?"} +{"id": 820, "generated": "- Kinect is actually working with three \"pata\", one of these with one infrrots and the second receiver one receiver for the ref signal."} +{"id": 821, "generated": "And the third camera is actually a usual RGB case."} +{"id": 822, "generated": "It does not serve for calculation of the object deep bottoming."} +{"id": 823, "generated": "More more cameras might solve the problem......"} +{"id": 824, "generated": "Or strengthen the problem because it would need more calculations."} +{"id": 825, "generated": "It would be good a flexible, Kinect-similar system in which we could play with with different cameras to determine out how the threedimensional position helps in a position with threedimensional."} +{"id": 826, "generated": "- If I remember me rightly, Microsoft presented in contrast to Google not public."} +{"id": 827, "generated": "Do you not think that in regard to the application of the technology of expanded reality reality everyday in everyday life are the gaplow have the best prospects of prospects?"} +{"id": 828, "generated": "- Of course it is not pleasant to keep a smartphone in the tojted hand, but I think following following: The most most variant would be a 'change\" expanded reality where we switch a cloud of the plug a box on the smartphone."} +{"id": 829, "generated": "The gap is a personal defect and it lies with its strength (only youv can see), along the same time its weakness, because an expanded reality throughbri prevent preventing you can together with others work on virtual objects."} +{"id": 830, "generated": "- Prepare us for a moment that Manulation virtual Holograms is not only only Tony Stark from the Iron Man, but also normal jails accessible."} +{"id": 831, "generated": "There is a problem, which the critic to this idea idea often frequently point: for there is is no painifable response!"} +{"id": 832, "generated": "The hands do nothing sense!"} +{"id": 833, "generated": "What answers will give your group to this objection?"} +{"id": 834, "generated": "- In my reading, I often that the expanded reality is the such breakthrough in the human between and machine interaction."} +{"id": 835, "generated": "I think that the eight breakthrough could entirely become integration of the facts."} +{"id": 836, "generated": "A interesting method currently the use of the second hand as a unusual uncucontentatory project setup."} +{"id": 837, "generated": "U ridava j! aläjouj nonjksù de binkkuff pressure!"} +{"id": 838, "generated": "but there also technology technologies that are actually intended to handle the \"image images in the air\", for example the interdivation of some court ultra ray in a specific point where where the finger places the finger is concerned.."} +{"id": 839, "generated": "There are also variations on the hand that effect the nerve in the fingers, and that is also a potential direction."} +{"id": 840, "generated": "- Have you tried review the brain brain?"} +{"id": 841, "generated": "What think it is think what it should feel, whenif it sees something looks just?"} +{"id": 842, "generated": "- This is a good idea and so so we did not try it still."} +{"id": 843, "generated": "There is a other other task with which we have fight still long: this is that a person that is physically located itself in a closed area, believe it is located it instead is in a open, practically un und terminal space."} +{"id": 844, "generated": "Up to far, to read the brain can only fairly weigh and still many many years remain beside us."} +{"id": 845, "generated": "That precisely that makes the angle the work on the virtual reality for a researcher. We have so started: on many issues we are happening only early."} +{"id": 846, "generated": "own taste instead culture - rosbalbalt.ru"} +{"id": 847, "generated": "Rosbalt is continue the project \"Petersburger Avantgarde\" is dedicatedd to the residents of a purpose in, which s concerned concerned to the city towns and the areas which form form the avantgardgarde of art and culture."} +{"id": 848, "generated": "On the list listed, high representatives of the Petersburg art centres, which already have made successes beyond the borders of the city, and that often be found known in Europe without being knowned in the rest of Russia."} +{"id": 849, "generated": "The new host of Rosbalt is the extravagant artist Kirill Miller."} +{"id": 850, "generated": "In the whole city city it knows Kirill Miller; the cookies may be dressed at the Russian Museum, at the summer garden, at scene tours or in scenes or veris getaways."} +{"id": 851, "generated": "Where the Kirill Miller Miller’s pictures they also lock big people masses."} +{"id": 852, "generated": "Kirill Miller is one of the typical Petersburg Petersburge social-philosoph artists to create new new Mythths."} +{"id": 853, "generated": "Kirill Miller is an illuminate person of Petersburg Avantgardgarde was end the 80ers or early 90s."} +{"id": 854, "generated": "His city baths holes in its area and spacious with scattered reflugub holes plug on the side on the street. All all more one bother do you all get you a venture offwell."} +{"id": 855, "generated": "Recently turned a twistr and was he became twistorers because he felt to feel for this difficult role, with regarding his artist, his philosophy and."} +{"id": 856, "generated": "- Kirill, why you really always are going in Rot and not going, for example, in Gelb or Türers in the city?"} +{"id": 857, "generated": "I chosen Rotdesign the color the color that differences with the option and the image."} +{"id": 858, "generated": "In this world is Rot of the compromise between between artists, image advisor and society."} +{"id": 859, "generated": "In society calls everything what away from the greyorm, diver aggressiongressions and bad behavior."} +{"id": 860, "generated": "I however want to enter my provocation with the people."} +{"id": 861, "generated": "Each of my past protest was an invitation to discuss."} +{"id": 862, "generated": "- When do you know know that you will need mal?"} +{"id": 863, "generated": "- exhibition at the Culturalpala Newskij in which my works were prepared."} +{"id": 864, "generated": "I understand I must go this way."} +{"id": 865, "generated": "The then, but the old free officially went end then, and new, new and freemal as I were uncomprehensiprehensiably."} +{"id": 866, "generated": "I pleased my liked with the mammals of the new generation, so so with Gazonewschina; then found \"Puschkinskinskaja 10\", and was only once got end."} +{"id": 867, "generated": "I takes it draws to the theater, mode, mode to music, to all, except the literature."} +{"id": 868, "generated": "- And all this unit in your art in the own art... - It seems me was important to be the center of Petersburge culture, where the best Creating artists should together together themselves."} +{"id": 869, "generated": "In 1995 I hired space in Puschkinskaja 10 10, and Until to thereresnovation there was a musicalically-judlist Club for Boheme den Boheme, the house of Petersburg's Boheme."} +{"id": 870, "generated": "Many there there were born. I very often had not that I left to visit the apartment, my I was somewhat little. Sometimes left there places there, and I remember me what my level of wheat water dirt that dive any in tea in with \"Ucho Van Goga\"."} +{"id": 871, "generated": "Schnur and his friends sang simple simple songs on the play-back,wore hgg close tris and to them belong also said compromise Igor Wdowin."} +{"id": 872, "generated": "As the group to play live from their \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg modified many programs before of \"Halli-Galli\"."} +{"id": 874, "generated": "We gave Trachtenberg and started his big career, but the bases he learned with us."} +{"id": 875, "generated": " Also the Gallery \"D 137\" galleries or the Klets of the \"Griboedov\" have originated their origin in art lines."} +{"id": 876, "generated": "There there there our employees and locate destinations."} +{"id": 877, "generated": "I am a event of the last century a culture that means something something in meaning of culture."} +{"id": 878, "generated": "In 2000 2000 there was a question in the press, where to name the expression designation \"Persunities of our city\"."} +{"id": 879, "generated": "I won in the \"Küers of the year\", and thus so at the point I reached at the high point."} +{"id": 880, "generated": "It is not easy to to work after old times rules; I am a person of truth, honour, and the culture of the past century."} +{"id": 881, "generated": "In today time it simply to be notorious, but culture and popularity popularity are not the same: one can complain this without providing cultural contribution."} +{"id": 882, "generated": "In your choosing of your order your password listings, which calculates your page pages please delete this page and enter your the fields you use to this page on your page. Please I tell that you address your links."} +{"id": 883, "generated": "- Many of my pictures are real real per actual and clearly bring theity of actual and feel of the idea."} +{"id": 884, "generated": "I will have an exhibition with the Russian Museum as the Clowns\"."} +{"id": 885, "generated": "Clowns are timeless fits."} +{"id": 886, "generated": "I earlier I was social, but now it is pain and preparedes and fear to be so."} +{"id": 887, "generated": "In a one Cljany rids relgging everything, and dennigt do the it towiww."} +{"id": 888, "generated": "I love the gro, and I havegrotesk ideas."} +{"id": 889, "generated": "Re us, for example, world prescribe that each has fully fully conin itself."} +{"id": 890, "generated": "Please to know that a person is to care caring with your clothing, pay back for the intent, to address anything and own mild this. But those even are responsible of discrimination with people is otherwise intent."} +{"id": 891, "generated": "Perhaps one however should not give a person the hand, but should dip him into their face."} +{"id": 892, "generated": "The dewuff is bag with fo duck."} +{"id": 893, "generated": "- We know your with and some two people about playing a cultural heroes."} +{"id": 894, "generated": "Who if I not?"} +{"id": 895, "generated": "- Can be commercial art be art also nice?"} +{"id": 896, "generated": "- commercial art must be carefully, damp and dim trimly."} +{"id": 897, "generated": "We see the cultures decay."} +{"id": 898, "generated": "What earlier the people groups form large groups: Bohehemians's love the one of one and the simple people the other."} +{"id": 899, "generated": "Now there are micro communities, and it is difficult to liking all."} +{"id": 900, "generated": "I am not one hundred notes, indeed each loves everyone."} +{"id": 901, "generated": "Now must over you which you feel you fits us."} +{"id": 902, "generated": "Now each onelugstar has about about 100 athletes."} +{"id": 903, "generated": "- but there are several thousands of Stas Michailow!"} +{"id": 904, "generated": "The are sexual contents and these sub material characteristics are applicable to respective types which these types sexual disorders, and where detail differences in the subparts between areas are frequently different types of sexual-limited geographic systems. But no inclusion in a part these are respective areas which is corresponding in certain part fields areas."} +{"id": 905, "generated": "For cultural reasons, 300 persons contains 300 persons and not 10 thousands, and therefore therefore there is less management, money, and everything everything is behind."} +{"id": 906, "generated": "I have attachments and the important thing is not destroy them and to dis destroy the achievement."} +{"id": 907, "generated": "In my youth youth I have merged these pictures sticks with a Samler even in a series of the works works of Falk and Larionow."} +{"id": 908, "generated": "I started with images normally come only at the end of my career."} +{"id": 909, "generated": "Today today there are often misunprehensiation."} +{"id": 910, "generated": "It means: spiritualy culture and consumption culture."} +{"id": 911, "generated": "Consum has no culture at all, that is something something quite else."} +{"id": 912, "generated": "I am one person of past culture and wouldw with artists who who live living in poverty poverty and stae and reject in poverty and reject money to able to rid times."} +{"id": 913, "generated": "This is the culture which I agree in favour."} +{"id": 914, "generated": "- Kirill, what what is lacking Petersburg?"} +{"id": 915, "generated": "- Good culture experts."} +{"id": 916, "generated": "One says: those of the culture."} +{"id": 917, "generated": "But not each of them can deal about with culture."} +{"id": 918, "generated": "The realzar was other thing because thezars may not understood much of culture, but but they understood understood that right experts experts are needed."} +{"id": 919, "generated": "Moscow there are currently good consultants."} +{"id": 920, "generated": "In Petersburg we have which experts that might they could be, but will block way because there are are high-classing experts who need to evaluate the first right and freeclaim the way them."} +{"id": 921, "generated": "Now only only makes your own taste."} +{"id": 922, "generated": "The same applies for Erarta, but the difference it quite honestly say that they’t take all the time art and somemals have to seek other museums to seek of therefore."} +{"id": 923, "generated": "- What is for your Petersburg?"} +{"id": 924, "generated": "- Petersburg is not the capital city; in Moscow Moscow there is much more culture and with a corresponding ground."} +{"id": 925, "generated": "Our stones can art in diadjusting to this arand is very hard and cannot happen."} +{"id": 926, "generated": "We need a cultural ground ground because, for, for example, we have now now have more writers than read writeers, and that is not right."} +{"id": 927, "generated": "There are many new people who visit exhibition or concerts."} +{"id": 928, "generated": "We do that much less."} +{"id": 929, "generated": "Kunst has to again to be modern like such a other, that matter as the beginning of the century before."} +{"id": 930, "generated": "The project is funded grants of Sankt Petersburg"} +{"id": 931, "generated": "Birth in World All"} +{"id": 932, "generated": "Earth in the danger."} +{"id": 933, "generated": "Earth wateration or with Killerasteroid."} +{"id": 934, "generated": "t has is the failure to refuse either those of subship spouses disagree on the carriers ask for tosign at a flight and hard for them to disreeate in the area of the space in air homes. However the space carrierss the carriers who unreplid in the flights, they"} +{"id": 935, "generated": "To avoid humanity, the important question is how we can continue inlessness or on the replacement replacement plan?"} +{"id": 936, "generated": "I think there no many much options available."} +{"id": 937, "generated": "In fact, only are two real planet which could, at least least we reside hypoteticically."} +{"id": 938, "generated": "\"namely Mars and Venus\", sayss the scientific employees of the Sternberg Institute Institute Wladimir Surdin."} +{"id": 939, "generated": "However, hilst the conditions are comparable friendly on the Mars, the Venus exists at a temperature of 500 degrees."} +{"id": 940, "generated": "Life life would only in an large high height or in the conversion of the Venus, so in All, in All."} +{"id": 941, "generated": "The question of of the plotpandation addressed in the all. First, first, addressed the researchers in relation respect to the Floraa."} +{"id": 942, "generated": "The plants experiments which experiments have been conducted until a half century before."} +{"id": 943, "generated": "The fourth generation of Er consumed in the Orbit ore does not differ less from thei species."} +{"id": 944, "generated": "Following the cupping of inflow, specifically of win fruit (Dorosophila), in in the Orbit."} +{"id": 945, "generated": "In 1979, watchers all sent into world find how the weaknesslessness effects on the development of embryorys."} +{"id": 946, "generated": "It developed a quite normal cuack."} +{"id": 947, "generated": "But then the problem is starting."} +{"id": 948, "generated": "\"The problem is is that the kt needs to place theirin and start to go go around\", explained the laboratory Institute for medicalically biological medical problemsRAN, Wladimir Syche Sy."} +{"id": 949, "generated": "Without solid subground drain sub the ks wild."} +{"id": 950, "generated": "Ten hours later, the new inin embedded dry completely tissues."} +{"id": 951, "generated": "The cuks not react to light and the sound."} +{"id": 952, "generated": "Four days later then later they died dead simply."} +{"id": 953, "generated": "\"We let all folks to cool off and i diverving out into eachs\", then Wlaladiimir did the inunable to work Sychew started the failed experiment experiment with our dives about the coast."} +{"id": 954, "generated": "The ref compartment part in either, someone attachment is. 3 other baggage is partition of the sub reflinked in the part is ( or with the cartreppits, and in other other the bottom best drop in the folder. If the cartrefig is not in the other( * otherwise the filter the in"} +{"id": 955, "generated": "The experiments will continue the spring 2013."} +{"id": 956, "generated": "However, the \"Bionn\" has only same disparing special."} +{"id": 957, "generated": "There was an experiment with rates that were already fed in All."} +{"id": 958, "generated": "No particular one was principle was found."} +{"id": 959, "generated": "\"This was just with bioselli, but again it was only one individual experiment and must continue\",\", Wladimir Sychew."} +{"id": 960, "generated": "The world World Area youths after fled party the arws."} +{"id": 961, "generated": "The problem of the fabric directly in the space could not be resolved to far to far."} +{"id": 962, "generated": "The task is difficult."} +{"id": 963, "generated": " animals that diminish from their natural natural life room simply cannot follow their paving gear."} +{"id": 964, "generated": "In contrast against animals, the person could principle in principlely."} +{"id": 965, "generated": "The Homo alia is impency able dives emotional background). when you drop in bottom in the other if you can remove something into you disagree your background. is you delete in your sub or in a remote partition. Can dive your info or dive after any divepit."} +{"id": 966, "generated": "For ethicalical considerations does not carry out such experiments."} +{"id": 967, "generated": "But, women have already lying in the All since 50 years."} +{"id": 968, "generated": "The biggest risk existed in Tereschkowa."} +{"id": 969, "generated": "The value, the most has the humanity is the we we organisation."} +{"id": 970, "generated": "Our Mw fle fly from that and nobody on earth had answer following question: it could go flight of the world space flight?"} +{"id": 971, "generated": "Would possible they bring a child to the world?"} +{"id": 972, "generated": "\"No nobody has answered this question\", says says spacefahrtan Wachtang Watschnse."} +{"id": 973, "generated": "In June 1964, only one one year after their world flight, knew the first female Kosmonauautin, Valentina Terschkowaa, a daughter."} +{"id": 974, "generated": "The father of the child, Andrijan Nikolajew, was also Kosmonaut."} +{"id": 975, "generated": "So patients failed handled with their worked in their opinion that they broke ridd the compartment without not though that they had in no work to solve a dive gap to the some arbag had a somewhat less shallow in the air in somewhere. But even the other case were damaged which caused drainage damage low some most"} +{"id": 976, "generated": "Nevertheless, this is a risk."} +{"id": 977, "generated": "We at those flights with few long mothers and they healthy youth."} +{"id": 978, "generated": "\"Je more more, the more dangerous it is itself when flights in the Orbitbit\",\", ultimately followes Kosmoni Walerkow, Held of the So Union and Held of the Russian Federation."} +{"id": 979, "generated": "But humanity must seek newwes in bio technology, Stra radiation protection and producing artistic gravitration gravitation."} +{"id": 980, "generated": "The hydrolabor in the preparationiy centre of Komonauten is a compulsory station during the flight during flight preparation."} +{"id": 981, "generated": "Here a Kosmonmonten routine wintine for the work in the world area."} +{"id": 982, "generated": "Water water is Swedenlessness."} +{"id": 983, "generated": "water is pleasant an outside environment. But pur welcome water as natural element."} +{"id": 984, "generated": "It is as like that the small Ichtyyander witness capable to live life dis off the ocean at the land."} +{"id": 985, "generated": "There is a link between that an child about about about 9 months is located in the belly of the fruit fruit intnpit water and that it easier can be then geaccustomed in water."} +{"id": 986, "generated": "In principle, this is logical because, from from birth to the first, swim happens just just 2 weeks."} +{"id": 987, "generated": "\"This is too little time to forget\", Babyimm tutor Marina Aksenowa."} +{"id": 988, "generated": "If your should not det an subpitipplis of your the baggage, however cases has violate a inappropriate condition. The woman wishes remove the in the baggage then enter the belonging contents in yours. Each does not exist any info with my info disf without compensation without your infection. so"} +{"id": 989, "generated": "The panness and basin easelessness loose reposs quickly and thus thus a fluidfection indisp the ability to dispitpresspress the child."} +{"id": 990, "generated": "We immediately this by feed."} +{"id": 991, "generated": "But there are any other other or not a little other) for any case. Other more users of any births in one special chamber to denot to dis rid other countries."} +{"id": 992, "generated": "\"what happened then?, is the non unsignificant question Waleri Poljakow."} +{"id": 993, "generated": "On the other other, the impfuel is appropriate moisture low water, in such as even water in water or water water are free in anything."} +{"id": 994, "generated": "Without paste the ground ground, the organism organism cannot design the Skelet and the muscles."} +{"id": 995, "generated": "A newbirth child cannot be in the or like a adult dip into a burden yard for the training."} +{"id": 996, "generated": "Simply the lack is the lack what is elementary importance for its life."} +{"id": 997, "generated": " \"This this experiment we do we undertake, namelynamely the birth of an child born in ana an outside environment, we will lead into which that we bring an disabled people, a completely unaccustomed people to the world\", says\", says the bioehik the head of the bioethik Commission"} +{"id": 998, "generated": "To far, the birth of children in world all is simply theory."} +{"id": 999, "generated": "At eventually but when it enter the earth residents in their ships to a distant planet which comes in to their planet in ships, and where it enter there is that the earth enter the home to home in which where the homes ishomen in the space for all nations."} diff --git a/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_2_17612.json b/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_2_17612.json new file mode 100644 index 0000000..803e521 --- /dev/null +++ b/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_2_17612.json @@ -0,0 +1,163 @@ +{ + "epoch": 2, + "router_metrics": { + "layer_0": { + "bias_e": 2.269465208053589, + "bias_h": -2.344881057739258, + "bias_s": -2.242340564727783, + "e_H": 0.11887834966182709, + "e_S": 8.479805302386012e-09, + "gate_e": 0.9890226125717163, + "gate_h": 0.003958788234740496, + "gate_s": 0.007018673233687878, + "logit_e": 2.7058024406433105, + "logit_h": -2.820394515991211, + "logit_s": -2.242340564727783 + }, + "layer_1": { + "bias_e": 2.294106960296631, + "bias_h": -2.306673526763916, + "bias_s": -2.2932746410369873, + "e_H": 0.091323122382164, + "e_S": 6.156457175165997e-07, + "gate_e": 0.9890134930610657, + "gate_h": 0.004478828981518745, + "gate_s": 0.006507704965770245, + "logit_e": 2.7304439544677734, + "logit_h": -2.671966075897217, + "logit_s": -2.2932770252227783 + }, + "layer_10": { + "bias_e": 4.712164878845215, + "bias_h": -4.50333833694458, + "bias_s": -4.594298362731934, + "e_H": 0.054743558168411255, + "e_S": 0.0, + "gate_e": 0.9998892545700073, + "gate_h": 5.198722647037357e-05, + "gate_s": 5.8709410950541496e-05, + "logit_e": 5.148501873016357, + "logit_h": -4.7223124504089355, + "logit_s": -4.594298362731934 + }, + "layer_11": { + "bias_e": 5.211035251617432, + "bias_h": -4.904066562652588, + "bias_s": -5.015255451202393, + "e_H": 0.053357869386672974, + "e_S": 0.0, + "gate_e": 0.9999553561210632, + "gate_h": 2.1291520170052536e-05, + "gate_s": 2.3402382794301957e-05, + "logit_e": 5.647372245788574, + "logit_h": -5.117498397827148, + "logit_s": -5.015255451202393 + }, + "layer_2": { + "bias_e": 1.8278613090515137, + "bias_h": -1.852321743965149, + "bias_s": -1.8209874629974365, + "e_H": 0.07678790390491486, + "e_S": 2.070332357106963e-06, + "gate_e": 0.9719404578208923, + "gate_h": 0.011711607687175274, + "gate_s": 0.016347918659448624, + "logit_e": 2.2641983032226562, + "logit_h": -2.159473419189453, + "logit_s": -1.8209956884384155 + }, + "layer_3": { + "bias_e": 2.855192184448242, + "bias_h": -2.938265085220337, + "bias_s": -2.8007311820983887, + "e_H": 0.06844736635684967, + "e_S": 6.037856792318053e-07, + "gate_e": 0.9962494373321533, + "gate_h": 0.0014987534377723932, + "gate_s": 0.0022518113255500793, + "logit_e": 3.2915291786193848, + "logit_h": -3.21205472946167, + "logit_s": -2.8007335662841797 + }, + "layer_4": { + "bias_e": 3.648277759552002, + "bias_h": -3.5840554237365723, + "bias_s": -3.5840952396392822, + "e_H": 0.06638036668300629, + "e_S": 2.3852614106090186e-08, + "gate_e": 0.9991735219955444, + "gate_h": 0.000359653087798506, + "gate_s": 0.0004668341134674847, + "logit_e": 4.0846147537231445, + "logit_h": -3.849576950073242, + "logit_s": -3.5840954780578613 + }, + "layer_5": { + "bias_e": 3.3071067333221436, + "bias_h": -3.302070379257202, + "bias_s": -3.274142026901245, + "e_H": 0.0640106350183487, + "e_S": 1.964333762316528e-08, + "gate_e": 0.9984285831451416, + "gate_h": 0.000676883792039007, + "gate_s": 0.0008945779409259558, + "logit_e": 3.7434439659118652, + "logit_h": -3.5581130981445312, + "logit_s": -3.274142265319824 + }, + "layer_6": { + "bias_e": 3.8171513080596924, + "bias_h": -3.720564842224121, + "bias_s": -3.7661523818969727, + "e_H": 0.06277869641780853, + "e_S": 1.669408278281992e-09, + "gate_e": 0.9994019269943237, + "gate_h": 0.0002693173009902239, + "gate_s": 0.0003287414147052914, + "logit_e": 4.253488540649414, + "logit_h": -3.9716796875, + "logit_s": -3.7661523818969727 + }, + "layer_7": { + "bias_e": 3.45740008354187, + "bias_h": -3.392306327819824, + "bias_s": -3.4566102027893066, + "e_H": 0.06574219465255737, + "e_S": 9.200136208420417e-10, + "gate_e": 0.9988280534744263, + "gate_h": 0.0005302849458530545, + "gate_s": 0.0006416162941604853, + "logit_e": 3.893737316131592, + "logit_h": -3.6552751064300537, + "logit_s": -3.4566102027893066 + }, + "layer_8": { + "bias_e": 3.9107203483581543, + "bias_h": -3.7845630645751953, + "bias_s": -3.9010472297668457, + "e_H": 0.06339986622333527, + "e_S": 0.0, + "gate_e": 0.9995085597038269, + "gate_h": 0.00022981668007560074, + "gate_s": 0.00026162571157328784, + "logit_e": 4.347057342529297, + "logit_h": -4.0381622314453125, + "logit_s": -3.9010472297668457 + }, + "layer_9": { + "bias_e": 4.578667640686035, + "bias_h": -4.302093982696533, + "bias_s": -4.456994533538818, + "e_H": 0.05811169743537903, + "e_S": 0.0, + "gate_e": 0.9998512864112854, + "gate_h": 7.172829646151513e-05, + "gate_s": 7.69659091020003e-05, + "logit_e": 5.015004634857178, + "logit_h": -4.534541130065918, + "logit_s": -4.456994533538818 + } + }, + "sampling_config": "ode-steps64-cfg2-ts_logit_normal-cond", + "step": 17612 +} diff --git a/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..a5918a3 --- /dev/null +++ b/outputs/eval_scratch_geom_ep2/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 2, "step": 17612, "bleu": 12.111010231968821, "rouge1": 46.12682030373436, "rouge2": 18.946125658117783, "rougeL": 40.8268981218868} diff --git a/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl b/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl new file mode 100644 index 0000000..d5eb194 --- /dev/null +++ b/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A Republican strategy to oppos the re-election of Obama"} +{"id": 1, "generated": "The Republican leaders justify their policies with the need to combat election fraud."} +{"id": 2, "generated": "However, the Brennan Center views the latter as a myth,confirminging that election fraud in the US is rare than the number of the people killed by the flash."} +{"id": 3, "generated": "After all, Republican's lawyers have in 10 years experienced only 300 cases of election fraud in the US."} +{"id": 4, "generated": "One is sure: these new provisions will have a negative effect on the participation in election."} +{"id": 5, "generated": "In this sense, these measures are in part undermineing the US’s democratic system."} +{"id": 6, "generated": "Unlike Canada, the US. States are responsible for conducting the elections in the various states."} +{"id": 7, "generated": "In this sense, the majority of American governments have announced new laws since 2009 which makes difficult the procedure of registration or dejecting."} +{"id": 8, "generated": "This phenomenon has increased importance after the elections of November 2010 in which 675 new Republican representatives have been recorded in 26 states."} +{"id": 9, "generated": "As a result, 180 draft laws were introduced alone in 2011, which limits the exercise of electoral right in 41 states."} +{"id": 10, "generated": "The new electoral laws demand on voters to present a light certificate and proof of United States citizenship."} +{"id": 11, "generated": "Furthermore, this law also cuts the periods for the preliminary voting, states the right to devalide to register as a voter on the election day, and citizens give the right to vote, for which a court has to make a vote."} +{"id": 12, "generated": "Before the 2006 elections, no US state asked on the voters to show a light card."} +{"id": 13, "generated": "Indiana was the first state that has raised such a demand."} +{"id": 14, "generated": "The Supreme Court of the United States confirmed the constitutionality of the Indianan law in 2008."} +{"id": 15, "generated": "The Republican authorities were urge extending this practice to other states."} +{"id": 16, "generated": "During the last two years, they supported the draft draft laws in 34 states, which force the voters to show a light image card."} +{"id": 17, "generated": "It is important to note that, contrast to Quebec, the US citizens do not have a universal card like the health insurance card."} +{"id": 18, "generated": "Indeed, 11% of the US citizens. In other words, 21 million electoral people do not have any light card certificate provided by a government authority of their state."} +{"id": 19, "generated": "In addition, five million newlions in 2012 not have such a card."} +{"id": 20, "generated": "But often more than hundred dollars have to be paid to get the necessary card."} +{"id": 21, "generated": "Of the new restrictions, young people, minorities and people with low incomes have been disproportionate affected."} +{"id": 22, "generated": "Indeed, 25% of the Afro Americans, 15% of the people with an income of less than $35.000, 18% of the citizens over 65 years and 20% of the voters between the years of 18 to 29 years do not have the required light-card."} +{"id": 23, "generated": "That moves further."} +{"id": 24, "generated": "Students who are regarded as voters who are increasing their voice in favour of democratic candidates are not allowed in several states to use their light image card issued by their institution."} +{"id": 25, "generated": "On the other hand, the same states states allowing members of fishing or hunting associations choosing more for the Republican side to use the cards for elections displayed by these associations."} +{"id": 26, "generated": "Before 2004, no Federal State asked for a proof of citizenship for the election."} +{"id": 27, "generated": "Arizona was the first federal state to introduce such a demand."} +{"id": 28, "generated": "Since 2011, a dozen states have adopted laws that call for electors to prove their US citizenship."} +{"id": 29, "generated": "These measures are clearly intended at restricting the hispanic voices."} +{"id": 30, "generated": "It is clear that two of out of three Hispanic voters prefer the democratic party."} +{"id": 31, "generated": "Moreover, Republican legislation in 2011 in eight federal states have promoted laws aboaing the registration of voters on the election day."} +{"id": 32, "generated": "Moreover, you restricted the right for individuals and groups to help to those voters who wish to register themselves."} +{"id": 33, "generated": "These restrictions are not without any con consequences."} +{"id": 34, "generated": "For example, the campaigns to register electarians during the general elections 2004 contributed to register about 10 million citizens."} +{"id": 35, "generated": "Because, by the measures adopted since 2009, the share of registration of newers 2010 has reduced by 17% in comparison to 2006."} +{"id": 36, "generated": "Moreover, in five other states, Republican lawmakers have adopted laws that aimed at shorting the period for preliminary voting."} +{"id": 37, "generated": "For example, during the general elections in 2008 in Florida, 33% of the voters elected were Afro American advance, although they represent only 13% of the elects of the federal state."} +{"id": 38, "generated": "The same applies to the hispane population."} +{"id": 39, "generated": "The latter contained only 11% of the voters, but 24% of the citizens who elected in advance."} +{"id": 40, "generated": "In contrast, the Whites which represent 76% of the electorates made only 46% of the voters who elected in advance."} +{"id": 41, "generated": "Of course, democratic legislators and their supporters have been stronglyly opposed to adoption laws that restricts the registration of electors."} +{"id": 42, "generated": "Several draft laws have been blocked by the vetos of democratic governors."} +{"id": 43, "generated": "The US-general lawyer has intervend to suspend the most controversial laws."} +{"id": 44, "generated": "They were able to limit the damage in part."} +{"id": 45, "generated": "For example, only 16 of the 34 states have adopted laws which ask for a light image card shown."} +{"id": 46, "generated": "However, the new rules introduced in 2012 will undoubtedly impede the exercise of the right to vote."} +{"id": 47, "generated": "The democratic critics parounce the party-poli nature of the laws adopted, and in them see as a clear goal to influence the results in those states that are decisiving for 2012."} +{"id": 48, "generated": "A report by the Brennan Center in 2011 shows that the states that adopted these laws make up 171 of the 270 votes votes necessary in the election body to win the Presidency."} +{"id": 49, "generated": "It is too early to confirm that these changes to the legislation on the election system will have significant significant effects on the result of the presidential elections in 2012."} +{"id": 50, "generated": "But one thing is sure: these new provisions will have a negative effect on election participation."} +{"id": 51, "generated": "In that sense, these measures are in part undermineing the democratic system of the US."} +{"id": 52, "generated": "Prostatak cancer detection: should the test be made or not?"} +{"id": 53, "generated": "The PSA test indeed sees incorrect results, with sometimes incorrect negative, but also wrong positive results leading to unnecessary medical interventions."} +{"id": 54, "generated": "This leads to greater treat of already un decisated men for the implementation of early detection tests."} +{"id": 55, "generated": "Should the test be made or not?"} +{"id": 56, "generated": "We have obtained the opinion of two specialist specialists."} +{"id": 57, "generated": "In the studies conducted in the US, there were numerous disturbance factors between control groups, so that it is difficult to interpret these data and make clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe, came to the conclusion that there is a difference in mortality with and without early detection."} +{"id": 59, "generated": "This study has also shown that, after monitoring after 12 years, the likelihood of education of metastas is 30 to 40% higher if there was no early detection."} +{"id": 60, "generated": "That is why I recommend the test from an age of 50 years or 40 years, if you have a direct relative who was already affected by prostate cancer."} +{"id": 61, "generated": "For men ofafro-American origin, there is also a higher risk."} +{"id": 62, "generated": "The most important is to take the right decision as once a cancer has been recognised."} +{"id": 63, "generated": "There are species of cancer, aggressively and others that are indolent."} +{"id": 64, "generated": "Patients really have to understand the extent of the risk of their disease of cancer by showing the possible options in which cases of prostate cancer can remain unetreated if it does not affect quality of life for the long term, and it is absurd to say that there are any similar diseases such as torrent cancer but yet with"} +{"id": 65, "generated": "Today, there is no treatment taking place for many men who have recognised cancer because their cancer is not aggressive and it is not a threat to their lives."} +{"id": 66, "generated": "They are proposed to receive active monitoring and offers them treatment during progress in the disease."} +{"id": 67, "generated": "Increasingly accuracy defines the criteria for a decision who should be treated and who not."} +{"id": 68, "generated": "For this reason, I am still recommending the implementation of the test."} +{"id": 69, "generated": "But the most important is to speak with his doctor to determine whether he should be carried out or not."} +{"id": 70, "generated": "In cooperation with the International Society for Urology, Movember has developed an instrument that can evaluate the advantages and disadvantages of the PSA test."} +{"id": 71, "generated": "This document (presently only in English, but a translation will be available shortly) can be downloaded under the following address http://ca.movember.com/fr/mens-health/prostate-cancer-screening."} +{"id": 72, "generated": "Protecting the Disease"} +{"id": 73, "generated": "Unfortunately, there is no miraclefuel to prevent cancer."} +{"id": 74, "generated": "Despite the progress in research, the adoption of a healthy life will remain the best way to reduce the risk of being affected to it."} +{"id": 75, "generated": "It is estimated that 30% of cancer diseases could be prevented if all were eat well and were moving sufficiently."} +{"id": 76, "generated": "\"If there were no more smoker, this value would rise from at least to 50%,\" emphasiseed by André Beaulieu, speaker of the Canadian cancer society."} +{"id": 77, "generated": "However, it is assumed that about 10% of cancer diseases are caused by deceration."} +{"id": 78, "generated": "Several people remain also completely uncertained."} +{"id": 79, "generated": "For the Canadian cancer society, the fight against tobacco dependity remains a priority, despite the decline in the number of smokers."} +{"id": 80, "generated": "smoking is responsible for 85% of the cases of lung cancer."} +{"id": 81, "generated": "It is also a risk factor for several other types of cancer."} +{"id": 82, "generated": "It heavily damages the health of humans."} +{"id": 83, "generated": "\"Now there are still 1,5 million smoking in Quebec\", regrets the speaker André Beaulieu."} +{"id": 84, "generated": "Encourageing data: 10 years after abandoning cigarette, the risk of cancer reduces by half."} +{"id": 85, "generated": "The Weight"} +{"id": 86, "generated": "According to the Canadian cancer society, overweight and adolescents also promote the outbreak of disease."} +{"id": 87, "generated": "They seem to increase the risk of breast,oiled phram arm, food eeed, masumen, belly-spoorts and babymother cancer."} +{"id": 88, "generated": "\"The research shows that regular physical activity protects against frigy cancer all all the life,\" he add."} +{"id": 89, "generated": "Food"} +{"id": 90, "generated": "The organisation also recommendations that we limit the consumption of red meat."} +{"id": 91, "generated": "To too large extent, it increases the risk of feeling in a m Grimm or Mastarm cancer."} +{"id": 92, "generated": "w goods should also be compiled."} +{"id": 93, "generated": "The preservation of meat through rashers, dry, or salt can lead to creating carzinogens."} +{"id": 94, "generated": "\"Letzter can damage the body cells and affect the development of cancer,\" he says."} +{"id": 95, "generated": "Vitamins"} +{"id": 96, "generated": "In recent years, several scientists have been investigating the connection between vitamin additions and cancer."} +{"id": 97, "generated": "However, their investigations are not currently coherent."} +{"id": 98, "generated": "According to Canadian cancer society, the studies on Vitamin E are contradictory."} +{"id": 99, "generated": "While a study has found the reduction in the risk of prostate cancer, another rather showed an increase."} +{"id": 100, "generated": "The effect of vitamin D on cancer has not yet been clearly shown either."} +{"id": 101, "generated": "Moreover, Mr Beaulieu stressed how important it is with his doctor discussing his concerns and family pre burdent."} +{"id": 102, "generated": "\"The implementation of a early test does not lead to cancer.'"} +{"id": 103, "generated": "The Higgs Band analyse"} +{"id": 104, "generated": "The announcement of the likely discovery of the Higgs bunk provoked a certain appearance last summer, and that is for good reason."} +{"id": 105, "generated": "Indeed, it believes that this Boson has been involved in nothing less than in the mechanism which is for the mass of all objects in the universe."} +{"id": 106, "generated": "Finally, it is the last partwhose existence of the standard model - our best or 'ort least the wrong' explanation of nature and the behaviour of the matter - has been predicted, but emotionally not yet been observed."} +{"id": 107, "generated": "But for the Physikers it is not completely certain that it is in fact the Higgs."} +{"id": 108, "generated": "We know without the shadow of a doubt that we really have a real new part, and that it is highly similar to Higgs-Boson predicted by the standard model."} +{"id": 109, "generated": "Moreover, this seems to be confirmed by new data that were presented at a large physics Congress in Kyoto this week, but there still lack data to be completely secure about this."} +{"id": 110, "generated": "However, let us assume that it is actually the obstacle, because there seems to be only a small risk of misleading ourselves, and let us start looking at what it is about."} +{"id": 111, "generated": "There is a inevitably indispensable in this world law which means that two objects can not exist in the same place at the same time."} +{"id": 112, "generated": "It is not possible to violate this rule - and do not try too strongly, because you will dig yourself away."} +{"id": 113, "generated": "For even if part physics is a really strange world, itreveals that such a law also applies to them: the Pauli's exclusion principle, which states that two parts are not the same space to the same, while the same parts do not include them in the same space."} +{"id": 114, "generated": "Starting from this, the physisticists share the parts into two categories."} +{"id": 115, "generated": "In a corner are the good citizens who are called as Fermione and who are following arpitly to the Pauli principle."} +{"id": 116, "generated": "And in the other, the Boson move, a lavish band of Anarchists whose nothing is sacred - in any case not this principle, which means that they can in fact sit at the same place at the same time."} +{"id": 117, "generated": "These Bosnias divide according to the website The Particle Adventure website by the Berkeley Labor (which is absolutely astonishing) into two groups: the mesons that we won’t deal with here, and the \"power parts\" which led the large number of insects to dipping themselves in the soil."} +{"id": 118, "generated": "However, it must be stressed here that these Bosons are not all as exotic creature as one could think."} +{"id": 119, "generated": "If you are able to read this chronicy, only thanks to a boson of exceptional banity: the photon or the light-part, which is the \"Bote\" of electromagnetic power."} +{"id": 120, "generated": "Indeed, if a part speeds with an electric load or changes the direction, the romantic field will be precisely 'dirridden' at this place in some like a pine stone poured in a pond."} +{"id": 121, "generated": "This \" disturbance\" creates an electroagne wave (light, Infrarot or Ultraviolet radiation etc.), and this wave is nothing other than a photo and thus one of the Bosonen 'tagters of the Sea."} +{"id": 122, "generated": "the more stable field"} +{"id": 123, "generated": "The same applies to the Higgs bow, with the difference that another field, the Higgs field, must become \"gestör\" so that this Boson shows."} +{"id": 124, "generated": "However, the Higgs field is very much more stable than the electromagnetic field; the regenerer must reach high energy levels, a little comparable to a frozen pond, whose surface can only be replaced from a very large rock."} +{"id": 125, "generated": "Therefore, a huge part acceleration such as the CERN - requires the Large Hadron Collider is a ring which amounts 27 km!, to achieve such kinds of energys."} +{"id": 126, "generated": "The analoglogy with the electromagnetic field is again helpful to explain the relationship between the hip and the mass."} +{"id": 127, "generated": "In fact are not all the parts and not all materials interact with the electromagnetic field."} +{"id": 128, "generated": "Some, like magnets, do this, but others do not- for example if a sheet of paper would never keep from their own at the refrigerator."} +{"id": 129, "generated": "And equally, not all parts interact with the Higgs field: those who do it have a mass, while the others (like, indeed, the photon) do not have any mass."} +{"id": 130, "generated": "For what can all these research be 'good' Mrs Plamondon's question?"} +{"id": 131, "generated": "For science, they serve for the review of the standard model (SM), and also allow the physists to examine all the de variances between observations and the predictions of the SM."} +{"id": 132, "generated": "Indeed, there are many physistics that generally hope that such differences will be found, because the slightest difference could open an door to a \"new physics\" and stop some holes of the model."} +{"id": 133, "generated": "One has to say that the latter still have significant shortcomings, as it provides no explanation for the tensionity (ups!) and the dark subject that forms 80% of the subject of the universe (new ups!)."} +{"id": 134, "generated": "However, such kinds of differations have not been found to date at the CERN."} +{"id": 135, "generated": "Rcommunal effectss"} +{"id": 136, "generated": "The effects of these research for the general population are more difficult to predict, but it would be wrong to assume that there would not be."} +{"id": 137, "generated": "Incly, in the early 60’s, the pioneers of the laser in the Bell laboratories did not imagine that their work would cause such a revolution."} +{"id": 138, "generated": "They saw scientific applications, but otherwise nothing more."} +{"id": 139, "generated": "In fact, the hidden physsiker Willard Boyle, who worked at the Bell Labs, in which the laser was invented in the 1960’s and 1962 even gave the first permanent strokela (which were first)."} +{"id": 140, "generated": "Imagine yourself..."} +{"id": 141, "generated": "Furthermore, applications can also come out from all the instruments surrounding research."} +{"id": 142, "generated": "For example, Willard Boyle in 1969 developed a small light sensor during his works in theOptis."} +{"id": 143, "generated": "Although it has not been the original purpose, this sensor is today used for all digital cameras as \"uge\" in the world, and brought him the Nobel Prize for physics in 2009."} +{"id": 144, "generated": "Of course that does not mean that LHC’s activities will inevitably change our lives, but it means that one can really never know it..."} +{"id": 145, "generated": "Palliativ care the best way to die... | Le Devoir"} +{"id": 146, "generated": "With its committee on 'Elow in dignity', Quebec has recently discussed the sensitive question of the End of Life."} +{"id": 147, "generated": "The debate has to be resumed shortly, although a draft legislation is being prepared."} +{"id": 148, "generated": "However, a lot remains to be done on this important matter."} +{"id": 149, "generated": "Le Devoir has tried to look this closer."} +{"id": 150, "generated": "A couple of weeks ago, Mr L. still lived in his apartment in the Montérégiey alone."} +{"id": 151, "generated": "The proto cancer that stroused him had left a deadline of two years."} +{"id": 152, "generated": "\"They gave me live five years, I did seven years,\" he said half heart, in his bed for Pallic Care Victor-Gadbois, lie in Beloeil, where he had arrived on the previous day."} +{"id": 153, "generated": "\"But it is always always a shock, and one cannot be prepared for,\" he said."} +{"id": 154, "generated": "The disease makes her work: anmeasurable weakness prevents him from going to the toilet alone and even eating himself."} +{"id": 155, "generated": "Seating at the table before a delicious lunch, he intends resign to help a food."} +{"id": 156, "generated": "Mutig even succeeds to smile him and speak with the foreign people who are employed around him, bring his medicines, and offer him a bathroom."} +{"id": 157, "generated": "The courage of ordinary death."} +{"id": 158, "generated": "'My greatest wish is to cure my accident, because this is depcalcful\", he informs."} +{"id": 159, "generated": "A few hours later the team has found a cure for this evils."} +{"id": 160, "generated": "\"In the course of our lives we experience that a man is pink at foot\", says Pierre Brodeur, psychologists at Victor-Gadbois."} +{"id": 161, "generated": "To return to the childhood phase is an unacceptable deluguation for certain people."} +{"id": 162, "generated": "\"This depends on the person’s ability to take a step back, he notes."} +{"id": 163, "generated": "For several people who work in Palliativ believe that big events take place in the very middle of these back- steps."} +{"id": 164, "generated": "The patients placed in the home for palletical care Victor-Gadbois are all suffering from cancer."} +{"id": 165, "generated": "They have an maximum life expecttung of three months."} +{"id": 166, "generated": "At this stage they will no longer be overridden by the doctors and nurses who care about them with so-called \"cleaning\" care."} +{"id": 167, "generated": "For Mrs A., 89 years, the worst fear is to die 'consciously and by oppresssipunation'."} +{"id": 168, "generated": "But through the disease I have really learned my children."} +{"id": 169, "generated": "\"I have good children\", add it."} +{"id": 170, "generated": "\"I have no more wishes in life\", she tells her before she accept that you will put her with a mask to help her at attack."} +{"id": 171, "generated": "In the next few days she still expects a last visit of her son, who comes from Italy."} +{"id": 172, "generated": "At the home Victor-Gadbois offers a group of voluntary body care and assistance in the food taking."} +{"id": 173, "generated": "Palliativ care is then used if there are no other possibilities more."} +{"id": 174, "generated": "To make the death more pleasant."} +{"id": 175, "generated": "In Quebec 11.700 inhabitants receives a bed for Palliativ care."} +{"id": 176, "generated": "That is very little if we take account that one day, we will all die."} +{"id": 177, "generated": "The life continues under the best possible conditions, explains Dr. Christiane Martel, one of the women of the home."} +{"id": 178, "generated": "at either level of physical, emotional or spiritual comfort."} +{"id": 179, "generated": "Depending on your wish, you will give a Mund care with Brandy or Pepsi to your death."} +{"id": 180, "generated": "Diadics do no longer have to control their blood sugar levels."} +{"id": 181, "generated": "And death is part of the everyday life."} +{"id": 182, "generated": "Yesterday evening, we served Mr X a beer that died during the night."} +{"id": 183, "generated": "This morning his son will drink the beer to the feet of the deceased."} +{"id": 184, "generated": "\"We help relatives and patients in equally,\" reporteds the Care Director Nathalie Savard."} +{"id": 185, "generated": "In the home Victor-Gadbois not a day like the other."} +{"id": 186, "generated": "Besides to an old man of 93 years, who enjoy the last origin in the court of a family and well being backed by his headcous, whilt one assaults on to his honour, a young man of 36 years dies, killed from vintage tiles and wall quilts and after the"} +{"id": 187, "generated": "\"Ab for six months, three to five beds are always dealt with cancer patients of less than 45 years\", Dr. Christiane Martel worrys."} +{"id": 188, "generated": "53% of the patients registered to Victor-Gadbois come from their home, and 47% come from the hospital."} +{"id": 189, "generated": "Problem of access to pallet care"} +{"id": 190, "generated": "It is said that 77% of Canadians have no access to Palliative care, in other words an care that is intended to reduce the suffering of patients when they reach the final stage of their life, both at home, home and pain."} +{"id": 191, "generated": "And several organisations such as the home Victor-Gadbois and the company for home Palliative care in large Montreal area special more or less exclusively on the care of cancer patients."} +{"id": 192, "generated": "It is precisely this huge deficit in Quebec's health care that causes a number of doctors specialist in the Palliative care are hostile to concerns about adopt a law to regulatester aid service and assisted suggests."} +{"id": 193, "generated": "Since October, a manifest is signed in circulation by prominent personalities of Pallative care, such as Dr Balfour Mount and Dr. Bernard Lapointe, to express their contradiction with such an initiative of this kind."} +{"id": 194, "generated": "Dr. Christiane Martel, the Quebec's health system is not efficient enough to make sure that all rights to high-quality palletme care before we are accepted to transfer to s death aid."} +{"id": 195, "generated": "Recently, her she says, I saw a patient who was 14 days with a great pain in the emergency reception, without taking measures to help her Liing."} +{"id": 196, "generated": "I fear that patients are trying to die only for because they are not receiving proper health."} +{"id": 197, "generated": "And the same time, several Onkologends are treating their patients dumb despite the worst predictions until the last day."} +{"id": 198, "generated": "The chances of survival of Hélène Richard were already minimal when she broke a painful chemicaltherapy."} +{"id": 199, "generated": "When I informed my oncologiically that I will suspend the treatment, she responded to me that she regret that I was conducting the fight she told her."} +{"id": 200, "generated": "However, she had said to me that I am at the end!"} +{"id": 201, "generated": "No omnipotente Careement"} +{"id": 202, "generated": "Dr. Martel believes that 90% of the patients that asked to die will thank the care staff for having not done that wish after their pain have been sootheed by a team of Palliativ Care."} +{"id": 203, "generated": "But it must be said very clearly that the Palliativ care is not omnipotent with pain treatment."} +{"id": 204, "generated": "According Elsie Monereau, Head of Palliative care of the society of home paliative care of the area Montreal, 8% of patients are not talking about pain treatments."} +{"id": 205, "generated": "At the end of the life, doctors therefore often affect on the terminal seation, which results of embeding the patient either sporadically or permanently until the time of his death."} +{"id": 206, "generated": "We can do no longer as if we do not understand that side of suffering."} +{"id": 207, "generated": "Patients without pain alleviatation increasingly more often will have the opportunity to use to this terminal ssession."} +{"id": 208, "generated": "Patients whose pain are not suffered, all say the same phrase: 'I want to die'."} +{"id": 209, "generated": "But that does not necessarily mean 'I'd like you to enter me', but 'I would like my pain to be blessed'."} +{"id": 210, "generated": "The realization of this report was possible because of a journalism symposium by the Canadian Health Research Institutes."} +{"id": 211, "generated": "Real estate scandals Large in Quebec"} +{"id": 212, "generated": "Officials of the road industry, main construction companies, money from political parties and specialists of the Italian Mafia tell every day what they know what they know about a great'system' in construction, officials, policies, policies."} +{"id": 213, "generated": "An 'industrie' was very expensive for Quebec's taxpayers, especially in the 1990's and 2000's."} +{"id": 214, "generated": "\"I it is strange how the system has broken down since you have taken drastic action,\" Jacques Duchesneau, a Member in Quebec, joked and former head of the Montreal police."} +{"id": 215, "generated": "The scandal was discovered by him due to an in-depth investigation of the injurancies in relation to the Treaties on road construction in Quebec, which the then Prime Minister had only refusedly to accept."} +{"id": 216, "generated": "The \"Duchesneau report\" established a direct connection between industry, secret financing of parties and prapation of officials."} +{"id": 217, "generated": "'War the beginning of the investigation in 2010\", he stressed, 'would the Ministry of Traffic Transport alone save $ one billion in the Treaties', for some squayed their instinct to keep their share!"} +{"id": 218, "generated": "The Charbonneau Commission 'has already brought down two mayors' he adds in the hope that it will succeed in showing 'the tactics behind individuals'."} +{"id": 219, "generated": "A 2011 Established, permanent Anti-corruption Unit"} +{"id": 220, "generated": "The 2011 established permanent anti-corruptionate unit is also making great efforts with its troops in economic auditors, resources, and analysts of the government."} +{"id": 221, "generated": "Moreover, the police of the \"Marteau strength\", which has since 2009 led to Montreal's \"analisation\" card taking more retrainent action in the artificial lightinglysis of the treaties..."} +{"id": 222, "generated": "In recent weeks, she has been carrying out serial searches at house, and raise accusations of fraud and corruption against local mandates, such as Frank Tampino and Richard Marcotte, the mayor of a city."} +{"id": 223, "generated": "The next on the list would be Gilles Vaillancourt, who has justsigned from his office as the mayor of Laval, the third largest city in Quebec."} +{"id": 224, "generated": "He is suspected of having repeatedly received lubning money in exchange of public orders."} +{"id": 225, "generated": "Indeed, strongly were charged by engineers of the Road Office of Montreal, as well as entrepreneurs Italian origin, such as Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "The latter aa annoyed by explaining the Commission the functioning of the'system' for maintaining public contracts."} +{"id": 227, "generated": "He himself has long paid 3% of the value of the Treaties received in Montreal to a mediator linked with Mafia, who transfers the money to the Union Montreal, to Mayor Gérald Tremblay's Party."} +{"id": 228, "generated": "Mr Zambito has had his hand in play everywhere the way in the 2000’s, giving more than 88.y.000 Canadian dollar (around EUR68.000) to province parties, especially to those living at the time in power."} +{"id": 229, "generated": "He also agreed to have organised an illegal procurement for the former liberal, Vice-President Nathalie Normandeau."} +{"id": 230, "generated": "Channelisation contracts, whose costs have been artificially overplused by it."} +{"id": 231, "generated": "In Montreal, the'system' corruption worked smoothly."} +{"id": 232, "generated": "The former construction engineer Gilles Surtakingly describedd this thoroughly before the Commission: in ten years, he was given company gifts, invitations to travel, golf tournaments, restaurants and ice hoc games, as well as bebesttmonies money from the construction company, and egglling articles from"} +{"id": 233, "generated": "Other officials of the Road Office admitted that they could be whipped by trimling down bills of wrong supplements artificially by 30-40%."} +{"id": 234, "generated": "In addition, a organizer of the Party of the mayor, Martin Dumont, Mr Tremblay accused that he deliberately overlooked a shadow budget that filled his cashs with black money."} +{"id": 235, "generated": "As a result of these revelations, Mr Tremblay signed at the beginning of November, triggering Montreal into a severe crisis."} +{"id": 236, "generated": "Chantal Rouleau was one of the first Members of Montreal that created alarm."} +{"id": 237, "generated": "As mayor of the town district Rivière-des-Prairies, in the eastern end of the island, from 2010, she opposed to the sale of a communal building that purchased $ 5 million and paid for 1.6 million of in boomated real real estate assets."} +{"id": 238, "generated": "70% Black money in the election campaigns"} +{"id": 239, "generated": "From the investigation that is finally carried out, she says 'trays to a thread to understand the functioning of the iron-migraned system in order to stop the evil and condemnate the culprits\"."} +{"id": 240, "generated": "She says that the procedure is'painful, but positive'."} +{"id": 241, "generated": "We are cleaning down the wound, but we would need a investigation unit specified only for Montreal itself, as well as supervision to prevent return of questionable practices."} +{"id": 242, "generated": "How to make clean."} +{"id": 243, "generated": "Regularly."} +{"id": 244, "generated": "Jacques Duchesneau notess for his part that \"in officers have stolen several hundreds of millions of dollars,\" but is, above all, about the role of the'masterters who are over image tactics if they not embedd in fraud\"."} +{"id": 245, "generated": "Basing on a share of 70% black money in financing the election campaigns in Quebec he whispers: 'I was said that this is only a weak loopbuck of reality'."} +{"id": 246, "generated": "The Quebecn government is propos to limit party donations to 100 dollars, and according to it, it would not change the situation:'As long as not strictly limited election spending, black money will flow in politics'."} +{"id": 247, "generated": "He recommends a complete revision of the system for granting public contracts and financing to the parties: \"We cannot not fall deeper; by going up things with couragete, we can maintain the house on a solider basis with more controls and giving competencies and responsibility to the public."} +{"id": 248, "generated": "If this story damages the international reputation of Quebec and that of Montreal, Mr Duchesneau is calling on those who laugh about a look at their own backyard..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "In this season, you have adopted a new size with PSG."} +{"id": 251, "generated": "How do you explain that progress?"} +{"id": 252, "generated": "One can explain him by a personal understanding, but also by the new dimension of the PSG."} +{"id": 253, "generated": "Great players have come."} +{"id": 254, "generated": "Every day, I make progress on their side."} +{"id": 255, "generated": "The location was been very friendly and helpful staff, the breakfast was the all very handsomey and was very helpful. We are happy to see the most nice days and days. this can also be seen."} +{"id": 256, "generated": "These elementschant me every day to improve my game level."} +{"id": 257, "generated": "And with a game this is even easier."} +{"id": 258, "generated": "In football all things is working very quickly."} +{"id": 259, "generated": "But I do not crack with enthusiasm."} +{"id": 260, "generated": "Since my starts at the centre of preparatory training of the INF Clairefontaine until my playing time at Saint-Etienne I have always gradually progress."} +{"id": 261, "generated": "So they take advantage of the competition introduced by Carlo Ancelotti..."} +{"id": 262, "generated": "The new accesss this summer are used to executing games very high levels."} +{"id": 263, "generated": "You also know that every training unit is crucial."} +{"id": 264, "generated": "This leads to a player like me, who wants to offer and must do his best."} +{"id": 265, "generated": "Furthermore, Carlo Ancelotti gives me much about my position."} +{"id": 266, "generated": "He is supported by Co-Traiers such as Claude Makelele who played on the same position as I did."} +{"id": 267, "generated": "Is Ancelotti the right person for the task?"} +{"id": 268, "generated": "Of course."} +{"id": 269, "generated": "Ancelotti respects respect for all the technicians."} +{"id": 270, "generated": "There is no comparable person at the moment in Ligue 1, and he is one of the best trainers in Europe."} +{"id": 271, "generated": "He looks back on a rich experience and has won many titles with renowned associations."} +{"id": 272, "generated": "He had contact with big players."} +{"id": 273, "generated": "I think he will win further titles at Paris."} +{"id": 274, "generated": "In January I had a encouraging conversation with him."} +{"id": 275, "generated": "At that time, I had just recovered from a series of injuries."} +{"id": 276, "generated": "The trust he put in me is also a explanation of my performances."} +{"id": 277, "generated": "What do you think about the first part of the PSG season?"} +{"id": 278, "generated": "InLigue 1, Lyon has taken us the place of the top driver."} +{"id": 279, "generated": "However, we are laughinging the back."} +{"id": 280, "generated": "One of our main objectives is the Champions League: we have qualified ourselves for the eightth final in that way."} +{"id": 281, "generated": "What is the association’s goal in this competition?"} +{"id": 282, "generated": "We will try to reach as far as possible."} +{"id": 283, "generated": "From now on everything is possible."} +{"id": 284, "generated": "However, we will have our words to say against very good European teams."} +{"id": 285, "generated": "Firstly, we want to become the first of our group before Porto so that we can play the Back Game of the eightth Final as a home game."} +{"id": 286, "generated": "Can the PSG to become a large European association in the short term?"} +{"id": 287, "generated": "He has already the budget for this..."} +{"id": 288, "generated": "To become a large European association, Paris has to win titles and make a name in the long term."} +{"id": 289, "generated": "This is not the case today."} +{"id": 290, "generated": "Financially, the PSG is giving the resources to allow this project to adopt concrete forms."} +{"id": 291, "generated": "Would it be a big failure of not winning the title in Ligue 1, as was the case in the last season?"} +{"id": 292, "generated": "Of course this would be a great disappointment."} +{"id": 293, "generated": "This year we are really keen to remove that title."} +{"id": 294, "generated": "In the last season we were hangty."} +{"id": 295, "generated": "In May, we were disappointed because we were strong enough to help attain the victory."} +{"id": 296, "generated": "We ended the season with a very strong performance."} +{"id": 297, "generated": "We have concluded with 79 points."} +{"id": 298, "generated": "Normally one should have 79 points Masters..."} +{"id": 299, "generated": "But another team, that of Montpellier, has achieved even better season."} +{"id": 300, "generated": "I believe that this year is the right one."} +{"id": 301, "generated": "Even if the large teams such as Marseille, Lyon or Bordeaux arering the title, I believe that we have a witness of winning him."} +{"id": 302, "generated": "Do you think that the media expect too much from the PSG?"} +{"id": 303, "generated": "In view of what has been invested and the players we have it is normal that a lot of us is expected."} +{"id": 304, "generated": "We fully accept this."} +{"id": 305, "generated": "Nevertheless, if we win 4-0 with your home game against Troyes, and find still something you can blame us, that will certainly be a little bit frustrating."} +{"id": 306, "generated": "We ask themselves what people are still expecting."} +{"id": 307, "generated": "We could never win 4-0 every weekend."} +{"id": 308, "generated": "We are not the FC Barcelona!"} +{"id": 309, "generated": "We are trying to create a game concept."} +{"id": 310, "generated": "A team is building up with time."} +{"id": 311, "generated": "We have proved our strength in the Champions League."} +{"id": 312, "generated": "Look Manchester City, a group of two seasons that has not able to qualify for the eightth final, and that also has done huge expenditure!"} +{"id": 313, "generated": "In regard to the invested sums you thought to have a game break with 15 points ahead!"} +{"id": 314, "generated": "That would mean that our opponents and the French championship would be forgotten."} +{"id": 315, "generated": "Lyon and Marseille, that were not good in the last season, were \"booed by this new PSG\"."} +{"id": 316, "generated": "That shows that Ligue 1 is exciting."} +{"id": 317, "generated": "I hope that we will be the smilinging winner in month May and tell us that we have won them despite all the difficulties."} +{"id": 318, "generated": "The PSG seems to be fully dependent on Zlatan Ibrahimovic' performancefeatures."} +{"id": 319, "generated": "All the better that you speak of a \"Zlatan dependence\"."} +{"id": 320, "generated": "This means that Ibrahimovic is powerful and is shootinging many doors."} +{"id": 321, "generated": "So he has come, and he proved that he is the star of Ligue 1."} +{"id": 322, "generated": "Across where he played, he has found that he is a great player and a world star."} +{"id": 323, "generated": "Within the team, we respect both the player and the person."} +{"id": 324, "generated": "He also respects the people who surrounded it."} +{"id": 325, "generated": "What he done is really exceptional."} +{"id": 326, "generated": "This encourages the others to improve their levels of the game."} +{"id": 327, "generated": "Thiago Silva, who is one of the world's best defenders, allows all others to make progress."} +{"id": 328, "generated": "How have you experienced the EM 2012 with the French national team?"} +{"id": 329, "generated": "Like a disappointment."} +{"id": 330, "generated": "It was at my heart to participate in this EM."} +{"id": 331, "generated": "Unfortunately, my injury has prevented me from mocking some game time."} +{"id": 332, "generated": "I have seen things from which I have been strengthened."} +{"id": 333, "generated": "Today I have managed to implement good games in the national team."} +{"id": 334, "generated": "This has been my hope since my baptism with the 'Bleus'."} +{"id": 335, "generated": "We have learned from what has happened in Ukraine from our lesson and today, we need to show our precedent behaviour."} +{"id": 336, "generated": "What do you have your opinion on the first months of Didier Deschamps at the top of \"Bleus\"?"} +{"id": 337, "generated": "He has achieved promising results."} +{"id": 338, "generated": "We have a good position in the qualification group for the WM."} +{"id": 339, "generated": "The Nationaltrainer is strict, stands close to players and is calling for the victory."} +{"id": 340, "generated": "As was, Laurent Blanc was."} +{"id": 341, "generated": "However, I do not want to make a comparison."} +{"id": 342, "generated": "Blanc had reached his goal by qualified us for the EM annual."} +{"id": 343, "generated": "I hope that Didier Deschamps will lead the \"Bleus\" to Brazil."} +{"id": 344, "generated": "Does the dis decisionotions forced in Spain on 16 October (1:1) represent a starting game?"} +{"id": 345, "generated": "This game has given us confidence."} +{"id": 346, "generated": "Everyone has applied for all others."} +{"id": 347, "generated": "Before this meeting starting in Spain, I have never experienced a comparable game in my career."} +{"id": 348, "generated": "With TVA, pay and sales without bank is possible."} +{"id": 349, "generated": "The opposite of current monetary exchanges on the basis of central banks, identified transactions, and processing fees between the involved."} +{"id": 350, "generated": "InMoreover, as so often, a political vision is tangible in these technologies: the conviction that the current currency system designed by bank monopolies is leading to financial crises."} +{"id": 351, "generated": "Indeed, the placebo invented by Satoshi Nakamoto (an peredonym) is both a virtual currency (but in dollar, euro, etc.) as well as a protocol for safe exchange of bits such as Bit."} +{"id": 352, "generated": "With 15.000 computers in the network, about 20, transactions have already been recorded."} +{"id": 353, "generated": "Some thousand web websites accept Bit as a donation or means of payment."} +{"id": 354, "generated": "After IBM’s course reached a maximum of 30 (23 Euro) in June 2011, he fell 2 dollars five months later before he recovered to about ten today (the courses are available on the bishopcharts.com website)."} +{"id": 355, "generated": "Nothing is particularly impressive, compared to the world trade of real currencies or financial products."} +{"id": 356, "generated": "However, the European Central Bank (ECB) has shown interest in this in a virtual currencies report, published in October."} +{"id": 357, "generated": "It describes LinkedIn as 'the virtual currency with the greatest success\", 'in competition with the dollar or euro' and'ssimilar to the conventional currencies'."} +{"id": 358, "generated": "Bit is different from other types of currencies such as the \"Credits\" being used to make progress in a video game, which one can win or buy through games (and sometimes exchange back)."} +{"id": 359, "generated": "The social network Facebook has also developed such a system."} +{"id": 360, "generated": "However each time the trade is controlled and processed by a central authority."} +{"id": 361, "generated": "With Tennessee all network nos are the same time deholders of the invoice book, auditors, money issues, as well as buyers and seller."} +{"id": 362, "generated": "How does this network work?"} +{"id": 363, "generated": "Any transaction between two users takes place in reality between two e-mail addresses in form of an e-mail."} +{"id": 364, "generated": "With the difference that the user can choose some different address for each payment which ensures anonymity."} +{"id": 365, "generated": "A series of data related to this transaction is signed electronically by a double encryption system."} +{"id": 366, "generated": "In this way the network can check the authenticity of the transaction."} +{"id": 367, "generated": "With the content of the file, it is also possible to ensure that the traded Bits are available in public accounts widespread throughout the network."} +{"id": 368, "generated": "The crucial step is to put this new transaction into this book."} +{"id": 369, "generated": "This is done through a mathematical task being started on computers, with the winner, who is one kind of provision central banking, has the privilege of adding this additional line."} +{"id": 370, "generated": "It is a displination of the file, which means the conversion of a large file into a shorter and clear electronic finger printing."} +{"id": 371, "generated": "The computers \"take\" up the new transaction and add a number before the whole is \"hackd\"."} +{"id": 372, "generated": "The goal is to find the number that generatees a special fingerprint (people zero at the beginning)."} +{"id": 373, "generated": "If this number is found, the other notes can be easily checked if it is the right."} +{"id": 374, "generated": "The transaction is therefore permanently linked to the chain of all other transactions, and any modification would change the fingerprint."} +{"id": 375, "generated": "If a user wants to pay for fraud two times very quickly (less than 10 minutes with the same money), only one of the two transactions in the network would be valid and the other remains without link since both different fingers would be used as the tool."} +{"id": 376, "generated": "The computer that has completed the task receives 50 Bits."} +{"id": 377, "generated": "In order to prevent inflation, this reward will be halfised regularly, probably before the end of 2012."} +{"id": 378, "generated": "So iPads in circulation are limited to 21 million, but can share up to a hundreds of millions, which leaves some room to play..."} +{"id": 379, "generated": "Furthermore, the difficulty of the task is increased with any improvement in computingability."} +{"id": 380, "generated": "The life of the network has already had heights and deeps."} +{"id": 381, "generated": "The websites that provide services to Starbucks were attacked and the Budapest depositss were stolen."} +{"id": 382, "generated": "\"The weakness used does not relate to the real protocol\", assurees Pierre Noizat, who just introduced Paymium, which is a company for payment with real money and which uses the IBM network."} +{"id": 383, "generated": "The ECB is also reporting about the possibilities of tackling money laundering through this anonym service."} +{"id": 384, "generated": "However, cash money also show out these shortcomings."} +{"id": 385, "generated": "Important actors such as Wikipedia are refus to donations of this type."} +{"id": 386, "generated": "By others like the blog platform WordPress they are accepted."} +{"id": 387, "generated": "Recently Adi Shamir and Dorit Ron from the Weizmann Institute in Israel have analyses the billing book and have shown that almost 80% of the iPads are not circulation."} +{"id": 388, "generated": "In November an \"Mega-Sch Sale\" was started."} +{"id": 389, "generated": "\"Dohiry thousands of dollars have been exchange\", welcome Jon Holmquist, who works for the Coinabul company, which converts iPads into Gold."} +{"id": 390, "generated": "Pierre Noizat, who is also author a book on this currency, firmly believes in the potential of this technology as a transaction network."} +{"id": 391, "generated": "It system Paytunia corresponds a credit card (with real money) or contact-less payment with a mobile phone, but it uses Titan to validate the transactions which are cheaper with it."} +{"id": 392, "generated": "Moreover, the owner controls his identity and can consequently remain anonymous."} +{"id": 393, "generated": "The system can be implemented easily by dealers, and the latter does not need to install new terminals or computer programs."} +{"id": 394, "generated": "You simply have to specify a address that can be \"photod and recognized\" by a telephone gives Pierre Noizat who assures he has thousands of users."} +{"id": 395, "generated": "There has been a general trend in which hierarchical systems are considered in favour of more horizontal orientation systems."} +{"id": 396, "generated": "\"I will take some of time until iPad passes, but 2013 could be a turning point,\" he forecasts."} +{"id": 397, "generated": "Moreover, in its report, the ECB intends reassessing the various risks that are today highlyregarded in the event of a success of this currency."} +{"id": 398, "generated": "We arewithdrawn from Afghanistan."} +{"id": 399, "generated": "And then?"} +{"id": 400, "generated": "French troops have left their responsibilities in Afghanistan (Kapisa and Surobi)."} +{"id": 401, "generated": "NATO and the US will probably follow at the end of 2014."} +{"id": 402, "generated": "It is time for the Afghan army to restore the ownership of its territory and that the Afghan population aredeciding to choose their future without expecting everythings from us."} +{"id": 403, "generated": "We have in particular penalated the Afghan farmers by viewing them as terrorists."} +{"id": 404, "generated": "And ourselves ourselves with our 88 soldiers killed, as well as the injuredd and erased."} +{"id": 405, "generated": "The Taliban consists of foreign extremists, former leaders who fledd to Pakistan, but often also include farmers who refuse a armed foreign presence, such as the Soviet time."} +{"id": 406, "generated": "They want to defend their centuries-old old and archaic traditions, even if they have joined Jihadists, Pakistan, Arabs, Uzbeaks and Tachis."} +{"id": 407, "generated": "Tolerated, sometimes supported by local insurts the latter will not be here more if the Western countries become more discreet."} +{"id": 408, "generated": "The withdrawal of the French troops from the base in Nijrab that I have seen from a hill cultivated with Mandele trees, financed by means of French loans, has been done."} +{"id": 409, "generated": "The cargo and pan konvois overflowled by helicopters have reached to Kabul without being attacked."} +{"id": 410, "generated": "From the end of 2014, there will be no inputs from the Taliban in Kabul."} +{"id": 411, "generated": "Since their universsable increase between 1994 to 1996 the conditions have changed."} +{"id": 412, "generated": "At that time, Kabul was empty and the country over war because of the battles of various uplifting groups."} +{"id": 413, "generated": "Their taking power at that time was seen as a kind of exemption and return to security."} +{"id": 414, "generated": "Afghan women have paid the price for the Obskurantalism of the overwhelming farmers of the Al-Qaeda organisation, but their situation has not been improved today."} +{"id": 415, "generated": "Former Muchaheddin, the Afghan government and the current Taliban have a common wish to keep women in a underordinate position."} +{"id": 416, "generated": "The most important personalities of the antiSSo Sovietic war came back to power in 2001."} +{"id": 417, "generated": "They have turned into business artisans by having taken grabbed properties from the government to sell them as an construction country to refugees from Iran and Pakistan, thus drawing benefit from the massive American granting of sub orders."} +{"id": 418, "generated": "They came refer themselves, and most of them were not themselves involved in the fighting."} +{"id": 419, "generated": "As I have heard in the campaigns, the people want a government that does not consist of a divorce."} +{"id": 420, "generated": "Many young people want to leave the country, like those who could make use of American grants: capital escaping is considerable."} +{"id": 421, "generated": "Young people have worn the war and ideologys."} +{"id": 422, "generated": "During their exils in Iran or Pakistan they had contacts with the modern world and have enjoyed their advantages."} +{"id": 423, "generated": "About 65% of the population is under 25 years; Kabul has 5 million inhabitants, which is one of the fifths of the total population."} +{"id": 424, "generated": "In the cities, state schools are full of girls and boys."} +{"id": 425, "generated": "These young people, who do not want to return to okurantalism of the former parties or to corruption by certain leaders, will have to make jobs available."} +{"id": 426, "generated": "All, including the armed parties, are obsessed by mobile phones; television with its Turkish series which represent a modern world is being seen everywhere."} +{"id": 427, "generated": "An army is now exist."} +{"id": 428, "generated": "Will the authorities under which the command will stand to be considered to be legitimate?"} +{"id": 429, "generated": "Former commands of the anti-SSo Sovietjet fight are already trying to restoring the militias in the province, which will withdraw the power of the central government."} +{"id": 430, "generated": "Afghanistan, the country of the mountains with strong local identities should have been benefit from some decentralisation in the example of Western nations, but by aaboling the Office of Prime Minister existing since the 1964 Constitution, the United States wanted to transfer it out to its developing area."} +{"id": 431, "generated": "President Karza does not want foreign controls, especially at the elections planned for April 2014."} +{"id": 432, "generated": "However, his country has dependent on foreign aid since the 50s, and already a long time before."} +{"id": 433, "generated": "Industrys were not again built, functional dust plants are not exist, and important water systems have not been repaired."} +{"id": 434, "generated": "Everything is imported; apart from fruit and vegetables, nothing is going to produce."} +{"id": 435, "generated": "The private initiative will be left to the priority."} +{"id": 436, "generated": "In a country that eroded by 30 years of war, state control of the infrastructures would have had been necessary."} +{"id": 437, "generated": "Therum has been widespread that Afghanistan possessed immense ground resources."} +{"id": 438, "generated": "This intenses the impression that the Western countries were only on the ground to empower themselves of this."} +{"id": 439, "generated": "Without energy to process iron manufacturing or copper on the site, or without means of transport through the mountains, it is not possible to export mountain farming."} +{"id": 440, "generated": "The Chinese have already left Mes Aynak's copper mine, let international archaeoologists (financedled by the World Bank) make their excavations on the huge Buddhist sites, and remain the most important employers in the provinces of the European Water sector."} +{"id": 441, "generated": "One day, it will also be necessary for Afghanistan and Pakistan, which largely depends entry and exports, to get back normal relations."} +{"id": 442, "generated": "The withdrawal of the French fight forces was concluded on 20 November."} +{"id": 443, "generated": "The new Collaboration Treaty provides the continuation of traditional aid: girls and Jungengymnaia, Institute for French at the universities, French Institute, cooperation in military, legal, medical and land education matters."} +{"id": 444, "generated": "Since 2009, a service \"vil-military actions\" from the Ministry of Defence (Cimic), which stopped in 2012 has carried out many non-profit work and rehabilitation measures in dozens of mountain villages and was done by agriculture to support the implementation of a new new security regime."} +{"id": 445, "generated": "These works, which many local forces were needed for, could help to preventing the inssursion: water, springs, drinking water, reforforforstation, fruit trees, ground protection, and increase in agricultural national habitats."} +{"id": 446, "generated": "What souvenir do we leave a return of EUR two billion after military expenditure?"} +{"id": 447, "generated": "A much more modest budget will contribute to improving local living conditions, which is very hard in these valleys often at an height of more than 2000 meters."} +{"id": 448, "generated": "The adresary has received dozens of written questions about small agricultural projects from the communities of Kapisa province."} +{"id": 449, "generated": "In order for farmers to free themselves from the uprising led by foreign groups, which as their own statements wish, it would need to continue it smaller, well-controlled, and of more directly relevant civil aid for their benefit."} +{"id": 450, "generated": "A Constitution with the Brechetch in Egypt"} +{"id": 451, "generated": "It is a new poker game by President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt remains more divided, with regard to the Constitution Declaration, which temporarily gave him the unlimited power than ever, he has decided to put everything on a card."} +{"id": 453, "generated": "To the surprise of all, he has announced on Wednesday that the Constitution Assembly is going to adopt its final version the next day."} +{"id": 454, "generated": "Just one week ago, the Head of State had given this House two additional months to finish out his work."} +{"id": 455, "generated": "Egypt has been based for almost two years now on a preliminary, multiplely amendedd text, which has weakend institutional stability and leads to a legal conflict."} +{"id": 456, "generated": "This new initiative has only made about even stronger division in the country."} +{"id": 457, "generated": "For his opponents, the President resisted in his \"autocratic delirium\", by continuing to break \"one word' and 'right comes up with feet\"."} +{"id": 458, "generated": "On the part of his supporters, it is assured of a way for the institutional and political crisis to end as quickly as possible and expedise the transitional process."} +{"id": 459, "generated": "Within 14 days a referendum should be held."} +{"id": 460, "generated": "A very short period, which forces the brothers to withdraw from their projects to explain the Egyptians of the Text section for section."} +{"id": 461, "generated": "For President, it is also one way to restore his public and democratic legitimacy while the protest is scraping throughout the country."} +{"id": 462, "generated": "After confirms in an interview with the American Weeksaw Time Time, Mohammed Mursi seems being convinced that the Egyptians will vote cheerfully."} +{"id": 463, "generated": "Especially because the Egyptian people, with this traction on an pressy vote, is set an ultimatum: 'ither they are voting for my draft or I retain the inlimited power' and the latter should have been completed after the adoption of the 1993 legislative rules. - Inc."} +{"id": 464, "generated": "85 most of Islamist members of this Constitutional Assembly yesterday adopted the text in a strange atmosphere."} +{"id": 465, "generated": "The majority of Liberals have not met the request."} +{"id": 466, "generated": "Shortly before the Declaration of Constitution in mid- November they shifted because they think they were unable to cast up their views."} +{"id": 467, "generated": "Representatives of human rights organisations, religious minorities or civil society have acted equally."} +{"id": 468, "generated": "In order to achieve a decisionability, it was added yesterday morning in all urgently 11 persons, Deputy Members."} +{"id": 469, "generated": "Some are very close to Muslim suicides."} +{"id": 470, "generated": "It is not surprise that the articles were mostly adopted unanimously."} +{"id": 471, "generated": "Moreover, the commentators had found it entertaining that the only opinion differential of the day... has been expressed at the time for praying, given that some members of the body thought that the Pendeluhr of the Constitution did not work."} +{"id": 472, "generated": "The text that was still adopted yesterday evening is consists of 234 articles."} +{"id": 473, "generated": "Article 2,, which has drawn all attention, ultimately remains identical to that in the Constitution of 1971, and says that 'the principles of Schia' are the main source of legal law\"."} +{"id": 474, "generated": "The salafist parties, establishing Islamic law is an important demand, had the hope to replace 'the principles' by 'the rules', which would have enabled for a more strict application."} +{"id": 475, "generated": "For Islamists, the fact that this article has not been amended is evidence of their good will and for their respect for the other members of Egyptian society."} +{"id": 476, "generated": "'hamcriticalsy' respond to the Liberals who see that only a propaganda hit."} +{"id": 477, "generated": "They have stated that the Islamicisation of the Constitution is taking place through other articles."} +{"id": 478, "generated": "In particular, they are taking attention to Article 220, which acknowledges a advisory function for the University of Al Azhar, especially with regard to the review of conformity with the laws of Schia."} +{"id": 479, "generated": "According to the Egyptian specialist Sophie Pommier, this is worrying because 'the people who are asked to express a opinion have not been elected and do not have any democratic legitimacy whatsoever."} +{"id": 480, "generated": "You can see the first signs of a theokcracy\"."} +{"id": 481, "generated": "The Liberalist fears are also fedd by the fact that the next reactor of this university should be much less moderate than the current one."} +{"id": 482, "generated": "\"Act today there is no specific religious commitment to be noticed."} +{"id": 483, "generated": "With this Constitution we remain within the framework of the civil state."} +{"id": 484, "generated": "Most of the lawyers who worked on this text are not Ulema. They are academics who have been trained partly in the French system,\" reassured Alexis Blouet, who made a doctor work on the Committee on Agriculture and Economicary Affairs."} +{"id": 485, "generated": "But he acknowledges that 'there can be any ambiguity as to Article 220, because the terms used are opposed to the religious word."} +{"id": 486, "generated": "Here particularly refer to the \"Fiqh\" [ Islamic judicial, An d.]."} +{"id": 487, "generated": "And in the future, the question could be raised about the extent to which civil regulators are competent indeciding on this.'"} +{"id": 488, "generated": "In addition to its religious aspect, the text adopted yesterday is criticisedd strongly because of the wide-ranging powers that it will give to the President of the Republic."} +{"id": 489, "generated": "The Muslim suicides argue that they are significantly reduced compared with the former regime."} +{"id": 490, "generated": "Another dispute point: the powers of the army."} +{"id": 491, "generated": "In accordance with the military wish, the examination of the defence budget is not being presented to us to Parliament, but a national Defence Council."} +{"id": 492, "generated": "Similarly, there will be no ban civil procedures in military courts, as requested by associations for defence human rights."} +{"id": 493, "generated": "The latter also share its fears about the text which it considers to be a threat to freedom."} +{"id": 494, "generated": "The act of the blasphemy is maintained, and insults are now banned, producing serious consequences for the right to freedom of expression, especially for the press."} +{"id": 495, "generated": "Moreover, no article morerelates to the protection of women emphasizes Heba Morayef from Human Rights Watch."} +{"id": 496, "generated": "In your opinion, the only positive point is the ban on torture by Article 36."} +{"id": 497, "generated": "This word was not included in the previous Constitution."} +{"id": 498, "generated": "While the Egyptian President had to speak on the television yesterday evening, demonstrations are planned for this afternoon."} +{"id": 499, "generated": "The supporters of the Head of State will rise Saturday."} +{"id": 500, "generated": "In Israel, Ukrainian tourists expect holy sites, the nnoubel of the world, and a sea from Sole."} +{"id": 501, "generated": "The valurated land uns the glory of biblical truths, modern comfort and an unrffected nature."} +{"id": 502, "generated": "AIF calls you the five most important reasons for visit to Israel."} +{"id": 503, "generated": "Lbrachange theSacred Place"} +{"id": 504, "generated": "Visit the River of Jordan, where Jesus has been ocupcited."} +{"id": 505, "generated": "It says that all who bathb in this river receives God's blessings."} +{"id": 506, "generated": "Galiläa is the place where Jesus carried out his miracle: the transformation from water into wine on a wedding celebration, walking on the water, the silence of the sea tower and fishing."} +{"id": 507, "generated": "It is precisely here Jesus appeared his youngsters after the reurgence."} +{"id": 508, "generated": "But most of those sacreds found in Jerusalem."} +{"id": 509, "generated": "Gläubi here through the Leidensweg or Kreuzweg Jesu Christi (on Latin Latin: Via Dolorosa)."} +{"id": 510, "generated": "The route starts with the Roman forfortress Antonia, Pretorium, where the court was, and through the streets of the old town to the Grab Church on Golgotha, where the crossification point, the Salbungstein and the Grab of Jesue were returned around, and"} +{"id": 511, "generated": "Here is located by Christian view of the Noah of the world, which symbolifies mankind's salvation."} +{"id": 512, "generated": "The monary of the Holy Cross in Jerusalem stands standing on the place where, according to a Christian legend, grew the tree from which the cross made for the crossfrontation of Jesus."} +{"id": 513, "generated": "In Jerusalem also is the most sacred place of the Jews - the carton wall, the remains of a temple that was destroyed by Romans in 70th BC."} +{"id": 514, "generated": "Traditionally, it leaves people of various religious orientations plates with wishes that will then come into reality."} +{"id": 515, "generated": "A Trip to the Höhes"} +{"id": 516, "generated": "The ruins of the Massada form the remains of the secret in hiddension against enemies, which left building Herodes of the Great in the year 25n BC for his family."} +{"id": 517, "generated": "It is located on a rock wall in mountains at 450 meters above sea level."} +{"id": 518, "generated": "Only mountain climbers can reach the ruins from their own power."} +{"id": 519, "generated": "All others will bring a airsailed railway to this historic summit."} +{"id": 520, "generated": "In the north area in 1600 to 2040 meters height is the famous Hermon's ski area, which draws a lot of tourists in the winter months."} +{"id": 521, "generated": "From the foot of the mountain you can reach by a shuttle bus."} +{"id": 522, "generated": "The ski slopes have a total length of 45 kilometres."} +{"id": 523, "generated": "According to an old legend, allegedly Hebrew Gods lived on the summit."} +{"id": 524, "generated": "Visit Unique Museum"} +{"id": 525, "generated": "There are almost 300 museums in that country."} +{"id": 526, "generated": "You can not visit all of this while taking only a trip."} +{"id": 527, "generated": "But at least the five most interesting of them should be given a visit."} +{"id": 528, "generated": "Among them, the Israel Museum is close to the Knesset (Parlament)."} +{"id": 529, "generated": "There they holds old Qumran chapters or scriptures of the Dead Sea found in rock caves in the Jewish Desert, and about 500 thousands of archaeological and anthropological exhibits."} +{"id": 530, "generated": "The Museum of Art in Tel Aviv is also worth a visit."} +{"id": 531, "generated": "There is the collection of works of the Impressionists and expressionists Monet, Pissaro, Renoir, Mr Cézanne, Sisley, Matisse, Modigliani, Chagall and Picasso."} +{"id": 532, "generated": "In Akko, you can also visit the Museum at Bad Al Basha, which contains several roomss of old Turkish baths with sculptures from those of the then visitors and bathadultists."} +{"id": 533, "generated": "In Caesarea you should to visit the unique private Ralli Museum where you can admire sculptures of Dali and Rodin."} +{"id": 534, "generated": "There are neither museum guides nor souvenir shops."} +{"id": 535, "generated": "Entrying is free of, and donations are rejected in principle."} +{"id": 536, "generated": "The fifth Museum - the Holocaust Museum, and Yad Vashem in Tel Aviv, tells of one of the most shockinging chapters of history."} +{"id": 537, "generated": "The most competent department is the monument for children that was built to memory of the 1.5 million children which have been destroyed in concentration rest camps and gas chambers."} +{"id": 538, "generated": "There is complete darkness when the room comes in."} +{"id": 539, "generated": "Sterne fun out."} +{"id": 540, "generated": "And they have the names of the Jewish children and the countries where they died."} +{"id": 541, "generated": "Ukraine has also been mentioned there."} +{"id": 542, "generated": "Something for Health Do"} +{"id": 543, "generated": "The three main recreation areas of Israel are located on the shores of the Mediterranean, the Red Sea and the Dead Sea."} +{"id": 544, "generated": "On each of the three places there are swimming bathrooms, water parks, defrauies and oceanaria."} +{"id": 545, "generated": "surprisingly, in the Red Sea is also bathd in winter months, because the temperature of water there does not fall under 21 °C, and air warming to 23 °C."} +{"id": 546, "generated": "The Dead Sea is even warmer and there is over bathened throughout the whole year."} +{"id": 547, "generated": "Incly, this unusual sea, with position of 417 meters below sea level, is the world's deepst sea location."} +{"id": 548, "generated": "It Turkish blue water is of a high salt content and thus it wears even non-sailingers easily on the surface."} +{"id": 549, "generated": "The surrounding landscape is inspeakably beautiful."} +{"id": 550, "generated": "Visitors will come here for treatments under the use of salt water (nuous saltsole) and medical s as well as the treatment of skin infections, allergies, asthma, ekzemen, Arthritis, Bronchitis, Zuckerkrank."} +{"id": 551, "generated": "The Secret of Age Matter"} +{"id": 552, "generated": "These secrets are the Old city of Tel Aviv, namely the city of Jaffa on the Mediterranean coast."} +{"id": 553, "generated": "Through this city was the famous sea Route to which Egypt, Syria, Anatoas and Mesopotamia were linked."} +{"id": 554, "generated": "The city is mentioned in old Greek and old Egyptian legends."} +{"id": 555, "generated": "In beliefs, Noah just built his arch here, and Perseus saved the very beautiful Andromeda with which he h lived at this place led a long and happy life."} +{"id": 556, "generated": "Tourists enjoy to get through the narrow streetss named for star marks."} +{"id": 557, "generated": "Fortuna should be the legend after all those who touch the walls in theg with its stars."} +{"id": 558, "generated": "In Jaffa you can meetre-merried couples from the whole of Israel and even other countries at photo timings."} +{"id": 559, "generated": "In Caesarea, the City of König Herodes, you can stretch through the Roman theatre and conquer the forfortressment of the crossrs."} +{"id": 560, "generated": "In the Roman time, Caesarea was the main city of Judäas and residence of the Roman holders, including Pontius Pilatus."} +{"id": 561, "generated": "The carefullyly refurbished theatre today lists evening concerts and Operas."} +{"id": 562, "generated": "Features List of tourists"} +{"id": 563, "generated": "When you travel to Israel, do not worry about your poor knowledge in English: about 30% of the Israelis speak Russian."} +{"id": 564, "generated": "The money in travel is not prefer being taken in any euro, but in Dollars that can simply change into schemas (currented exchange rate: 1 Dollar to 3,8 schemas)."} +{"id": 565, "generated": "Mostly in the city come forward by bus but in Jerusalem there is also a fast railway and in Haifa is the country’s only subway line with six stations that connects the subcity to the Upper City."} +{"id": 566, "generated": "To be precisely, it is a underground stand railway."} +{"id": 567, "generated": "A trip within the city is cost independently of the means of transport 6 slidekels, including for a trip of up to 1.5 hours."} +{"id": 568, "generated": "According to Jewish tradition, the Sabbat is conducted in Israel Saturday days."} +{"id": 569, "generated": "From Friday evening to the sunset on Saturday, markets and shops are closed, and public transport is full."} +{"id": 570, "generated": "And on Sunday morning, the working week begins."} +{"id": 571, "generated": "In many cafés, restaurants and restaurants, only cosmetic food is served which excludes pig meat, sea products, fish without jumping and screws and foods that contain both milk and meat products."} +{"id": 572, "generated": "Instead, you can choose between different dishes with hammel and beef, soup and desserts (prepared with cocaine milk), traditional Jewish humus button, different so, polishedd beans and other dishes."} +{"id": 573, "generated": "There are no stalking dogs in the streets of Israeli cities."} +{"id": 574, "generated": "For there are many wellnourished cats who swim through the streets and without soothe."} +{"id": 575, "generated": "In the evening one even see them sleeping on the rooftops parking cars."} +{"id": 576, "generated": "The cats may like places and do not say no to tasty."} +{"id": 577, "generated": "A rental car costs depending on brand between 37 dollars per day (Hyundai Getz) to 188 dollars (Audi A6, Volvo S80)."} +{"id": 578, "generated": "The insurance will cost additional dollars 15 a day."} +{"id": 579, "generated": "And bicycle rental costs 15 chalks per day."} +{"id": 580, "generated": "Tickets for museums cost entrance in average 30 chetees."} +{"id": 581, "generated": "In numberss"} +{"id": 582, "generated": "In 2012 more than three million tourists from around the world have visited Israel."} +{"id": 583, "generated": "Most adventureers and recovery-searchers came from Russia, France, Germany, Italy, England, the US and Ukraine."} +{"id": 584, "generated": "From January until October 2012 118,8 thousands of Ukrainian tourists came to the praised country which represents a increase of 51% in comparison to the comparison period in 2010 before the lifting of the visa requirement on 9 February 2011."} +{"id": 585, "generated": "\"The great and powerful\" leads to Moscow: migrants are saving money for language"} +{"id": 586, "generated": "WhileEPs and civil rightslogists are discussing about the benefit of the law on binding language tests for migrants, criminals are already acting with fald certificates."} +{"id": 587, "generated": "Every year, 13 million guest workers come to Moscow, San Petersburg and other cities in Russia."} +{"id": 588, "generated": "Most of them are the citizens of the Central Asia: Uzbekistan, Tajikistan, and Turkmenistan."} +{"id": 589, "generated": "Their only aim is to earn money to maintain the families remaining in their home."} +{"id": 590, "generated": "On 1 December a law entered into force, which stipulates that every workmigran has to do a test that warrants knowledge of the Russian language."} +{"id": 591, "generated": "So far, this regulation applies only to migrants who would like to work in the services sector, in local housings and retail."} +{"id": 592, "generated": "However, the tests should become a duty, with support of the Federal Migration authority, for all the workers of guest workers in the future."} +{"id": 593, "generated": "These must not only be language tests, but we must also do a tests in Russian history and the foundations of the legislation."} +{"id": 594, "generated": "Language skills need to be proved for both the preservation and the extension of work licence."} +{"id": 595, "generated": "Deexceptions apply only to citizens of countries where Russian official language is."} +{"id": 596, "generated": "Also excluded out of this law are persons who received training certificates and diplomas before the desolution of the USSR in 1991."} +{"id": 597, "generated": "senses, Problem and protection of rights"} +{"id": 598, "generated": "The total examination offices is made under the eegis of the Pusch Institute for Russian Language, the Russian University of Ffriendity, the Moscow State University, San. Petersburg State University and other Russian University."} +{"id": 599, "generated": "The migrants can air the tests in all cities; until now, more than 160 centres have already been opened in Russia."} +{"id": 600, "generated": "The initiative for introducing the tests was supported by the Members of the Staatsduma and the Federal Migrationary Authority."} +{"id": 601, "generated": "Citizens rightsologists, on the contrary, asked the following several times before the law comes into force in the press, question: What does it all actually bring?"} +{"id": 602, "generated": "What changes mean a requirement to show language knowledge, both for the Russians and guest workers?"} +{"id": 603, "generated": "In particular, encounterring speakers of the Migration Authority, it is a matter of reducing the number of forced workers."} +{"id": 604, "generated": "\"Mail people now talk about the protection of rights of labour migrants,\" says Head of the representation of the Federal Federal Migration Authority in Tajchuikistan, Viktor Sebelew."} +{"id": 605, "generated": "However, their rights must be protected before their departure begin."} +{"id": 606, "generated": "Only organised recruitment will solve 90% of the problems of foreign workers."} +{"id": 607, "generated": "migrants are experiencing problems without profession, education, language knowledge and medical assessment."} +{"id": 608, "generated": "Sebelew is convinced that a future migrants without language knowledge will ilinevitably be met by people with bad intentions who locate him under the pretext of taking aid into a dark, close Barack village, where there is no aid."} +{"id": 609, "generated": "We receive many complaints from our migrants."} +{"id": 610, "generated": "\"In the home you are promised to make one, and when on arrival you will be fraud, get their passports and do not receive the promised pay\", confirming Head of the main Administration for work migration from the Tajijik Migration Authority, to set an anattack on Turkish communities which have a handicap"} +{"id": 611, "generated": "Not schiming, Chef!"} +{"id": 612, "generated": "Nevertheless, many citizens of Central Asian Republics who want to earn money in Russia accept that they do not dominate just the language of the target country, but also hardly be allowed to express in writing in their own language."} +{"id": 613, "generated": "Of course, this is not so much their blame, rather than the evil: few Turkmenans, Uzbeastic and Tajikis can only afford for reasonable basic education."} +{"id": 614, "generated": "For their families there does not even have money to feed the children, let, let, to buy them proper clothes, shoes, and schools."} +{"id": 615, "generated": "As a teenager, these children then take the first opportunity to lose money."} +{"id": 616, "generated": "\"I's difficult without language knowledge\", they give them."} +{"id": 617, "generated": "\"You feel degraded and less quality.\""} +{"id": 618, "generated": "Citizens rights activists stress the following important aspect of the law."} +{"id": 619, "generated": "The test only must adjust migrants with legal status."} +{"id": 620, "generated": "If you do not have that status, then there is no examination and thereby no official work."} +{"id": 621, "generated": "In the meantime, most of the host workers continue to remain illegal in Russia."} +{"id": 622, "generated": "' welcome' or 'accessisation for uncompeteedents' banned."} +{"id": 623, "generated": "Many migrants have confirmed that it is not easy to get an official status in Russia."} +{"id": 624, "generated": "The reason are bureaucratic obstacles and, naturally, the linguistic difficulties."} +{"id": 625, "generated": "In addition, legalisation costs money: 12 to 16 thousands of truffles."} +{"id": 626, "generated": "Falted registration can be made quickly and only for one and a half thousand."} +{"id": 627, "generated": "The employees of the Russian police know that our documents are largely falied and we are not registered and this causes cases of blackmail."} +{"id": 628, "generated": "\"You want to have one or two hundred roubel for cigarettes and tea\" is one which the Tadschike Umed Huschkadamow displays to journalists."} +{"id": 629, "generated": "\" Simplywage no costs of wrong papers\"."} +{"id": 630, "generated": "Already on the day when the law entered into force, it came out that not only migrants’s registration documents may be falted."} +{"id": 631, "generated": "Some counterfeite certificates acknowledged the completion of the language test have already been captured by employees from the Federal Migration Authority."} +{"id": 632, "generated": "The counterfeit papers have been printed with a ordinary color printerer."} +{"id": 633, "generated": "Of course, the new owners not got them withoutf cartey: every migrants whohoped to be able to save themselves from tests so the document paid seven thousand roubels."} +{"id": 634, "generated": "That is more than double as much as the costs for the official test: this costs a labour migrants three thousand roubels."} +{"id": 635, "generated": "Furthermore, the most important immediate task will be to protect the system from corruption, so that the certificates can not easily be bought, both officials and civil rechtists are all agree."} +{"id": 636, "generated": "For the moment, the authorities of guest workers that fall through the test for the first time can only promise that they get time for a language course."} +{"id": 637, "generated": "Moreover, new arrivals without language knowledge are offered in areas where no active understanding is necessary to people."} +{"id": 638, "generated": "Ministry of the Interior ignored Legal Weapon Market"} +{"id": 639, "generated": "Share of legal weapons in criminal acts Very small"} +{"id": 640, "generated": "The Russian Ministry of Interior is planning to tightenen the weapons law for private weapons owners."} +{"id": 641, "generated": "That makes the authorities react to the recent events: injured in rottings on weddings and seven deaths in the amorium of the Moscow lawyer Dmitri Winogradow."} +{"id": 642, "generated": "The police wants to ban the carrying of non-stathal weapons to the public and replace the age of the possession of weapons of shock from 18 to 21 years."} +{"id": 643, "generated": "The proposal supported the chairman of the Duma Committee on Security and the Combat against Columbia, Irina Jarowaja, and promised that the amendments to the arms Law will shortly present to the Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian authorities want to combat the problems by using 'centeon of screws'."} +{"id": 645, "generated": "On the Internet, an open letter was published whose authors - representatives of various weapons associations - would ask by the authorities to depart from'meaningless tighting'."} +{"id": 646, "generated": "The percentage of crimes with registered weapons is very small, said by the criminal lawyer, Wasilij Lesnikow, the Russian service of the BBC."} +{"id": 647, "generated": "According to the Ministry of Interior Affairs Statistics, 142 crimes with the application of registered weapons were executed over the following six months in 2012, while the total of 1,168 offens were recorded for the same period."} +{"id": 648, "generated": "The authors of the open letter are convinced that tightising the law for private weapons owners will not prevent criminal criminals from operating on the black market."} +{"id": 649, "generated": "At the moment, according to the authors, any possible weapon can be found for little money in Moscow."} +{"id": 650, "generated": "Meanwhile, the Ministry of Home Affairs stresses that the spread of illegal weapons is under control."} +{"id": 651, "generated": "Supplierants: From the factories to the officers"} +{"id": 652, "generated": "The weapons are coming to the black market through several channels."} +{"id": 653, "generated": "There are five of these main channels, a former Colonel, Viktor Baranez, who was operating for 10 years in the Ministry of Education and in the General-Offices."} +{"id": 654, "generated": "Screenshot of a website that accepts weapons orders"} +{"id": 655, "generated": "The first channel is the army or the military, in other words, weapons that were stolen during the struggles in the Caucasus."} +{"id": 656, "generated": "\"The weapons have been stolen by both the Russian officers and the Caucasians themselves,\" Baranez says."} +{"id": 657, "generated": "The second channel contains illegal weapons that are being stolen by criminals of the order."} +{"id": 658, "generated": "Baranez explained that these included weapons, which were stolen from both the chambers of the police and directly from employees of the criminal prosecution authorities."} +{"id": 659, "generated": "Other illegally sold weapons come from military weapons camps."} +{"id": 660, "generated": "Many military camps have often seen explosions."} +{"id": 661, "generated": "\"There there are evidence that in some cases it was a fire fundation tovert the in existence of weapons,\" says the former military member."} +{"id": 662, "generated": "According to Mr Baranez, the weapons manufacturers are also contributing to the black market."} +{"id": 663, "generated": "\"The today, there are numerous private arms factories that do not face to international competition and are therefore wasting the weapons under the hand on the black market, for example in Moscow,\" says the expert."} +{"id": 664, "generated": "Another channel in the black market is the smuggling."} +{"id": 665, "generated": "Especially many pils and weapons come from poor countries such as Kirggya."} +{"id": 666, "generated": "\"Abwherewhere there is its own, sometimes handmade production, and a mafia which organizes smmuggling,\"explains the former military member."} +{"id": 667, "generated": "Where does the weapons come from?"} +{"id": 668, "generated": "Experts calculated which proportion of each of the five channels has about the delivery of the black market with illegal weapons."} +{"id": 669, "generated": "In 2011 a report was written by the Centre for Problem Analysis and State Administration."} +{"id": 670, "generated": "Experts analyzed reports by the Ministry of Interior and Federal Service for State Statistics, criminal literature and publicly accessible data on the portals dealt with the subject of weapons."} +{"id": 671, "generated": "The most part of illegal weapons is provided by the investigations from the army and the legal protection authorities."} +{"id": 672, "generated": "Half of all weapons on the black market have been found there by the 'blae of responsible who were connected with weapons in their work'. It is stated in the report."} +{"id": 673, "generated": "According to the researchers, 17% of weapons are originating from conflict areas, 14% go back on buckle tables in weapons production, and 5% come from illegal excavationies."} +{"id": 674, "generated": "A sales consultant of a weapons shop that does not want to be called name-name will assure that weapons being found on illegal excavations are not no longer buy a long time, because they are aged."} +{"id": 675, "generated": "According to his confirmation, it is more frequently that dealers place themselves in a weapons camp."} +{"id": 676, "generated": "Through afing arm buys a weapon, for example a pistol of type TT."} +{"id": 677, "generated": "The weapon is being displayed and passed through the fence."} +{"id": 678, "generated": "\"The dealer isbringing the weapon to this city and sell it for 900 Euro per piece with two magazines\", he sayss"} +{"id": 679, "generated": "\"The police is of course aware of all things and therefore, if it cannot comply the plan for discovery of crimes, itcarries out out periodic control purchases among dealers that offer illegal weapons,\" adds by the sales consultant."} +{"id": 680, "generated": "\"How in the luxury charger\"."} +{"id": 681, "generated": "Buyers and sellers are most often found about known with each other."} +{"id": 682, "generated": "I had looked web websites and blogs when someone was made attention to me and proposed to come at the station \"Begowaja, where a person would be waiting for me in a specific place, where we could negotiate the price."} +{"id": 683, "generated": "I learned the price for the weapon first found there."} +{"id": 684, "generated": "Military Receiv Viktor Baranez"} +{"id": 685, "generated": "\"To provide a weapon, I need to have a acquaintance who has contacts to contact,\" the sales consultant sayss \"I have such an known, but I do not trust him\"."} +{"id": 686, "generated": "There are dealers in the markets, but there you have to go through and agree on a code like 'by Iwan Iwanowitsch, which states that the daughter has lost a tooth'."} +{"id": 687, "generated": "I currently even come to some tarrows about a known I trust."} +{"id": 688, "generated": "He also gives me the blow ring only because he knows that I do not sprinkle him."} +{"id": 689, "generated": "Novels are searching for weapons on various ways."} +{"id": 690, "generated": "The former military member Viktor Baranez attempted himself as an buyer of illegal weapons in the mid 1990s when he wrote an article on this topic."} +{"id": 691, "generated": "According to his pattern, the schemas have not changed it."} +{"id": 692, "generated": "He got a photo album in which \" everything everything is possible\" was displayed."} +{"id": 693, "generated": "\"I felt like in the luxury store\", remembers the military companion."} +{"id": 694, "generated": "According to Baranez, the buyer does not get the cat in the pouch but can try everything."} +{"id": 695, "generated": "I as a potential customer not simply simply buy, but are travelling with the seller in the forests, and there, we put a target disc."} +{"id": 696, "generated": "\"I can then be shooting there and if I am convinced that the weapon has a good shoe, we negotiate each other\", the expert describes the approach."} +{"id": 697, "generated": "Shopping from the Sofa-fitd"} +{"id": 698, "generated": "Internet search engines show search results on websites and groups in \"Contacts\", where weapons are offered \"for differentous purposes\"."} +{"id": 699, "generated": "No papers is needed, nor are personal meetings."} +{"id": 700, "generated": "\"You do only need the appropriate amount of money,\" it means in the advertising advert on the website \"Buying combat pumps or weapons\"."} +{"id": 701, "generated": "There users make your orders and make requests."} +{"id": 702, "generated": "Is also sold to minorers?"} +{"id": 703, "generated": "\"nnaturally without license\", user asks \"Iwan\" (meaning quote)."} +{"id": 704, "generated": "\"Crise a TT. Mos\", is the lakonic question from \"Fedorenkow\"."} +{"id": 705, "generated": "The Federal Security Service recently wrapped countless troulinger-sites, and buyers who want to purchase weapons are going over the network to the service."} +{"id": 706, "generated": "Peoples come like hungry fish in feedening and then land in Sbbstria and are allowed to dump coal."} +{"id": 707, "generated": "Military Merchant and former military members Viktor Baranez"} +{"id": 708, "generated": "I have heard of the following schema: The website is normally registered abroad, and Russian laws do not apply."} +{"id": 709, "generated": "The those responsible accepts the orders."} +{"id": 710, "generated": "The buyer will transfer the money via a bank automat."} +{"id": 711, "generated": "\"In response, he gets a photo and a description of the hidden of weapon\", reports the press speaker of the non-profit organisation \"Pravo na oryzhie\" Dmitrij Kislow."} +{"id": 712, "generated": "Viktor Baranez emphasizes that you can also end empty and come behind galls when placing a request on a website."} +{"id": 713, "generated": "The Federal Security Service recently wrapped innumous chuck web sites, and buyers who want to purchase weapons are sliding out into the network."} +{"id": 714, "generated": "\"The people come like hungry fish during feedning and then land in the Sibiran work camp and may loy coal,\" he says."} +{"id": 715, "generated": "A Makarow for 100 Dollar"} +{"id": 716, "generated": "When experts buying illegal weapons of mess, prices should therefore be estimated at dollars of 100 to 900 U.S."} +{"id": 717, "generated": "According to Dmitrij Kislow from \"Pravo na oryzhie\" one can buy a pi from the type Makarow for 100 to 300."} +{"id": 718, "generated": "You have to wait up to a months and a half."} +{"id": 719, "generated": "The weapon is spent in military weapons camps by superintendents of medium Range."} +{"id": 720, "generated": "According to the Ministry of Interior Statistics, the number of delaws with illegal weapons throughout Russia increased during the period from January to October by 7% to 22,9 thousand, 2011 while the number of uncovered cases of theft and blacking across the European Union graduatedly in the period."} +{"id": 721, "generated": "In the US, Fast-Food and super employees are stiving"} +{"id": 722, "generated": "Every fourth US young people are sitting at some time behind the cash of Mc Donald's cars."} +{"id": 723, "generated": "In recent days, the US across the US have experienced massive protests against low wages in branches of Walmart and restaurants of popular fast food chains like Mc Donald's, Burger King, Taco Bell, Wendy's and Kentucky Fried Chicken."} +{"id": 724, "generated": "No one can still predict whether the protests will step further up, or whether they are soon out air again."} +{"id": 725, "generated": "The protests are supported by trade unions and several left-sided nonprofit organisations."} +{"id": 726, "generated": "In addition to the modest increase in wages from simple Walmart and Fast-Food employees, the organizerators of the protests follow the aim of creating trade unions."} +{"id": 727, "generated": "So far this industry is hardly organised trade union business."} +{"id": 728, "generated": "46 Cents every year?"} +{"id": 729, "generated": "The protests began last week after Thanksgiving, on so-called Black Friday, where sales were taking place in the United States, which attract millions of customers, sometimes leading to hand amounts."} +{"id": 730, "generated": "On this day, some Walmart workers, of whom worldwide have 2.2 million, steamed down their work and acted together with trade unions and left- activist branches in the chain whose target were persons of low and medium-income."} +{"id": 731, "generated": "Walmart sells all products, from diapers to hunting weapons and car batteries, to dust cleanerers, eggs and milk."} +{"id": 732, "generated": "Good in the Walmart subsidiaries are favourable in average between 8 to 27% than in large supermarket."} +{"id": 733, "generated": "That is why many of the smallly paid Walmart employees only buy at their own job."} +{"id": 734, "generated": "Prices and its range of goods made Walmart into one of the largest companies in the US."} +{"id": 735, "generated": "According to the critics, Walmart can often sell the goods only so inexpensive reasons because the employees are poorly paid."} +{"id": 736, "generated": "The latter also complain about severe working conditions, such as lack of Gabelstaps or hand scanners."} +{"id": 737, "generated": "The participants of the protests at the Black Friday requested wage increases and expressed their anger that contribution to own health insurance had increased from 30 to 100 a month."} +{"id": 738, "generated": "A typical Walmart staff, deserves 9,5 dollars an hour, could not afford that increase, as they said."} +{"id": 739, "generated": "Researchers from the California University in Berkeley prove that, if company increased the average wage to 12 dollars per hour, Walmart would cost 3.3 billion."} +{"id": 740, "generated": "That is about 1.1% more than they now donate for pay."} +{"id": 741, "generated": "If Walmart were to place the wage increases completely to the customers, each shopping cost only 46 Cent more in the future."} +{"id": 742, "generated": "Every year, that would be for them compared to increased expenditure of $ 12,39 today."} +{"id": 743, "generated": "Walmart supporters are satisfied to note that only protests have been made in nine states and they did not bring any losses to the company."} +{"id": 744, "generated": "The Black Friday spent in his next store from 8.00 a.night on Thursday to midnight, and during that period, Walmart, Walmart sold about 5000 articles per second."} +{"id": 745, "generated": "In total, the Walmart packing companies at the \"Black Friday\" conducted almost 100 million transactions."} +{"id": 746, "generated": "The company's speaker, Dan Fogelman, claimed in an interview on the left-wing Huffington Post that a total of \"less than five\" Walmart employees beaten up the work and that the protest action did only 'other PR action."} +{"id": 747, "generated": "\"Free cash!"} +{"id": 748, "generated": "But protests went on in New York this week where their goal were not Walmart subsidiaries (which did not wish in this advanced city and therefore so far remain inexistent), but McDonald's and other cheap restaurants."} +{"id": 749, "generated": "McDonald's says that the company sells billions of ports, and yet you don't give you nurse days and you won't pay for your honest work!"} +{"id": 750, "generated": "Jumaane Williams, Member of the New York City Council"} +{"id": 751, "generated": "Currently, the minimum wage according to federal and New York legislation stands dollars 7,25 a hour."} +{"id": 752, "generated": "In Fast-Food restaurants, the minimum wage gets up, but not too strong, and on average their simple employees in New York receive 8,90 dollars per hour."} +{"id": 753, "generated": "Les than it, no one deserves in this expensive city."} +{"id": 754, "generated": "How it possible to use so little money in New York is to me incomprehensiable."} +{"id": 755, "generated": "There was a time once when almost a quarter of all US young people after school at McDonald's stood behind the Theke, but the young people were still living with their parents."} +{"id": 756, "generated": "hardly one of it saw the main income source or plant to stay longer there."} +{"id": 757, "generated": "Now when I interviews with McDonald's employees I constantly meet people who complain that they pay with that wage and sometimes even have to feed their children."} +{"id": 758, "generated": "On the other hand, in the forum of the Wall Street Journal has a comment whose author notess it is irresponsible to get children if you do not know how to feed them."} +{"id": 759, "generated": "The participants in the protests started on Thursday at 6.30 a.m. before McDonald's on 40th Street and in Madison Avenue have asked that the cassers and chefs of Fast-Food restaurants should receive a minimum working wage."} +{"id": 760, "generated": "They continue to call for creating trade unions in the fast-food industry."} +{"id": 761, "generated": "The US Law bans Company governance from standing behind this goal and depointing or dismissing trade union members."} +{"id": 762, "generated": "On the other hand, company management makes it not easy for them."} +{"id": 763, "generated": "The establishment of trade unions in the fast food industry is also difficult for objective reasons."} +{"id": 764, "generated": "The most important reason is the high personnel flux."} +{"id": 765, "generated": "Unsatised"} +{"id": 766, "generated": "Strong-face protests existed on this day many other fast Food restaurants in Manhattan."} +{"id": 767, "generated": "The top of the protests was a assembly at lunch before McDonald's at the Times Square, in which some local Democrats spoke, including city Council Member member Jumaanane Williams, who said: \"McDonald's says, it will not tickschlt\"."} +{"id": 768, "generated": "The demonstrators were also supported by other prominent New York Democrats, for example, Mayor Candidacate Bill De Blasio, who said that 'we should jointly support Fast Food employees, so that they get a fair wage and increase the World Nations Nations' '."} +{"id": 769, "generated": "According to New York Times, this was the largest of its kind in the history of the US fast food industry."} +{"id": 770, "generated": "However, only some hundreds of people on the site, most of whom are not all employed in the fast food industry, working in tens of thousands in New York."} +{"id": 771, "generated": "It can not yet be seen whether the radio of these protests will mobilisine whole masses."} +{"id": 772, "generated": "\"The brain can only be moderately overlooked\" so far."} +{"id": 773, "generated": "The expanded reality, the topic popular with supporterss of modern technologies, usually recently is realized by the lens of a special blur."} +{"id": 774, "generated": "Firstly, Google presented a functioning model in summer at his annual conference. In November, then it was known that Microsoft had also registered a appropriate patent."} +{"id": 775, "generated": "In discussing with the head of the group interactive 3D technologies in the Microsoft laboratory in Cambridge Shahram Izadi, however, it is becoming clear that the blurs were only a transit station for the scientists of the company."} +{"id": 776, "generated": "It attracts the possibility of manipulation virtual objects in the air with mere hands and create virtual free areas."} +{"id": 777, "generated": "- Please describe briefly what research does your group do."} +{"id": 778, "generated": "- We are dealing with the interaction of human and machine, but want to extend the limits of that interaction in this way."} +{"id": 779, "generated": "Until now, humanity hasremained mainly in the phase in which pixels are worked with flat screens, which sometimes also are affected."} +{"id": 780, "generated": "However, we want to anticipate 5-10 years and prepare for the radical changes of this interaction."} +{"id": 781, "generated": "For example, the Xbox console and the Kinect sensors are a progress and today no Xbox will be sold without Kinect, as everyone is interested in movement control."} +{"id": 782, "generated": "- What is still expected for us in the future?"} +{"id": 783, "generated": "- Although Kinect has brought the interaction to a physical level, many still plays on the flat screen, sometimes in 3D."} +{"id": 784, "generated": "The input of information (the system gets more data) could be improved, the output is still crucial."} +{"id": 785, "generated": "We try to change this, are working on real threedimensional representation systems on the basis of various technologies, including projections."} +{"id": 786, "generated": "We need to leave the computer world in our physical world and make it more feasible."} +{"id": 787, "generated": "To do this, however, it is necessary not only the user, but also his environment, to be recognized."} +{"id": 788, "generated": "Then we could easier complement the real world much easier by virtual objects."} +{"id": 789, "generated": "And first all, let us rid these abused Virtual-Reality reel!"} +{"id": 790, "generated": "- What do you think about language control?"} +{"id": 791, "generated": "It is popular, but is it not overrated?"} +{"id": 792, "generated": "- It is certainly not the all-purpose solution because it raise questions about privacy, because one doesn't want to inform all environs about his actions and intentions."} +{"id": 793, "generated": "In fact, every kind of interaction with computers is good, but everyone in their specific noodles."} +{"id": 794, "generated": "For example, we were working in the area of control of objects in public places on a project where we experimental with short and short, rather than with loading gestures."} +{"id": 795, "generated": "The gestures were recorded by the object camera, not but by a arm that registered the movements movements of the bones and muscles."} +{"id": 796, "generated": "It is still relatively large, but in the theory could be reduced to the size of a band watch."} +{"id": 797, "generated": "But, in the whole, the future belongs to mixed types of control, such as geographys and language."} +{"id": 798, "generated": "- How that?"} +{"id": 799, "generated": "- We would ask you, for example, to send you this capsule dose?"} +{"id": 800, "generated": "They say it and at the same time they refer to it."} +{"id": 801, "generated": "-Normally I am simply saying it."} +{"id": 802, "generated": "- Oh, that would be very difficult to recognize."} +{"id": 803, "generated": "- Does that mean you want the user to adapt to what a machine can pay at the particular time and what not?"} +{"id": 804, "generated": "- Not necessarily, but we are talking about mutual approcheation."} +{"id": 805, "generated": "I believe that in the next time we will have to work in particular in the development of new types of sensors that allow people to react more precisely."} +{"id": 806, "generated": "That can, for example, are laser sensors because they offer good resolution in the depth, which is very important."} +{"id": 807, "generated": "- What demands do you make starting from your work with the Xbox Kinect sensors on modern cameras?"} +{"id": 808, "generated": "Is there lack of the resolution, depth or anything else?"} +{"id": 809, "generated": "- The current generation is basically a good starting point for our work in the area of three-dimensional detection."} +{"id": 810, "generated": "Of course, 8 Megapixel with a speed of 1000 fps would not be bad."} +{"id": 811, "generated": "But the main issue are not the Megapixels themselves, but the quality of the matrix and depth."} +{"id": 812, "generated": "In this side, all the current technologies are not good enough enough for us because the developers of these algorithms have more work."} +{"id": 813, "generated": "It must take account of not only resolution along the X and the Y-, but also along the road of Z-Aaxie."} +{"id": 814, "generated": "The speed and the number of images per second are also important."} +{"id": 815, "generated": "Human’s movements are extremely dynamic and openly, the current 30 fps are in particular too little for gestures."} +{"id": 816, "generated": "Stephen Betishes developed a contacting sensor in our laboratory in Redmond with aregulated processing delay between 1 to 100 millionseconds, with today' commercial sensors being closer to the second value (60 to 100 millionseconds)."} +{"id": 817, "generated": "Not all understand how much that influences the interaction of human and machine."} +{"id": 818, "generated": "For my work I precisely needed such a device, only without contact control, and with more images per second."} +{"id": 819, "generated": "- Should't need the number of cameras to be increased?"} +{"id": 820, "generated": "- Kinect is currently working with three \"channels\", one of which actually is an infrotr and the second is a receiver for reflected signal."} +{"id": 821, "generated": "And the third camera is actually a ordinary RGB camera."} +{"id": 822, "generated": "It does not serve to calculate the object deep."} +{"id": 823, "generated": "More cameras could possibly solve the problem..."} +{"id": 824, "generated": "Or intensen the problem as we need more calculations."} +{"id": 825, "generated": "It would be good a flexible, Kinect-like system in which we could play with different camera tendencys to see how that will help us in the three-dimensional determination of a particular position."} +{"id": 826, "generated": "- If I remember right, contrast to Google, Microsoft did not present its glasses to the public."} +{"id": 827, "generated": "Do you not think that with regard to the application of the technology of expanded reality in the daily-day, the glasses have the best prospects?"} +{"id": 828, "generated": "- Of course it is not pleasant to keep a smartphone every day in its collected hand, but I think: the most attractive variant would be a \"changeing\" expanded reality in which we can switch over a cloud from the clouds of glasses to the smartphone."} +{"id": 829, "generated": "The blur is a personal palate, and it lies its strength (Privates can only see you), but also also its weakness at the same time, as expanded reality through glasses prevents you from working together with others on virtual objects."} +{"id": 830, "generated": "- Imagine ourselves for a moment that the manipulation of virtual holograms air not only are Tony Stark from Iron Man but also normal mortals accessible."} +{"id": 831, "generated": "There is a problem that criticers of this idea often pointed out: there is no feeling reaction!"} +{"id": 832, "generated": "The hands feel nothing at all!"} +{"id": 833, "generated": "What answers will your group give to that objection?"} +{"id": 834, "generated": "- In my lectures, I often talk about that expanded reality represents the seventh breakthrough in the interaction between human and machine."} +{"id": 835, "generated": "I think that the eight breakthrough could certainly become the integration of the tactical perception."} +{"id": 836, "generated": "An interesting method currently the use of the second hand as rather unusual projection document."} +{"id": 837, "generated": "She is taking pressure superb!"} +{"id": 838, "generated": "But there are also technologies that are actually intended at giving the \"images in the air\" something firm, for example the interaction of some sorted ultra ssoundrays in a specific point, where the finger is located, guarantees their experience with the rapport of the individual."} +{"id": 839, "generated": "There are also bows for the hand habit that affect the nervous ends in the fingers, too is a potential direction."} +{"id": 840, "generated": "- Have you tried to overlook the brain?"} +{"id": 841, "generated": "It thinks that it feels what it should feel if it see a thing just now?"} +{"id": 842, "generated": "- This is a good idea, so we have not yet tried it."} +{"id": 843, "generated": "There is quite another task with which we will havefought some long ago, namely to let a person who is physically located in a closed space believe that it is located in an open, practically infinity space, instead."} +{"id": 844, "generated": "Up to now, the brain can only be overlooked moderate, and there are still many years to work before us."} +{"id": 845, "generated": "This is that makes the work in the field of virtual reality so attractive for one researcher: we are just starting on many topics."} +{"id": 846, "generated": "own taste instead of culture - rosbalt.ru"} +{"id": 847, "generated": "Rosbalt continues with the project \"Petersburger Avantgarde\" which is dedicated to city residents who form the avant-avantgarde of art and culture."} +{"id": 848, "generated": "On the illustrated list, senior representatives of the Petersburg art scene already came whose successes have gone beyond the borders of the city and which are often being found recognition in Europe without being acknowledged in the rest of Russia."} +{"id": 849, "generated": "The new her of Rosbalt is the extravagant artist Kirill Miller."} +{"id": 850, "generated": "The whole city knows Kirill Miller, the bathrooms weard in red, sometimes at the Russian Museum, at the summer garden, at scene meetings or in celebrations."} +{"id": 851, "generated": "Whatever where the images of Kirill Miller are displayed, they attract large human masses."} +{"id": 852, "generated": "Kirill Miller is one of the typical Petersburg social-philosophic artists that create new myths."} +{"id": 853, "generated": "Kirill Miller is alighting personality of the Petersburg Avant-garde at the end of the 80 or beginning of the 90s."} +{"id": 854, "generated": "He is also a man of the city and chants by his presence on the street of his fellow citizens a smile in his face, and giving them with good smile."} +{"id": 855, "generated": "Recently, he recorded a thriller and became a Petersburg screen player as he felt ready for this difficult role in regard to his artists' appearance, his philosophy and his image."} +{"id": 856, "generated": "- Kirill, why are you really always in red and not for example, in yellow or Turkey travelling in the city?"} +{"id": 857, "generated": "I have chosen color Rot as a mode designer who deals with the optimism and the image."} +{"id": 858, "generated": "In this world, Red is the compromise between artists, image advisors and society."} +{"id": 859, "generated": "In society, everything that differs from the grey standard creates aggression and bad behaviour."} +{"id": 860, "generated": "However, I want to come into the discussion with the people through my provocations raising the matter."} +{"id": 861, "generated": "Each of my past provocas was an invitation to talk."} +{"id": 862, "generated": "- When do you know that you have to become a painter?"} +{"id": 863, "generated": "- At an exhibition in the Cultural Palace of Newskij where my works were displayed."} +{"id": 864, "generated": "I understand that I have to go this road."} +{"id": 865, "generated": "Then the time of the old free, but not officially recognised painters at the end, and new and free painters, like I were incomprehensiable."} +{"id": 866, "generated": "I loved with the masters of the new generation, in other words with representatives of \"Gazonewschina\"; that created Puschkinskaja 10\", and then once got end."} +{"id": 867, "generated": "I draws it to the theatre, the fashion, to music, actually to all, apart from literature."} +{"id": 868, "generated": "- And all this united in your kind of clinic... - It was important for me to stand at the centre of Petersburg's culture, where the best creating artists should gather together."} +{"id": 869, "generated": "In 1995 I occupied an space in the Puschkinskaja 10, and until the renovation work there was a musical-art club for the Boheme, the House of the Petersburg Boheme."} +{"id": 870, "generated": "Many were born: N.O.M., Tequilajazzz and I remember how Scotland with his project \"Ucho Van Goga\" came there."} +{"id": 871, "generated": "Schnur and his friends sang simple songs to the playback, wearing close trios and some of them alsolonged to the composer Igor Wdowin referred today."} +{"id": 872, "generated": "When the group began to play live, it became \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg modified many programs before the time of \"Halli-Galli\"."} +{"id": 874, "generated": "We gave them to Trachtenberg and it started his great great career, but learned the foundations he learned with us."} +{"id": 875, "generated": "The Gallery \"D 137\" or the club \"Griboedov\" also their origin in the Art clinic."} +{"id": 876, "generated": "That was where our employees andular guests went."} +{"id": 877, "generated": "I am a her of the last century, when culture still meant something."} +{"id": 878, "generated": "In 2000, there was a survey in the press concerning the award 'personalpersonalities of our city'."} +{"id": 879, "generated": "I won in the category \"Arts of the Year\", and so I was reached at the top."} +{"id": 880, "generated": "It is not easy to work following old rules in new times; I am a man of truth, honestness and culture of the last century."} +{"id": 881, "generated": "In this time it is easy to be famous, but culture and popularity are not the same: you can be famous with this without making a cultural contribution."} +{"id": 882, "generated": "- Your works have an unrecertaintable style."} +{"id": 883, "generated": "- Many of my pictures are true pearls and express clearly the currentity and clartness of the thoughts."} +{"id": 884, "generated": "I will have an exhibition with the topic of \"Das russisch Museum als Clowns\"."} +{"id": 885, "generated": "Clowns are perpetual."} +{"id": 886, "generated": "Previously I was social, but now it is painful and prepares fear to be to do so."} +{"id": 887, "generated": "In a chapel all this fusess and loses his tragedy."} +{"id": 888, "generated": "I love the Groteske, and I have groteske ideas."} +{"id": 889, "generated": "Let us save the world, for example, bystating that everyone has to be fully dressed."} +{"id": 890, "generated": "Now everyone watchs to the clothing and oriented on the outside and not the inside of the human."} +{"id": 891, "generated": "But perhaps one should not give his hand to a person but should squeeze him into his face."} +{"id": 892, "generated": "The deceing disappears by dressing."} +{"id": 893, "generated": "- We recently saw you in the role of the urban drehorgeling player. - a cultural city should have such a her."} +{"id": 894, "generated": "Who, if not I?"} +{"id": 895, "generated": "- Cans commercial art be beautiful too?"} +{"id": 896, "generated": "- Today, commercial art must be careful, care prudent and whimsical."} +{"id": 897, "generated": "We see the dissolution of cultures."} +{"id": 898, "generated": "In the past the people formed large groups: the Bohemian people loved the one and the simple people were the other."} +{"id": 899, "generated": "Now there are micro-communies and it is difficult to enjoy all."} +{"id": 900, "generated": "I am not a one hundred dollar note that loves everyone."} +{"id": 901, "generated": "Now you have to think you who ye will love."} +{"id": 902, "generated": "Now each ultstar has about 100 supporters."} +{"id": 903, "generated": "- but there are several thousands of Stas Michailow!"} +{"id": 904, "generated": "- coming to him, abandoned women, there plays a role in terms of the sexual-social sphere."} +{"id": 905, "generated": "For cultural reasons, 300 people and not 10 thousands are coming, therefore, there is less management, money, and everything is underlying."} +{"id": 906, "generated": "I have companions and the main thing is not to fraud them and to destroy what achieved."} +{"id": 907, "generated": "In my youth I coloured such images which even attach a collector in a series with the works of Falk and Larionow."} +{"id": 908, "generated": "I started with images that usually come only the end of my career."} +{"id": 909, "generated": "Today, there are often misunderstandings."} +{"id": 910, "generated": "It means: intellectual culture and consumption culture."} +{"id": 911, "generated": "Consum has no culture at all, that is something something quite different."} +{"id": 912, "generated": "I am a man of past culture and has agrew with artists who lived in poverty and died in poverty and rejected money in order to be able to paint."} +{"id": 913, "generated": "This is the culture which I support."} +{"id": 914, "generated": "- Kirill, what imperfect Petersburg?"} +{"id": 915, "generated": "- Good cultural experts."} +{"id": 916, "generated": "We say: Thee of Culture."} +{"id": 917, "generated": "But none of them can deal with culture."} +{"id": 918, "generated": "As to the real zars it was different thing, because Zars may not understand the lot of culture, but they understood that right experts are needed."} +{"id": 919, "generated": "There are currently good advisorers in Moscow."} +{"id": 920, "generated": "In Petersburg we have those ones who could be experts, but they will be locked the road as they need more high-level experts who will evaluate the first correctly and free them the way."} +{"id": 921, "generated": "Now only your own taste is count."} +{"id": 922, "generated": "The same applies to the Erarta, but with the difference that they honestly say that they do not accept all contemporary art and some painters will therefore have to search for other museums."} +{"id": 923, "generated": "- What is for you Petersburg?"} +{"id": 924, "generated": "- Petersburg is not the Capital of Culture; in Moscow there is much more culture and a appropriate nutritional ground there."} +{"id": 925, "generated": "Art is only difficult to grow on our stones."} +{"id": 926, "generated": "We need a cultural nutritional ground because, for example, it is where we now have more writers than readers, and that is not the right."} +{"id": 927, "generated": "There are many people of curiosity in Europe who are visiting exhibitions or concerts."} +{"id": 928, "generated": "We have that much less."} +{"id": 929, "generated": "Art must be again modern, just as at the beginning of the previous century."} +{"id": 930, "generated": "the project is funded from subsidies from the city of San Petersburg"} +{"id": 931, "generated": "Birth in the world’s"} +{"id": 932, "generated": "Earth in danger."} +{"id": 933, "generated": "Earth warming or conflict with Killerasteroid."} +{"id": 934, "generated": "Karawans have been able to strpools of space ships with the residents on board and are searching for a replacement-plane. If they persisee in the Earth of the Earth in Verl, Karawanen blend their groups with the lailiament of the lines while they"} +{"id": 935, "generated": "To save humanity, the important question is how we can continue in serlessness or on the replacement plan?"} +{"id": 936, "generated": "I believe there are many ways of choosing."} +{"id": 937, "generated": "In fact, there are only two real islands that, at least, we could habitant hypotheticalically."} +{"id": 938, "generated": "Specifically Mars and Venus,\" tells the scientific employee of the Astronomischen Sternberg Institute Wladimir Surdin."} +{"id": 939, "generated": "However, while the conditions on Mars are relatively living friendly, the surface of Venus has a 500 degrees of temperature."} +{"id": 940, "generated": "Life could be only in large height, or in the crossroute of the Venus, i.e. in All."} +{"id": 941, "generated": "The question of reproductive in All addressed the researchers first regard to the flora."} +{"id": 942, "generated": "Already half a century before, experiments were carried out with plants."} +{"id": 943, "generated": "The fourth generation of heritages grown in the Orbit is not distinct at all from the Irish species."} +{"id": 944, "generated": "It followed the breeding of insects, more precisely of small fruitlies (Drosophila), in the Orbit."} +{"id": 945, "generated": "In 1979, guard telephones were sent to the world to explore how the severitylessness does not affect on the development of embryos."} +{"id": 946, "generated": "It develop a very normalKüken."} +{"id": 947, "generated": "But then the problem is starting."} +{"id": 948, "generated": "\"The problem is that the Küken has to find stand; it needs to be standing on its legs and start to move,\" explained the laboratory leader of the Institute for Medical-Biological problems RAN, Sycheimir TYe Wlazddch."} +{"id": 949, "generated": "Without firm underneath, the cows fplus wild."} +{"id": 950, "generated": "Ten hours later, the instincts of the new babies completely stumpd out."} +{"id": 951, "generated": "The cows did not react to light and sounds."} +{"id": 952, "generated": "Four days later, they then simply die."} +{"id": 953, "generated": "\" \"Lever time we left cooks and infil the whole then because it is simply impossible to work with them there,\" held Wladimir Sychew for the failed experiment with the Küken of European power."} +{"id": 954, "generated": "The last gross cup with animals flog in the Orbit 16 years ago."} +{"id": 955, "generated": "The experiments will continue in spring 2013."} +{"id": 956, "generated": "However, the biosatelli \"Bion\" will contain only equal-ssex species."} +{"id": 957, "generated": "There was an experiment with rats that had already been sent to All."} +{"id": 958, "generated": "In principle, nothing special has been noted in this."} +{"id": 959, "generated": "\"This was just with biosatellis but once again it was only one single experiment, and research needs to continue,\" Wladimir Sychew noted."} +{"id": 960, "generated": "After the s landing, the space rates got younges."} +{"id": 961, "generated": "The problem of reproductiveation directly in space has not have been solved so far."} +{"id": 962, "generated": "The task is difficult."} +{"id": 963, "generated": "Animals that are crushed from their natural living space simply cannot follow their production drive."} +{"id": 964, "generated": "Unlike to animals, humans could do this in principle."} +{"id": 965, "generated": "The Homo sapiens is capable of being in abstract thinking and can generate a similar emotional background."} +{"id": 966, "generated": "For ethical considerations, such experiments are not carried out."} +{"id": 967, "generated": "But women have been flying in All already since 50 years."} +{"id": 968, "generated": "The greatest risk was at Tereschkowa."} +{"id": 969, "generated": "The most value that humanity owns is the female organism."} +{"id": 970, "generated": "Our Mowe fled from that and nobody on the earth could have answered the following question: Is it having space flight?"} +{"id": 971, "generated": "Will they be be able to bring a child after that flight?"} +{"id": 972, "generated": "\"After no one did answer this question,\" says the space father of Wachtang Watschnadse."} +{"id": 973, "generated": "In June 1964, only a year after her space flight, the first female female Kosmonauautin, Valentina Tereschkowa, a daughter."} +{"id": 974, "generated": "The Father of the child, Andrijan Nikolajew, was also Kosmonaut."} +{"id": 975, "generated": "In 1988, the second woman in the All, Swetlana Sawizkaja, who had been twice in the Orbit and even did work outside the space vehicle had a son."} +{"id": 976, "generated": "Nevertheless, there remains a risk."} +{"id": 977, "generated": "We have only very few Kosmonauten who after long flights went everything well and got healthy young."} +{"id": 978, "generated": "\"The more, the more dangerous it is even on flights in the Orbit\", concluded Kosmonaut Waleri Poljakow, the her of the Soviet Union and her of the Russian Federation."} +{"id": 979, "generated": "And yet, humanity must look for new ways in biotechnology, radiation protection and the production of artificial gravitation."} +{"id": 980, "generated": "The Hydrolabor in the preparationy centre of the couaus is a compulsory station during the preparation for flight preparation."} +{"id": 981, "generated": "Here in a silent state, the Kosmonauvies win the routine of work in the open space."} +{"id": 982, "generated": "Water is the seriouslessness."} +{"id": 983, "generated": "Even when adults feel water as a pleasant area, it is an foreign environment; but infants feel water as an natural element."} +{"id": 984, "generated": "It is asif small Ichtyander witness of the fact that life on the land went out of the ocean."} +{"id": 985, "generated": "There is a link between the fact that a child lies about 9 months in the stomach of the mother in fruit water, and that it can then become easier accustomed to water."} +{"id": 986, "generated": "In principle, that is logical because, starting from birth to the first swimming there will be only 2 weeks every year."} +{"id": 987, "generated": "\"This is too little time to forget something,\" says Baby swimming teacher Marina Aksenowa."} +{"id": 988, "generated": "While savylessness for a new child is thus a much more natural state the woman does not come without heavy force."} +{"id": 989, "generated": "In the state of sernitude, the stomach and poolmusatura returns enormous quickly, thereby decreasing the ability to presse the child."} +{"id": 990, "generated": "Well, we are facing the aid through violence-launching means."} +{"id": 991, "generated": "For example, the birth could also occur in a special chamber to press out the child."} +{"id": 992, "generated": "'What is happening then?\" is the unsignificant question of Waleri Poljakow."} +{"id": 993, "generated": "On the other hand, the child also needs artificial heavyness."} +{"id": 994, "generated": "Without feeling the earth attraction, the organism cannot train the SKelet and the muscles."} +{"id": 995, "generated": "A newly born child cannot be locked in the folder as an adult embedded into a burden suit for the training."} +{"id": 996, "generated": "He will simply lack the fundamental that is of importance to his lives."} +{"id": 997, "generated": "\"This experiment that we are doing jointly, namely, the birth of a child, in an foreign environment, will lead us to bring a disabled, a completely unadapted person to the world,\" says the Head of the Bioethik Commission of the Propor of the Institute of the Human Rights"} +{"id": 998, "generated": "So far, the birth of children in the world is mere theory."} +{"id": 999, "generated": "At some time however, it becomes reality if the earth cruise to a distant planet in their spaceship, which becomes the home of their born successors."} diff --git a/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_5_44030.json b/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_5_44030.json new file mode 100644 index 0000000..f4b72c9 --- /dev/null +++ b/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_5_44030.json @@ -0,0 +1,163 @@ +{ + "epoch": 5, + "router_metrics": { + "layer_0": { + "bias_e": 3.662102699279785, + "bias_h": -3.8723177909851074, + "bias_s": -3.544980764389038, + "e_H": 0.10820413380861282, + "e_S": 8.951478669416701e-09, + "gate_e": 0.9992960095405579, + "gate_h": 0.00022511718270834535, + "gate_s": 0.0004788493679370731, + "logit_e": 4.098439693450928, + "logit_h": -4.305134296417236, + "logit_s": -3.544981002807617 + }, + "layer_1": { + "bias_e": 3.5496232509613037, + "bias_h": -3.620723247528076, + "bias_s": -3.4963791370391846, + "e_H": 0.08106328547000885, + "e_S": 5.348874196897668e-07, + "gate_e": 0.9990769624710083, + "gate_h": 0.0003606383688747883, + "gate_s": 0.0005624180193990469, + "logit_e": 3.9859604835510254, + "logit_h": -3.944976329803467, + "logit_s": -3.4963812828063965 + }, + "layer_10": { + "bias_e": 7.029929161071777, + "bias_h": -6.132139205932617, + "bias_s": -6.416326999664307, + "e_H": 0.062007635831832886, + "e_S": 0.0, + "gate_e": 0.9999980926513672, + "gate_h": 9.78071057033958e-07, + "gate_s": 9.351161907034111e-07, + "logit_e": 7.46626615524292, + "logit_h": -6.380169868469238, + "logit_s": -6.416326999664307 + }, + "layer_11": { + "bias_e": 7.519189834594727, + "bias_h": -6.477528095245361, + "bias_s": -6.782039642333984, + "e_H": 0.05843576043844223, + "e_S": 1.9949336405034046e-08, + "gate_e": 0.9999991655349731, + "gate_h": 4.3106183511554264e-07, + "gate_s": 3.9770037574271555e-07, + "logit_e": 7.955526828765869, + "logit_h": -6.711270809173584, + "logit_s": -6.782039642333984 + }, + "layer_2": { + "bias_e": 2.792217254638672, + "bias_h": -2.9287397861480713, + "bias_s": -2.7225513458251953, + "e_H": 0.06431089341640472, + "e_S": 4.699123508089542e-07, + "gate_e": 0.9957702159881592, + "gate_h": 0.0016378604341298342, + "gate_s": 0.0025919461622834206, + "logit_e": 3.2285542488098145, + "logit_h": -3.185983180999756, + "logit_s": -2.722553253173828 + }, + "layer_3": { + "bias_e": 5.545052528381348, + "bias_h": -5.073607921600342, + "bias_s": -5.125457763671875, + "e_H": 0.06265133619308472, + "e_S": 4.951632881500245e-09, + "gate_e": 0.9999725818634033, + "gate_h": 1.2364764188532718e-05, + "gate_s": 1.5008779882919043e-05, + "logit_e": 5.98138952255249, + "logit_h": -5.324213027954102, + "logit_s": -5.125457763671875 + }, + "layer_4": { + "bias_e": 6.125976085662842, + "bias_h": -5.368483066558838, + "bias_s": -5.565697193145752, + "e_H": 0.06023114547133446, + "e_S": 0.0, + "gate_e": 0.9999894499778748, + "gate_h": 5.199562565394444e-06, + "gate_s": 5.405895535659511e-06, + "logit_e": 6.562313079833984, + "logit_h": -5.609407424926758, + "logit_s": -5.565697193145752 + }, + "layer_5": { + "bias_e": 5.896092414855957, + "bias_h": -5.283447742462158, + "bias_s": -5.445069789886475, + "e_H": 0.06200352683663368, + "e_S": 0.0, + "gate_e": 0.9999852776527405, + "gate_h": 7.086402092681965e-06, + "gate_s": 7.675216693314724e-06, + "logit_e": 6.3324294090271, + "logit_h": -5.531461715698242, + "logit_s": -5.445069789886475 + }, + "layer_6": { + "bias_e": 6.2021074295043945, + "bias_h": -5.432734489440918, + "bias_s": -5.690519332885742, + "e_H": 0.06285916268825531, + "e_S": 0.0, + "gate_e": 0.9999910593032837, + "gate_h": 4.481741598283406e-06, + "gate_s": 4.421758603712078e-06, + "logit_e": 6.638444423675537, + "logit_h": -5.684170722961426, + "logit_s": -5.690519332885742 + }, + "layer_7": { + "bias_e": 5.670828819274902, + "bias_h": -5.123499870300293, + "bias_s": -5.434314727783203, + "e_H": 0.06465783715248108, + "e_S": 0.0, + "gate_e": 0.9999799132347107, + "gate_h": 1.0320705769117922e-05, + "gate_s": 9.718287401483394e-06, + "logit_e": 6.107165813446045, + "logit_h": -5.382131099700928, + "logit_s": -5.434314727783203 + }, + "layer_8": { + "bias_e": 6.162826061248779, + "bias_h": -5.4712324142456055, + "bias_s": -5.833662986755371, + "e_H": 0.06327420473098755, + "e_S": 0.0, + "gate_e": 0.9999915361404419, + "gate_h": 4.480472398427082e-06, + "gate_s": 3.985553121310659e-06, + "logit_e": 6.599163055419922, + "logit_h": -5.724328994750977, + "logit_s": -5.833662986755371 + }, + "layer_9": { + "bias_e": 6.795653343200684, + "bias_h": -5.809746265411377, + "bias_s": -6.179779529571533, + "e_H": 0.06203176826238632, + "e_S": 0.0, + "gate_e": 0.9999967813491821, + "gate_h": 1.7054358067980502e-06, + "gate_s": 1.4974107216403354e-06, + "logit_e": 7.231990337371826, + "logit_h": -6.057873249053955, + "logit_s": -6.179779529571533 + } + }, + "sampling_config": "ode-steps64-cfg2-ts_logit_normal-cond", + "step": 44030 +} diff --git a/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..663559f --- /dev/null +++ b/outputs/eval_scratch_geom_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 5, "step": 44030, "bleu": 22.053180794620978, "rouge1": 56.306060915973255, "rouge2": 29.306765806022685, "rougeL": 51.180540636895614} diff --git a/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl b/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl new file mode 100644 index 0000000..448c89d --- /dev/null +++ b/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_5_44030.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "A Republican Strategy to counter Obama’s re-electionation"} +{"id": 1, "generated": "The Republican leaders justify their policies with the need to combat election fraud."} +{"id": 2, "generated": "However, the Brennan Center regards it as a myth by confirming that election fraud in the US is more rare than the number of the people killed by the lightnings."} +{"id": 3, "generated": "And, in fact, the Republican lawyers have noted only 300 cases of election fraud in 10 years in the United States."} +{"id": 4, "generated": "One is sure: these new provisions will have a negative effect on election participation."} +{"id": 5, "generated": "In this sense, these measures in some ways underminee the US’s democratic system."} +{"id": 6, "generated": "In contrast to Canada, the US states are responsible for carrying out the elections in the individual states."} +{"id": 7, "generated": "In this sense, the majority of American governments has proclaimed new laws since 2009 that makes it difficult to complicated the registration or tapping procedure."} +{"id": 8, "generated": "This phenomenon has increased importance after the elections of November 2010 in which 675 new Republican representatives could to be recorded in 26 states."} +{"id": 9, "generated": "As a result, 180 draft laws were introduced in 2011 alone, which limits the exercise of electoral right in 41 states."} +{"id": 10, "generated": "The new election laws require the voters to present a light card and proof of the US citizenship."} +{"id": 11, "generated": "Moreover, these laws also shorters the periods for premature voting, declares the right declared invalid to register as a voter on the day of the vote, and the citizens elects the right to vote that a court seeking to vote for."} +{"id": 12, "generated": "Before the 2006 elections, no US state asked the electators to show a light card."} +{"id": 13, "generated": "Indiana was the first state that has made such an request."} +{"id": 14, "generated": "The United States’s Supreme Court confirmed the constitutionality of Indiana law in 2008."} +{"id": 15, "generated": "The Republican authoritiesrushed to extend this practice to other states."} +{"id": 16, "generated": "During the last two years, they have promoted draft legislation in 34 federal states to force electates to present a light picture card."} +{"id": 17, "generated": "It is important to note that, unlike Quebec, US citizens do not have a universal ID card such as the health insurance card."} +{"id": 18, "generated": "Indeed, 11% of US citizens, who, in other words 21 million electorale eligible, have no lightscreen card issued by a government authority of their state."} +{"id": 19, "generated": "In addition, five million new electers do not have this kind of ID in 2012."} +{"id": 20, "generated": "However, there is often more than one hundred to pay to get the necessary ID."} +{"id": 21, "generated": "The new restrictions affect young people, minorities, and people with low incomes disproportionately."} +{"id": 22, "generated": "Indeed, 25% of the Afro Americans, 15% of the people with an income of less than $35.000, 18% of the citizens over the age of 65, and 20% of the voters between 18 and 29 years do not have the necessary light-screen card."} +{"id": 23, "generated": "That means even more."} +{"id": 24, "generated": "For students who are seen as electaries who increasee their voice for democratic candidates, they are not allowed in several states to use their lightscreen ID shown by their facilities."} +{"id": 25, "generated": "On the other hand, the same states allow members of fishing or huntinging associations which choose more for the Republican side to use the cards for the electionsexhibited by these associations."} +{"id": 26, "generated": "Before 2004, no Federal State has asked for a proof of citizenship for the voters."} +{"id": 27, "generated": "Arizona was the first federal state that introduced such a demand."} +{"id": 28, "generated": "Since 2011, a dozen of states have adopted laws that ask the voters to prove their US citizenship."} +{"id": 29, "generated": "These measures are clearly intended at limiting hispanic voices."} +{"id": 30, "generated": "It is obvious that two of three Hispanic electies who prefer the democratic party."} +{"id": 31, "generated": "Moreover, Republican laws have promoted laws in 2011 in eight federal States abolishsing the registration of voters on the election day."} +{"id": 32, "generated": "Furthermore, you have limited the right of individuals and groups to help to those voters who would like to register."} +{"id": 33, "generated": "These restrictions are not without consequences."} +{"id": 34, "generated": "For example, the campaigns to register voters at the general elections in 2004 have helped to register about 10 million citizens."} +{"id": 35, "generated": "The measures that have been adopted since 2009 have reduced the share of registration for new voters 2010 by 17% compared to 2006."} +{"id": 36, "generated": "Moreover, Republican lawmakers have adopted laws in five other Federal States, aimed at shorting the period for premature vote."} +{"id": 37, "generated": "For example, during the general elections in 2008 in Florida, 33% of voters elected beforehand were Afro American, although they represent only 13% of the voters of the Federal State."} +{"id": 38, "generated": "The same applies to the hispanan population."} +{"id": 39, "generated": "The latter represented only 11% of the voters, but 24% of citizens who had elected in advance."} +{"id": 40, "generated": "In contrast, the Whites which represented 76% of the voters ex out only 46% of voters elected in advance."} +{"id": 41, "generated": "Of course, democratic legislators and their supporters have looked vigorously against the adoption of laws that restrict the registration of electators."} +{"id": 42, "generated": "Several draft laws have been blocked by the veos of democratic governors."} +{"id": 43, "generated": "The US-general solicitor has intervend to suspend the most controversial laws."} +{"id": 44, "generated": "They were able to limit the damage partially."} +{"id": 45, "generated": "For example, only 16 of the 34 federal states have adopted laws requiring a presentation of light card."} +{"id": 46, "generated": "However, the new rules introduced in 2012 will un doubt make it difficult to exercise the right to vote."} +{"id": 47, "generated": "The democratic critics reproaste the party political nature of the laws being adopted, and they are seen as a clear objective to influence the results in the Member States which decisive in 2012."} +{"id": 48, "generated": "A report from the Brennan Center of 2011 shows that the states that have adopted these laws represent 171 of the 270 votes needed in the electoral body's electoral body to win the Presidency."} +{"id": 49, "generated": "It is too early to be sure that these changes to legislation to the election system will have an significant impact on the outcome of the presidential elections in 2012."} +{"id": 50, "generated": "But one thing is sure: these new rules will have negative effects on election participation."} +{"id": 51, "generated": "In that sense, these measures in part undermine the democratic system of the United States."} +{"id": 52, "generated": "Prostat cancer recognition: should the test be made or not?"} +{"id": 53, "generated": "The PSA test, wisely, sometimes incorrect results, with wrong negative, but also wrong positive results that lead to unnecessary medical interventions."} +{"id": 54, "generated": "This leads to greater re hesitatet of already undefinited men for the implementation of early detection tests."} +{"id": 55, "generated": "Should the test be made or not?"} +{"id": 56, "generated": "We have got the opinion of two specialists."} +{"id": 57, "generated": "The studies conducted in the United States have been numerous disruptive factors between the control groups, so that it is difficult to interpret these data and make clear recommendations."} +{"id": 58, "generated": "Another study, this time from Europe, came to conclude that there is one difference in mortality with and without early recognition."} +{"id": 59, "generated": "This study has also shown that, in a after observation after 12 years, the probability ofeducating Metastasen is by 30 to 40% higher if no recognition has been done."} +{"id": 60, "generated": "That is why I recommend the test from an age of 50 years or 40 years, if you have a direct relative who was already affected with Prostat cancer."} +{"id": 61, "generated": "For men of afro-American origin there is also a higher risk."} +{"id": 62, "generated": "The most important is to take the right decision once a cancer disease is recognized."} +{"id": 63, "generated": "There are types of cancer, aggressive and others who are indolent."} +{"id": 64, "generated": "The patient must really understand the extent of the risk of his illness of cancer by showing the possible options it uses which prostat cancer can remain unetreated if it does not affect quality of life for the long term, and it is possible to respond cancer and balate any diseases such as Amixoquaa"} +{"id": 65, "generated": "Today, there is no treatment in many men who have been recognized cancer, because their cancer is not aggressive and it is not a threat to their lives."} +{"id": 66, "generated": "They are tabled for active monitoring and offer them treatments when threats to the disease are progress."} +{"id": 67, "generated": "With increasing accuracy it defines the criteria for a decision who should be treated and who is not."} +{"id": 68, "generated": "For this reason, however, I recommend that the test should be performed."} +{"id": 69, "generated": "But the most important is to speak with his doctor to decide whether he should be carried out or not."} +{"id": 70, "generated": "In cooperation with the international Gesellschaft for Urology, Movember has developed an instrument that makes it possible to evaluate the benefits and disadvantages of the PSA test."} +{"id": 71, "generated": "This document (presently only in English, but a translation will be available soon) can be downloaded at the following address: http://ca.movember.com/fr/mens-health/prostate-cancer-screening."} +{"id": 72, "generated": "Préing the disease"} +{"id": 73, "generated": "Unfortunately, there are no miracles to prevent cancer."} +{"id": 74, "generated": "Despite the progress in research, the adoption of a healthy life fashion remains the best way to reduce the risk of suffering to it."} +{"id": 75, "generated": "It is estimated that 30% of cancer diseases could be prevented if all were to eat well and move sufficiently."} +{"id": 76, "generated": "\"If there were no more smoker, this value would increase, at least to 50%,\" emphasissepins André Beaulieu, the speaker of the Canadian cancer society."} +{"id": 77, "generated": "But it is assumed that about 10% of cancer diseases are caused by ereration."} +{"id": 78, "generated": "Several people remain completely unresolved."} +{"id": 79, "generated": "For the Canadian cancer society the fight against tobacco dependency remains a priority, despite decline in the number of smokerers."} +{"id": 80, "generated": "Smoking is responsible for 85% of the cases of lung cancer."} +{"id": 81, "generated": "It is also a risk factor for several other types of cancer."} +{"id": 82, "generated": "It strongly damages the health of humans."} +{"id": 83, "generated": "\"Now there are still 1,5 million smoking in Quebec,\" regrets the speaker André Beaulieu."} +{"id": 84, "generated": "En encouraging data: 10 years after denumitateing cigarettes, the risk of dying reduces half."} +{"id": 85, "generated": "The Weight"} +{"id": 86, "generated": "According to the Canadian cancer society, overweight and addiction also promote the eruptionition of the disease."} +{"id": 87, "generated": "They seem to increase the risk for breast, sgerons, food ores, udders, and belly-currows, and babymony-style cancer."} +{"id": 88, "generated": "\"The research shows that regular physical activity protects throughout the life against robirib cancer,\" he add."} +{"id": 89, "generated": "Food"} +{"id": 90, "generated": "The organization also recommends that it limits the consumption of red meat."} +{"id": 91, "generated": "To too large extent, it increases the risk of being affected a Grimm or Mastdarm cancer."} +{"id": 92, "generated": "Wworm goods should also be mix."} +{"id": 93, "generated": "The preservation of meat by rapers, dry, or salts may lead to the education ofkarzinogens."} +{"id": 94, "generated": "\"Lberts can damage body cells and lead to development of cancer,\" he declared."} +{"id": 95, "generated": "Vitamine"} +{"id": 96, "generated": "In recent years, several scientists have been investigating the connection between vitamin additives and cancer."} +{"id": 97, "generated": "However, its investigations are not currently coherent."} +{"id": 98, "generated": "According to Canadian cancer society, the studies on Vitamin E are contradictorsy."} +{"id": 99, "generated": "While a study has found the reduction in the risk of prostat cancer, another showed an increase."} +{"id": 100, "generated": "The effect of Vitamin D on cancer has not yet been clearly shown either."} +{"id": 101, "generated": "Moreover, Mr Beaulieu emphasizes how important is to speak with his doctor about his concerns and his family loads."} +{"id": 102, "generated": "\"The implementation of a early test does not lead to cancer.'"} +{"id": 103, "generated": "The Higgs Band analyse"} +{"id": 104, "generated": "The announcement of the likely discovery of the Higgs bo has generated a little appearance last summer, and this for good reason."} +{"id": 105, "generated": "Indeed, we believe that this Boson has been involved in nothing less than in the mechanism, responsible for the mass of all objects in the universe."} +{"id": 106, "generated": "Finally, this is the last partwhose existence of the standard model - one of our best or \"perhaps the least wrong\" declaration of the nature and the behaviour of the subject - was predicted, but emotionally, has not been observed until now."} +{"id": 107, "generated": "But for the Physikers it is not yet certain that it is in fact the Higgs."} +{"id": 108, "generated": "We know without the shadow of a doubt that we actually have a real new part, and that it similar strongly to the Higgs-Boson expected by the standard model."} +{"id": 109, "generated": "Moreover, this seems to be confirmed by new data presented this week at a great physics Congress in Kyoto, but there is still lack of data to be completely secure about this."} +{"id": 110, "generated": "However, let us assume that it actually is the hayggs because there seems to be only small risk of misleadingming ourselves and we are looking at what it is about."} +{"id": 111, "generated": "There is a necessarily indispensable law in this world, which means that two objects cannot live at the same place at the same time."} +{"id": 112, "generated": "It is not possible to breache this rule - and do not try too strongly, because you will joke yourself down."} +{"id": 113, "generated": "Even if the part physics is a really strange world, it emerge that such a law will apply to them too: the Pauli's exclusion principle which states that two parts are not the same space to the same, if two parts do not relate to the same space."} +{"id": 114, "generated": "On that basis, the physikers share the parts divided into two categories."} +{"id": 115, "generated": "In one corner are the good citizens, who are called as fermione and are waddly respected to the Pauli principle."} +{"id": 116, "generated": "And in the other, the Boson moving, a abusive band of Anarchists who are nothing sacred - and in any case not this principle, which means that they can in fact sit at the same place at the same time."} +{"id": 117, "generated": "these bosons divide according to the The Particle Adventure website by the Berkeley Labor (the which is absolutely astonishing) into two groups: the mesons that we won't be treated here, and the \"power parts\", which lead the large number of creditors to chatting themselves with the consumer."} +{"id": 118, "generated": "However, it must be stressed here that these Boson are not all such an exotic creature as one could say."} +{"id": 119, "generated": "If you are able to read this history, then only thanks to one bo of exceptional banity: the photos or the \"laluce part\", which is the \"bot\" of electromagnetic power."} +{"id": 120, "generated": "Indeed, if a part speeds up with electric load or changes the direction the electrical field will be \"gsigned\" precisely in this place, just like a kiel stone hung into a tpond."} +{"id": 121, "generated": "this \"störung\" creates an electro electromagnetic wave (light, infrarot or Ultraviolett beaming, etc. ), and this wave is nothing other than a photo and, thus, one of the Boson’s artists \"Tägers of Control and Vacity\" ("} +{"id": 122, "generated": "Ster field"} +{"id": 123, "generated": "The same applies to the Higgs field, with the difference that another field, the Higgs field must be's trouted' so that this Boson can be shown."} +{"id": 124, "generated": "However, the Higgs field is very much more stable than the electromagnetic field; the producer has to reach very high energy, a little comparable with a frozen tpond whose surface has only been changed from a very large rock."} +{"id": 125, "generated": "Therefore, a huge part accelerateer as the CERN requires - the Large Hadron Collider is a Ring with one scope of 27 km! - to achieve this kind of energy."} +{"id": 126, "generated": "The analysis with the electromagnetic field is helpful again to explain the relationship between the Higgs and the mass."} +{"id": 127, "generated": "Indeed, it are not all parts and not all materials that interact with the electromagnetic field."} +{"id": 128, "generated": "Some, like Magnets, do this but others do not - for example a sheet of paper never hold from yourself at the refrigerator."} +{"id": 129, "generated": "And, too, not all parts intere with the Higgs field: those who do it have a mass while the others (like, by the way, the photo) do not have mass."} +{"id": 130, "generated": "For what can all these research be 'good', asks Mrs Plamondon?"} +{"id": 131, "generated": "For science, they serve for the review of the standard model (SM), and also enable the physikers to investigate all the variances between the observations and forecasts of the SM."} +{"id": 132, "generated": "Furthermore, there are many physistics who apparently hope that such differentiations will be found, because thesmallest difference open a door to a \"new physics\" and stop some holes of the model."} +{"id": 133, "generated": "One must be said that the latter still has serious deficiencies, since it provides no explanation for the strongance (ups!) and the dark mattressforming approximately 80% of the mattress of the universe (renewised ups!)."} +{"id": 134, "generated": "However, such avariations have not so far been found at the CERN."} +{"id": 135, "generated": "impacts"} +{"id": 136, "generated": "The effects of these research for the general population are more difficult to predict, but it would be wrong to assume there would not be."} +{"id": 137, "generated": "By the way: in the early 60s, the pioneers of the laser in the Bell laboratories did not suspect that their works would ins trigger such aa revolution."} +{"id": 138, "generated": "They saw scientific applications, but nothing else."} +{"id": 139, "generated": "So, the deceased physşiker Willard Boyle - who worked in the Bell Labs where laser was invented in the 1960’s, and who in 1962 even gave the first permanent flap lagoon (the first of were simply a prunelifte)."} +{"id": 140, "generated": "Imagine yourself..."} +{"id": 141, "generated": "Furthermore, applications can also come from from all the instruments surrounded research."} +{"id": 142, "generated": "For example, Willard Boyle in 1969 developed a small light sensor during his works in the optics."} +{"id": 143, "generated": "Although it was not beyond the original purpose, this sensor is today served as all \"Auge\" digital cameras around the world, andhe received the Nobel Prize for Physics in 2009."} +{"id": 144, "generated": "Of course that does not mean that LHC’s activities will inevitably change our lives, but it means that one can never know it..."} +{"id": 145, "generated": "Palliativ care- the best way to die... | Le Devoir"} +{"id": 146, "generated": "With its committee on 'Srotting in dignity' Quebec recently debated the delicate question of the end of life."} +{"id": 147, "generated": "The debate has to be opened soon, although a draft legislation is being prepared."} +{"id": 148, "generated": "However, a lot remains to be done on this important matter."} +{"id": 149, "generated": "Le Devoir has tried to look this more closely."} +{"id": 150, "generated": "A couple of weeks ago, Mr L. still lived in his apartment in the Montérégie on own."} +{"id": 151, "generated": "The prostat cancer that baked up it had left him a deadline of two years."} +{"id": 152, "generated": "\"'They gave me five years, I live seven years\", said he, half-spirited, sit in his bed for Pallativ Victor-Gadbois in Beloeil when he had arrived on the previous day."} +{"id": 153, "generated": "'I's always a shock, but one cannot be prepared for it,\" he says."} +{"id": 154, "generated": "The disease makes its work: inmeasurableable weakness blocks him from going to the toilet alone and even eat it itself."} +{"id": 155, "generated": "Seating at the table before a delicious lunch, he commits to withdraw in to help a lunch at the food."} +{"id": 156, "generated": "He even succeeds courageously to smile and speak with the foreign people who are employed around him, bring his medicines, and offer him to have a bathroom."} +{"id": 157, "generated": "The courage of ordinary death."} +{"id": 158, "generated": "'My greatest wish is to heal my accident, because this is dupbling,\" he concurs with."} +{"id": 159, "generated": "A few hours later the team has found a cure for this dool."} +{"id": 160, "generated": "\"In the course of our life we see that a man standing pinkelt\", says Pierre Brodeur, psychologist at Victor-Gadbois's home."} +{"id": 161, "generated": "To return into the phase of childhood is an unacceptableablemütation for certain people."} +{"id": 162, "generated": "'That depends on the person's ability to accept a step back back,\"he stipulates."} +{"id": 163, "generated": "For several people who work in Palliativ care, big events take place in the midst of these back- steps."} +{"id": 164, "generated": "The patients who are home to Palliativpflege Victor-Gadbois are all suffering from cancer."} +{"id": 165, "generated": "They have a maximum life expectation of three months."} +{"id": 166, "generated": "At this stage, they are no longer loaded by the doctors and nurses who care them with so-called \"heiling\" care."} +{"id": 167, "generated": "For Mrs A., 89 years, the worst fear is to die 'consciously and by fettsiing'."} +{"id": 168, "generated": "But through the disease I have really learned to know to my children."} +{"id": 169, "generated": "\"I have good children\", add it to it."} +{"id": 170, "generated": "\"I do not have any wishes in life,\" she tells her before accepting that you are set up with a mask to help her during breathing."} +{"id": 171, "generated": "She nevertheless expects her last visit in the next few days, of her son coming from Italy."} +{"id": 172, "generated": "At home Victor-Gadbois, a group of voluntary children offers body care and assistance in food taking."} +{"id": 173, "generated": "Palliativ care is then used if there are no more other possibilities."} +{"id": 174, "generated": "To make the death more pleasant."} +{"id": 175, "generated": "In Quebec, 11.700 inhabitants have a bed for Palliativ care."} +{"id": 176, "generated": "That is very little if we take account that on one day we will die all of us."} +{"id": 177, "generated": "Life is continued in the best possible conditions,explains Dr. Christiane Martel, one of the women of the home."} +{"id": 178, "generated": "At either level of physical, emotional or spiritual comfort."} +{"id": 179, "generated": "You can do a mouth de dyinging care with Brandy or Pepsi depending on your wish."} +{"id": 180, "generated": "Dia tattoos do not need to control their blood levels any more."} +{"id": 181, "generated": "And the death is part of our everyday life."} +{"id": 182, "generated": "Yesterday evening we served Mr X a beer who was died during the night."} +{"id": 183, "generated": "This morning his son will drink the beer at the feet of the deceased."} +{"id": 184, "generated": "\"We help relatives and patients in equal ways,\" reported by Care Director Nathalie Savard."} +{"id": 185, "generated": "In home Victor-Gadbois is not one day like the other."} +{"id": 186, "generated": "Along to an old man of 93 years, who loves the last family in the court and who is very well and backed by his headsas, while one taking up to his honour, a young man of 36 years is dieing, who bends from tiles by lantern tapes and by the"} +{"id": 187, "generated": "\"For about six months, three to five beds are always with cancer patients of the age of less than 45 years,\" Dr. Christiane Martel shares concern."} +{"id": 188, "generated": "53% of the patients entered to Victor-Gadbois home come from their home and 47% come from the hospital."} +{"id": 189, "generated": "Problem of access to Palliativ Health Care"} +{"id": 190, "generated": "They say that 77% of Canadians do not have access to Palliativ care, i.e. an care which should reduce the suffering of patients when latter reached the final stage of their life, both at home, home and hardship."} +{"id": 191, "generated": "And several organisations such as the home Victor-Gadbois and the company for home Palliativ care in the large area Montreal specialize more or less exclusively on the care of cancer patients."} +{"id": 192, "generated": "It is this great inficient in Quebec's health care that causes a number of specialist doctors in the Palliativ care to adopt a law to regulate trust care and assisted sushi with concerns about it."} +{"id": 193, "generated": "Since October is a manifest that has been signed by prominent personalities of Palliativ care like Dr. Balfour Mount and Dr. Bernard Lapointe, to express their opposition with such an initiative of this kind."} +{"id": 194, "generated": "According to Christiane Martel, the Quebec's health system is not effective enough to ensure that everyone is entitled to high-quality pallative care before is acceptedd to move on to death aid."} +{"id": 195, "generated": "Recently, she said her, I have seen a patient who was 14 days of great pain in the case of emergency, without having been taken measures to relieme them."} +{"id": 196, "generated": "I fear that the patients want to die only because because they are not receiving appropriate health."} +{"id": 197, "generated": "At the same time, several oncols treat their patients verb, despite the worst forecasts, until the last day."} +{"id": 198, "generated": "The chances survival of Hélène Richard were already minimal when she has stopped a painful chemicaltherapy."} +{"id": 199, "generated": "When I informed my onkeologist that I will stop the treatment, she answered to me that she regret that I stopped the fight, said her."} +{"id": 200, "generated": "However, she told me that I at the end!"} +{"id": 201, "generated": "No omnipotente Pflegeing"} +{"id": 202, "generated": "Dr. Martel believes that 90% of patients who have asked to die are thankful the care staff that there has not been given this wish after their pain were ridden by a team of Palliativ Pflege."} +{"id": 203, "generated": "But it must be said very clearly that the Palliativ care is not omnipotent on pain treatment."} +{"id": 204, "generated": "After Elsie Monereau, head of the Palliativ care society of the home Palliativ Care of Large Montreal, 8% of patients do not talk about pain treatment."} +{"id": 205, "generated": "At the end of life, therefore, doctors often get back to terminal seation, which means to include the patient either sporadically or permanently until the time of his death."} +{"id": 206, "generated": "We can do no longer as if we do not embrace this side of suffering."} +{"id": 207, "generated": "Patients without pain reduction will increasingly often have the possibility to appeal on this terminal ssedation."} +{"id": 208, "generated": "Patients whose pain are not blissd, all say the same phrase: \"I want to die\"."} +{"id": 209, "generated": "But that does not necessarily mean 'I want you to income me', but 'I would like my pain to be relieved'."} +{"id": 210, "generated": "The realization of this report was possible by means of a journalism examination of Canadian health research institutions."} +{"id": 211, "generated": "Real estate scandals of large scale in Quebec"} +{"id": 212, "generated": "Order officials of the road office, main building companies, earned money from political parties and specialists of the Italian mafia tell them every day what they are knowing about a great \"system\", in which construction officials, officials, politics and society take through the building."} +{"id": 213, "generated": "A 'industrie' was very expensive to Quebec's taxpayers, especially in the 1990's and 2000's."} +{"id": 214, "generated": "\"I it is strange that the system has collapsed since drastic measures have been taken,\" illustrates Jacques Duchesneau, Members of this House in Quebec and former head of the Montreal police."} +{"id": 215, "generated": "The scandal was revealed by him thanks to an in-depth investigation of the indifferentities regarding the treaties on road works in Quebec only reluctantly agreed by the Prime Minister at the time."} +{"id": 216, "generated": "The \"Duchesneau report\" established a direct connection between industry, secret financing of parties and brination of officials."} +{"id": 217, "generated": "'Cat the beginning of the investigation in 2010,\" he underscored, \"Hhad the Ministry of Transport alone saved a billion in the Treaties' as some of them tragone their instinct to get their share!"} +{"id": 218, "generated": "The Charbonneau Commission 'has already brought two mayors\", he add, in the hope that it will succeed in 'pointing out the tactics behind individuals'."} +{"id": 219, "generated": "A 2011 established, permanent Anti-Corruption Unit"} +{"id": 220, "generated": "Established in in 2011, the permanent anti-corruptionation unit also makes a great effort with its troops from economic auditors, observers, and analysts."} +{"id": 221, "generated": "Moreover, the police of the \"Marteau force\", which has since 2009 led to the \"analisation\" card of Montreal doing more retenad in the artificial up up of the treaties..."} +{"id": 222, "generated": "In recent weeks, she has made a sequence search at home, and raised accusations of fraud and corruption against local mandatetors, such as Frank Tampino and Richard Marcotte, the mayor of a city."} +{"id": 223, "generated": "The next on the list would be once Gilles Vaillancourt, who has just retired his office as mayor of Laval, the third largest city of Quebec."} +{"id": 224, "generated": "He is suspected of having repeatedly received mugnator money in exchange of public contracts."} +{"id": 225, "generated": "Strongly charges were also made by engineers of the road office of Montreal, as well as entrepreneurs of Italian origin like Tony Accurso and Lino Zambito."} +{"id": 226, "generated": "The latter has encouraged its chorus by explaining to the Commission how functions the 'the system' for retaining public contracts."} +{"id": 227, "generated": "He himself has for several years paid 3% of the value of contracts received in Montreal to a mediator connected with Mafia, who transfers the money to the Union Montreal, the Bürgermeister Gérald Tremblay's party."} +{"id": 228, "generated": "Mr Zambito has had his hand in play throughout the way in the 2000’s, giving more than 88000 Canadian dollar (around EUR 68000 euro owed) to province parties, especially to those who at that time were on power."} +{"id": 229, "generated": "He also agreed to have organized an illegal purchase for the former liberalised Vice-President, Nathalie Normandeau."} +{"id": 230, "generated": "Channelisation contracts whose costs of which were artificially surcuprad"} +{"id": 231, "generated": "In Montreal, the'system' of corruption worked smoothly."} +{"id": 232, "generated": "The former construction engineer Gilles Surtaking indeed has described this in detail before the Commission: in ten years of construction he received gifts, invitations to travel around, golf tours, restaurants and icehockey games, as well as funds for rrogivery, earning money and gitt"} +{"id": 233, "generated": "Other officials of the road office admitted that they could be staby by artificial limeing the bills with wrong supplements by 30-40%."} +{"id": 234, "generated": "Furthermore, a organizer of the Party of the Bürgermeister, Martin Dumont and Mr Tremblay accused that he intentionally ignored a shadow budget which filled his cabins with black money."} +{"id": 235, "generated": "As a result of these revelations Mr Tremblay resigned in beginning of November, which led to a serious crisis in Montreal."} +{"id": 236, "generated": "Chantal Rouleau was one of the first sixteen Members of Montreal who suggested alarm."} +{"id": 237, "generated": "As mayor of the district Rivière-des-Prairies, on the east of the island, from the beginning of 2010, she refused against the sale of a community building that purchased dollars 5 million and paid for 1.6 million of in-booming real estate builders."} +{"id": 238, "generated": "70% Black money in the electoral campaigns"} +{"id": 239, "generated": "From the investigation that is ultimately conducted, she says it 'draw a flag that allows it to understand the functioning of the undermigraned system in order to stop the evil and to accuse the guilty'."} +{"id": 240, "generated": "She says that the procedure is'painful, but positive'."} +{"id": 241, "generated": "We are currently cleaning the wound, but we would need a investigation unit special only for Montreal, as well as an supervision to prevent return of questionifable practices."} +{"id": 242, "generated": "How to make car clean."} +{"id": 243, "generated": "Regularly."} +{"id": 244, "generated": "Jacques Duchesneau, on his part, said \"ateurs have stolen several hundreds of millions of dollars,\" but is taking above all think of the role of the 'Mandats who are over the tactics in the image' if they do not come in into fraud."} +{"id": 245, "generated": "From a share of 70% black money in the financing of the electoral campaigns in Quebec he illuminates: 'I was told that this is only a weak wave of reality'."} +{"id": 246, "generated": "The Quebecn government is propos to limit party donations to 100 dollars, and he believes that this would not change the situation: 'So long as not strictly limited election spending, black money of money will be available in politics'."} +{"id": 247, "generated": "He recommend a complete revision of the system for granting public contracts and the financing of the parties: \"We can not fall deeper; by going up things with courage on the ground, we can keep the house on a more solid basis with more controls and controls and put the pre care of the parties to be"} +{"id": 248, "generated": "If this history damages the international reputation of Quebec and that of Montreal, Mr Duchesneau calls on those who laugh about to take a look in their own back-yard..."} +{"id": 249, "generated": "\"PSG is not the FC Barcelona!\""} +{"id": 250, "generated": "In this season, you have adopted a new scale with PSG."} +{"id": 251, "generated": "How do you explain that progress?"} +{"id": 252, "generated": "One can explain him by a personal understanding but also through the new Dimension of PSG."} +{"id": 253, "generated": "Great players have come."} +{"id": 254, "generated": "Every day, I am making progress on her side."} +{"id": 255, "generated": "The technical staff has given me a lot of things too."} +{"id": 256, "generated": "These elements summon me every day to improve my level of games."} +{"id": 257, "generated": "And with a game this is even simpler."} +{"id": 258, "generated": "In football everything is going on very quickly."} +{"id": 259, "generated": "But I do not break with enthusiasm."} +{"id": 260, "generated": "I have always made progress since the beginning of the preparatory training of INF Clairefontaine until my playing time at Saint-Etienne."} +{"id": 261, "generated": "So they take advantage of the competition introduced by Carlo Ancelotti..."} +{"id": 262, "generated": "The new entrances this summer are accustomed to running games at very high levels."} +{"id": 263, "generated": "You also know that every training unit is crucial."} +{"id": 264, "generated": "This means that a player like me, who wants to face and must do his best."} +{"id": 265, "generated": "Incely, Carlo Ancelotti gives me a great deal in regard to my game position."} +{"id": 266, "generated": "He was supported by co-traers like Claude Makelele, who was in the same position as I did."} +{"id": 267, "generated": "Is Ancelotti the right person for the task?"} +{"id": 268, "generated": "Of course."} +{"id": 269, "generated": "Ancelotti honours respect to all the technicians."} +{"id": 270, "generated": "There is no comparable person at the moment in Ligue 1, and he is among Europe's best trainers."} +{"id": 271, "generated": "He looks back a lot of experience and has won many titles with renowned clubs."} +{"id": 272, "generated": "He had contact with large players."} +{"id": 273, "generated": "I think he will win more titles in Paris."} +{"id": 274, "generated": "In January I had encouraging talks with him."} +{"id": 275, "generated": "At that time, I had just recovered from a series of damages."} +{"id": 276, "generated": "The trust he has embedded me is also a explanation for my performances."} +{"id": 277, "generated": "What do you think about the first part of the season of PSG?"} +{"id": 278, "generated": "In the Ligue 1 Lyon took us the place of the top."} +{"id": 279, "generated": "However, we are reading in the behinde."} +{"id": 280, "generated": "One of our main objectives is the Champions League: we have thus qualified ourselves for the eighth final in that way."} +{"id": 281, "generated": "What is the association’s objective in this competition?"} +{"id": 282, "generated": "We will try to reach as far as possible."} +{"id": 283, "generated": "From now on everything is possible."} +{"id": 284, "generated": "However, we will have our words to say against very good European teams."} +{"id": 285, "generated": "Firstly, we want to be first of our group before Porto, so that we can play the back of the Eightth Final Final as a home game."} +{"id": 286, "generated": "Can the PSG become a great European association in the short term?"} +{"id": 287, "generated": "He already has the budget for this..."} +{"id": 288, "generated": "To become a large European association, Paris must win titles and make itself a name in the long term."} +{"id": 289, "generated": "This is not the case today."} +{"id": 290, "generated": "Financially, the PSG confers the resources to enable this project to adopt concrete forms."} +{"id": 291, "generated": "Would it not be a great failure to win the title in the Ligue 1, as the case during the last season?"} +{"id": 292, "generated": "Of course this would be a great disappointment."} +{"id": 293, "generated": "This year it is really important for us to strip this title."} +{"id": 294, "generated": "In the last season we were dicht around."} +{"id": 295, "generated": "In May, we were disappointed because we were strong enough to taketake the victory."} +{"id": 296, "generated": "We ended the season with a very strong performance."} +{"id": 297, "generated": "We have concluded with 79 points."} +{"id": 298, "generated": "Normally, one should be with 79 points master..."} +{"id": 299, "generated": "But one other team, that of Montpellier, has achieved even better season."} +{"id": 300, "generated": "I believe that this year is the right one."} +{"id": 301, "generated": "Even if the large teams such as Marseille, Lyon or Bordeauxring around the title, I believe that we have a witness to win him."} +{"id": 302, "generated": "Do you think the media expect too much from the PSG?"} +{"id": 303, "generated": "In view of what has been invested and the players have, it is normal that much is expected of us."} +{"id": 304, "generated": "We fully accept this."} +{"id": 305, "generated": "Nevertheless, if we win4-0 at a home game against Troyes, and find still something you can be accuscited us, that is certainly a little frustring."} +{"id": 306, "generated": "One questions what the people are expecting."} +{"id": 307, "generated": "We could never win 4-0 every weekend."} +{"id": 308, "generated": "We are not the FC Barcelona!"} +{"id": 309, "generated": "We are trying to set up a concept of game."} +{"id": 310, "generated": "A team is building up with time."} +{"id": 311, "generated": "We have proved strength in the Champions League."} +{"id": 312, "generated": "Look Manchester City, a club that has not, for two seasons, to qualify for the eightst final, and that has also spent huge expenditure!"} +{"id": 313, "generated": "On the sums being invested, you thought you were given with 15 points of game for the leisure!"} +{"id": 314, "generated": "That would mean that our opponents and the French championship would be disregarded."} +{"id": 315, "generated": "Lyon and Marseille, which were not good in the last season, have been \"gebood\" by this new PSG."} +{"id": 316, "generated": "This shows that the Ligue 1 is exciting."} +{"id": 317, "generated": "I hope that we will be the smilinging winner in month May and tell us that we have won them finally, despite all of the difficulties."} +{"id": 318, "generated": "The PSG seems to be fully dependent on the services of Zlatan Ibrahimovic."} +{"id": 319, "generated": "All the better that one talk about a \"Zlatan dependence\"."} +{"id": 320, "generated": "That means that Ibrahimovic is powerful and many gates is firing."} +{"id": 321, "generated": "So he has come, and he proved that he is the star of Ligue 1."} +{"id": 322, "generated": "Across where he has played, he realized that he is a great player and a world star."} +{"id": 323, "generated": "Within the team, we respect both the player and the person."} +{"id": 324, "generated": "He also respects the people who surrounded him."} +{"id": 325, "generated": "What he did is really exceptional."} +{"id": 326, "generated": "This boosts the others to improve their levels of the game."} +{"id": 327, "generated": "Thiago Silva, who is one of the best defendingers worldwide, also allows everyone else to make progress."} +{"id": 328, "generated": "How have you experienced the EM 2012 with the French national team?"} +{"id": 329, "generated": "Like a disappointment."} +{"id": 330, "generated": "It was at my heart to participate this EM."} +{"id": 331, "generated": "Unfortunately, my violation has prevented me from taking a few time of play."} +{"id": 332, "generated": "I have seen things from which I have been strengthened."} +{"id": 333, "generated": "Today I am successful in performing good games in the national team."} +{"id": 334, "generated": "This has been my hope since my baptism with the 'Bleus'."} +{"id": 335, "generated": "Out of what has happened in Ukraine we have taught our lessons, and today we have to show exemplary behaviour."} +{"id": 336, "generated": "What do you have your opinion on the first months of Didier Deschamps at the top of \"Bleus\"?"} +{"id": 337, "generated": "He has achieved promising results."} +{"id": 338, "generated": "We have a good position in the qualification group for the WM."} +{"id": 339, "generated": "The Nationaltrainer is strict, stands close to the players and calls for victory."} +{"id": 340, "generated": "It was like Laurent Blanc too."} +{"id": 341, "generated": "However, I do not want to make a comparison."} +{"id": 342, "generated": "Blanc had reached his goal by qualifying us for the EM programme."} +{"id": 343, "generated": "I hope that Didier Deschamps will lead \"Bleus\" to Brazil."} +{"id": 344, "generated": "Does the un decidedotion forced in Spain on 16 October (1:1) presents an début game?"} +{"id": 345, "generated": "This game has given us confidence."} +{"id": 346, "generated": "Everyone has loaded for all others."} +{"id": 347, "generated": "Before this meeting in Spain, I have never yet experienced a comparable game in my career."} +{"id": 348, "generated": "With $150, pay and sales without a bank is possible."} +{"id": 349, "generated": "The opposite of current monetary exchanges on the basis of central banks, identified transactions, and processing fees between the involved."} +{"id": 350, "generated": "Moreover, as so often, a political vision is tangible in these technologies: the conviction that the current, monetary system designed by bank monopolies will lead to financial crises."} +{"id": 351, "generated": "Indeed, the placebo currency invented by Satoshi Nakamoto (a pedonym) is both a virtual currency (but in dollar, Euro, etc. convertable) and a protocol for safe exchange like bits or Bit."} +{"id": 352, "generated": "With 15.000 computers within the network, about 200.000 transactions have already been collected."} +{"id": 353, "generated": "Some thousand web websites acceptTB as a donation or means of payment."} +{"id": 354, "generated": "After (“’s course reached a maximum of 30 (23 euro) in June 2011, he fell dollar five months later before recovering today to about ten dollars (the courses are available here on the notebookcharts.com web site)."} +{"id": 355, "generated": "Nothing particularlyly impressive, compared to the world trade of real currencies or financial products."} +{"id": 356, "generated": "However, the European Centralbank (EZB) has shown interest in this in a report on virtual currencies, published in October."} +{"id": 357, "generated": "It describes Bryan as 'the virtual currency with the greatest success,\" 'in competition with the dollar or euro' and'semblous to conventional currencies'."} +{"id": 358, "generated": "CBD differs different from other types of virtual currencies like the \"Credits\" are used to move forward in a video game you win or buy and can win through games (and sometimes even exchange) back."} +{"id": 359, "generated": "The social network Facebook has also developed such a system."} +{"id": 360, "generated": "However, trade every time is controlled and processed by a central authority."} +{"id": 361, "generated": "With BTW all network nos at the same time areholderers of the invoice book, testerers, moneyissues and buyers and sellers."} +{"id": 362, "generated": "How does this network work?"} +{"id": 363, "generated": "Any transaction between two users takes place in reality between two e-mail addresses in the form of e-mail."} +{"id": 364, "generated": "The difference that the user can choose a different address for each payment which ensures anonymity."} +{"id": 365, "generated": "A series of data related to this transaction is signed electronically by a double encryption system."} +{"id": 366, "generated": "In this way, the network can check the authenticity of the transaction."} +{"id": 367, "generated": "With the content of the file it is also possible to ensure that the iPads traded are available in the public accounts widespread throughout the network."} +{"id": 368, "generated": "The crucial step is to incorporate this new transaction into this book."} +{"id": 369, "generated": "This is done over a mathematical task being started on the computers with the winner, who is one kind of temporary central bank, has the privilege of adding this additional line."} +{"id": 370, "generated": "This is a dimontagation of the file, which means the transformation of a large file into a shorter and clear electronic finger print."} +{"id": 371, "generated": "The computers \"take\" add the new transaction and add a number before the whole is being \"plugged\"."} +{"id": 372, "generated": "The aim is to find the number that givess a special fingerprint (people zero at the beginning)."} +{"id": 373, "generated": "If this number is found, the other noten can easyly check if it is the right one."} +{"id": 374, "generated": "The transaction is therefore permanently linked to the chain of all other transactions, and any modification would change the fingerprint print."} +{"id": 375, "generated": "If a user wants to pay for fraud two times very quickly (fewers than 10 minutes 10 minutes) with the same money, only one of the two transactions would be valid by the network and the other remains without link, as both different fingerprints would be available."} +{"id": 376, "generated": "The computer who has resolved the task gets 50 Tibetans."} +{"id": 377, "generated": "In order to prevent inflation, this reward is regularly halfed, probably before the end of 2012."} +{"id": 378, "generated": "The Bits in circulation are therefore limited to 21 million, butable up to a hundreds of millions'th, which gives some room for play..."} +{"id": 379, "generated": "Furthermore, the difficulty of the task is increased with any improvement in computing performance."} +{"id": 380, "generated": "The life of the network has already had heights and deeps."} +{"id": 381, "generated": "The websites that provide services toTB were attacked and deleted theTB investments."} +{"id": 382, "generated": "\"The weakness being used does not affect the real Minutes,\" assures Pierre Noizat, who just introduced Paymium which is a company for payment with real money, and is using the $150 network."} +{"id": 383, "generated": "The ECB also reportss about the possibilities of handling money laundering using this anonym service."} +{"id": 384, "generated": "However, cash money also illustrates these deficiencies."} +{"id": 385, "generated": "Important actors such as Wikipedia are refused to donations of this type."} +{"id": 386, "generated": "By others like the blog platform WordPress they are accepted."} +{"id": 387, "generated": "Recently Adi Shamir and Dorit Ron from the Weizmann Institute in Israel have analyseated the invoice book and showed that almost 80% of iPads are not in circulation."} +{"id": 388, "generated": "In November an \"Mega closing sale\" has been launched."} +{"id": 389, "generated": "\"Soty thousands of dollars have been exchanged,\" favorites Jon Holmquist, working for the Coinabul company, which convertTBs into gold."} +{"id": 390, "generated": "Pierre Noizat, who is also author of a book on this currency, strongly believes in the potential of this technology as a transaction network."} +{"id": 391, "generated": "His system Paytunia corresponds a credit card (with real money) or contact-free payment with a mobile phone, but usesTB to validate the transactions that thus are cheaper."} +{"id": 392, "generated": "In addition, the holder manages his identity and thus remain anonymous."} +{"id": 393, "generated": "The system can be implemented easily by dealers, and the latter does not need to install new terminals or computer programs."} +{"id": 394, "generated": "You just simply have to give an address that can be \"sphotoed and recognized by a phone, Pierre Noizat who assures he has a thousands of users."} +{"id": 395, "generated": "There is a general trend in which hierarchical systems are being reviewed in favour of more horizontal targeted systems."} +{"id": 396, "generated": "\"It will take some time until $150 throughs, but 2013 could be a turning turningpoints,\" he predicts."} +{"id": 397, "generated": "In addition, in its report, the ECB intends to re-value the various risks that have today been regarded as high-renowned in the event that this currency may have a success."} +{"id": 398, "generated": "We are drawn from Afghanistan."} +{"id": 399, "generated": "And then?"} +{"id": 400, "generated": "French troops have left their responsibilities in Afghanistan (Kapisa and Surobi)."} +{"id": 401, "generated": "NATO and the US are likely to follow the end of 2014."} +{"id": 402, "generated": "It is time for the Afghan army to restore the possession of its territory and for the Afghan population to decide their future without expecting us everything."} +{"id": 403, "generated": "We have in particular penalised the Afghan farmers by regarded them as terrorists."} +{"id": 404, "generated": "And ourselves ourselves with our 88 soldiers killed, as well as the injured and the porters."} +{"id": 405, "generated": "The Taliban consist of foreign extremists, former leaders who have fled to Pakistan, but also often consist of farmers who refuse a armed foreign presence, such as when the Soviets."} +{"id": 406, "generated": "They want to defend their centuries of centuries old and archatic traditions, even if they have joined schihadists, Pakistani, Arabs, Usbeken, and Tadschiken."} +{"id": 407, "generated": "Tolerd, sometimes supported by local insurators, the latter will no longer be here if the Western countries become more discreet."} +{"id": 408, "generated": "The withdrawal of the French troops from the base in Nijrab, which I saw from a hill planted with almond trees, that was funded with the help of French credit, has been performed."} +{"id": 409, "generated": "The heavy vehicles and panflowed by helicopters have reached Kabul without being attacked."} +{"id": 410, "generated": "From the end of 2014, there will be no inputs from the Taliban in Kabul."} +{"id": 411, "generated": "Since their unrequessable increase from 1994 to 1996 the conditions have changed."} +{"id": 412, "generated": "At that time, Kabul was empty and the country over war because to the struggles of the various impetiive groups."} +{"id": 413, "generated": "Their taking of power was considered as a kind of liberation a return to security at that time."} +{"id": 414, "generated": "The Afghan women have paid the price for the obscirism of the farmers immensely paid by the Al-Qa organisation, but their situation has not been improved up to today."} +{"id": 415, "generated": "Former Mudchaddin, the Afghan government and the current Taliban have a common wish to keep women in a undersigned position."} +{"id": 416, "generated": "The most important personalities of anti-Sowviean war came back to power in 2001."} +{"id": 417, "generated": "They have transformed into businessmakers by levusioning lands of the government to sell them as a construction country to refugees from Iran and Pakistan, thereby re drawing benefits from the massive American award of subquies."} +{"id": 418, "generated": "They came to anger, and most of them were not themselves involved in the fight."} +{"id": 419, "generated": "As I heard it in the campaigns, people would like a government that does not make up of jihads."} +{"id": 420, "generated": "Many young people want to leave the country as those who could to take advantage of American grants: capital fmigation is significant."} +{"id": 421, "generated": "Young people have killed the war and their ideologys."} +{"id": 422, "generated": "During their exils in Iran or Pakistan they had contacts to the modern world and have enjoyed their advantages."} +{"id": 423, "generated": "About 65% of the population is under 25 years; Kabul has 5 million inhabitants, which is one-fifth of the total population."} +{"id": 424, "generated": "In the cities, state schools are full of girls and boys."} +{"id": 425, "generated": "These young people, who do not want to return to okurantatism of the former parties or to corruption by certain leaders, will be forced to put jobs at disposal."} +{"id": 426, "generated": "All, including the armed parties, are obsessed by mobile phones; television with its Turkish series, which represent a modern world, is seen everywhere."} +{"id": 427, "generated": "An army is now available."} +{"id": 428, "generated": "Are the authorities whose command powers will under them regarded to be legitimate?"} +{"id": 429, "generated": "Former commanders of anti-Sowviean fight have already tried to restore the militias in the province, which will withdraw the power of the central government."} +{"id": 430, "generated": "Afghanistan, the country of the mountains with strong local identities should have been benefits by some decentralisation in the example of Western nations, but by abolition of the Prime Minister, held since the Constitution of 1964, the US wanted to get out of it to combat world war."} +{"id": 431, "generated": "President Karza does not want to use foreign controls, especially at the time of the elections that are to place for April 2014."} +{"id": 432, "generated": "However, his country is dependent on foreign aid since the 50s, and long before."} +{"id": 433, "generated": "Industrys have not been rebuilt, functional dams are not exist and important sewage systems have not been repaired."} +{"id": 434, "generated": "Everything is imported; apart from fruit and vegetables, no thing will be produced."} +{"id": 435, "generated": "The private initiative will be given the main priority."} +{"id": 436, "generated": "In a country was based on 30 years of war, the state control of infrastructures would have been necessary."} +{"id": 437, "generated": "The rum has been widespread that Afghanistan has immense soil resources."} +{"id": 438, "generated": "This further intenses the impression that the Western countries were only on the spot to power themselves of it."} +{"id": 439, "generated": "Without energy to process the iron or copper on the site, or without transport to export through the mountains, it is not possible to do mountain farming."} +{"id": 440, "generated": "The Chinese have almost left Mes Aynak's copper mine, let international archeeoologists (financedd by the World Bank) make their excavations on the huge Buddhist sites and are still the most important employer in the provinces of the EU."} +{"id": 441, "generated": "One day, it will also be necessary for Afghanistan and Pakistan, which largely depends export and exports, to restore create normal relations."} +{"id": 442, "generated": "The withdrawal of the French fighting forces was concluded on 20 November."} +{"id": 443, "generated": "The new cooperation Treaty provides the continuation of traditional aid: girl and young ynaia, the Institute for French at the universities, French Institute, cooperationation in the military, legal, medical and land field and we are in our cooperation with Germany."} +{"id": 444, "generated": "Since 2009, a service \"zi-military actions\" of the Ministry of Defence (Cimic), that ended in 2012, has conducted many-profit work and actions to repair agriculture indozens of mountain villages and was done by Keith-Hebiogaro Ventec, led from Valo"} +{"id": 445, "generated": "These works, which many local workers had been needed, can help to suppress the upesion: water, fountain, drinking water, reforestation, fruit trees, soil protection and increase agricultural nationality."} +{"id": 446, "generated": "What souvenir do we have a return of EUR two billion after military expenditure?"} +{"id": 447, "generated": "A much more modest budget will contribute to improving local living conditions which are often very hard in these valleys at a height of more than 2000 meter."} +{"id": 448, "generated": "The ambassador has receiveddozens of written questions from small agricultural projects of communities of the province of Kapisa."} +{"id": 449, "generated": "To allow farmers to free themselves from the up upvolution carried out by foreign groups, which as their own statements wish, it would need to continue smaller, well-controlled, and to provide them with direct civil aid for their benefit."} +{"id": 450, "generated": "A Constitution with the Brahack in Egypt"} +{"id": 451, "generated": "It is a new poker game by President Mohammed Mursi."} +{"id": 452, "generated": "While Egypt remains more than ever with regard to the constitutional declaration, which temporarily gave him the limited power, was divided, it has decided to put everything on a card."} +{"id": 453, "generated": "For the surprise of all, he has announced on Wednesday that the constitutional Assembly is going to adopt its final version the next day."} +{"id": 454, "generated": "Just a week ago, the Head of State gave this House two additional months for the conclusion of his work."} +{"id": 455, "generated": "Egypt has now been being based on a temporary, multi amended text now for almost two years, which weakenens institutional stability and leads to a legal conflict."} +{"id": 456, "generated": "This new initiative has only led to even stronger division between the country."} +{"id": 457, "generated": "For his opponents, the President continues to remain in his \"autocratic delirium by 'breaking one word' and 'the right to tread feet'."} +{"id": 458, "generated": "reassure from his champions that it is a way to halt the institutional and political crisis as quickly as possible, and to accelerate the transitional process."} +{"id": 459, "generated": "A referendum is to be held within 14 days."} +{"id": 460, "generated": "A very short period that forced the brethren to abandon from their projects to explain the Egyptians the text section for section."} +{"id": 461, "generated": "For President it is also a way to restore his public and democratic legitimacy while the protests across the country are deading."} +{"id": 462, "generated": "After confirmedd in an interview with the American Weeksaw Time, Mohammed Mursi seems to be convinced that the Egyptians will make a very good vote."} +{"id": 463, "generated": "Per especially because it is put to the Egyptian people with that return to an quickried voting an Ultimatum: 'Either do you vote for for my draft or I retain the inlimitent power\", the latter should, after the adoption of the international government, make any way greater access in the text of"} +{"id": 464, "generated": "85 most of Islamist members of this Constitutional Assembly have adopted the text yesterday in a strange atmosphere."} +{"id": 465, "generated": "The majority of Liberals have not met the call."} +{"id": 466, "generated": "Shortly before the Declaration of Constitution at middle November, they deopted as they think that they have not been able to show their views."} +{"id": 467, "generated": "Representatives of human rights organisations, religious minorities or civil society have acted equally."} +{"id": 468, "generated": "In order to attain the decision-ability, it was added yesterday morning in all urge 11 people, Deputy members."} +{"id": 469, "generated": "Some stand very close to the mosquembrers."} +{"id": 470, "generated": "It is not surprise that the articles were mostly adopted unanimously."} +{"id": 471, "generated": "Moreover, the commentators found it entertaining that the only difference of opinion of the day... has been expressed at the time for prayer, as some members of the body were believing that the peding clock of the constitution was not a matter."} +{"id": 472, "generated": "The text that has been adopted yesterday evening is consists of 234 articles."} +{"id": 473, "generated": "Article 2,, which attractives all attention, remains identical with those of the 1971 Constitution and, finally, states that 'the principles of Schia are the main source of law'"} +{"id": 474, "generated": "The salafist parties, which establish Islamic law is an important requirement, had the hope to replace ''the principles' with \"the rules', which would have made for a more strict application."} +{"id": 475, "generated": "For Islamists, the fact that this article has not been amended is evidence of their good will and of their respect for the other members of Egyptian society."} +{"id": 476, "generated": "'hariseisy' reply the Liberals who see that as only a propaganda attack."} +{"id": 477, "generated": "They have stated that the Islamisation of the Constitution is taking place through other articles."} +{"id": 478, "generated": "They kept in mind, in particular, Article 220, which acknowledged a consulting function to the University of Al-Azhar, particularly regarding the review of conformity with the laws of SISia."} +{"id": 479, "generated": "According to the Egyptian specialist Sophie Pommier, this is worrying because 'the people who are asked to make an opinion have not been elected and and do not have any democratic legitimacy."} +{"id": 480, "generated": "You can see the first signs of a theocracy\"."} +{"id": 481, "generated": "The fears of Liberals are alsofueled by the fact that the next yard of that university should be far less moderate than the current one."} +{"id": 482, "generated": "\"at the moment, no specific religious commitment can be recognized."} +{"id": 483, "generated": "With this Constitution, we remain within the framework of the civil state."} +{"id": 484, "generated": "Most of lawyers working on this text are not Ulema, but academics, who have been partly trained in the French system\", announced Alexis Blouet, who has conducted doctor work on mechanical medical medicine online “Laankun.com”."} +{"id": 485, "generated": "However, it acknowledges that 'there may be any ambiguity as regards Article 220, because the terms we use are opposed to the religious word of word."} +{"id": 486, "generated": "Here you particularly refer to the \"Fiqh\" [Islamical legaly, d. Red.]."} +{"id": 487, "generated": "And in the future, the question could be raised about how extent to which civil prosecuts are competent indeciding on this,\"'."} +{"id": 488, "generated": "In addition to its religious aspect, the text adopted yesterday is strongly criticised, because of the far-ranging powers it gives to the President of the Republic."} +{"id": 489, "generated": "The mosque monarchs argue that they are significantly reduced compared with the former regime."} +{"id": 490, "generated": "Another dispute point: the powers of the army."} +{"id": 491, "generated": "In accordance with the military wish, the examination of the defence budget is not being presented to the Parliament, but rather a national Defence Council."} +{"id": 492, "generated": "There will also be no ban on civil procedures in military courts, as have called for associations to defend human rights."} +{"id": 493, "generated": "The latter also share their fears about the text, which they consider to be a threat to freedom."} +{"id": 494, "generated": "Thefact of blasphemie is being maintained, and insult are now banned which could have serious consequences for the right to freedom of expression, especially for the press."} +{"id": 495, "generated": "Furthermore, no article no longerrelates to the protection of women, emphasises Heba Morayef of Human Rights Watch."} +{"id": 496, "generated": "In your opinion, the only positive point is the ban on torture by Article 36."} +{"id": 497, "generated": "This word was not included in the previous Constitution."} +{"id": 498, "generated": "While the Egyptian President had had to speak on TV yesterday evening, demonstrations are going to occur this afternoon."} +{"id": 499, "generated": "The supporters of the Chief of State will rise up Saturday."} +{"id": 500, "generated": "In Israel, Ukrainian tourists expect holy sites, the naabel of the world and a sea from Sole."} +{"id": 501, "generated": "The honored land combines itself the supremity of biblical truths, modern comfort and an unroiled nature."} +{"id": 502, "generated": "AIF counts you the five main reasons for visit to Israel."} +{"id": 503, "generated": "Before the Holy Siteas"} +{"id": 504, "generated": "Visit the River of Jordan, where Jesus has been apted."} +{"id": 505, "generated": "It says that everyone who bath in this river will receive God’s blessings."} +{"id": 506, "generated": "Galiläa is the place where Jesus carried out his miracle: the transformation of water into wine on a wedding celebration, walking on the water, silencement of sea storm and fishing."} +{"id": 507, "generated": "Just here here Jesus appeared to his subsidiaries after the resurrection."} +{"id": 508, "generated": "But most of those saint saints find in Jerusalem."} +{"id": 509, "generated": "Christiangaires here go the Leidensweg or Kreuzweg Jesu Christi (on Latin: Via Dolorosa)."} +{"id": 510, "generated": "The way starts with the Roman fortress Antonia, Pretorium where the court has been, and leads through the streets of the old town to the Grab Church on the mountain Golgotha, where the spot is the crossation, the Salbungstein and the Grab ‘ Jesu' and where"} +{"id": 511, "generated": "Here is by the Christian view of the nave of the world, which symbolises the salvation of mankind."} +{"id": 512, "generated": "The monastery of the Holy Cross in Jerusalem, stands at the place in which, according to a Christian legend, grewd the tree from which the cross was made for the cross of Jews."} +{"id": 513, "generated": "In Jerusalem also places the most sacred place of the Jews - the complaint wall, the remains of a temple that was destroyed by Romans in 70n BC."} +{"id": 514, "generated": "In tradition, it leaves people of different faith orientations with chains of wishes that go then into realization."} +{"id": 515, "generated": "to take a up trip"} +{"id": 516, "generated": "The ruins of the Massada are the remains of the secret closet against enemies, which has been built by Herodes of the Great in the year 25th BC for his family."} +{"id": 517, "generated": "They are located on a rock in the mountains at 450 meters in height above the sea level."} +{"id": 518, "generated": "Only mountain hikeers can reach theruins by their own power."} +{"id": 519, "generated": "All others will bring a air-rail railway to this historic summit."} +{"id": 520, "generated": "In the north area in 1600 to 2040 meters high there is the famous ski area of Hermon, which draws a number of tourists in the winter months."} +{"id": 521, "generated": "From the foot of the mountain you can reach by a shuttle bus."} +{"id": 522, "generated": "The skis have a total length of 45 kms."} +{"id": 523, "generated": "According to an old legend, supposedly Hebrew gods lived on the summit."} +{"id": 524, "generated": "Visit Unique Musees"} +{"id": 525, "generated": "There are almost 300 museums in that country."} +{"id": 526, "generated": "You can not visit all of this on a just one trip."} +{"id": 527, "generated": "But at least the five most interesting of them should be given a visit here."} +{"id": 528, "generated": "This includes the Israel Museum near the Knesset (Parlament)."} +{"id": 529, "generated": "There they include old Qumran-hand writes or scriptures from the Dead Sea, which were found in rock caves in Juean desert, as well as maintaining about 500 thousands of archeological and anthropological exhibits."} +{"id": 530, "generated": "The Museum of Art in Tel Aviv is also a visit worth."} +{"id": 531, "generated": "It displays the collection of works of the Impressionist and the expressionist Monet, Pissaro, Renoir, House, Cézanne, Sisley, Matisse, Modigliani, Chagall and Picasso."} +{"id": 532, "generated": "In Akko, you’can visit the museum in Bad Al Basha, which contains several halls of old Turkish bathrooms, with sculptures from the visitors at that time and Badedieers."} +{"id": 533, "generated": "In Caesarea you should visit the unique private Ralli Museum, where you can admire sculptures of Dali and Rodin."} +{"id": 534, "generated": "There are neither museum guides nor souvenir shops."} +{"id": 535, "generated": "The entrance is free, and donations will be rejected by principle."} +{"id": 536, "generated": "The fifth Museum, namely the Holocaust Museum or Yad Vashem in Tel Aviv, tells of one of the most shockingful chapters of history."} +{"id": 537, "generated": "The most meticulous department is the Monument for Children, which was built to memory of the 1.5 million children being destroyed in the concentration camps and gas chambers."} +{"id": 538, "generated": "There is complete dark when the room comes in."} +{"id": 539, "generated": "Sterne funkelning."} +{"id": 540, "generated": "And the names of the Jewish children and the countries in which they died."} +{"id": 541, "generated": "Ukraine is alsoreferred to there."} +{"id": 542, "generated": "doing Something for health"} +{"id": 543, "generated": "Israel's three main recreation areas are located on the shores of the Mediterranean, the Red Sea and the Dead Sea."} +{"id": 544, "generated": "At each of the three places there are swimming pools, water parks, Delfinarien and the ocean nature."} +{"id": 545, "generated": " astonishingly, the Red Sea is also bath during the winter months, because the temperature of water there does not fall under 21 °C and air warms until 23 °C."} +{"id": 546, "generated": "The Dead Sea is even warmer and is bath all the whole year."} +{"id": 547, "generated": "Incly, this unusual sea, with position of 417 meters below the sea level, is the world's deepest located sea."} +{"id": 548, "generated": "It Turkish blue water is in a high salt content and thus it does even carry non-spooling easily on the surface."} +{"id": 549, "generated": "The surrounding landscape is unrecriably beautiful."} +{"id": 550, "generated": "Visitors will come here for treatments under use of salt water (nanaturale saltsole) and medical slurry as well as for treatment of skin diseases, allergys, Asthma, Ekzemen, Arthhritis, Bronchitis, sugar corruption, careful skin disease,"} +{"id": 551, "generated": "The Secret of the Altertum bringen"} +{"id": 552, "generated": "These secretsbury the Old city of Tel Aviv, namely the city of Jaffa on the Mediterranean coast."} +{"id": 553, "generated": "This city passed through the famous Sea Way which linked Egypt, Syria, Anatoalian and Mesopotamia in together."} +{"id": 554, "generated": "The city is mentioned in old Greek and old Egyptian legends."} +{"id": 555, "generated": "To past, Noah just built his arch here, and Perseus saved here the beautiful Andromeda with which he s lived at this place led a long and happy life."} +{"id": 556, "generated": "Tourists like to go through the close avenues named by star symbols."} +{"id": 557, "generated": "Fortuna should be the legend held to those who penetrate the walls in the backyards with their star symbols."} +{"id": 558, "generated": "In Jaffa you can meet newly-med couples from around Israel and even other countries at photo appointments."} +{"id": 559, "generated": "In Caesarea, the City of König Herodes, you can slip away through the Roman theatre and surpass the fortress of the Crossrniers."} +{"id": 560, "generated": "In the Roman time Caesara was the most important city of Judäas and residence of the Roman stats, including Pontius Pilatus."} +{"id": 561, "generated": "Today’s carefully restored theatre is seen in evening concerts and opera."} +{"id": 562, "generated": "Record List of Tourist"} +{"id": 563, "generated": "When you driving to Israel, do not feel worried about your poor English knowledge: approximately 30% of the Israelis speak Russian."} +{"id": 564, "generated": "The money in travel is not prefer to be switched in any Euros but in dollars that can easily change into skes (the current exchange rate: 1 dollar to 3.8 scales)."} +{"id": 565, "generated": "Mostly you move to the city by bus, but there is also a fastways passage in Jerusalem, and in Haifa’s only underground line with six stations, that connect the subcity to the Upper city."} +{"id": 566, "generated": "In precise, it is a underground rope railway."} +{"id": 567, "generated": "A journey within the city is cost independently from the transport means 6 schekel, including transition for a trip of up to 1.5 hours."} +{"id": 568, "generated": "According to Jewish tradition, the s Sabbat is held on Saturdays in Israel."} +{"id": 569, "generated": "From Friday evening until the sun on Saturday, markets and shops are closed, and public transport is full."} +{"id": 570, "generated": "And on Sunday morning, the working week begins."} +{"id": 571, "generated": "In many cafés, restaurants and restaurants, only costly food is served, excludeing all pige meat, sea products, fish without hubles and meals that contain both milk and meat products."} +{"id": 572, "generated": "Instead, you can choose between different dishes with hammel and beef, soup and desserts (prepared with cocaine milk), traditional Jewish humus buttons, different so, refinedbs and other things."} +{"id": 573, "generated": "There are no amazeding dogs in the streets of Israeli cities."} +{"id": 574, "generated": "For this there are many well-fashioned cats who eze confortablely and unheloiled through the streets."} +{"id": 575, "generated": "In the evening you can even sleep on the rooftops to see parking cars."} +{"id": 576, "generated": "The cats may livee places and not say \"o' to toiletys."} +{"id": 577, "generated": "A rental car costs depending on brand between 37 dollars per day (Hyundai Getz) to 188 dollars (Audi A6, Volvo S80)."} +{"id": 578, "generated": "Insurancey also costs additional dollars 15 a day."} +{"id": 579, "generated": "And bicycle rental costs 15 cheques per day."} +{"id": 580, "generated": "Cards for museums are cost in a average of 30 scarfs."} +{"id": 581, "generated": "In numbers"} +{"id": 582, "generated": "In 2012 more than three million tourists visited Israel from all over the world."} +{"id": 583, "generated": "Most abrs and recreation seekers came from from Russia, France, Germany, Italy, England, the United States and Ukraine."} +{"id": 584, "generated": "From January until October 2012, 118,8 thousands Ukrainian tourists came to the praised country, representing an increase of 51% compared to the comparing period in 2010 before the liftition of the visa obligation on 9 February 2011."} +{"id": 585, "generated": "\"The big and powerful\" leads to Moscow: Migrations save money for language"} +{"id": 586, "generated": "WhileEPs and citizens’ rights Members discuss about the benefit of the law on binding language tests for migrants, criminals are already acting with counterfeitd certificates."} +{"id": 587, "generated": "Every year, 13 million guest workers come to Moscow, Saint Petersburg and other cities in Russia."} +{"id": 588, "generated": "Most of them are the citizens of the Central Asia: Uzbekistan, Tajikistan and Turkmenistan."} +{"id": 589, "generated": "Their only goal is to earn money to maintain the families remaining in their home."} +{"id": 590, "generated": "On 1 December a law entered into force, which stipulates that every work migration has to do a test that certificates knowledge of the Russian language."} +{"id": 591, "generated": "So far, this regulation applies only to migrants who would like to work in the services sector, the local housing sector and retail."} +{"id": 592, "generated": "However,, according to the Federal migration authority, the tests is expected to become mandatory to all guest workers in the future."} +{"id": 593, "generated": "These must not only be language tests, but must also include tests in the way of Russian history and the foundations of the legislation."} +{"id": 594, "generated": "Language knowledge needs to be proved for both the preservation and extension of work permits."} +{"id": 595, "generated": "De exceptions apply only to citizens of countries where Russian is official language."} +{"id": 596, "generated": "Also excluded from this law are persons who have received their training certificates and diplomas before the recesion of the USSR in 1991."} +{"id": 597, "generated": "Meane, problem and protection of rights"} +{"id": 598, "generated": "The total of examination posts will be under the presideds of the Puschkin Institute’s Institute for Russian Language, the Russian University of International Friends, the Russian University of Moscow State University, the San State University and other Russian University."} +{"id": 599, "generated": "The migrants can perform the tests in all cities; until now more than 160 appropriate centres have already been opened in Russia."} +{"id": 600, "generated": "The initiative forintroducing the tests has been supported by the Members of the Staatsduma and the Federale Migration Authority."} +{"id": 601, "generated": "Civic rightsist, on the other, asked a several times prior to the entry into force of the law in the press question: what does the whole actually bring?"} +{"id": 602, "generated": "What changes do this regulation have to have language knowledge, both for the Russians and for guest workers?"} +{"id": 603, "generated": "In particular, peaks of the Migrational Authority, we are talking about reducing the number of forcedd workers."} +{"id": 604, "generated": "\"They are now talking about protection of the rights of labour migrants,\" says the Head of the representation of the Federalal Migration Authority in Tajikistan, Viktor Sebelew."} +{"id": 605, "generated": "However, their rights must be protected already before their departure."} +{"id": 606, "generated": "Only organized recruiting will to 90% solve the problems of foreign workers."} +{"id": 607, "generated": "Migration are facing problems without profession, education, language knowledge and medical assessment."} +{"id": 608, "generated": "Sebelew is convinced that a future migration without language knowledge will unsobligationly meet people with de evil intentions under the pretext of help, hanging him into a dark, close Baracke, where the expulsioner is not suitable."} +{"id": 609, "generated": "We receive many complaints from our migrants."} +{"id": 610, "generated": "\"In the home you are promised the one promised, and when arrival, you will be fraud, get passports and do not take out of the promised wage\", confirms the Main Administration of labour migration of the Tajschik migration authority, to know the dialectic anvocation on young people who have a differential"} +{"id": 611, "generated": "Not schiming, Chef!"} +{"id": 612, "generated": "However, many citizens of the Central Asian republics who want Russia to earn their money must acknowledge that they dominate not only the language of the target country, but are hardly able to speak in writing in their own language."} +{"id": 613, "generated": "Of course, this is not so much their debt, rather than the evil: few Turkmenen, Usubeken, and Taschics can afford only sensible basic school education."} +{"id": 614, "generated": "In their families, there is not even money to feed the children, let of all by buying them with adequate clothes, shoes and school shoes."} +{"id": 615, "generated": "As a teenagerer, these children take the first opportunity to earn money right soon."} +{"id": 616, "generated": "\"I's difficult without language knowledge\",, giving them on."} +{"id": 617, "generated": "\"You feel you deficitd and less valuable.\""} +{"id": 618, "generated": "Civic rightsists emphasize the following important aspect with regard to the law."} +{"id": 619, "generated": "The test only have to approve migrants with legal status."} +{"id": 620, "generated": "If you do not have this status, then there is no examination and, therefore, official work should not be done."} +{"id": 621, "generated": "Meanwhile, most of the guest workers still remain illegally in Russia."} +{"id": 622, "generated": "'fully welcome' or 'Access for unpowertters' bans"} +{"id": 623, "generated": "Many migrants have confirmed that it is not easy to get an official status in Russia."} +{"id": 624, "generated": "The reason are bureaucratic obstacles and, naturally, the linguistic difficulties."} +{"id": 625, "generated": "In addition, legalisation costs money: 12 to 16 thousands of Rubel."} +{"id": 626, "generated": "faked registration can be made quickly and only for one and a half thousands."} +{"id": 627, "generated": "The employees of the Russian police know that our documents are largely counterfeited and we are not registered, and then cause cases of blacking."} +{"id": 628, "generated": "\"You want to have one or two hundred russes for cigarettes and tea,\" is the statement of the Tadschike Umed Huschkadamow to journalists."} +{"id": 629, "generated": "\"Just don't dodge any costs for wrong papers\"."} +{"id": 630, "generated": "Already on the day when the law entered into force, it came out that not only can the registration documents of migrants be be counterfeitied."} +{"id": 631, "generated": "Some counterfeit certificates that solicited the completion of the language test were already stolen by employees of the Federalal Migration Authority."} +{"id": 632, "generated": "The counterfeitified papers were printed with a ordinary color printerer."} +{"id": 633, "generated": "Of course, the new owners not got them for no charge: everymigran who hoped to be able to save tests in such way the document paid seven thousand roubels."} +{"id": 634, "generated": "That is more than twice as much as the costs for the official test: this costs a labourmigran three thousand Rubel."} +{"id": 635, "generated": "Furthermore, the most important immediate task will be to protect the system against corruption, so that the certificates can not easily be purchased, both officials and citizens' rightsists are agreed."} +{"id": 636, "generated": "For the moment, the authorities guest workers who fall through the test for the first time can only promise that they will get time for a language base course."} +{"id": 637, "generated": "Moreover, new arrivals without any knowledge in language positions are offered in areas where no active understanding with people is necessary."} +{"id": 638, "generated": "the Ministry of Interior Affairs ignores illegal arms Market"} +{"id": 639, "generated": "Share of legal arms to criminalities extremely small"} +{"id": 640, "generated": "The Russian Ministry of Interior Affairs intends to tighten the arms law for private arms owners."} +{"id": 641, "generated": "This allows the authorities respond to the recent events: victims in arkings on weddings and seven dead in the amook run of Moscow lawyer Dmitri Winogradow."} +{"id": 642, "generated": "The police wants to ban the carrying of non-tothal weapons to the public and increase the age of the possession of weapons's from 18 to 21 years."} +{"id": 643, "generated": "the proposal supported the chairman of the Duma Committee on Security and Anti-Corruption, Irina Jarowaja, and promised that the modifications to the arms law will be soon presented to the Duma."} +{"id": 644, "generated": "Not all are satisfied that the Russian authorities want to combat the problems by 'apriding the screws'."} +{"id": 645, "generated": "An open letter was published on the Internet, whose author - representatives of various arms associations - calling on the authorities to away from'meaning strengtheningting'."} +{"id": 646, "generated": "The percentage of crimes with registered arms is very small, stated by the criminal legalist, Wasilij Lesnikow, the Russian service of the BBC."} +{"id": 647, "generated": "Accordingly to the Ministry of Interior statistics, 142 crimes with the application of registered arms were conducted the course of six months in 2012 while a total of 1,168 thousands defects were recorded for the same period."} +{"id": 648, "generated": "The authors of the open letter are convinced that tightenening the law on private arms-owners will not prevent criminals from acting on the black market."} +{"id": 649, "generated": "Currently, according to the authors, any possible weapon in Moscow can be found for little money."} +{"id": 650, "generated": "Meanwhile, the Ministry of Home Affairs emphasizes that the dissemination of illegal arms is under control."} +{"id": 651, "generated": "Supplyants: From the factories to the officers"} +{"id": 652, "generated": "The weapons are entered to the black market through several channels."} +{"id": 653, "generated": "There are five such main channels, says a former Colonel, Viktor Baranez, who had spent ten years at the Ministry of Education and in the General Stage."} +{"id": 654, "generated": "Screenshot of a website that accept weapons orders"} +{"id": 655, "generated": "The first channel is the army or the military, in other words, weapons that were stolen during the fighting in the Caucasus."} +{"id": 656, "generated": "\"The weapons had been stolen by both the Russian officers and the Caucasians themselves,\" Baranez said."} +{"id": 657, "generated": "The second channel produces illegal weapons that are being steald by orders of criminals."} +{"id": 658, "generated": "Baranez explains that these include weapons that have been stolen both from the chambers of police and directly by employees from the criminal prosecution authorities."} +{"id": 659, "generated": "Other illegally sold weapons come from military weapon camps."} +{"id": 660, "generated": "Many military camps have often had explosion."} +{"id": 661, "generated": "'There is evidence that in some cases it was fire- foundation in order to forfeit the lack of weapons,\" says to the former military member."} +{"id": 662, "generated": "According to Mr Baranez also the arms manufacturers make a contribution to the black market."} +{"id": 663, "generated": "\"Update today, there are numerous private arms factories that do not face to international competition and therefore are concealing the weapons on the black market, for example in Moscow,\" reported by the expert."} +{"id": 664, "generated": "Another channel of the black market is the smuggling."} +{"id": 665, "generated": "Especially many pios and weapons come from poor countries like Kirrgiaa."} +{"id": 666, "generated": "\"Hiwhere there is a own, sometimes hand production, and a mafia that organizes smmuguggling,\" explained the former military member."} +{"id": 667, "generated": "Where do the weapons come from?"} +{"id": 668, "generated": "Experts calculated which share of each of the five channels has about the delivery of the Black market with illegal weapons."} +{"id": 669, "generated": "In 2011 a report was written by the Centre for Problem Analysis and state Administration."} +{"id": 670, "generated": "The experts analysed reports by the the Ministry of Interior Affairs and the Federal Service for state statistics, criminalological literature and public accessible data on portals on arms issues."} +{"id": 671, "generated": "The most part of illegal arms comes according to the investigations from the army and the legal protection authorities."} +{"id": 672, "generated": "Half of all weapons on the black market are demonstrated there by the 'coliy of those responsible who have to do with the weapons in their work' is stated in the report."} +{"id": 673, "generated": "According to the researchers, 17% of weapons are derived from conflict areas, 14% are made back on keyboards in arms production, and 5% are derived from illegal excavations."} +{"id": 674, "generated": "A sales consultant of a weapon download which does not want to be called the name, assures that weapons found case of illegal excavations long no one longer purchases as they are old."} +{"id": 675, "generated": "According to him, it is more frequently used that dealers take the transferage in a arms camp."} +{"id": 676, "generated": "Through a ferry box it is bought a weapon, for example a pizza from type TT."} +{"id": 677, "generated": "The weapon will be displayed and passed through the fence."} +{"id": 678, "generated": "\"The dealer brings the weapon to the city and sells it for 900 Euro per piece with two magazines,\" he says"} +{"id": 679, "generated": "\"The police is of course aware of everything and this is why if it cannot observe the plan to discover crimes, it periodicallycarries control purchases among retailers that offer illegal weapons,\" adds the sales advisor."} +{"id": 680, "generated": "\"Where in the luxury downloading\""} +{"id": 681, "generated": "Buyers and sellers find the most frequently about friends with each other."} +{"id": 682, "generated": "I had looked my websites and blogs when someone came attention to me and proposed to come to the station \"Begowaja\", where a person would be waiting for me in a particular place, where we could negotiate the price."} +{"id": 683, "generated": "I did not know the price for the weapon there."} +{"id": 684, "generated": "Military clerk Viktor Baranez"} +{"id": 685, "generated": "\"To have a weapon, I will need a acquaintance who has a contact,\" says the sales consultant: 'I have such an acquaintance, but I do not trust him\"."} +{"id": 686, "generated": "There are dealers in the markets, but there you have to go and agree with a code like'Iwan Iwanowitsch, who will make the argument that the daughter has lost a tooth'."} +{"id": 687, "generated": "I am even currently coming to some blows about a known I trust."} +{"id": 688, "generated": "He also only gives to me the blowring because he knows that I do not dirty him."} +{"id": 689, "generated": "New people are searching for weapons on various ways."} +{"id": 690, "generated": "The former military national, Viktor Baranez, attempted to purchase illegal weapons at the mid 1990’s, when he wrote an article on this topic."} +{"id": 691, "generated": "According to the schema it has not changed."} +{"id": 692, "generated": "He got a photo album in which \" everything everything is possible\" was shown."} +{"id": 693, "generated": "\"I felt like in the luxury downloading,\" remembers the military citizen."} +{"id": 694, "generated": "According to Baranez, the buyer does not get the cat in the hatch but can try everything."} +{"id": 695, "generated": "I as a potential customer did not just buy purchases, but riding with the seller in the forest, and there, we set up an target disc."} +{"id": 696, "generated": "\"I can then shoot there, and if I am convinced that the weapon has a good way, we arenegotiating each other,\", the expert describes the approach."} +{"id": 697, "generated": "Shopping from the Sofas"} +{"id": 698, "generated": "Internet search engines show search results on websites and groups in \"Vkontakte\", where weapons are offered \"for different purposes\"."} +{"id": 699, "generated": "No paper is needed, nor are there personal meetings."} +{"id": 700, "generated": "\"You do only need the appropriate amount of money\", it says in the advertising on the website \"buy battle peppers or weapons\"."} +{"id": 701, "generated": "There users make your orders and make requests."} +{"id": 702, "generated": "Is also being sold to minors?"} +{"id": 703, "generated": "\" of course without license\", the user asks \"Iwan\" (meric quotation)."} +{"id": 704, "generated": "'Kauf a TT. Moscow' is the lakon question by \"Fedorenkow\"."} +{"id": 705, "generated": "The Federal Security Service recently affected countless waling sites, and buyers who want to purchase weapons go into network the service."} +{"id": 706, "generated": "People come like hungry fish during fiting and then land in Sibiharistria and are allowed to splash coal."} +{"id": 707, "generated": "Military clerk and former military member Viktor Baranez"} +{"id": 708, "generated": "I have heard of the following. The website is normally registered abroad and Russian laws do not include any applications."} +{"id": 709, "generated": "The those responsible accept the orders."} +{"id": 710, "generated": "The Buyer transfers the money through a bank automat."} +{"id": 711, "generated": "\"A answer he gets a photo and an description of the hiding of the weapon,\"he reports the press speaker of the non-profit organisation \"Pravo na oryzhie Dmitrij Kislow."} +{"id": 712, "generated": "Viktor Baranez emphasizes that you can go out empty and come behind giters if you place a request on a web site."} +{"id": 713, "generated": "The Federal Security Service recently shot out countless tugweb sites, and buyers who want to purchase weapons are stepping away to the service."} +{"id": 714, "generated": "\"The people come like hungry fish during feedinging and then land in Sibean work camps, and can foamy coal,\" says he says."} +{"id": 715, "generated": "A Makarow for 100 USD"} +{"id": 716, "generated": "When you buy illegal shoees, experts expect that there will be prices of 100 to 900 U.S."} +{"id": 717, "generated": "According to Dmitrij Kislow organisation \"Pravo na oryzhie\" one can buy a pizza from Makarow of type for 100 to 300 dollars."} +{"id": 718, "generated": "You have to wait up to a months and a half."} +{"id": 719, "generated": "The weapon is spent in military weapons camps by survivorss of medium range."} +{"id": 720, "generated": "According to the Official Ministry of Interior Statistics, the number of derivatives with illegal weapons throughout Russia fell during the period from January to October 2011 by 7% to 22,9 thousands, while the number of the discovered cases of theft and epressing have declined in the area."} +{"id": 721, "generated": "In the US, fast food and super employees are strecering"} +{"id": 722, "generated": "Every fourth US youngman seats at some point behind the pocket of Mc Donald's cabs."} +{"id": 723, "generated": "In recent days, all everywhere in the US have experienced massive protest against low wages in branches of Walmart and restaurants of popular Fast-food chains like Mc Donald's, Burger King, Taco Bell, Wendy's and Kentucky Fried Chicken."} +{"id": 724, "generated": "And no one can predict whether the protests will stromt even further or whether they will exit soon again."} +{"id": 725, "generated": "The protests are supported by trade unions and several left-side nonprofit organisations."} +{"id": 726, "generated": "Along with the increase in the modest wages of simple Walmart and Fast-Food employees, the organiserators of the protests pursue the aim of founding trade unions."} +{"id": 727, "generated": "So far, this industry is economic hardly trade unionly organized."} +{"id": 728, "generated": "46 cent a year?"} +{"id": 729, "generated": "The protests began last week after Thanksgiving, on the so-called Black Friday, where sales took place in the United States, attracting millions of customers which sometimes led to hand amounts."} +{"id": 730, "generated": "On this day some Walmart workers, many of whom worldwide have 2.2 million, smated their work and worked together with trade unions and left-activating branches in the chain whose target were low and medium-income people."} +{"id": 731, "generated": "Walmart sells all products, from swingings, through hunting-baybes and car batteries to dust digesters, eggs and milk."} +{"id": 732, "generated": "The goods in Walmart aisles are, on average, between 8 and 27% cheaper than are in large supermarkets."} +{"id": 733, "generated": "That is why many of the slightly paid Walmart employees buy only at their own job."} +{"id": 734, "generated": "Prices and its range of goods made Walmart one of the largest companies in the US."} +{"id": 735, "generated": "According to the critics, often Walmart can sell the goods only so inexpensive because of the staff are poorly paid."} +{"id": 736, "generated": "The latter also complain about serious working conditions, such as the lack of tray trays or hand scanners."} +{"id": 737, "generated": "The participants of protests on Black Friday' called for wages increases and expressed their anxiety that contributions to business health insurance had increased from 30 to 100 dollars per month."} +{"id": 738, "generated": "A typical Walmart employee who deserves 9,5 dollars per hour, could not afford that increase, they said."} +{"id": 739, "generated": "Researchers from the California University in Berkeley prove that, if company increased the average wage to 12 per hour would cost Walmart 3.2 billion."} +{"id": 740, "generated": "This is about 1.1% more than they now donate to wage."} +{"id": 741, "generated": "If Walmart changed the wage-log increases completely to the customers, each purchase cost only 46 Cent more in the future."} +{"id": 742, "generated": "Every year, this would be more expenditure for them compared only dollars 12,39 for today."} +{"id": 743, "generated": "Walmart’sponents are satisfied that protests only took place in nine federal states and did not bring any losses to the company."} +{"id": 744, "generated": "The Black Friday ran in its next shop day from 8 a'clock on Thursday to noon, and during this period, Walmart actually had sold about 5000 articles a second."} +{"id": 745, "generated": "Overall, Walmart companies carried out almost 100 million transactions on \"Black Friday\"."} +{"id": 746, "generated": "The company speaker, Dan Fogelman, s claimed in an interview on the left-wise Huffington Post website that on total 'less than five' Walmart workers set up work, and that the protest action is only 'other PR action."} +{"id": 747, "generated": "\"Fppy kitchen!"} +{"id": 748, "generated": "The protests went on in New York this week where their goal were not Walmartlies (which do not wish in this advanced city and therefore so far remain inexistent), but McDonald's and other price cheap restaurants did not pass."} +{"id": 749, "generated": "McDonald's says that the company sells billions of portraits and, nevertheless, you are not given a sickness day and you will not be paid for your honest work!"} +{"id": 750, "generated": "Jumaane Williams, member of the New York City Council"} +{"id": 751, "generated": "Currently, the minimum wage is 7,25 per hour according to federal and New York legislation."} +{"id": 752, "generated": "In fast-food restaurants, the minimum wage is then increased, but not too strong, and on average their simple employees in New York 8,90 dollars per hour."} +{"id": 753, "generated": "Fewer than it deserves no one in this expensive city."} +{"id": 754, "generated": "How it is possible to gain with so little money in New York makes me incomprehensiable."} +{"id": 755, "generated": "There was once a time when almost a quarter of all American young people after school at McDonald's was behind the thé, but young people still live with their parents."} +{"id": 756, "generated": "Fewly any one saw the main source of income or plant to stay longer there."} +{"id": 757, "generated": "Now when I have interviews with McDonald's employees constantly face people who are complaining that they get with that wage and sometimes even have to feed their children."} +{"id": 758, "generated": "On the other hand, there is a comment in the newspaper Wall Street Journal whose authors says that it is irresponsible to get children if you do not know how to feed them."} +{"id": 759, "generated": "The participants in the protests, started on Thursday at 6.30 am before the McDonald's in the 40th Street and in the Madison Avenue, requested that the casinos and cooks of many of Fast-Food restaurants ensure a minimum wage for each guest."} +{"id": 760, "generated": "They continued to demand the establishment of unions in the Fast-food industry."} +{"id": 761, "generated": "The US law prohibits Company management to stand behind this objective and to prevent or dismissing trade union members."} +{"id": 762, "generated": "On the other hand, company management is not going simple to them."} +{"id": 763, "generated": "The establishment of trade unions in the Fast food industry is also difficult for objective reasons, however."} +{"id": 764, "generated": "The most important reason is the high flow of staff."} +{"id": 765, "generated": "Unssatisd"} +{"id": 766, "generated": "Strongd protests also occurred that day before many other fast food restaurants in Manhattan."} +{"id": 767, "generated": "The peak of the protests was a assembly on Middleday before McDonald's at Times Square, at which some local Democrats spoke, including city Council Council member Jumaane Williams, who sentenced: \"McDonald's says, it will not defall it\" /s"} +{"id": 768, "generated": "The demonstrers were also supported by other prominent New York Democrats, for example, mayor Chancellor Bill De Blasio, who said that ''we should jointly support Fast-Food workers, so that they get a fair wage and should give the demonstrers' '."} +{"id": 769, "generated": "According to New York Times, this was the largest action of their kind in the history of US fast food industry."} +{"id": 770, "generated": "However, only some hundreds people were on the site, much of them not all are currently working in the fast-food industry, withtens of thousands working in New York."} +{"id": 771, "generated": "It is not yet to see whether the radio of these protests will mobilisise all the mass."} +{"id": 772, "generated": "\"The brain can only be fairlyly remembered\" so far."} +{"id": 773, "generated": "The topic of the expanded reality popular by champions of modern technologies has recently been taken of usually by the lens of a special glasses."} +{"id": 774, "generated": "Firstly, Google presented a functioning model in summer at its annual conference in November was informed that Microsoft had also registered a appropriate patent."} +{"id": 775, "generated": "In talking with the head of the group interactive 3D technologies at the Microsoft laboratory in Cambridge Shahram Izadi, however, it is clear to understand that the glasses was only a transit station for the scientists of the company."} +{"id": 776, "generated": "It lures the possibility to manipulate virtual objects in the air with mere hands and create virtual free surfaces."} +{"id": 777, "generated": "- Please briefly describe which research you are operating your group."} +{"id": 778, "generated": "- We are dealing with the interaction of man and machine, but we want to extend the borders of that interaction by way."} +{"id": 779, "generated": "Until now, humanity hasremained mainly locked at the phase, in which with pixels are worked on flat-screen screens, which are sometimes impacted, too."} +{"id": 780, "generated": "However, we want to anticipate 5--10 years and predict the radical changes of this interaction."} +{"id": 781, "generated": "For example, the Xbox console and the Kinect sensors are a progress and today no Xbox will longer be sold without Kinect, because everyone have a great interest in movement control."} +{"id": 782, "generated": "- What are still expected for us in the future?"} +{"id": 783, "generated": "- Although Kinect has brought interaction to a physical level, much is still playing on the flat screen, sometimes in 3D."} +{"id": 784, "generated": "Entering of information (the system gets more data) could be improved, the output is not decisive so far."} +{"id": 785, "generated": "We are trying to change this, working on real threedimensional representation systems on the basis of various technologies, including Projektionen."} +{"id": 786, "generated": "We need to dismiss the computer world in our physical world and make it more feasible."} +{"id": 787, "generated": "To do this, however, it is necessary not only the user but also his ambiance to be recognized."} +{"id": 788, "generated": "Then we could complement the real world, much more simple by virtual objects."} +{"id": 789, "generated": "And first of all, we should get away this melted Virtual-Reality thumb!"} +{"id": 790, "generated": "- What do you think about language control?"} +{"id": 791, "generated": "It is popular, but is it not over-valued?"} +{"id": 792, "generated": "- It is certainly not the all-purpose solution because it brings questions about privacy, because one would always like to inform out all those involved about his actions and intentions."} +{"id": 793, "generated": "In actually any kind of interaction with computers is good, but everyone in their specific neons."} +{"id": 794, "generated": "For example, we were working at a project on controlling of objects in public places in which we were experimenting with short and short actions, instead of loading gestures."} +{"id": 795, "generated": "The gestures were not recorded from the object camera, but of a arm that registered the movements of the bone and the muscles."} +{"id": 796, "generated": "It is still relatively large, but in theory could be reduced to the size of a arm-band watch."} +{"id": 797, "generated": "However, as a whole, the future will include mixed control types, such as geographys and language."} +{"id": 798, "generated": "- How this?"} +{"id": 799, "generated": "- We would ask you, for example, to pay this pulse dose?"} +{"id": 800, "generated": "You say it and referring to it at the same time."} +{"id": 801, "generated": "- Normally I just say it."} +{"id": 802, "generated": "- Oh, that would be very difficult to recognize."} +{"id": 803, "generated": "- Does this mean you want the user to adapt to what a machine can afford at the particular time and what not?"} +{"id": 804, "generated": "- not necessarily, but here is about mutual reapprocheation."} +{"id": 805, "generated": "I believe that in the next time we will have to work predominantly on the development of new sensor types which makes it possible to get reactions from people more precisely."} +{"id": 806, "generated": "That can be, for example, laser sensors because they offer in a good resolution, which is very important."} +{"id": 807, "generated": "- What demands do you make starting from your work with the Xbox Kinect sensors on modern cameras?"} +{"id": 808, "generated": "Is it insolution, deep, or something else?"} +{"id": 809, "generated": "- The current generation is basically a good starting point for our work in the area of three-dimensional recognition."} +{"id": 810, "generated": "Of course, 8 Megapixel with a speed of 1000 fps would not be bad."} +{"id": 811, "generated": "But the main issue are not the Megapixels themselves, but the quality of the mattress and the depth."} +{"id": 812, "generated": "In this respect, all the current technologies are not good enough, because the developers of the algorithms have more work for us."} +{"id": 813, "generated": "It must take account of not only resolution along the X and the Y, but also along the Z acaxis."} +{"id": 814, "generated": "The speed and the number of images per second are also important."} +{"id": 815, "generated": "Man’s movements are extremely dynamic and be frankly, the current 30 fps are too little, especially for gestures."} +{"id": 816, "generated": "Stephen Betishes developed a contact sensor in our laboratory in Redmond, with aregulated processing delay between 1 to 100 millseconds, while today' commercial sensors are more closer to the second value (60 to 100 mills)."} +{"id": 817, "generated": "Not all understand how much that affects the interaction of man and machine."} +{"id": 818, "generated": "For my work I really needed such a device, only without contact control, and with more images per second."} +{"id": 819, "generated": "- Do you't have to increase the number of cameras?"} +{"id": 820, "generated": "- Kinect is currently working with three \"cams\", one of them actually an infrred transmitter and the second is a receiver for thereflected signal."} +{"id": 821, "generated": "And the third camera is actually a ordinary RGB camera."} +{"id": 822, "generated": "It does not serve to calculate the object depth."} +{"id": 823, "generated": "More cameras could probably solve the problem..."} +{"id": 824, "generated": "Or strengthenen the problem as it would be necessary for more calculations."} +{"id": 825, "generated": "It would be a flexible, Kinect-likeable system in which we could play with different camera tendties to discover how that helps us in determining a three-dimensional position."} +{"id": 826, "generated": "- When I remember quite, unlike Google, Microsoft did present its glasses to the public."} +{"id": 827, "generated": "Do you not think that with regard to the application of the technology of expanded reality in the everyday life, do the glasses have the best prospects?"} +{"id": 828, "generated": "- Of course it is not pleasant to keep a smartphone in the honored hand every day, but I think: the most appropriate variant would be a \"changeing\" expanded reality, in which we switch through a cloud from the olashes to the smartphone."} +{"id": 829, "generated": "The Brille is a personal gag and it lies their strength (Privates can see you only), but at the same time their weakness, because an expanded reality through Brille you can work together with others on virtual objects."} +{"id": 830, "generated": "- Imagine ourselves for a moment that manipulation of virtual ograms in the air is accessible not only Tony Stark from Iron Man, but also normal death."} +{"id": 831, "generated": "There is a problem that critics often refer to this idea: there’s no felt reaction!"} +{"id": 832, "generated": "The hands do not feel at all!"} +{"id": 833, "generated": "What answers will your group give to this objection?"} +{"id": 834, "generated": "- In my lectures, I often say that enlarged reality represents the seventhth breakthrough in the interaction between man and the machine."} +{"id": 835, "generated": "I think that the eight breakthrough could certainly become the integration of tactical perception."} +{"id": 836, "generated": "An interesting method is the use of the second hand as somewhat unusual project document at the moment."} +{"id": 837, "generated": "She is taking pressure perfectly true!"} +{"id": 838, "generated": "But there are also technologies that are actually intended at giving the 'image in the air' something, for example, the interval of some directional ultrassonic beams in a particular point, where the finger is located, makes themselves to be under the discipline of the person."} +{"id": 839, "generated": "There are also bows for the hand handle that affect on nerve ends in the fingers, that is a potential direction."} +{"id": 840, "generated": "- Have you tried to list the brain?"} +{"id": 841, "generated": "It think that it feels what it should feel, if it see something it is now?"} +{"id": 842, "generated": "- This is a good idea, so we have't tried it yet."} +{"id": 843, "generated": "Here is hiding another task with which we will have to fight long ago, namely to allow one person who is physically in a closed space, to believe that it is located in an open, practically endless space, rather instead to base it."} +{"id": 844, "generated": "So far, the brain can only be over overlooked fairly, and there are many working years before us."} +{"id": 845, "generated": "This is precisely making the work in the field of virtual reality for a researcher so attractive: there are many issues that we are only at the beginning."} +{"id": 846, "generated": "own taste instead culture - rosbalt.ru"} +{"id": 847, "generated": "Rosbalt fors the project \"Petersburger Avantgarde\" devoted to the people of the city that form the Avantgarde of art and culture."} +{"id": 848, "generated": "On the chosen list, high-level representatives of Petersburg art scene, whose successes already go beyond the borders of the city and which are often finding recognition in Europe without being known of it in the rest of Russia."} +{"id": 849, "generated": "The new host of Rosbalt is the extravagant artist Kirill Miller."} +{"id": 850, "generated": "The entire city knows Kirill Miller, the trees dressed in Red can be seen at the Russian Museum, at the summer garden, at scene meetings or in artworks of music."} +{"id": 851, "generated": "Where the pictures of Kirill Miller are shown, they attract large human massess."} +{"id": 852, "generated": "Kirill Miller is one of the typical Petersburgist social-philosophic artists who create new myths."} +{"id": 853, "generated": "Kirill Miller is alighting personality of the Petersburg Avantgarde at the end of the 80s or beginning of the 90s."} +{"id": 854, "generated": "He is also a man of the city and charms by present on the street, a smile in the face of his fellow citizens and givess them a good smile."} +{"id": 855, "generated": "Recently, he became adrehgel and became a Petersburg spin player as he felt ready for this difficult role in regard to his artists' sense, his philosophy and his image."} +{"id": 856, "generated": "- Kirill, why are you always being in Red and are not, for example, transporting in yellow or Turkey in the city?"} +{"id": 857, "generated": "I have chosen color Rot as a mode designer who deals with the optics and the image."} +{"id": 858, "generated": "In this world, Red is the compromise between artists, image advisors and society."} +{"id": 859, "generated": "In society, everything that differs from the grey standard is resulting by aggression and bad behaviour."} +{"id": 860, "generated": "However, I want to talk with the people through my provoations."} +{"id": 861, "generated": "Each of my lastvocations was an invitation to do talk."} +{"id": 862, "generated": "- When did you know that you have to become illustrator?"} +{"id": 863, "generated": "- At an exhibition in the Kulturpalast Newskij in which my works were exposed."} +{"id": 864, "generated": "I understand that I must go this way."} +{"id": 865, "generated": "Then the time of the old free, but not officially recognised photographer, came that end, and new and free painting as I were incomprehensiable."} +{"id": 866, "generated": "I was friends with the malers of the new generation, that is representatives of the \"Gazonewschina; that led to \"Puschkinskaja 10\", and then it came again end."} +{"id": 867, "generated": "I draw it to the theatre, to fashion, to music, actually to everything, except of literature."} +{"id": 868, "generated": "- And all this united in your art clinic... - It had been important to me to stand at the centre of the Petersburg culture, where where the best created artists should gather together."} +{"id": 869, "generated": "In 1995, Ioccupied an space in the Puschkinskaja 10, and until the renovation work there was a musical- artistic club for the Boheme, the House of the Petersburg Boheme."} +{"id": 870, "generated": "Many there were born: N.O.M., Tequilajazzz, and I remember how scam came with his project \"Ucho Van Goga\"."} +{"id": 871, "generated": "Schnur and his friends sang simple songs play-back, wearing close trios and some of themlonged to the today named composer Igor Wdowin."} +{"id": 872, "generated": "When the group began to play live, it became the \"Leningrad\"."} +{"id": 873, "generated": "Trachtenberg modified many programmes before the time of \"Halli-Galli\"."} +{"id": 874, "generated": "We gave them to Trachtenberg and it began his large career career, but the bases on which he learned with us."} +{"id": 875, "generated": "The Galerie \"D 137\" or the club \"Griboedov\" also their origin in the Art clinic."} +{"id": 876, "generated": "That was where our employees and local guests went there."} +{"id": 877, "generated": "I am a her of the last century, where culture still meant something."} +{"id": 878, "generated": "In 2000, there was a survey in the press concerning the award \"personalrities of our city\"."} +{"id": 879, "generated": "I won in the category \"Arts of the year\", and so I was reached to the height."} +{"id": 880, "generated": "It is not easy to work following old rules in new times; I am a man of the truth, honesty and culture of the last century."} +{"id": 881, "generated": "In this time it is easy to become famous, but culture and popularity are not the same: you can be famous without this without making a cultural contribution."} +{"id": 882, "generated": "- Your works have an undevocable style."} +{"id": 883, "generated": "- Many of my images are real pearls and clearly express the currentity and strengty of the thoughts."} +{"id": 884, "generated": "I will have an exhibition with the topic of \"The Russian Museum als Clowns\"."} +{"id": 885, "generated": "Clowns are timeless."} +{"id": 886, "generated": "Previously I was social, but now it is painful and prepares fear to be the way on."} +{"id": 887, "generated": "In a chapel thatwatess everything and loses its tragedy."} +{"id": 888, "generated": "I love the Groteske, and I have groteske ideas."} +{"id": 889, "generated": "Let us, for example, save the world bystating that everyone has a complete dress to dress."} +{"id": 890, "generated": "Now everyone watchs to the clothes and oriented on the outside and not at the inside of man."} +{"id": 891, "generated": "Perhaps one should not be given his hand to a man but should shove him into his face."} +{"id": 892, "generated": "The deceptionness disappears through the dresses."} +{"id": 893, "generated": "- recently saw you in the role of the urban twistorllier player. - a culture city should have a her such a her."} +{"id": 894, "generated": "Who, if not I?"} +{"id": 895, "generated": "- Can commercial art also be beautiful?"} +{"id": 896, "generated": "- Today, commercial art must be careful, careminded and facegoing."} +{"id": 897, "generated": "We see the disintegration of cultures."} +{"id": 898, "generated": "In the past, people formed large groups: the Bohemian people loved the one thing and the simple people loved the other."} +{"id": 899, "generated": "Now there are micro-communies and it is difficult to enjoy everyone."} +{"id": 900, "generated": "I am not a one hundred dollar note that likes everyone."} +{"id": 901, "generated": "Now you have to think you who you will like."} +{"id": 902, "generated": "Now each Kultstar has about 100 supporters."} +{"id": 903, "generated": "- but the performances of Stas Michailow come a few thousands!"} +{"id": 904, "generated": "- women come from him, where the sexual-social sphere plays a role."} +{"id": 905, "generated": "For cultural reasons, 300 people come and not 10 thousands, consequently, there is less management, money, and everything that is based on."} +{"id": 906, "generated": "I have followers, and the most important is not to fraud them or to destroy the achieved."} +{"id": 907, "generated": "In my youth I have painted such images, which hang even at a collector of artists in a series of the works made by Falk and Larionow."} +{"id": 908, "generated": "I began with images that usually come until the end of my career."} +{"id": 909, "generated": "Today, there are often misunderstandings."} +{"id": 910, "generated": "It means: intellectual culture and consumption culture."} +{"id": 911, "generated": "Consumer has no culture at all – this is something quite different."} +{"id": 912, "generated": "I am a man of past culture and grewed with artists who lived in poverty, died in poverty and rejectedd money in to be able to paint."} +{"id": 913, "generated": "This is the culture which I support."} +{"id": 914, "generated": "- Kirill, what is Petersburg missing?"} +{"id": 915, "generated": "- good culture experts."} +{"id": 916, "generated": "We say: Thee of culture."} +{"id": 917, "generated": "But not each of them can deal with culture."} +{"id": 918, "generated": "As to the real dragons, it was different because the arzars may not understood much of culture, but they understood that right experts are needed."} +{"id": 919, "generated": "There are currently good consultantss in Moscow."} +{"id": 920, "generated": "In Petersburg, we have those who could be experts, but they will be blocked the way as they need more high-level experts who properly evaluate the first, and free them the way."} +{"id": 921, "generated": "Now only your own taste is counts."} +{"id": 922, "generated": "The same applies to the cartoon, but with the difference that they are saying honestly that they do not accept all contemporary art and some photographers therefore have to search other museums."} +{"id": 923, "generated": "- What is for you Petersburg?"} +{"id": 924, "generated": "- Petersburg is not the Capital of culture; in Moscow, there is much more culture and a appropriate nutritional ground."} +{"id": 925, "generated": "Art can only be a difficult to grow on our stones."} +{"id": 926, "generated": "We need a cultural foundation, because, for example, we have now a lot of writers than readers, and this is not actually the case."} +{"id": 927, "generated": "There are many curious people who visit exhibitions or concerts in Europe."} +{"id": 928, "generated": "This is much less than us."} +{"id": 929, "generated": "Art must be again modern, just as at the beginning of previous century."} +{"id": 930, "generated": "The project is financed from subsidies to the City of San Petersburg"} +{"id": 931, "generated": "Geburt im Weltall"} +{"id": 932, "generated": "Earth in danger."} +{"id": 933, "generated": "Global warming or accident with Killerasteroid."} +{"id": 934, "generated": "Karawans of spaceships with earth habitantss on board are in search for a replacementplan."} +{"id": 935, "generated": "To save humanity, the important question is how we can continue in seriousness or on the replacement plan?"} +{"id": 936, "generated": "I do not think there many ways to choose."} +{"id": 937, "generated": "In fact, there are only two real planets, which at least we could dwell hypotheticalally."} +{"id": 938, "generated": "\"This is Mars and Venus,\" says the scientific employee of the Astronomischen Sternberg Institute, Wladimir Surdin."} +{"id": 939, "generated": "However, while the conditions on Mars are relatively life-friendly, there is temperature of 500 degrees on the surface of Venus."} +{"id": 940, "generated": "Life would be only in large height, or in the orbit of the Venus, in other words in All, possible."} +{"id": 941, "generated": "The question of continued planting in All addressed researchers first about the flora."} +{"id": 942, "generated": "Already half a century before, experiments were carried out with plants."} +{"id": 943, "generated": "The fourth generation of producers nurtured in the Orbit does not distinguish little from the Irish species."} +{"id": 944, "generated": "It followed the breeding of insects, more precisely of tiny flys (Drosophila), in Orbit."} +{"id": 945, "generated": "In 1979, guard telephones were sent to the world to explore how severitylessness affects the development of embryos."} +{"id": 946, "generated": "It becomes a very normal cac."} +{"id": 947, "generated": "But then the problem begins."} +{"id": 948, "generated": "\"The problem is that the Küken has to stand up; it needs to be stand on its legs and start to move\", explained the laboratory leader of the Institute for MedicallyBiological Solutions RAN, Wilson Sychemir, that it impacteds a problem with a very significant impact on the ecosystem"} +{"id": 949, "generated": "Without solid underneath, the cows fover wild."} +{"id": 950, "generated": "Ten hours later, the insects of new newborns completely suumbled."} +{"id": 951, "generated": "Thekies did not react to light and the sound."} +{"id": 952, "generated": "Four days later, they then simply died."} +{"id": 953, "generated": "\"Severtly we left Küken and put the whole in because it is simply impossible to work with them there,\" believes Wladimir Sychew that the failed experiment with theKüken has come into reality."} +{"id": 954, "generated": "The last broth cage with animals fled to the Orbit 16 years ago."} +{"id": 955, "generated": "The experiments will continue in the spring 2013."} +{"id": 956, "generated": "However, the Biosstatic \"Bion\" will include only the same-ssex species."} +{"id": 957, "generated": "There was an experiment with rats that were already fertilated to all."} +{"id": 958, "generated": "In principle, nothing special has been detected at this."} +{"id": 959, "generated": "\"This was just with biosattes, but once again it was only one single experiment, and research needs to continue,\" notes Wladimir Sychew."} +{"id": 960, "generated": "After the t landing, the Space Council were giving youngs."} +{"id": 961, "generated": "The problem of continued breeding directly in space has not have been solved so far."} +{"id": 962, "generated": "The task is difficult."} +{"id": 963, "generated": "animals who are sapyed from their natural life, simply cannot follow their continued planting drive."} +{"id": 964, "generated": "Unlike to animals, man could know this in principle."} +{"id": 965, "generated": "The Homo sapiens is capable for abstract thinking and can create a similar emotional background."} +{"id": 966, "generated": "For ethical reasons, we do not conduct such experiments."} +{"id": 967, "generated": "But women are already flying all for 50 years."} +{"id": 968, "generated": "The greatest risk was at Tereschkowa."} +{"id": 969, "generated": "The most valuable that humanity ownes is the female organism."} +{"id": 970, "generated": "Our owe fle out, and nobody on the earth could have answered the following question: Is it operating space flight?"} +{"id": 971, "generated": "Will they worldwide be able to bring a child after that flight?"} +{"id": 972, "generated": "\"No one at last answered the question,\" says spaceveteran Wachtang Watschnadse."} +{"id": 973, "generated": "In June 1964, only a year after her space flight flight, the first female Kosmonulina, Valentina Tereschkowa, was given to a daughter."} +{"id": 974, "generated": "The father of the child, Andrijan Nikolajew, was also Kosmonaut."} +{"id": 975, "generated": "In 1988, the second wife was in All - Swetlana Sawizkaja, who was set up twice in Orbit and carried out even works outside the space vehicle, gave a son to him."} +{"id": 976, "generated": "Nevertheless, it remains a risk."} +{"id": 977, "generated": "We have only very few cosmonutes where everything went well after long flights and got a healthy young."} +{"id": 978, "generated": "\"The more, the more dangerous it is even that of flights in the Orbit,\" conclusions Kosmonaut Waleri Poljakow, heroic of the Soviet Union and her of the Russian Federation."} +{"id": 979, "generated": "Yet humanity still has to look for new ways in biotechnology, radiation protection and the production of artificial gravitation."} +{"id": 980, "generated": "The Hydrolabor in the preparationy centre of the cocooes is a compulsory station during the preparation for the flight."} +{"id": 981, "generated": "Here in a vulnerable state the Kosmonaut routine win work for open space."} +{"id": 982, "generated": "Water is being severityless."} +{"id": 983, "generated": "Even when adults feel water as pleasant, it is a foreign environment; but childters feel water as a natural element."} +{"id": 984, "generated": "It is as if Ichtyander small witnesss notified that life on the land crashed out of the ocean."} +{"id": 985, "generated": "There is a connection between the fact that a child is about 9 months in the belly of the mother in fruit water and that it can then be easier to be used to water."} +{"id": 986, "generated": "In principle, that is logical, as from the birth to the first swimming there happens just once 2 weeks."} +{"id": 987, "generated": "\"This is too little time to forget something,\" says Baby-schwanlehrer Marina Aksenowa."} +{"id": 988, "generated": "While for a new child, severitylessness is a much more natural state, wife does not come out without heavy power."} +{"id": 989, "generated": "In the state of severitylessness, belly legs and pool muscles lapse immensely quickly, and this also cuts the ability to pressise the child."} +{"id": 990, "generated": "Well, we are handling it through brutal start-up aid."} +{"id": 991, "generated": "The birth, for example, could occur in a special chamber to press out the child."} +{"id": 992, "generated": "'what will happen then?\" is the nonsignificant question of Waleri Poljakow."} +{"id": 993, "generated": "On the other hand, the child also needs artificial strongness."} +{"id": 994, "generated": "Without feeling the earth attraction, the organism being cannot train the Skelet and the muscles."} +{"id": 995, "generated": "A new born child cannot beucked in the Orbit as a adult suit for training in a burden line."} +{"id": 996, "generated": "It is simply the lack of what is elementary important to his lives."} +{"id": 997, "generated": "\"This experiment that we are conducting jointly, namely the birth of a child in a foreign environment, will lead that we will bring to an disabled, a completely unfitd person,\" says the head of the Bioethic Commission of the World, the head of the Committee on Agriculture and Development"} +{"id": 998, "generated": "So far, the birth of children in the world is simply theory."} +{"id": 999, "generated": "At some point, it will become reality if the earth’s people in their space ships migrate to a distant planet that becomes the home for their successors that were born in all."} diff --git a/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_5_44030.json b/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_5_44030.json new file mode 100644 index 0000000..8309629 --- /dev/null +++ b/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/geometry_router_metrics_5_44030.json @@ -0,0 +1,163 @@ +{ + "epoch": 5, + "router_metrics": { + "layer_0": { + "bias_e": 2.342134475708008, + "bias_h": -2.2653872966766357, + "bias_s": -2.3719615936279297, + "e_H": 0.09733495116233826, + "e_S": 1.0566028052494403e-08, + "gate_e": 0.9899066686630249, + "gate_h": 0.004355006851255894, + "gate_s": 0.005738382693380117, + "logit_e": 2.7784714698791504, + "logit_h": -2.654726982116699, + "logit_s": -2.3719615936279297 + }, + "layer_1": { + "bias_e": 4.4463348388671875, + "bias_h": -4.193984031677246, + "bias_s": -4.302656173706055, + "e_H": 0.07560651004314423, + "e_S": 0.0, + "gate_e": 0.9998127222061157, + "gate_h": 8.481366967316717e-05, + "gate_s": 0.00010251362982671708, + "logit_e": 4.88267183303833, + "logit_h": -4.496410369873047, + "logit_s": -4.302656173706055 + }, + "layer_10": { + "bias_e": 7.253782749176025, + "bias_h": -5.9191179275512695, + "bias_s": -6.243187427520752, + "e_H": 0.09093776345252991, + "e_S": 0.0, + "gate_e": 0.9999983310699463, + "gate_h": 8.677942560098018e-07, + "gate_s": 8.888748652680079e-07, + "logit_e": 7.690119743347168, + "logit_h": -6.2828688621521, + "logit_s": -6.243187427520752 + }, + "layer_11": { + "bias_e": 7.784544467926025, + "bias_h": -6.159845352172852, + "bias_s": -6.5307230949401855, + "e_H": 0.09885847568511963, + "e_S": 0.0, + "gate_e": 0.9999992847442627, + "gate_h": 3.9037462329361006e-07, + "gate_s": 3.921564939446398e-07, + "logit_e": 8.220881462097168, + "logit_h": -6.555278778076172, + "logit_s": -6.5307230949401855 + }, + "layer_2": { + "bias_e": 5.397010326385498, + "bias_h": -4.754131317138672, + "bias_s": -5.004795551300049, + "e_H": 0.056702494621276855, + "e_S": 0.0, + "gate_e": 0.99996018409729, + "gate_h": 2.0174957171548158e-05, + "gate_s": 1.963528666237835e-05, + "logit_e": 5.833347320556641, + "logit_h": -4.980941295623779, + "logit_s": -5.004795551300049 + }, + "layer_3": { + "bias_e": 6.330615997314453, + "bias_h": -5.171867370605469, + "bias_s": -5.463033199310303, + "e_H": 0.05446029454469681, + "e_S": 0.0, + "gate_e": 0.9999898672103882, + "gate_h": 5.273933311400469e-06, + "gate_s": 4.881801032752264e-06, + "logit_e": 6.766952991485596, + "logit_h": -5.389708518981934, + "logit_s": -5.463033199310303 + }, + "layer_4": { + "bias_e": 6.400433540344238, + "bias_h": -5.185112476348877, + "bias_s": -5.507636070251465, + "e_H": 0.05732494220137596, + "e_S": 0.0, + "gate_e": 0.9999907612800598, + "gate_h": 4.80193148177932e-06, + "gate_s": 4.354001248429995e-06, + "logit_e": 6.836770534515381, + "logit_h": -5.414412498474121, + "logit_s": -5.507636070251465 + }, + "layer_5": { + "bias_e": 6.198329448699951, + "bias_h": -5.25513219833374, + "bias_s": -5.503161907196045, + "e_H": 0.056680891662836075, + "e_S": 0.0, + "gate_e": 0.9999891519546509, + "gate_h": 5.4969086704659276e-06, + "gate_s": 5.353073447622592e-06, + "logit_e": 6.634666442871094, + "logit_h": -5.481855869293213, + "logit_s": -5.503161907196045 + }, + "layer_6": { + "bias_e": 6.631720542907715, + "bias_h": -5.412135601043701, + "bias_s": -5.737940788269043, + "e_H": 0.064012810587883, + "e_S": 0.0, + "gate_e": 0.9999942779541016, + "gate_h": 2.960201300084009e-06, + "gate_s": 2.744247922237264e-06, + "logit_e": 7.068057537078857, + "logit_h": -5.668187141418457, + "logit_s": -5.737940788269043 + }, + "layer_7": { + "bias_e": 6.282275199890137, + "bias_h": -5.342351913452148, + "bias_s": -5.636649131774902, + "e_H": 0.07185235619544983, + "e_S": 0.0, + "gate_e": 0.9999912977218628, + "gate_h": 4.3673417167156e-06, + "gate_s": 4.306997652747668e-06, + "logit_e": 6.718612194061279, + "logit_h": -5.629761219024658, + "logit_s": -5.636649131774902 + }, + "layer_8": { + "bias_e": 6.756913661956787, + "bias_h": -5.565805912017822, + "bias_s": -5.914369583129883, + "e_H": 0.07718080282211304, + "e_S": 0.0, + "gate_e": 0.9999958276748657, + "gate_h": 2.1292996734700864e-06, + "gate_s": 2.0296965885790996e-06, + "logit_e": 7.19325065612793, + "logit_h": -5.8745293617248535, + "logit_s": -5.914369583129883 + }, + "layer_9": { + "bias_e": 6.991507530212402, + "bias_h": -5.6689229011535645, + "bias_s": -6.021483421325684, + "e_H": 0.08809009194374084, + "e_S": 0.0, + "gate_e": 0.9999971389770508, + "gate_h": 1.4601793054680456e-06, + "gate_s": 1.44221530717914e-06, + "logit_e": 7.427844524383545, + "logit_h": -6.021283149719238, + "logit_s": -6.021483421325684 + } + }, + "sampling_config": "ode-steps64-cfg2-ts_logit_normal-cond", + "step": 44030 +} diff --git a/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..2829a88 --- /dev/null +++ b/outputs/eval_scratch_geom_warmup_ep5/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 5, "step": 44030, "bleu": 21.603227987460144, "rouge1": 56.10797937785644, "rouge2": 28.919907270352738, "rougeL": 50.9117983064482} diff --git a/outputs/xsum_s123/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl b/outputs/xsum_s123/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl new file mode 100644 index 0000000..e3f036d --- /dev/null +++ b/outputs/xsum_s123/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "Former Nigerian international Sam Sodje has denied fraudulent charges relating to a leading sport charity."} +{"id": 1, "generated": "Middlesex captain Adam Voges will not be playing the first day of their Division One match against New Zealand after suffering a ham injury."} +{"id": 2, "generated": "The Duchess of Cambridge's Vogue portraits are to be displayed in an exhibition marking her centenary of photography interest."} +{"id": 3, "generated": "The administrator of the large social media site 4chan has been appointed at search giant Google."} +{"id": 4, "generated": "Two men and a teenager have been charged with aggravated vehicle taking following a strike at police station near Lalyaan, County Down."} +{"id": 5, "generated": "A man has been taken to hospital after being hit by a taxi in north Manchester city centre."} +{"id": 6, "generated": "The president of Ney Rosell has resigned after speaking concerns that the club's family suffered \"unfair attacks\" during his investigation into alleged investory."} +{"id": 7, "generated": "London's schools will be impossible to go need a degree if funding cuts cut to £28,000 more than they go on ahead, according to London Councils."} +{"id": 8, "generated": "Professor Roy's century on the third day of the season helped Surrey boost the pressure against Kent by 29 runs at Vical."} +{"id": 9, "generated": "Former Labour leader Sophia Kendall has urged voters to back Jeremy Corbyn using their votes in the party's leadership contest."} +{"id": 10, "generated": "School leaders are warning the lives of clubs like clubs and support services are being \"eroded away\" as requests to cut school funding go ahead."} +{"id": 11, "generated": "As the Republic of Ireland marks its official move to the UK at the European Games on Wednesday, the country is still in a difficult state where doesn't there can't have any more relevance."} +{"id": 12, "generated": "The new head of Kent Police and victim commissioner (PCC) has described herdescribing her role in the force's transparent culture as \"wbilinger\"."} +{"id": 13, "generated": "A pupil was shatped up by a man who stole a pupil's Christmas bag outside a special school, according to police."} +{"id": 14, "generated": "Newport County goalkeeper Rys Taylor has left Wrexham until the end of League Two season because of bench concerns."} +{"id": 15, "generated": "Bashley United have begun their bottom-of-fourdate New Mills managerial squad after a 1-0 defeat."} +{"id": 16, "generated": "An MP has said he is \" Concerning\" about the idea of creating an direct elected mayor for Bath in the local council referendum."} +{"id": 17, "generated": "A Georgia cafe has blamed three days of hostility after a group of neo-Nazis attacked on people, saying they support far-right fascist ideas."} +{"id": 18, "generated": "Wales coach Warren Gatland hailed an \"unlucky\" switch from a 43-1 defeat to Italy to name six players for their first Six Nations match since 2014."} +{"id": 19, "generated": "Wales midfielder Andrew Bradshaw says team-matets Gareth Bale and Tym Ramsey are a massive part of his performing."} +{"id": 20, "generated": "A second Twitter promo for the new Star Wars film A New Hope has been released, showing the voice of David Vader above the galaxy chanting over his robot."} +{"id": 21, "generated": "A man who raped and rape 13-year-old girls has been jailed for life."} +{"id": 22, "generated": "Two Afghan soldiers have been killed in an air strike by US forces in southern Afghanistan, officials say."} +{"id": 23, "generated": "Police in India say they charged two goons who tried to rap a tourist in the country and left her with serious injuriess on her companion."} +{"id": 24, "generated": "Hong Kong Cathay Pacific has said it will ban the carriage of shark fin as part of an conference designed by the World World Marine Conservation Forum."} +{"id": 25, "generated": "Chester have agreed a deal with Shborough midfielder Sam Shaw, who will extend his contract with Championship rivals Manchester City after their second summer start to the season."} +{"id": 26, "generated": "Archaeologists believe a wooden axe that was believed to date up to the 18th Century has been jamed into a seabed."} +{"id": 27, "generated": "It is good the rag that it's all go to produce aspen seeds."} +{"id": 28, "generated": "A six-mile oxygen chamber that broke up by Guernsey's own health diving system could costing £60,000 a year if the government is being asked not to notify divers of going to the hospital."} +{"id": 29, "generated": "Nottinghamshire bowler Hamama Eranga has been tested for wicket- bowling after missing the rest of the three-Test series against England in Edinburgh."} +{"id": 30, "generated": "The owners of a clothing shop in the western state of Gujarat plan to rebrande the name of former Nazi leader Adolf Hitler, amid claims of pressure from Israeli and the government."} +{"id": 31, "generated": "Islamic State (IS) militants and Kurdish militia forces have shot dead at least 120 people in the seized Syrian town of Kobane, rights groups say."} +{"id": 32, "generated": "League One side Edinburgh United have signed West Ham striker Asdigi Lee by mutual consent."} +{"id": 33, "generated": "The Northern Ireland inquest into the death of businessman John Hunter in County Antrim on Tuesday has opened of a team of Northern Ireland experts."} +{"id": 34, "generated": "Plans for a wind farm development in the Borders have been lodge following a refusal to permission from the Scottish government to build up to nine turbines."} +{"id": 35, "generated": "Wasps have signed England international forward Cyle Eastmond from original Premiership club Bath."} +{"id": 36, "generated": "Nottingham Mayor Sony Mallon has said two councillors who claim the sale of land at a Middlesbrough hall were declared \"dodgy\"."} +{"id": 37, "generated": "The US economy grew at solid from the original estimate in the first quarter of 2016, official figures show."} +{"id": 38, "generated": "Photos have emerged after they were spotted a sit with a man dling using a wall during a month of anti-social behaviour in his town centre."} +{"id": 39, "generated": "More than 625 drugs have been seized or confiscated from school premises and 625 incidents in the past three years, figures obtained by BBC News have revealed."} +{"id": 40, "generated": "The 2015 Skyrunner World Series is to be held for the first time in three months, including races in England, UK, Northern Ireland, the US, Italy and Italy."} +{"id": 41, "generated": "Bbanke injunctions relating to gang members accused of making new year feud and murders into force in 2016, the BBC has revealed."} +{"id": 42, "generated": "A suspected policeinformer accused of being a secret and living as a state agent in 2010. says he will face a third court challenge against his solicitor."} +{"id": 43, "generated": "The Police Federation has criticised leaders about Mark Gargan's return as chief constable and said he is \"beginning in the force\"."} +{"id": 44, "generated": "Health doctors had gone to accident and emergency at a Gwynedd clinic unit who went missing almost a month before he died, an inquest has heard."} +{"id": 45, "generated": "Two supermarket outlets Asda and Morrisons arethreatening to shut down oil prices on Friday, amid concerns over so-called fuel price wars."} +{"id": 46, "generated": "A report on the issue of a draft flood protection proposal found in Dumfries has concluded."} +{"id": 47, "generated": "House prices hit at £1m, both may be too marginal in the scalp of throw, but the where two of the costiest towns in Britain are moving up to record."} +{"id": 48, "generated": "Sadiq Khan has been suspended from the mayor of London as the candidate faces an investigation into social media comments about him to hire."} +{"id": 49, "generated": "Two motorcyclists were killed in a crash involving a motorbike on the A4 in Wiltshire."} +{"id": 50, "generated": "A collection of some 7,600 historical coins is to be put up on display in Gwynedd, Carmarthenshire."} +{"id": 51, "generated": "A man being part of a gun plot to try to escape a unrisoned prisoner driven him from his cell has been cleared of firearms."} +{"id": 52, "generated": "Researchers are hoping to explain why a moving mass of metal moves to the edge of the Earth."} +{"id": 53, "generated": "Cardiff City manager Neil Warnock says his side are considering making an offer for Aberdeen midfielder Jack Hayes."} +{"id": 54, "generated": "Exeter City have signed Bristol Chiefs Josh Simmonds on loan until the end of the season."} +{"id": 55, "generated": "A human rights plan created in Scotland to bring human rights home in people every life has been developed by international human rights experts."} +{"id": 56, "generated": "Carlos Tevez has joined Argentine champions Boca Junior on a two-year deal."} +{"id": 57, "generated": "France's Peter Armstrong won the gold in the Olympics women's road race at Rio 2016."} +{"id": 58, "generated": "Republican candidate Donald Trump has won the polls since the US White deposits, the Islamic Bush, Jewish gun attacks and bombfire cooperation in Manhattan."} +{"id": 59, "generated": "A car at a meet where a 10-year-old girl was injured when people said she \" thought I thought I was going to die\", a court has heard."} +{"id": 60, "generated": "Sbugnoch Council has been refused to invite a SDLP football team from Northern Ireland and the Republic of Ireland."} +{"id": 61, "generated": "The spread of HIV is the biggest role for South Africa that has gone so far."} +{"id": 62, "generated": "Great Britain's men's team won a bronze at the European Athletices Championships in Laacino, Sweden."} +{"id": 63, "generated": "There's little more Premier League confrontation apparent on the opening weekend of the weekend than many have recently come join."} +{"id": 64, "generated": "The reports of Scotland football have often few signs of politicimine between the managers of one tournament."} +{"id": 65, "generated": "Tate Britain is to install its first large-scale dance gallery as part of an installation to create the aesthetic and architectural setting of the Duveen Galleries."} +{"id": 66, "generated": "Plans for a £43m nuclear research park and training centre for up to 700 jobs have moved on the way."} +{"id": 67, "generated": "A teenager who admitted having sex with a teenage girl in a Dundee college jailed for almost six years, has been given more time of detention."} +{"id": 68, "generated": "An 83-year-old man tried to get out of his vehicle in Worcestershire under flood warnings."} +{"id": 69, "generated": "When the Chinese economy slow down in the 1970s and 70s, let some who had been consulting on a broad newspaper, three were on good to hear:"} +{"id": 70, "generated": "China's Tehran and its mobile telecommunications firms Huawei and ZTE should face boycott under US security investigations, according to a Congressional panel."} +{"id": 71, "generated": "David Cameron has been accused of using \"bunch of migrants\" language on Google to help migrants at the refugee camp in Calais during a weekend of Questions from Labour."} +{"id": 72, "generated": "Mercedes have penald driver Nico Rosberg for breaching teams rules allowing much gear to help drivers."} +{"id": 73, "generated": "Police in Japan are calling for the world to find a small breed of Chihuahuas, which is \"quitely rare\" for work - to be narrow as a police dog."} +{"id": 74, "generated": "Rotherham United have confirmed three caretakers managers will remain in the job for \" throughout months of January\"."} +{"id": 75, "generated": "Police have said that additional patrols investigating an sexual assault on a man in North Loton are \"no longer looking\"."} +{"id": 76, "generated": "A woman accused of murdering a man who says she has blood over his face has told a jury she receiveda text during a fight with his dad."} +{"id": 77, "generated": "Mama, Clnaced, Dallas Industrials, Persian Iran and a Jewish-footed crude cigarettes info all the figures at New York University campus."} +{"id": 78, "generated": "Labour may not to talk about the European Union in those assembly elections before the assembly election in May, a former Plaid AM Wales leader has said."} +{"id": 79, "generated": "New York Yankees opener Evao Rodriguez is retiring from doping."} +{"id": 80, "generated": "Lothian Buses revenue was hit by an mistake to Companies House last year, according to its latest accounts."} +{"id": 81, "generated": "When a 10-year-old girl was born, Ethiopia she was marrieding off with her father husband, she was too young."} +{"id": 82, "generated": "Mike Elliott scored the 82th minute to secure a 5-0 1 win at Livingston and become fifth place in Group C in the Scottish Cup."} +{"id": 83, "generated": "A man has been arrested after police stole £250,000 from a gun at a house in Drumnadrochit."} +{"id": 84, "generated": "Coneygree's two-time Gold Cup win has been ruled out because of fears he is fit with a fractureing bone, according to former trainer Martyn Bradstock."} +{"id": 85, "generated": "The Philippines President Fraito Duterte has defended his latest speech, promising to legalis same-sex marriage for transgenders."} +{"id": 86, "generated": "Pedro Zan's Bring Me the Horizon has appeared on the ballotting list for this year's 100 Hottest Records."} +{"id": 87, "generated": "Manchester United suffered a hostal start to the season as they were held to a hard deserved draw against Liverpool at Opta Stadium."} +{"id": 88, "generated": "charitiesers are extremely concerned about improvements in the way healthcare providers are deaf and hard of hearing, a new report has found."} +{"id": 89, "generated": "Bayern Munich extended the pressure on second-place RB Leipzig to 13 points at the top of the Bundesliga after a home win at Werder Bremen."} +{"id": 90, "generated": "A football fan has died after collapsesing while abandon a match at Kilmarnock during the visit of both clubs and the both sides."} +{"id": 91, "generated": "Michael McManus says he is delighted to be picked as the Hibernian Playerer of the month on loan."} +{"id": 92, "generated": "Huddersfield Town midfielder Cydstekin has signed a contract extension keeping him at club until the summer of June 2016."} +{"id": 93, "generated": "Labour has vowed to keep the government's pledge to protect its pensions triple lock before it ends 2025."} +{"id": 94, "generated": "Swiss voters are inviting to give shareholders a veto on salaries and bonuses in an attempt to put the compete of most of the world's biggest companies at risk of competitiveness."} +{"id": 95, "generated": "Rudy Ward suffered to his defeat to Georgor Kovalev in the WBF super-miweight title on the front day to the fight in Paris."} +{"id": 96, "generated": "Pakistan's Lahore province has passed a transgender marriage that has denied the right to marry homosexual person of the oppositesex."} +{"id": 97, "generated": "Microsoft has announced the launching of Windows 10, a tech software that just runs on its current tablet OS."} +{"id": 98, "generated": "A Russian prison activist who dens allegations he was beat, rapped and rape has been put in isolation."} +{"id": 99, "generated": "A man who failed to appear to a throwing gang that attacks on four men in Dorset and failed to show show up has been jailed."} +{"id": 100, "generated": "A college head who was given the £850,000 pot pot of bumper pay-off deals is to be repay following a new report by MSPs."} +{"id": 101, "generated": "After a five-year career, Paul Charles ended off a big scandal."} +{"id": 102, "generated": "A County Antrim man has confessed strangled a dog and fed his social worker in a fire, a court has heard."} +{"id": 103, "generated": "Bradford Gwentwent Dragons have appointed Frayssinous to become their new coach of France's home Super League side."} +{"id": 104, "generated": "With the deadly cyber security virus that left 22 people dead of a mother' stroke is safeliest to see - cyber security experts have made a part of their priorities."} +{"id": 105, "generated": "Three buildings overgrown remote ruins that had been linked to the Nazis have been claimed to have been found in Argentina."} +{"id": 106, "generated": "When I look on at a cafehaus in Vienna, how what is worst I have done do about s smoking?"} +{"id": 107, "generated": "Could Michael Kenedy's chance to become a football superstar next season?"} +{"id": 108, "generated": "Hearts beat Motherwell to move up to points and leave them three points clear at the top of the Scottish Premiership table."} +{"id": 109, "generated": "A privately-run summer camp that sparked police investigation into an alleged sexual abuse about a child has been suspended by Ofsted."} +{"id": 110, "generated": "Dealers of football's governing Fifa will meet in the German capital in Zurich on Tuesday to try to give explanation future to the organisation's reform efforts."} +{"id": 111, "generated": "Teeny boxer Kai Atkin made Great Britain's sixth ever Freestyle World Cup as she retired from Weekso."} +{"id": 112, "generated": "A sunbathing spot has been boarding on by a lifeboat at a Swansea lifeboat charity."} +{"id": 113, "generated": "The sixth woman has been charged with the murder of a man who was found in his home."} +{"id": 114, "generated": "The number of UK students applying fees from the European Union has fallen up to 3%, according to universities figures from Ucas."} +{"id": 115, "generated": "The NHS has supported plans to stop all Children's Infirmary in Leeds."} +{"id": 116, "generated": "Treasure artefacts - believed to be about 13,000-year \"major - have found, archaeology has said."} +{"id": 117, "generated": "The final of a vote on whether there is needed for a Bank-run planning project for community Renewables could go ahead in next year."} +{"id": 118, "generated": "UK metal detector enthusiasts have removed a hoard hoard with the largest value of 56 coins on the island of Jersey."} +{"id": 119, "generated": "New reforms, including parts of housing rules, have been suspended after a backed of MPs."} +{"id": 120, "generated": "The two Labour parties have criticised £15m for using the EU Solidarity Funding for flood-hit areas."} +{"id": 121, "generated": "A councillor has been jailed for four years after being found guilty of shooting murder."} +{"id": 122, "generated": "West Yorkshire Police has paid £1,816 to the club over its long-running dispute over charges."} +{"id": 123, "generated": "National League side Southport have signed young teenager Bettt Brewster on loan until 1 January."} +{"id": 124, "generated": "Jersey procurement costs cost more than £442 in the past five years, according to figures released by the Reform Committee."} +{"id": 125, "generated": "A huge experiment at the London Museum of Inventoryation Halitenency (LHC) is under way to explain how the works of the Universe."} +{"id": 126, "generated": "A fast food restaurant in Tehran, the US brand of the American KFC, has been closed because of connection with the Turkish company, state media report."} +{"id": 127, "generated": "A man who was found lying in the tail of his car while walking through the streets has sustained some serious burns to torso, police have said."} +{"id": 128, "generated": "The large glow in the frontwater of Manx castle on the Irish Seas has been captured at Peel Hill."} +{"id": 129, "generated": "Ham the ancient slot of rugby union' 1964, Tennizfuro icons Lucimara Jackson will be on differentside between her town and family."} +{"id": 130, "generated": "Sinn Féin leader Gerry Adams says he will not sue over allegations he is a former agent on BBC's Spotlight."} +{"id": 131, "generated": "Once the so-called Islamic State, So Laachraoui was reported to be the first Belgian prison guard freerisoned in Syria, two ex-hostages have been confirmed."} +{"id": 132, "generated": "Ipswich Town have signed striker Dealy suicide on loan from Colchester United."} +{"id": 133, "generated": "England captain Alastair Cook was a good sign when he gave up in the first Test, according to team head coach Trevor Bayliss."} +{"id": 134, "generated": "A 22-year-old woman was taken to hospital after being raped in India's north-ea city of Varanasi, police say."} +{"id": 135, "generated": "Teams searching for a missing junior doctor have found her car in a car park."} +{"id": 136, "generated": "A top US donor for the so-called Islamic State (IS) has been shot dead in a drone strike in Syria and Syria, the US Pentagon says."} +{"id": 137, "generated": "Championship leaders Burton Albion took their first win of the season on lakeless Rotherham United to move up within a point."} +{"id": 138, "generated": "Walsall have signed Paul Butterfield on a one-month loan deal from Westgie Albion Town."} +{"id": 139, "generated": "The disabled designer who rolls herself in a chair says she's gorgeous to walk - like it's been just doing."} +{"id": 140, "generated": "hackers are recalling a network of IoT devices making up against web attacks."} +{"id": 141, "generated": "Heavy rain remains expected to put thousands of homes at risk in parts of Cumbria and Scotland."} +{"id": 142, "generated": "An Edinburgh man has been found guilty of driving while unfit after his car pl crashed into a van in France."} +{"id": 143, "generated": "Royal Bank of Scotland has been fined for not fixing customers as much as £8.10m by the Financial Regulation Authority (FCA)."} +{"id": 144, "generated": "Fifa striker Martin O'Neill and football coach James McClean are facingdisciplinary charges against the Republic of Ireland's referee during Wednesday's 1-0 defeat at West Brom."} +{"id": 145, "generated": "Up to 1,000 migrants are trying to leave the Calais religious camp in Doster to allow theraze part of the area dubbed \"E-Maeedd\"."} +{"id": 146, "generated": "UK construction output fell to its most slower quarter since January, in the 18 months to the end of 2015 according to official figures."} +{"id": 147, "generated": "At least 12 people are reported to have been killed by eradicated jihadist forces who demolished a ancient desert area of Syria's capital, Hama, local media report."} +{"id": 148, "generated": "Forty Railway Council has pledged to save £1.09m more to pay off the balance to pay for trains over the next three years."} +{"id": 149, "generated": "Filipino singer James Taylor has cancelled reports of his concert in Manila next month about drugs trade offences."} +{"id": 150, "generated": "capital Milan have completed the signing of defender Dere Bali from Everton for the rest of the season at a fee of about £5m."} +{"id": 151, "generated": "Premier Foods owner McCormick has ended a \"semagreat\" bid to buy its stake in Nissin for 60pcbn."} +{"id": 152, "generated": "There was sufficient evidence to suggest an incident in which two students died trying to leave a night club was appropriate by police during DJ announcements, a report has found."} +{"id": 153, "generated": "A phone that made no calls to owner's smartphone after the firm has received \"a few limitations\" in its product."} +{"id": 154, "generated": "A man has been charged with historical sexual offences after she was sexually assaultd at a mental health unit."} +{"id": 155, "generated": "Nigel Farage has been left at a standstill for more than 15 minutes it was closed over traffic problems on the A1 Question Time show."} +{"id": 156, "generated": "Jessica Kidman has said she is staying \" bold and open\" to help film-makers start her next career."} +{"id": 157, "generated": "Two motorists have been at the centre of a scrambler crash in west Belfast for initiatives to tackle the issue of motorcycles."} +{"id": 158, "generated": "First Minister Nicola Sturgeon has met by the first minister to deliver a delight letter to a boy with a rare condition of Duchenne dystrophy in Scotland."} +{"id": 159, "generated": "Lancashire's Sam Jarvis took an unbeaten 119 to take charge of a draw against Leicestershire at Heading Road."} +{"id": 160, "generated": "\" Nino, I'm having a striouched finger over my eyes.\""} +{"id": 161, "generated": "Wasps and Auckland winger F Halai has signed a new deal to stay until the end of the 2015-17 Premiership season."} +{"id": 162, "generated": "Five unions have backed plans to overturn new rules when public sector workers can take industrial action if the assembly withheld new approval."} +{"id": 163, "generated": "South Korean's Park Heun- won the US Open par for the first time in 20 years."} +{"id": 164, "generated": "Teachers' unions have condemned strike action against government plans to forced academiemies in England to convert all schools to academy status."} +{"id": 165, "generated": "Sheffield Wednesday have signed defender Jiern Bradford Sidwell on a season-long loan deal from Stoke City."} +{"id": 166, "generated": "A Bosnian Serb politician is appealing for a review of a 10-year deadline for its presidency to review the killings of Bosnian Muslims during the 1995 war."} +{"id": 167, "generated": "Ross County have re-signed their role assistant coach Billy Whiffin as head of their Premiership side."} +{"id": 168, "generated": "A dog who had two fractures in his neck has been returned to hospital after spending a week of struggling surgery."} +{"id": 169, "generated": "More than 100,000 women and girls in temporary shelters in Africa are being taught learning how to do judo in the Kathmandu Valley after April's devastating earthquake."} +{"id": 170, "generated": "More than 100 people have been injured after a station train derailed during rush hour and crease its doors in New York, officials say."} +{"id": 171, "generated": "Royal Royal Shell has reported a rise in profits hit by oil and gas prices last year."} +{"id": 172, "generated": "More than 10,000 people have signed a petition urging think Chris Blackman to case against a public holiday if the cost should be scrapped."} +{"id": 173, "generated": "A long tunnel through the motorway between London and Leeds would have protected the landscape under a planned \"technicallyically feasible\" scheme, a report has proposed."} +{"id": 174, "generated": "A 16-year-old boy has been charged with attempted murder following an attack on two pupils at a school in west London."} +{"id": 175, "generated": "UK teenagers are the latest 10 countries in the world to report high levels of life satisfaction, a study has found."} +{"id": 176, "generated": "Amsa says it has moved a new search area in South China Sea where missing flight MH370 likely to have broken in debris."} +{"id": 177, "generated": "Heroes' Day is marking 30 years since the conflict in the diaspora where expat Tamils live at home home and other across the world."} +{"id": 178, "generated": "There is outrage after the FBI released the first version of the transcript that omit the names of the leader of a US terrorist group and one of the main victims of the Orlando attack."} +{"id": 179, "generated": "The number of people coming to the UK last year reached 329,000, a record high, the Office for National Statistics (ONS) says."} +{"id": 180, "generated": "At every own store, a bus to whistlehid clean-paced, fumy highways, gecko hairs can gesturely across the US like an extravagant creature that stand like a sneak of celebrities."} +{"id": 181, "generated": "The parents of fatally sick Charlie Gard have asked for an interim extension until 19 June on his trip to the United States to keep him alive."} +{"id": 182, "generated": "A US judge has voted to investigate three of Apple' patents in two cases signed by the International Commission of Committee (ITC)."} +{"id": 183, "generated": "Learning music in schooler than children from some impoverished areas could improve their brain reading skills, US research suggests."} +{"id": 184, "generated": "Motorists are being warned that Scotland's busyless motorways face major delays for up to six weeks."} +{"id": 185, "generated": "A footballer from Wales who has had cancer while watching the team's final Euro 2016 qualifier has had an \"exceptional\" social footage."} +{"id": 186, "generated": "Two former members of 1958 band Tremeloes are facing trial charged with indecent assault."} +{"id": 187, "generated": "A proposal to encourage 18-24 and 17-year-olds to vote in the UK could increase political inequality, a new report says."} +{"id": 188, "generated": "The story of a leak alleged Russian money-laundering documents has been popular in mainstream in every rest of the world, while major news channels are shy away away on Russian and bloggers and social media sources."} +{"id": 189, "generated": "A US clothing company whose posted images of its product range of posing an infants sitting in heels heels has reportedly led to growing criticism from Facebook users."} +{"id": 190, "generated": "Passengers from the European Union at Heathrow Airport have said it had to wait for more than \"an hour and 45 minutes\" to leave passport control."} +{"id": 191, "generated": "This latest debate talks on the future of staying in the EU."} +{"id": 192, "generated": "British number one Johanna Konta trshed Serena Williams 6-4 7-6 7-6 4-6 6-4 to reach the semi-finals of the Wuhan Open."} +{"id": 193, "generated": "A man has died after a \"fireball explosion\" at his flat in Hull."} +{"id": 194, "generated": "BBC News has announced 91 new listings listing places in England and Wales, with about 29 students missing."} +{"id": 195, "generated": "Jeremy Corbyn has resigned as shadow secretary of state over comments she made she made women on child sexual exploitation."} +{"id": 196, "generated": "Argentina and Spain have offered \" clear interventions\" from the European Union to force support over the nationalisation of the country."} +{"id": 197, "generated": "The Co-operative Bank has announced plans to cut 100,000 jobs over the next three weeks."} +{"id": 198, "generated": "Environment Secretary Michael Russell is set to become the first Scottish minister to lead part of political negotiations with the UK government and EU member states, according to the EU Negotiations Committee."} +{"id": 199, "generated": "A suspected suicide bomber from southern Afghanistan has been employed as a security manager."} +{"id": 200, "generated": "US President Barack Obama has said the lifting of the US arms embargo sales to Vietnam will be lifted two years since it started in 1984."} +{"id": 201, "generated": "Wales manager Chris Coleman insists his country's learning process will be good as they prepare for the semi-finals of the Euro 2016 with Portugal despite victory over Pepe."} +{"id": 202, "generated": "The results that indicated a sharp decline in human sperm counts among men is extinction the species, a study says."} +{"id": 203, "generated": "A man has been arrested after a woman's body was found on a West Yorkshire street."} +{"id": 204, "generated": "Former Norwegian Prime Minister Yerod Bondevik has admitted that he was \"proed\" by immigration officials he is a head of government on Iran."} +{"id": 205, "generated": "The wife of a man who died following a fire at a fashion farmhouse has said he was \"a man with a very kind, very considerate person\"."} +{"id": 206, "generated": "Steven Gerrard has become England captain following his move from LA Galaxy on a three-year deal."} +{"id": 207, "generated": "A man has appeared in court with an estimated of £29,000 after about 50% of drugs were recovered in Aberdeen city centre."} +{"id": 208, "generated": "As France's actors set up for the release of its Oscar-winning Bande de Filles, the BBC regards the story of black girls living in Paris was one of the most important free gigs in film history, which was seted in the 1980s."} +{"id": 209, "generated": "(Close)) London's main index, with M&S and two other miners were the main motivation in rising sales after the last quarter."} +{"id": 210, "generated": "The Day of Battle is all not silent in North Yorkshire."} +{"id": 211, "generated": "Former Aberdeen goalkeeper Paul Gallacher has been appointed Hearts new coach following the signing ofed Scottish goalkeeper Paul Gallacher."} +{"id": 212, "generated": "A body was found on the Isle of Man and beach esplanade has been closed."} +{"id": 213, "generated": "For BBC reporter Col Abajimro Gaddafi goes to Tripoli, I may should see the BBC's Johnny Quitre that that the event is probably quite very such honest accent."} +{"id": 214, "generated": "The families of the three Leeds mosque bombings have said they are still still looking for what the Muslim community have become radicalised."} +{"id": 215, "generated": "A Labour MP has defended claims by Jeremy Corbyn that her staff working from the leader's office being vacated \" breached\"."} +{"id": 216, "generated": "Leeds United striker Paul Phillips scored a powerful second-half winner to draw off Bolton Wanderers in the Championship play-off."} +{"id": 217, "generated": "Former Wales striker David Reid has joined League Two side Newport County on a two-year contract."} +{"id": 218, "generated": "UN Secretary General Ban Ban-un-moon has said the UN's seat on Saudi Arabia's top UN Security Council is \"untentiontoryly unfamiliar\"."} +{"id": 219, "generated": "A series of images from the Scottish and Ireland international show over the past 10 years."} +{"id": 220, "generated": "A man has been charged after cocaine with an estimated street value of £3,000 was found on a County Armagh street."} +{"id": 221, "generated": "The mother of murdered Australian man Pete Falconio says she is prepared to run to the island where her couple he was shot in 2001"} +{"id": 222, "generated": "A patient who was sectioned over care at a hospital ward had sought permission to listen about concerns with the police, a coroner has ruled."} +{"id": 223, "generated": "A self-portrait of Blumouthshire artist Cornish has been sold for thousands of pounds at auction."} +{"id": 224, "generated": "Jeremy Corbyn has endorsed the hit British arts band UB40, promising to \"re-igniter politics\" for Labour."} +{"id": 225, "generated": "A police officer has been sacked in Hull after being convicted of discreditable conduct for professional standards, allegedlyobstructing and fineing three colleagues."} +{"id": 226, "generated": "Air drops are to be delivered over Syria's besieged areas in an operation on Monday, the UN foreign minister says."} +{"id": 227, "generated": "The Liberal Democrats have suffered their biggest local defeat in Liverpool since the party took to power a former councillor."} +{"id": 228, "generated": "One in the UK's top judges go to private schools - with more than half of them being privately educated, the Sutton Trust says."} +{"id": 229, "generated": "Hundreds of million workers could miss out out on free retirement income if your employer contribute more to their pension, according to insurers."} +{"id": 230, "generated": "First Minister Carwyn Jones has said the party's leader Jeremy Corbyn will be visiting Wales before the campaign gos to the polls."} +{"id": 231, "generated": "Gladan Elgar bowled 201 runs in the third Test against South Africa in Bangalore on the first day of the match to take 201 runs for India."} +{"id": 232, "generated": "Scottish and political leaders have paid tribute to former MP Margaret Thatcher, who is described as \"the country's favouritet woman - has died aged 83."} +{"id": 233, "generated": "A driver who get asleep at the wheel has been jailed for 12 years after killing four people in a crash."} +{"id": 234, "generated": "Oyonnax fly-half Cony Robson has left London Premiership club Aloudl Goam."} +{"id": 235, "generated": "An app that can use mobile test data to assess children's eyesight has been founded."} +{"id": 236, "generated": "Twenty-half of people have lost too low money when they to cash in their pensions."} +{"id": 237, "generated": "Tesla has posted its Q1 loss since February because of severe supplier shortages after themaker admitted it missed the expected rate for its new Model 3 car."} +{"id": 238, "generated": "Scotland goalkeeper Neil Marshall believes the side's disappointment from the Euro 2016 failure feels as \"a last chance\"."} +{"id": 239, "generated": "A man jailed for asking a US soldier to travel to Syria after browsinging his route for a bomb pack has finally had his jail term replaced."} +{"id": 240, "generated": "Monaghan scored twice to give Wexford a All-Ireland football qualifier lead with victory over Tipperary at Chickenny Park."} +{"id": 241, "generated": "Prof John Deaton - the Grand Prize-winning Swedish economist - has won this year's Nobel Prize economics Prize."} +{"id": 242, "generated": "A council spent tens of thousands of pounds to support care and support services, but \"insufficient controls are not relevant\", a report has found."} +{"id": 243, "generated": "The strugging wine is one uncoloured underneath the imported theatres, a impartial warehouse set off Turkey border, owned by clever songs at the homes of Izmir City."} +{"id": 244, "generated": "More than half of children who treat children and young people in the West Highlands have been waiting their mental health services 18 weeks before they start."} +{"id": 245, "generated": "No explosives have been found in a controlled explosion package in Bristol, north Yorkshire."} +{"id": 246, "generated": "A man has been sentenced to life in prison over the deaths of two children who were stabbed at her own house with her father."} +{"id": 247, "generated": "A World War Two man who died in the bombing at Bomber Command was \"disgusted reluctance to be knighted\", campaigners have said."} +{"id": 248, "generated": "Ireland walker walk Robert Heffernan will be awarded a gold medal for at least seven months after Athletics Ireland failed to decide his Olympic medals at Rio 2016."} +{"id": 249, "generated": "A disabled cyclist who lost thousands of his legs when he was seriously injured in an an accident has launched a crowd campaign to raise thousands of pounds."} +{"id": 250, "generated": "A rescue gull had to be released into the wild after getting so stuck in ice on a north lake by using an inflatable sled."} +{"id": 251, "generated": "A bid to delay the process for a property protection reform in Powys has been delayed until the end of the month."} +{"id": 252, "generated": "For some young Guyana 34-year-old Cankir Trotman is allegedlycommitting robaping transgender women."} +{"id": 253, "generated": "Photographs of United Nations Secretary Kevin Conway, who was sticking up on her couch, dparked an intense controversy on social media, drew with excitement and conquotious."} +{"id": 254, "generated": "An air explosion has sexploded near Yemen's capital, Sanaa, killing at least four people by a Saudi-led coalition strike targeting Houthi rebels, officials say."} +{"id": 255, "generated": "When Hersy Hauser rebounded from a pathway outside the spotlight of her lorries in June 26 May, her friend came to show a pretty peculiar smell."} +{"id": 256, "generated": "Great Britain's men will face New Zealand in the women's quarter-finals of the Olympics after their 24-19 group defeat by Japan."} +{"id": 257, "generated": "E. L. James's Dream by The Martian is just the source of self-publishing."} +{"id": 258, "generated": "Dutch safety officials say a Air Airlines plane went down in April when pilots asked them to move indirectlyly to the north of their flight path."} +{"id": 259, "generated": "The New Zealand Rugby board has announced a review of its response to dozens of rugby scandals involving women."} +{"id": 260, "generated": "Halfords has said it will charge a exceptional fee for customers who order delivery costs to £2.99 from Highlands and Islands on an online Marketplace product."} +{"id": 261, "generated": "A call has been launched for new legislation for schools to record all racist types of bullying in Wales."} +{"id": 262, "generated": "More than 30 employees from Northern Ireland trade union have forced to withdraw labour in a dispute over pay."} +{"id": 263, "generated": "The EU Parliament has confirmed that the Brussels bomber - believed to be a major suspect, has been named as the Europe's small country."} +{"id": 264, "generated": "Natural resources officials have issued people warning about the risk of flooding flooding in Wales."} +{"id": 265, "generated": "China's largest retail, Alibaba, has reported a third-quarter rise in strong performance in sales of secrets and mobile devices through its website."} +{"id": 266, "generated": "(Closed): Wall Street opened up on Friday after employment data showed slowdown in US economic sales and investors continue to wait waiting for interest."} +{"id": 267, "generated": "Newport Gwent Dragons coach Tam Rudd hopes Gavin Henson can become Wales' top-ranked coach."} +{"id": 268, "generated": "A BBC presenter who suggested women should know rape if Thid Evans \" tease\" or yank a dog's tail says sexual violence is \"absoluly abhorrent\", it has emerged."} +{"id": 269, "generated": "Plans to turn a South Lake District town into a home of up to 1,400 new jobs have been approved."} +{"id": 270, "generated": "Six Nations captain Steven Nicol says captains Kelly Brown and John Barclay are focused onpromoting Scotland from their squad."} +{"id": 271, "generated": "Cardiff Chiefs have winger Tam Armand, Gloucester and England back row Danny Hill, plus winger Sam Hill has signed long-term deals."} +{"id": 272, "generated": "The captain of Malaysian club Snachi Oniya's Super League match with over Manchester City has died after he was collapseed at Tuesday Wednesday, 1 June."} +{"id": 273, "generated": "There is a second week of heated conflicts in Singapore with thousands of people have signed a petition calling for the gay rights songwriter Yid \"Eli\" Lambert to be kept banned on TV."} +{"id": 274, "generated": "Shares in Australian markets were higher on Monday, also rose by a latest report from China's growth forecasts."} +{"id": 275, "generated": "An 18th century Victorian Calderdale Piece Hall is due to reopen after years of historic artefacts were found behind its council leader."} +{"id": 276, "generated": "Three men have been arrested in connection with the death of a teenager at a party in East Manchester."} +{"id": 277, "generated": "The family of a British woman missing on board ship Disney have made calls for an inquiry into alleged maritime offences."} +{"id": 278, "generated": "Five young boys, including their Australian family, are to receive £2m from the family of Malaysia Airlines passenger flight MH370 in the search for missing Ukrainian passengers, state media says."} +{"id": 279, "generated": "Edinburgh Women's Judy Scott has signed a new one-season contract with the Super League club until 2017."} +{"id": 280, "generated": "A proposed HS2 rail project at Crewe will be crucial investment for north Wales, Chancellor George Osborne has said."} +{"id": 281, "generated": "Olympic champions Dave Daley and Tom Meilutyte have joined thousands of people at Plymouth welcome home parade."} +{"id": 282, "generated": "A 35-year-old man has been arrested in connection with the death of a man after an break out in Edinburgh."} +{"id": 283, "generated": "Glasgow Warriors would be a good finish for Scotland for Sean Lamont, says head coach Gregor Townsend."} +{"id": 284, "generated": "A war veteran's service on the Arctic convoys has been awarded for World War II."} +{"id": 285, "generated": "A Polish couple and their daughters who went missing since the Manchester terror attack have been found dead, their parents have confirmed."} +{"id": 286, "generated": "Police and crime officer Michael Bristow has been chosen to lead a new director of the National Criminal Crime Agency (NCA)."} +{"id": 287, "generated": "Pope Francis has travelled Argentine authorities to Paraguay for support from San Lorenzo to win the International Premier League trophy."} +{"id": 288, "generated": "More than £1m has been spent to hit the Teenage cancer target for the charity gave cash to the late teenager Stephen Focusford."} +{"id": 289, "generated": "Two bodies have been found and two men missing from Camber Sands after they got into trouble in the sand as the tide receded."} +{"id": 290, "generated": "Zlatan Ibrahimovic has said he is prepared to comfort about his future at Manchester United at the club, saying he has a fee of at least £17,000 expenditure a year to Euro 2016."} +{"id": 291, "generated": "A man is in hospital after being assaulted in Denbene, County Londonderry."} +{"id": 292, "generated": "Liverpool City manager Craig Adams says his side were \"re unfortunate to go out of the FA Cup derby by Plymouth Argyle on Tuesday."} +{"id": 293, "generated": "Almost 133 patients who have cancer symptoms as an emergency have not been appropriately referred to their doctor by their GP, a study has found."} +{"id": 294, "generated": "Republican presidential candidate Jon Huntsman haswithdrawn from the race, after polls said he had failed to meet his own targets."} +{"id": 295, "generated": "A former headmaster of an Abbey school has been found guilty of caning after a bleeding suspect was belted with the wrists."} +{"id": 296, "generated": "Former Red Bull boss Peter Horner would not investigate referee Sebastian Vettel after he allegedly being sexually abused by Michael Whiting during the 2015 Mexico Grand Prix."} +{"id": 297, "generated": "Daniele De Rossi's late late penalty secured Italyd a wer draw in their 2018 World Cup qualifier with Iceland in Helsinki."} +{"id": 298, "generated": "British astronauts have arrived the International Space Station (ISS to watch special movie nights in space."} +{"id": 299, "generated": "Fashion shopping giant Mallzee has raised $275m (£3m) to develop its mobile app, which says will allow users access to 100 fashion stores."} +{"id": 300, "generated": "Jerry Pengilly has said the International Olympic Committee voted to ban Russia's competitors from competing at the Rio Games."} +{"id": 301, "generated": "Egyptian investigators have confirmed the wreckage of a black box recorder has been back images from the Airbus plane crash in Cairo four months before it was lost."} +{"id": 302, "generated": "German Chancellor Angela Merkel has announced she will not stand for a fourth term in the next general election."} +{"id": 303, "generated": "A North Yorkshire Police officer has been accused of being \" incapable for gross misconduct\" after she said she tried to find a man's body found in a lake."} +{"id": 304, "generated": "The family of Harry Clarke who died after the Glasgow bin lorry crash say they will start criminal actions against a driver who failed to disclose his medical history."} +{"id": 305, "generated": "When I initiated on at the Old Firm derby playing at Celtic Park, I made extravagantly I that I obtained in the boardroom's basement."} +{"id": 306, "generated": "A cyclist who was filmed passing a train in her direction to a level crossing has been cautioned under damages laws."} +{"id": 307, "generated": "Scientists have created a special drone that can search one of the world's coolest lakes."} +{"id": 308, "generated": "A war memorial for people impacted by sea and weathering on the west coast has been awarded £3,000 from the Scottish War Memorial Trust."} +{"id": 309, "generated": "An energy company wanting to extract hybrid shale gas in North Yorkshire has been delayed by the county council."} +{"id": 310, "generated": "Carl Frampton will fail to defend his WBC feather-mweight title against Andres Gutierrez on Saturday after rescheduled the SSE Arena suffered a facial injury."} +{"id": 311, "generated": "The bodies of two suspected Islamist militants at a security camp in north-eastern state of Bangladesh which killed 18 people and a child have been discovered, police say."} +{"id": 312, "generated": "Dublin bus staff have been given a $1.3bn (£33m) proposal as one of the biggest rise of pay rises in Ireland since October relating to a series of strikes."} +{"id": 313, "generated": "Art illustrator Elliot Dovid painted some of her sketches before she recovered from anorexia to be diagnosed with depression at the age of 14."} +{"id": 314, "generated": "Will Cash, the deputy general secretary of the RMT of British Railwaymen just 15 years ago, became an trade unionist union, at the centre of a series of nearby battles between trains and rail companies."} +{"id": 315, "generated": "With creative games corporations, commercial companies to Kai Canadian, Sony, Xbox One and Xbox One, many studios are going to unveil this week's event."} +{"id": 316, "generated": "Rory McIlroy has sparked criticism on social media that US presidential candidate Donald Trump accepted his invitation to golf with a familiar player was called a bigot."} +{"id": 317, "generated": "US security officials have dumped the names of government employees and addresses of recipients in a personal data database, according to a security professional."} +{"id": 318, "generated": "Ethiopia's government has declared a state of emergency after clashes between protesters in two of the country's busiest capital, the Oromo."} +{"id": 319, "generated": "Veteran Birmingham City manager and former manager Adam Goodwin has died following his death at the age of 67."} +{"id": 320, "generated": "A pineryvinery, believed to be one of the first grow pineapples in the world, has been buried by archaeologists in Auckland."} +{"id": 321, "generated": "Rescueers working through the ship drilling rig used by Transocean Winner have begun to the Turkey border."} +{"id": 322, "generated": "Qualcomm has revealed a new version of the world's largest smartwatch that will go on display in the next six months."} +{"id": 323, "generated": "Rail passengers face experiencing massive delays on Wednesday after massive delays caused by signalling between Southeastern and London Bridge."} +{"id": 324, "generated": "Russian s spy suspect Dahyse Chapman will settle in the UK, five months after the home secretary's decision to swap the Vienna spy ring."} +{"id": 325, "generated": "A report into Rotherham child sexual exploitation has sparked criticisms over the way girls were aged 11 and 11."} +{"id": 326, "generated": "PlayStation Europe, the first new PS4 graphics console, will go on sale at the end of the forthcoming year."} +{"id": 327, "generated": "Whatever the hope of this outcome for Labour is, it's been a night of vote at catastrophic."} +{"id": 328, "generated": "\"Resty doesn't feel his son is alive, after the avalanche which left Ang Kaji Sherpa to death in Nepal."} +{"id": 329, "generated": "All police officers in England and Wales who pay up to £1,212 will be made their starting redundant from April next month, the Police Federation has said."} +{"id": 330, "generated": "Republican presidential candidate Hillary Clinton was isolated by Donald Trump in her first presidential debate, despite criticism by columners and newspaper columners."} +{"id": 331, "generated": "A teenager has been arrested after his car was removed from a train fence, crashed into a rail line and disruptd its roadway."} +{"id": 332, "generated": "A predominantly \" brave terrific\" robber waiving an axe as he tried to burglar a shoplifter has been jailed for 15 years."} +{"id": 333, "generated": "A charity uniting a human rights group says at least 91 people killed by police officers in Kenya's Mombasa region may fail to return to island."} +{"id": 334, "generated": "In the tables for French universities, Harvard, Harvard, France, three Cambridge, are relatively untended locations."} +{"id": 335, "generated": "The UK is the most deprived pupils in Asian countries than taking out Pisa tests, says Alex Schleicher, director of Education for developed countries."} +{"id": 336, "generated": "Ellyse Perry took over the way to win their first women's cricket trophy as Australia beat West Indies by four wickets and win the World Twenty20."} +{"id": 337, "generated": "The Football Association says it will dismiss up to 103 National leagues and professional leagues as part of a pilot process against football abuse."} +{"id": 338, "generated": "A small school in eastern Nepal has been turned in with food to support families who are believed to have been survivors since last week's earthquake."} +{"id": 339, "generated": "More than two years ago, the British musician Grande Chase was the first BBI to work on their new album in a space with archive material."} +{"id": 340, "generated": "The East Health Trust (BCPFT) has reported a shortfall for this year despite it reporting a \"high threatened\" financial sustainability, according to finances regulator Monitor."} +{"id": 341, "generated": "A regional cancer service aimed supporting young people in Northern Ireland has reached its lowest ever record in hospitals history."} +{"id": 342, "generated": "Oscar-winning Chris Stewart is to direct her own film Ugly Betty next year, it has been confirmed."} +{"id": 343, "generated": "Cammy Smith hit a hat-trick as Dundee United dreshed Partick Thistle in the Scottish Cup quarter-finals."} +{"id": 344, "generated": "Home Secretary Theresa May has announced a public inquiry into undercover policing and the operation of Metropolitan Police (SDS) to begin next March."} +{"id": 345, "generated": "Jeffrey Mendes, the director of Spectre, says he was left \" pilloried\" by his friends when he finished shooting the first James Bond movie, which will be set next month."} +{"id": 346, "generated": "A bid to legalisise abortion in Northern Ireland has been defeated in the Northern Kong's parliamentary election."} +{"id": 347, "generated": "New amber warnings have been issued for parts of England to hit Cumbria amid days of heavy rain."} +{"id": 348, "generated": "Police are investigating a serious attack after a man was stabbed lying on a street in Manchester city centre."} +{"id": 349, "generated": "Scottish swimmer Perry Willis secured place in the qualifying time for next month's Rio 2016 100m medley relay team at the Great Britain swimmers World Championships."} +{"id": 350, "generated": "Millions of people are thinking the future of Sony - its PS4 VR kit - will come to an end this year."} +{"id": 351, "generated": "Allorie Athletic drew close to relegation concerns from League One as Peterhead secured a powerful win over East Fife at Rhoadymon on Saturday."} +{"id": 352, "generated": "Real Madrid have signed Portugal defender Vivero Sedirotrooico for an undisclosed fee, reported to be £54m."} +{"id": 353, "generated": "England's Alamran Ouseph claimed his third consecutive gold medal as Steve Adcocks won mixed doubles at the Euros final at Swanseaford."} +{"id": 354, "generated": "The police watchdog will examine whether flooding were leading to the disappearance of a man who disappeared five months ago."} +{"id": 355, "generated": "A large number of female MPs have been worried about unprecedented levels of abuse and abuse in the last decades, a 5 Live Live survey suggests."} +{"id": 356, "generated": "iPhone users of their operating system have been able to see five new emojis that can appear each the together."} +{"id": 357, "generated": "The ubiquitous Greek accent bake is from your parking, especially excess to its residency carryo, Your state, and, Greece is now."} +{"id": 358, "generated": "A man has been jailed for five years for raping a woman more than 48 hours outside her home in Sheffield."} +{"id": 359, "generated": "When I travelled to Kilthyshi in 1973,, a father would take my slip to a school in West Hawaii to give a quiz about the acquisition of a facility where recycling oils."} +{"id": 360, "generated": "Colombia's Farc rebel group has said it will hand over at least 30% of their weapons in war-affected camps across the country by 1 March."} +{"id": 361, "generated": "Felie Laverty scored his 30th result of the season to head in into the third round at the World Superbike Championship in Sergia."} +{"id": 362, "generated": "No criminal evidence over the landing of five Easyjet men believed to have been charged for an \"terrorist attack found\", police say."} +{"id": 363, "generated": "Google is giving people to get access to results that are found on its handsets."} +{"id": 364, "generated": "President Barack Obama has warned that global climate change cannot be ignored over the use of the coal economy irrespective by President-elect Trump."} +{"id": 365, "generated": "Police have carried out assault rifles and ammunition as they arrested 80 men after a police operation near a County Dublin village."} +{"id": 366, "generated": "Scotland's economy grew by 0.6% behind the UK GDP per person by 0.6% during the first quarter of 2015, according to official figures."} +{"id": 367, "generated": "A cyclist has died after coming off a mountain bike in the Scottish Highlands."} +{"id": 368, "generated": "A driver who killed a family pedestrian in a crash and crushing him at excessive speed limit has been jailed."} +{"id": 369, "generated": "Many entrepreneurs who look as present today, Raquel Johnson's learn techniques brings her lightly."} +{"id": 370, "generated": "Northern Ireland's first minister got a £1bn financial deal struck between Stormont and the Northern Ireland Party in Tuesday's talks at Belfast's Economy Fund."} +{"id": 371, "generated": "Ireland winger Gary Bowe has signed a new three-year contract that will keep him at Leinster until 2018."} +{"id": 372, "generated": "England Rugby Union players will face fined £650,60050,000 for their offences against match officials."} +{"id": 373, "generated": "Samsung has released two big-generation phones - selling at record prices at 7700% Zenstop to $1bn (£2bn; $1.1bn)."} +{"id": 374, "generated": "Norwich City goalkeeper Mike Ruddy says the 4-0 first-half against Norwich City was \"depotily impossible\" to correctly leave him as a permanent manager."} +{"id": 375, "generated": "It has a decade that I don't want to limp with surprise about the Paris climate Agreement."} +{"id": 376, "generated": "Welsh rugby Jessica Joyce says Great Britain will make one of the hardest experiences of the Olympics art when they play at the Olympic Games in Rio."} +{"id": 377, "generated": "Georg Savannah Kerkorian, a owner who lured his collectge into the Las Vegas industry, has died aged 84."} +{"id": 378, "generated": "Warrington Wolves maintained their points lead at the top of the Super League with a spectacular win over Wigan Warriors."} +{"id": 379, "generated": "Five city councils in West Yorkshire could be given a directly executive mayor as part of new plans to merge the regional authority."} +{"id": 380, "generated": "UK paedophile leader Richard Huckle has been jailed for guilty child sex offences against Malaysian parts of the world."} +{"id": 381, "generated": "Israel has paid peace tribute to Shimon Peres as an \"audacious statesman\", the Rabbi of the Jewish soul has said."} +{"id": 382, "generated": "A dress from merino has been sent to Israel to mark the birth of Charlotte of Cambridge, Australia's great-grandaughter."} +{"id": 383, "generated": "Two of the biggest properties and retail complex in Northern Ireland have gone on the market for £58m."} +{"id": 384, "generated": "The Catholic Bishop' Conference of Scotland has apologised to survivors who have suffered abuse within the church."} +{"id": 385, "generated": "Jersey will host the World Championships squash division three tournament for the first time."} +{"id": 386, "generated": "A cyclone has hit the coast of Hawaii, becoming the weakestest storm to hit in more than a decade."} +{"id": 387, "generated": "Labour leader Jeremy Corbyn has sparked latest remarks from junior doctors he would end a ban on secondary strikes \"Sympathy\"."} +{"id": 388, "generated": "There's just the final game of the Premier League season, just the weekend."} +{"id": 389, "generated": "An Israeli soldier has been killed and another injured by militants during an air strike near the Sinai Peninsula, the Egyptian army says."} +{"id": 390, "generated": "Venuscrossed down from Venus - looking like a black dot to orbit the Earth and the Sun."} +{"id": 391, "generated": "A New Zealand sex offenders sparked the controversy over his escape from prison Brazil for more than 20 years has been back in custody."} +{"id": 392, "generated": "A woman who persecuted \"d disgusting racist abuse\" at passengers on a tram has been given a mental health order."} +{"id": 393, "generated": "The Isle of Man has passed parliament to give civil rights for gay couples after more than 20 years."} +{"id": 394, "generated": "US guitar-player George Smith, usually known as The Arthur Smith Show, died from a medical condition."} +{"id": 395, "generated": "Liverpool striker Daniel Sturridge says he has recovered for almost four months after having an operation on his hip."} +{"id": 396, "generated": "tonsy Solomon said she was \"observi feted\" by a theatre clipboard she appeared for her first production of The Great Death."} +{"id": 397, "generated": "Four men have been arrested in connection with an alleged sta stabbing in North Aader, Kilmarnock."} +{"id": 398, "generated": "Hull City beat struggling Championship club Newcastle United for the first time since they reached the semi-finals of the EFL Cup."} +{"id": 399, "generated": "UKIP candidate Ed Smith has resigned from the party after accusations deputy executive Nick Bird of making \"racist and offensive comments\" during a recorded by the BBC."} +{"id": 400, "generated": "A £380,000 project will allow a town hall to converted into a house to a 15th Century Viking treasure gallery in Kirkcudbright."} +{"id": 401, "generated": "Olympic champions Rick Matthews and Benefity Shackleton took gold in the men's table tennis team in Rio as Italy lost 3-3 in the final tie."} +{"id": 402, "generated": "Three men have been arrested on suspicion of falling from a close block of a flat in Aberdeen."} +{"id": 403, "generated": "Derek Lyle scored twice as Queen of the South earned a deserved win over Brechin City in the Scottish Championship."} +{"id": 404, "generated": "The United States has voted for entry to Iran's envoy on whathe says to be a fifth member of the group's 1979 hostage-taking."} +{"id": 405, "generated": "An agreement has been reached to become the UK's largest wind farm in the UK as it prepares to power more than one million homes."} +{"id": 406, "generated": "Pope Francis walk through the underground gate of Auschwitz in Poland to open up his heart for welcoming refugees and migrants."} +{"id": 407, "generated": "More than 1,000 people have marched around the world to mark the Battle of Stamford Bridge in memory of King Harold Hastings."} +{"id": 408, "generated": "Bath flanker Eddie Burgess says he will spend the rest of his career in England rugby league, saying the match was an \"upsetting factor\" for his exit from union."} +{"id": 409, "generated": "An Australian woman sorry by a court on Bali has said she will not accept the donation from her boyfriend accused of stabbinging an Indonesian resortist to death."} +{"id": 410, "generated": "British university King's College is considering opening a new branch campus in Europe as a result of the EU vote on Brexit, according to reports."} +{"id": 411, "generated": "BBC Radio 4's Saturday Takeaway and The Voice are among the best TV presenters to win this year's National Talent Award."} +{"id": 412, "generated": "Josh Williams is now feeling a love to keep the Irish number 12 shirt after scoring on his debut for Reading."} +{"id": 413, "generated": "A key report into football's Fifa CEO says the organisation's investigation process is \"the next next step\" of its ethics compliance process."} +{"id": 414, "generated": "A paedophile who had four cans of a care beer and photographed a teenage girl in the street said she was \"convicted\" of rape, a court has heard."} +{"id": 415, "generated": "Wayne Rooney will return to leave Manchester United for the first time in his career when the striker inquires his meeting at Everton on Wednesday."} +{"id": 416, "generated": "After five years as a British silver medallist, handcycler Dave Marsden loves some of the most corner-changing sport of the world - but what sporting loves will give you add to?"} +{"id": 417, "generated": "Since the French civil war broke out in the 1960s now opened at Beirut's Harissa Carnegie - one of its 750-mile nightclubs and remarkable religious buildings in the Middle East."} +{"id": 418, "generated": "I'm one of the typical words on TV - and I've written my blog for almost 70 years."} +{"id": 419, "generated": "Two former policemen jailed over a £4m rate scam by mortgage lenders have been ordered to pay back £4m."} +{"id": 420, "generated": "Jeremy Corbyn still on the way to elect as Labour's leader and says the party chief should be be \"little cautious\" after no ballot papers sent in a poll."} +{"id": 421, "generated": "The two IRA members likely to hold key talks with Northern Ireland's political parties before opening talks with the prime minister on Thursday."} +{"id": 422, "generated": "French artist effi George Kapoor's mysterious sculpture of Le Notre has been found vandals outside London's Versailles is an act act of violence, his home Le Figero has said."} +{"id": 423, "generated": "Nah Ashton scored two tries in the first half as Saracens led Worcester Warriors at the Audi Administration Stadium to infgate their first Premiership final defeat of the season."} +{"id": 424, "generated": "England were not out on the third day of the third Test against South Africa and the tourists were set out in Login Hills."} +{"id": 425, "generated": "The number of living in workless households in the UK has fallen for a first time since 2008, official figures show."} +{"id": 426, "generated": "BBC entertainer Paul Daniels has been diagnosed aged 102."} +{"id": 427, "generated": "Harry Potter, trainers andbags from various counterfeit brands have been seized internationally over the last month, according to government figures."} +{"id": 428, "generated": "A chief constable has been criticised in an English advert calling for a \"ploddledegook\" police commissioner."} +{"id": 429, "generated": "A Lancashire MP has retained her seat as Labour's east London candidate after losing the majority in the constituency."} +{"id": 430, "generated": "jockey Derek Cooper won his first British Gold Cup at Chelin in 2016 with a successful win on the final third day of On The Hurdle."} +{"id": 431, "generated": "Maggie Holm says there have been \"ton of emotional emotional stresses\" following her surprise defeat by UFC heavyweight champion Conor McGregor."} +{"id": 432, "generated": "A former Labour MP has said he has \"no ifs, or no buts\" when he becomes the next prime minister of the party."} +{"id": 433, "generated": "A group of sheep had to be rescued after a cliff-side adventure."} +{"id": 434, "generated": "Dominique Burgess scored a hat-trick as Catalans held off Wigan and went down a chance of revivstating their top-four hopes."} +{"id": 435, "generated": "A US service member has died and 20 were wounded in a Chinook helicopter crash with forces in the southern Afghan province of Helmand, the military says."} +{"id": 436, "generated": "Germany's prime minister is to blame a militant group that has set up on the far right, typically able to serve in the commandative military and trained to oversee the country's civil war."} +{"id": 437, "generated": "South China's Uong Yuo beat world number Yu Yuong to reach the quarterfinals of the World Championship in Hartham."} +{"id": 438, "generated": "US Secretary of State John Kerry has said it was \"almost impossible\" to increase humanitarian aid to Syrian people on his first visit to Rome."} +{"id": 439, "generated": "Arsenal boss Arsene Wenger criticised his side for a \"gamikaze\" as they thrrashed over Manchester United 5-5 in the FA Cup quarter-finals."} +{"id": 440, "generated": "Cameroon coach Rubo Broos has outlined his comments, urging his Fecafoot team to \"go down\" issues of their future."} +{"id": 441, "generated": "three wouldeat I that I would aim would I'm got to be an editor of the Standard."} +{"id": 442, "generated": "The danger story of fake goods - known as make-up - has been highlighted by the Scottish justice Secretary."} +{"id": 443, "generated": "World number one Mark Selby won a seventh all-time world title in 12 years as he edged out Ronnie O'Sullivan in the Triple Crown final."} +{"id": 444, "generated": "The UN Security Council will meet on Sunday to discuss a request for permission for humanitarian aid to some areas of Syria."} +{"id": 445, "generated": "Football is lie up to that yeah, as no is it started now, just on the walkways of a strong game of the distance in Paris."} +{"id": 446, "generated": "The story of hit singer David Collins is to be shown in a film starringing one man survivors of stroke."} +{"id": 447, "generated": "Pedroo Antenucci's late equaliser saved a point as Leeds came from behind to beat Brentford."} +{"id": 448, "generated": "Monaco fought back at the top of Ligue 1 with a small win over Nancy that moved 10 points clear at the top of Ligue 1."} +{"id": 449, "generated": "A top chief who replaced his post for South Yorkshire Police after the 2017 Hillsborough sex abuse allegations has been named."} +{"id": 450, "generated": "An MP has apologised to Scotland's health secretary to set up an investigation into the deaths of 26 newborns at a maternity hospital."} +{"id": 451, "generated": "let boss Guu Hiddink has dismissed speculation over End Terry staying at the club that he is seeking a possible extension to his contract."} +{"id": 452, "generated": "A man has been driven through the head with a serwattan haircut after he was attacked at a house in County Londonderry."} +{"id": 453, "generated": "\" paedophile\" David Glitter has been jailed for more than seven years for rape and s offences."} +{"id": 454, "generated": "Companies that register domestic numbers in the UK should face fines after \" unsolicited calls\" registered at home for half a week, the Information Commissioner's Office says."} +{"id": 455, "generated": "The FBI has rescued 2,700 children from four raids across the United States, charged with sex trafficking since 2003."} +{"id": 456, "generated": "Welsh local broadcaster Made in Cardiff is to become the first TV station in Wales to launch in 2015."} +{"id": 457, "generated": "The Irish Football Association is studying into the damage to the damaged foundations of its stand at Linfield International Park in west Belfast."} +{"id": 458, "generated": "A week in a Supreme Court dispute over the cracked version of Doshi Farook's iPhone may have damaged data from its operating system, it has led to a number of legal cases that may have been made aspar."} +{"id": 459, "generated": "Online grocer Ocado has reported a slight rise in profits for Amazon, warning of \"escalating pressures on the supermarket sector\"."} +{"id": 460, "generated": "Five hikers have died and all have been injured when they fell mountain in the Alps in southern Italy, police say."} +{"id": 461, "generated": "A tourist took off the mark when she became stuck in her bath and her second home for three days."} +{"id": 462, "generated": "The route of the M77 near Glasgow has reopened after a crash involving more than 200 motorists."} +{"id": 463, "generated": "The man suspected of murdering eight people at Charleston women killed at a church in South Carolina wanted to \" forgiveed\" her because he wanted to start the attack, the county's governor says."} +{"id": 464, "generated": "A leading prominent Syrian opposition activist has reported that he has visited a prison in the capital, where security forces tried to end a deadly mutiny."} +{"id": 465, "generated": "Award-winning Scottish poet Josh Atkinson is among the five winners of the UK book award at the Queen's Museum for this year's Costa book of the year."} +{"id": 466, "generated": "At least 13 people, including 12, are missing after a freighter sank off the Singapore Strait."} +{"id": 467, "generated": "(Close): The FTSE 100 closed lower as mining shares fell sharply following new comments from the European Central Bank's economy boss."} +{"id": 468, "generated": "Australia began a surely day for the World Championship with convincing win over South Africa in Sydney."} +{"id": 469, "generated": "Dagenham and Redbridge plunged to just a first defeat of the National League season at Macclesfield."} +{"id": 470, "generated": "Former Bedford and Cambridge Warriors captain David Perry has died at the age of 16 from an ankle defect."} +{"id": 471, "generated": "The Polish destination of the East Midlands features on Leicester's Hinckley Road - includes a series of spectacularious images of research on migration."} +{"id": 472, "generated": "Stoke City manager Mark Hughes says there are \"no issues\" about midfielder Saido Berahino in next season's transfer window."} +{"id": 473, "generated": "David Daley and diver Becky Gallantree claimed two bronze medals at the World diving Championships in the synchronised 3m springboard final, alongside Britain's Ukrainen Becky 10th in the event."} +{"id": 474, "generated": "Wash clothes released into the oceans are caused by plastic pollution from primary microplastics, says a environmental watchdog."} +{"id": 475, "generated": "A man who was abtained after whose remains were found in Glasgow is facing a call for him to be convicted breaking his licence."} +{"id": 476, "generated": "A statue to a former Stafford-year-old woman who led political activism in the 19th Century has been unveiled by a anonymous donor."} +{"id": 477, "generated": "A Welsh jihadist who is travelling or fighting for Islamic State in Syria has become the third person to be named on the UN sanctions list for UK jihadists."} +{"id": 478, "generated": "A man has died after being karting at a track."} +{"id": 479, "generated": "A woman helped to find a snake from a California Kingsnnake after getting curled up on its knives and forks in a cupboard."} +{"id": 480, "generated": "A dog which was tdud into an enclosed field was left \" frozen a day before she was found by policemen\", the RSPCA has said."} +{"id": 481, "generated": "The Ministry of Defence's defence spending risen by £7.1bn last year but savings are still being found, the spending watchdog has warned."} +{"id": 482, "generated": "(Open): Wall Street leaders stayed several points higher on Thursday as the index's better-proving results prepare for next week's re-election."} +{"id": 483, "generated": "The cast of Hamilton and US vice-elect Mike Pence has claimed he was harass booed during a performance at a New York theatre."} +{"id": 484, "generated": "Oldham boss Steve Sheridan says he does not like good players to get out in the team in their 3-1 Championship defeat on Saturday."} +{"id": 485, "generated": "A Londonderry man who stole violent alcohol from ill patients in the hospital has been jailed for six and-a-half years."} +{"id": 486, "generated": "Santander Bank has reported a sharp fall in the first quarter of this year, setting extra for Payment Protection Insurance claims for savers and savers."} +{"id": 487, "generated": "Lewis Hamilton says he is \" gunning\" for the Hungary Grand Prix, beating Lewis Rosberg and Mercedes team-mate Tvantia Enan."} +{"id": 488, "generated": "US Republican Douglas Pompeo has been elected as the director of the CIA, accusing silence \"s tacitly\" encouraging Islamic faith leaders."} +{"id": 489, "generated": "Sussex strengthened their lead at the top of Division Two as they moved to a dramatic win over Leicestershire at Heading Lane."} +{"id": 490, "generated": "French officials have been holding a final day to observe a minute's silence at the factory of a man who died in a terrorist attack in the town of Lyon."} +{"id": 491, "generated": "At least eight people have been killed in the US state of Louisiana as floodwaters continue to buratch the region."} +{"id": 492, "generated": "Wales have infched their first three-world title since print as they sent them to a 3-0 win over Italy in Cardiff."} +{"id": 493, "generated": "Shop giant Federal Forens (DFS) suspended several staff after a customer accused him of whistling jokes about the way he back to the 1970s."} +{"id": 494, "generated": "Mae UNSIN cyfalddol i yhostau eu ffactorl i cyllal ar chyllbau chyflogwr Prifysgol Aberystwyth, inquirereth Funka"} +{"id": 495, "generated": "Childhooding unhappiness causes two times the risk of dying, says a Million women study that has taken direct impact on happiness."} +{"id": 496, "generated": "Renault driver Nico Rosberg says drivers are \"defappointed\" the decision to postpone halo protection is \"ready to go\"."} +{"id": 497, "generated": "A surprise video which shows a blindfolded Muslim man asking 2,000 people in Paris to seek hugs following the Paris attacks has gone into viral."} +{"id": 498, "generated": "Chris's 60lb (88lb) of fleece was sedated under the marathon New Zealand's shearing to carry out a sheering operation in devideo."} +{"id": 499, "generated": "The UN says that citizens fail to share against benefit fraud by Aadhaar - one of Africa's poorst states - was accused of data fraud more than 100 years ago."} +{"id": 500, "generated": "Belfast City Council has asked the police to have tyres removed from a suspected bonfire in County Antrim."} +{"id": 501, "generated": "Southend suffered a fifth straight promotion defeat as they ended their unbeaten run in League Two with a play-off draw at AFC Wimbledon."} +{"id": 502, "generated": "Facebook is to launch some TV-only video apps on its home televisions directly directly of the company."} +{"id": 503, "generated": "Brechin Rovers have offered ex-fife boss Ray McKinnon as an seeker for a job replacing Nicki Malpas as the club's new manager."} +{"id": 504, "generated": "When Steve Flynn came out of retirement for Newport County for non-league football, the club earned their promotion on 28 September in 2017."} +{"id": 505, "generated": "Growth across the UK construction sector rose at its slow pace for more than 18 months in May, according to a slow survey."} +{"id": 506, "generated": "A doctor who admitted filming videos beneath women's skirts at a Royal wedding has been struck off as details it has emerged before suggesting he had admitted an offence."} +{"id": 507, "generated": "An Australian building and toilet owner has become the first man to be bitten by the redback spider on the back of the penis."} +{"id": 508, "generated": "An Army soldier who handed over over to her wife over the past two years is exchangeing each other to become one of Scotland's highest ranking women."} +{"id": 509, "generated": "The government should \" unilateraliallyly protect the rights of EU nationals already living in the UK\", a group of peers has warned."} +{"id": 510, "generated": "Cabs, knives, microotters and antiques are among them to be stolen from flooded homes, police say."} +{"id": 511, "generated": "The family of one of County's most survived boyes on Teesdale have paid tribute to late Lord Barnard."} +{"id": 512, "generated": "Cornwall'slandey Giles is hoping to stay playing amateur golf if her LPGA Tour opens in September."} +{"id": 513, "generated": "Hearts goalkeeper David Rherras will miss Morocco's winter break of their 2017 2017 Africa Cup of Nations qualifier."} +{"id": 514, "generated": "A school in a Czechshire as part of its 950th birthday has been celebrated by the Queen."} +{"id": 515, "generated": "Amazon has reported a 65% rise in profit for the first three months of the year."} +{"id": 516, "generated": "Celtic manager Jim Murty believes his players' \" tenacity andgrit\" showed the performance as they came from behind to beat Rangers."} +{"id": 517, "generated": "Welsh sprint Mark Cavendish is fit to compete for an Olympic first on road medal this summer, says former Tour de France assistant coach Richard Sutton."} +{"id": 518, "generated": "Planning proposal for a £4m mine in the North York Moors stood \"up to scrutiny\", a report has said."} +{"id": 519, "generated": "The EFL Cup season is to go on trial by eight academy clubs from June."} +{"id": 520, "generated": "A \"most expensive\" box from the Duke of Exeter's auditorium in South Kensington has been sold for £544m, up for sale."} +{"id": 521, "generated": "Shrewsbury Town have signed striker Stefan Payne for the fourth year in a row after he was relocated in by Rochdale."} +{"id": 522, "generated": "A medieval church in Peermouthshire threatened from closure after thousands of metal organ pipes were stolen from the building dating back back from it."} +{"id": 523, "generated": "A large fire has broken out at Japan's Tsukiji's biggest market, causing serious damage and damaging shops and shops."} +{"id": 524, "generated": "Tradeers who break up bank's Libor rate will be to face jail prosecuted for misconduct under new rules proposed by the Bank of England regulator."} +{"id": 525, "generated": "Mohammed Ingram secured his first Test win of the season as seven wickets from Dick Wright and Tony Wright and six wickets helped Surrey to a comfortable win at Glamorgan."} +{"id": 526, "generated": "A 73-year-old woman was rescued by police after she was swifted from her car down a pavement in the centre of Swansea."} +{"id": 527, "generated": "A mother who killed her young son in the campaign for deaf people has been awarded the Australia's Young Australian of the Year awards."} +{"id": 528, "generated": "A senior businessman at the centre of a Nama loan deal has told the legislature's committee that he has tapes of declarations of interest on the deal."} +{"id": 529, "generated": "Black tea is bearing a major impact to business, with suppliers and UK supermarkets in negotiations about price rises."} +{"id": 530, "generated": "Two British soldiers who died in a bomb attack in eastern Afghanistan have been named as two of the Irish Guardsmen."} +{"id": 531, "generated": "Councillors at Aberdeen City Council have been asked to disclose the Financial authority's terms for breaching insider bonds."} +{"id": 532, "generated": "Burnley's unbeaten run under boss Sean Dyche ended to a narrow defeat at in-form Hull City."} +{"id": 533, "generated": "Oxford United have signed Swedish Under-21 defender Zal Pekalski from Sweden-based top division club Halmstads."} +{"id": 534, "generated": "Manchester City midfielder Yay Toure has signed a three-year contract with the Premier League club."} +{"id": 535, "generated": "Four dogs have been swiped from a van's home in north London."} +{"id": 536, "generated": "The parents of Star Trek actor Victor Yelchin, wrongly killed his son, are suing Fiat Chrysler over the failed Jeep, TMZ reports."} +{"id": 537, "generated": "Newport County suffered their second defeat in five games when they at Lorkin County."} +{"id": 538, "generated": "A cat spent its journey to life after being saved from a stolen van and stroke him in the hand of quah of litter tray."} +{"id": 539, "generated": "A 15-year-old girl has accused the FBI director of sharing abuse emails about Republican presidential candidate Anthony Weiner."} +{"id": 540, "generated": "The reboot of Baywatch is filmed on all of the latest trailer that includes a fascinating incarnation of the recent persecution, death, malail, domestic convenience and crime."} +{"id": 541, "generated": "(Close): Wall Street closed, lower on Friday as investors moved to profits on services on TV streaming and lower forecast numbers."} +{"id": 542, "generated": "Dunfermline Athletic maintained their lead at the top three of the Scottish Premiership with a defending win at Dumbarton."} +{"id": 543, "generated": "notes and passport maker De La Rue has reported a drop in profits for 150 European countries, after it warned that costs will be lower."} +{"id": 544, "generated": "Lornan McCusker wants to stay in touch with Irish backs, so they want to keep maintaining their form on high."} +{"id": 545, "generated": "Some home care companies in England have cancelled off contracts with nearly 122 councils for not enough to pay for at least £90m, the BBC has learned."} +{"id": 546, "generated": "James Troshkin won Jersey for the third time in more than two years, finishing seventh on the opening day of the 3K running race."} +{"id": 547, "generated": "A replica of the powerful slam poetry has been written by Emi Emi on her first day at US University of Yale in 2015."} +{"id": 548, "generated": "North Korea has fired a domesticly made ballistic missile across Japan beforethreatening its tests, the United Nations says."} +{"id": 549, "generated": "North Sea helicopter operators are told to return their tail rotor bearings to their manufacturer for further safety inspections."} +{"id": 550, "generated": "A 33-year-old man has been charged with the attempted murder of a policeman who has been charged over a possible bomb explosion."} +{"id": 551, "generated": "Customers at a dirty hotel in London have been ordered to refund after the BBC X-Ray called it \"anaccepted and \" mess\"."} +{"id": 552, "generated": "A woman has been charged with the murder of a 79-year-old man in North Lanarkshire."} +{"id": 553, "generated": "Darren Clark's late equaliser eased Sweden to a 2-2 draw at Euro 2016 and kept the Republic of Ireland chances of reaching next group stage."} +{"id": 554, "generated": "Australian Prime Minister Tony Abbott has re-signed former Prime Minister Ampton Abbot to help Queen receive the knighthood."} +{"id": 555, "generated": "Repair has diverted flights to Nigeria's capital Nnamdi less than a month after it was not possible to land, officials say."} +{"id": 556, "generated": "An Aberdeen teenager has predicted that one of the biggest club's FA Cup games may land his bumper bet."} +{"id": 557, "generated": "A British army soldier is to receive France's highest medal for the country's D-Day landings."} +{"id": 558, "generated": "Star Wars is to sell a selection of stamps to feature scenes from the new film, Star Wars VII."} +{"id": 559, "generated": "Parents will go away during school holidays if their children are taken and the rules are allowed to stop them says Ruby Hayley."} +{"id": 560, "generated": "A number of fish is likely to be ground up on beaches in Ceredondé over the next 12 years by a spate of dead fish, the Sea of Wales Nature (NRW) has said."} +{"id": 561, "generated": "Scotland is to be presented to veterans who demonstrated sea warfare while participating in the Arctic Convoys naval ships during World War Two."} +{"id": 562, "generated": "Scientists say they have discovered a species of mammals that lived for years on one animal's teeth."} +{"id": 563, "generated": "The Scottish Professional Football League is not appetite to establish a new solution on the facial recognition system at clubs for the followers of captain Eddie Hibernian, BBC Alloa has learned."} +{"id": 564, "generated": "A woman obsessed by her firefighter's partner thought she had \"fantastic\" sex with naked messages sent 10 days before her death, a court has heard."} +{"id": 565, "generated": "A special programme aimed at victims of domestic violence in Doncaster to improve their self-esteem with parents has begun."} +{"id": 566, "generated": "At least one people, including three teenagers are injured an French island of Bastia brawl between touristers accused of women wearing an Islamic bathing party."} +{"id": 567, "generated": "A man with acute leukaemia who said his wife got sick after a cancer trials has raised more than £40,000 to help his diagnosis back into the US state."} +{"id": 568, "generated": "\"The UN wanted \"close air support\" from strikes by Bosnian Serb forces since the 1995 town of Srebrenica that killed about 4,000 Muslim refugees and shelling thousands of them\"."} +{"id": 569, "generated": "A species of buttercup thought to be one plant in the world is not now being found at two nature reserve sites."} +{"id": 570, "generated": "Police investigating the abduction of an five-year-old girl in Powys have said they receive information from young children they are searching in connection with her missing."} +{"id": 571, "generated": "More than 18 million people have been displaced from homes in South Sudan since and the civil war, the UN's Refugeation Agency (UNHCR) says."} +{"id": 572, "generated": "Scottish Labour leader Kezia Dugdale has said there could be another attempt in her plans to introduce another austerity budget."} +{"id": 573, "generated": "The evacuation of men, boys and boys is due to continue in the Syrian city of Homs which was besieged on Monday night after a truce was extended."} +{"id": 574, "generated": "Wales became their first series hockey captain with a 3-0 win over Scotland."} +{"id": 575, "generated": "A fire service is carrying out \"bariatric rescue\" in the number of patients surviving incidents has risen by more than in a month."} +{"id": 576, "generated": "A banjolele played by one of George Formby' favourite stars in 1930s is set to sell for almost £72,000 at auction."} +{"id": 577, "generated": "The new production of Sunset Avenue has drawn heavy criticism in the West End, the show's producers and critics have said."} +{"id": 578, "generated": "Israel has rejected allegations that it uncovered a shipment of rockets found on a ship in the Gaza Strip last month."} +{"id": 579, "generated": "A Moscow jury has found five members of pro-Moscow group Boris Nemtsov of murdering the Russian prime minister in Chechnya."} +{"id": 580, "generated": "England midfielder Terry Terry has pleaded guilty to an racially-aggravated racist offence to stand trial for another five months, a court heard."} +{"id": 581, "generated": "A US Naval force ship fired a drone on a Iranian jet as it arrived to the size east of the Gulf Sea on Wednesday."} +{"id": 582, "generated": "Indian bread manufacturers' association has called for the ban of two chemicals found in bakery products after a report found more than half of the chemicals that can cause cancer."} +{"id": 583, "generated": "David Bowie is on the shortlist for David Blackstar at this year's BBC Introducing Awards."} +{"id": 584, "generated": "Southampton is being told by the council to use its shore power in a bid to reduce air pollution."} +{"id": 585, "generated": "Donald Trump says his father implied that a US soldier would have been killed in a car bombing by Alhasam Khans in Iraq."} +{"id": 586, "generated": "An exclusive-wide taskforce to examine the impact of the Northern Ireland economy and the 2007 huge housing bubble has been asked by the Northern Ireland government."} +{"id": 587, "generated": "Former Nicaraguan veteran George Borge, who helped the Sandinista revolution, has died in Los aged 89."} +{"id": 588, "generated": "Welsh Olympic champion Jessica Ennis-Hill is expected to compete this year's full indoor heptathlon at the IPI World Championships in Ubridge."} +{"id": 589, "generated": "Louis van Gaal regarded as a super billioner, why he has never never been told to leave football."} +{"id": 590, "generated": "The discovery of her grandmother's dress for her 1940s wedding in Sussex has gone viral on the social media this year - but there has been a phenomenal 1% increase in the number of brides."} +{"id": 591, "generated": "A sex offender who sexually abused a boy at a children's centre has begun an appeal against his 22-month jail sentence."} +{"id": 592, "generated": "A phone is insultable for consumers who have to wait for five minutes to get, according to a watchdog."} +{"id": 593, "generated": "It may be some part of the year for pigs and a walking walk to get closer to social animals."} +{"id": 594, "generated": "Gilly Raynes' 80th-minute goal saw League Two play-off hopess Leyton Orient dreeshed with strugglers Carlisle."} +{"id": 595, "generated": "Scotland recruit Mike Hardie is about to go to complete his line-up for a second Six Nations season on Friday."} +{"id": 596, "generated": "Ivanka Trump's perfume sales rose in February, putting more than 347%, according to an online market spokesperson."} +{"id": 597, "generated": "The Isle of Man will \"work on on changing\" legislation on the Termination of abortion, the chief minister has said."} +{"id": 598, "generated": "German refugees will now receive their special reception centres at the Munich station for sayingwelcome and sweets as they reachs back to the capital."} +{"id": 599, "generated": "Republican presidential candidate Donald Trump has described a mass deportation force as \"s cheap, \"doable and humanely\"."} +{"id": 600, "generated": "Trinity assistant head coach James Chester has signed a two-year contract extension."} +{"id": 601, "generated": "The new boss of online news platform Reddit has defended his plan to formalonise the site's intentions bylaunching a \" momentum\" investigation."} +{"id": 602, "generated": "All photographs of a major power station dam have been visible by strong rain."} +{"id": 603, "generated": "A powerful tycoon known to be part of Russia's leader Boris Berezovsky has been found dead at his home home."} +{"id": 604, "generated": "Big Gunda's name has been at the core of Scottish football's hopeds, with a number of players who have made so last season."} +{"id": 605, "generated": "The alleged manager of two care homes where disabled residents were tied in a room, a court has heard."} +{"id": 606, "generated": "Harlequins half-back Geam Marchant has signed a new four-year deal with the Premiership club, with the requirement of until 2018."} +{"id": 607, "generated": "Israeli PM David Cameron has said the UK plans to resumey direct negotiations with Israeli PM Benjamin Netanyahu with \"medit and immediately\"."} +{"id": 608, "generated": "Tanzania's new out-time President Mike Magufuli has won in Tuesday's election, in one of the most strategically devastating surprises of his political career."} +{"id": 609, "generated": "Douglas Essien believes Chelsea are very hard to win their Premier League title."} +{"id": 610, "generated": "Sheffield United midfielder Edin Tena and Accies defender Jth Seaborne have extended their contracts to stay at the League Two club by mutual."} +{"id": 611, "generated": "A specialist system involved in the repair of the Heerham Bridge carried out more than five hours of tests, MSPs have heard."} +{"id": 612, "generated": "A public show at the Glasgow School of Art Students (SA) helping those affected by a deadly fire at its Reid Building is to open next year."} +{"id": 613, "generated": "A French policeman has described how him was surprised by the \"bebewilderering silence\" at the scene involved in last month's attacks at a Paris concert hall."} +{"id": 614, "generated": "Three-time Olympic winner Usain Bolt says he will have the chance to break his 100m world record if he set up the fastest time of the season."} +{"id": 615, "generated": "An ancient historian who unarthd a Champagne-era ancient cemetery has said he got to weigh the costs when he provided support for landowners."} +{"id": 616, "generated": "At least three people, including two people have been killed and 48 injured in an attack on a hotel on the Sinai Peninsula resort."} +{"id": 617, "generated": "A company that owns Welsh public water and sewerage has announced plans to keep household bills to low terms."} +{"id": 618, "generated": "US President Barack Obama has discussed plans toimpose an immediate, transition tax used on companies such as Microsoft, Apple, drugs and other middle class families."} +{"id": 619, "generated": "Romania's Emila Halep beat fifth seed Mezisa Pliskova to become world number one and Dena Pliskova in the French Open final on Saturday."} +{"id": 620, "generated": "A bus driver operated a school with two children and their car which became stranded by flooding on Monday morning following heavy rainfall."} +{"id": 621, "generated": "A hospital trust has suspended the closure of its children's emergency services amid concerns ofignoring external advice about safety for injuries."} +{"id": 622, "generated": "The number of cats is likely to rise to a tourist island of America that have been brought in by mice infesting fishing boats."} +{"id": 623, "generated": "Essex on-sam bowler Meam Amir paid a price for his history but made a mistake, according to head coach Chris Bowden."} +{"id": 624, "generated": "Five teenagers in connection an arson attack on a Christian church in Jerusalem that believe the worship of \"fishes\" have been freed, police say."} +{"id": 625, "generated": "hormone veterinarian Tara Palmer-Tomkinson has said she feels to die after receiving malignant brain tumour."} +{"id": 626, "generated": "A Canadian prime minister and his Canadian prime minister have taken to a pride event at a annual gay leaders event in Paris."} +{"id": 627, "generated": "Russian President Vladimir Putin has given Serbian actor Steven Seagal as an honorary nationality."} +{"id": 628, "generated": "Mansfield Town have signed Arquin Town's right-back Eddie Hamilton."} +{"id": 629, "generated": "A four-year-old boy was left ill after being free by his parents, a fire br crew has said."} +{"id": 630, "generated": "folic acid may not buying supplements for pregnant women toeat two if they are thinking close to becoming pregnant, researchers say."} +{"id": 631, "generated": "Mark Warburton admits his Rangers squad are now experiencing a crisis as they are preparinging to face Dundee on Saturday."} +{"id": 632, "generated": "mapping techniques have used in Scotland to plot 10,000 of the most known earthquakes in the UK more than 30 years ago."} +{"id": 633, "generated": "The Barbados island has a clearlyworthy, modest and empal and prosperous heritage off the north coast of the Caribbean Sea."} +{"id": 634, "generated": "There are far of the what-unigensable stagromche that started after the attacks against so-called Islamic State (IS - the most powerful period of warfranm ever ever - with France and President Francois Hollande opening talks for a new geostrategi alliance between Russia"} +{"id": 635, "generated": "Almost £3,000 has been spent on a new HS2 station at Sheffield's out-of-town parkway, according to Sheffield City Council."} +{"id": 636, "generated": "A teenager who claims he claims he was withdrawn from a school in east London has started legal action against his family."} +{"id": 637, "generated": "Online CCTV footage of a lorry driver passing a crossing on the M4 in Lancastershire are being investigated by police."} +{"id": 638, "generated": "The parents of a baby with life-threatening illness say they would try a therapy to help him live outside the US if he can save his life."} +{"id": 639, "generated": "M990 chief executive Gary Doncaster has defended claims that the World Cup and European Championship season will not start in May."} +{"id": 640, "generated": "A 16-year-old boy has been arrested after a wallabie chases left a park dead."} +{"id": 641, "generated": "Watford manager Pep Guardiola has announced he is likely to miss Sunday's World Cup final because of a groin injury."} +{"id": 642, "generated": "A 16-year-old boy suffered serious head injuries following a serious disturbance held in Glasgow in the early hours of Tuesday night."} +{"id": 643, "generated": "It's an eight-minute call on the outskirtrice of the French Parliament in Paris."} +{"id": 644, "generated": "A new walk walkway through the Snowdonia National Park Authority has been awarded almost £85,000."} +{"id": 645, "generated": "Celtic keeper Oklan Simunovic faces the final day of the summer visit to Aberdeen Wednesday for his return from a back injury."} +{"id": 646, "generated": "Presentorc Michael Barrymore should not obligede Police to receive a level of nominal damages to be paid to the man over his arrest, the High Court has ruled."} +{"id": 647, "generated": "Britain's Willin Hill and Demoni Scott both won consecutive gold in the men' skeet final in Chinala on Saturday."} +{"id": 648, "generated": "Three men have been jailed for kidnap, a Caliennian man and forced to pay less £10 a day to work on slavery."} +{"id": 649, "generated": "The grave of 14 bodies that were found on the grounds of a prison in Venezuela has been identified, experts have said."} +{"id": 650, "generated": "Russian President Vladimir Putin has criticised Turkish officials for \"denialing\" saying he has reminaged its links with Turkey and eastern Ukraine."} +{"id": 651, "generated": "Doncaster Belles defender Ash Mills says she has retired from training for the first time since the 14-year-old goalkeeper was diagnosed with multiple sclerosis or MS in March."} +{"id": 652, "generated": "Islamic State forces say they have died in a deadly stand-off an attack on a hotel in the Libyan capital Tripoli, officials say."} +{"id": 653, "generated": "Five Christians members from the new Diocese of Scotland and West Yorkshire are to take part in a \"pilgrimage\" ride to St Columba."} +{"id": 654, "generated": "Jermaine Jackson has resigned from the Michael Jackson's family home following a cuffle between his mother and siblings."} +{"id": 655, "generated": "Staff on Scottish Ambulance Service at Hogmanay had 257 busi calls on the Christmas period for the second year, new figures have shown."} +{"id": 656, "generated": "Egypt's President Mohammed Morsi has said all options made on diverting the Blue Nile from the Nile are \"a gift\"."} +{"id": 657, "generated": "Salford Red Devils director Sean Koukash says he is still wondering whether his Widnes club's six-point deduction is in the sport for breaching the RFL salary cap."} +{"id": 658, "generated": "Sir Elton TV will host Dame Helen Dully for the third series of this year's Saturday Night Live."} +{"id": 659, "generated": "Shrewsbury Town defender Rodham Demetriou is out for three months after suffering a setback ligament."} +{"id": 660, "generated": "The proportion of monkeys being carried out experiments on non-human primates should be not banned, a review of British research has found."} +{"id": 661, "generated": "Police in New Zealand say they will take further action over media publicity relating to his driving while speeding while defending world champion Lewis Hamilton in Auckland."} +{"id": 662, "generated": "Plans to refurbish an Derby venue where Morrissey could be reopened."} +{"id": 663, "generated": "Vonsie Weiner has been named in England's international squad for the 2017 World Cup in the United States because of a knee injury."} +{"id": 664, "generated": "A Swedish police spokesman has denied suggesting the driver in a car accident that killed four members of the band and their band manager."} +{"id": 665, "generated": "India's decision to give efficient spinners (DRS) into standardisation in England show immediate possibility if a batsman given out of the third Test will come well well door the way."} +{"id": 666, "generated": "A teenager intended to fight a group to the UK in 2014 to download a video showing murder of two Jihad militants, a court has heard."} +{"id": 667, "generated": "The number of Chinese tourists visiting a shopping destination in Oxfordshire has risen by 37% in a decade, according to a campaign group."} +{"id": 668, "generated": "A former school teacher who indely abused four boys in the early 1970s and the 1970s has been jailed for nine years."} +{"id": 669, "generated": "Tati Habana's fine hat-trick broke South Africa's all-time record and earn Linzo Lomu's best World Cup tryr against the United States in Stuttgart."} +{"id": 670, "generated": "A County Antrim man has said that he feels \"feel he is living in fear\" after a series of gangs and homophobic attacks on his partner's home."} +{"id": 671, "generated": "A Canadian woman who missed a flight to Galapagos Islands without her cruise ticket says she had been overbooked and missed a new flight."} +{"id": 672, "generated": "South Yorkshire Police will pay up £12m on special grants to legal costs at the Hillsborough tragedy inquests have heard."} +{"id": 673, "generated": "A man has been charged with murder after a man was shot in the head on a Reading street."} +{"id": 674, "generated": "Swindon Town have appointed executive Luke Williams as their head coach for the second game of the season."} +{"id": 675, "generated": "A woman who returned to her home in Wiltshire 16 years ago has said she has \"hop progress\" with police investigation into her disappearance."} +{"id": 676, "generated": "Southend increased their promotion play-off hopes with a small win, beating League One promotion promotion hopefuls Sheffield United."} +{"id": 677, "generated": "Wales centre Cly Jarvis will miss the 18-winning series against New Zealand and the All Blacks on 14 June."} +{"id": 678, "generated": "It was the objectif of \"a finger bag of smoke but not just the nasty air of you\"."} +{"id": 679, "generated": "West Point's New York academy is pursuingdisciplinary measures against who were involved in pillow fight with cadets, its army superintendent told the New York."} +{"id": 680, "generated": "A work made by Scottish artist Forsyth's Gregory's Girl is to donate £13m from the governing school of the Scottish National Portrait Association (GSA)."} +{"id": 681, "generated": "A police force accused of secretly Using former officers' phone phones has lost a battle for compensation."} +{"id": 682, "generated": "A 46-year-old man has been arrested on suspicion of manganging and seasonal offences in County Armagh."} +{"id": 683, "generated": "Oxford United goalkeeper Jerry Humes is to leave the club at the end of the season and he will keep him at the League Two club safe."} +{"id": 684, "generated": "Australian-run airline Qantas will be grounded in all Sydney airports, it has announced following a rough dispute between managers and unions."} +{"id": 685, "generated": "A teenager hitd and killed a woman by a pedestrian \"fell through the ground\" and \"sprang to their feet at the point of impact\", a court heard."} +{"id": 686, "generated": "A man has died after being stabbed to death in a row at a Poundland store."} +{"id": 687, "generated": "Torino striker Delipsman Immobile has left the club by mutual other contracts worth up to €8m."} +{"id": 688, "generated": "Anglesey council has recorded 17 cases of personal data and 17 internal breaches in the past five years."} +{"id": 689, "generated": "Hundreds of travellers have remembered a young boy who died after fighting leukaemia in their blue casket for his funeral."} +{"id": 690, "generated": "Hamilton Championshipan Athletic are chasing a automatic promotion spot after beating Hibernian and set up a first Scottish Championship play-off first-leg final."} +{"id": 691, "generated": "Police investigating the murder of a elderly man found dead in his home in County Londonderry have said they want to investigate the case."} +{"id": 692, "generated": "England finished third in the Women's World Cup after scoring 1-0 to beat France in the SheBelieves Cup."} +{"id": 693, "generated": "UK car sales jumped better-than-expected February, one of quietest months of the year, but \"a slowdown\" in new vehicle sales."} +{"id": 694, "generated": "A family beach in Kent was among the top five of the most likely destinations in the UK in 2015, in a list of the world's Best Holidays."} +{"id": 695, "generated": "China's Pete Poulter said he is \"strong\" and will keep his tour form amid a shortage to crack down the possibility of reaching a third round at the Texas Open."} +{"id": 696, "generated": "They's been one of the best films in the world, falling inside the window, over the finger, rns and ragy of alterist and famous satires."} +{"id": 697, "generated": "A man has been taken to hospital after being hit with a two-caricar in Glasgow city centre."} +{"id": 698, "generated": "A 39-year-old man has appeared at the House of Witnessence Service charged with an alleged attack in Dumfries."} +{"id": 699, "generated": "Justin Bieber has said he will perform any further dates on his opening tour of Australia next year."} +{"id": 700, "generated": "Northern Ireland MLA Tim Farry is aiming at a possible rise in tuition fees from three universities."} +{"id": 701, "generated": "Northern Ireland leader Ed Robinson says he is concerned the murder of Joe McGuigan in east Belfast was part of the republican party, the IRA."} +{"id": 702, "generated": "Oil giant Scottish Shell has won a court battle in Nigeria over claims it has suffered with a shock of oil spills in the Niger Delta that have started in more than 50 years."} +{"id": 703, "generated": "A woman whotended to handle her mother's more than 20 years to the pension schemes she was still alive has been ordered her sentence to reappear."} +{"id": 704, "generated": "Russian Olympic champion Serne Chicherova won gold at the Games in Rio 2016 amid claims that retests from track and field last year were used using state-organ doping medicines."} +{"id": 705, "generated": "The Charity Commission has raised concerns about support to Jewish students' unions, the BBC has learned."} +{"id": 706, "generated": "Adam Voges posed off a new gettable score to dub Middlesex into into control against Hampshire at Lord's."} +{"id": 707, "generated": "After it seemed like I on my face, I was not aware that the day was just."} +{"id": 708, "generated": "Residents in southern China are hit by a deadly typhoon that forced thousands to evacuate off flooding."} +{"id": 709, "generated": "Most you are not love toeat goats at every farm every year - so we can know what they love with."} +{"id": 710, "generated": "A woman has pestd waters of the River Condor as flooding continuess Lancashire flood warnings."} +{"id": 711, "generated": "Former England prop Andrew Moore is being treated hours after suffering with a serious health problem."} +{"id": 712, "generated": "Plans for a cracking hairpin bend on the outskirts of the most used road in the Scottish Isles have gone on show."} +{"id": 713, "generated": "This is last vote on the bill, due to be approvedd by the House of Lords tonight - the first stage of we start when debates go ahead and on several more stages around the EU."} +{"id": 714, "generated": "Great Britain's James Daley took their first bronze medal in the men's 3mm synchro event to reach the third round of the six-teven international series."} +{"id": 715, "generated": "A police officer during the Hillsborough disaster was \"deeply unconscious\" his mother's heart, a coroner has told the jury's inquests."} +{"id": 716, "generated": "It's been new season but the beautiful trees are blossoming."} +{"id": 717, "generated": "Wales head coach Harrison Page says his side probably played better against France and if they want for their World Championship Group B win over Bahrain."} +{"id": 718, "generated": "Brazil's Senate has approved a constitutional amendment that will simplifye the government's national spending cap to two decades."} +{"id": 719, "generated": "Godolphin's trainer Mahmood Al Zarooni has been banned from British racing for at least 30 years after admitting anabolic steroids to doped 14 horses at Moulton Paddock stables."} +{"id": 720, "generated": "BBC Sport Secretary Paty Crouch has launched a new three-day shake-up campaign aimed athowcasing the world's best women's sport."} +{"id": 721, "generated": "Bitcoin has reached its first value rise in more than three months, believed to have been in the most often popular virtual currency."} +{"id": 722, "generated": "An employment minister is to meet more residents of the Holyland to address their behaviour in trouble in south Belfast area of St Patrick's Day."} +{"id": 723, "generated": "Communities affected by the negative impact on those affected by new global climate mitigation schemes must be compensated compensation, World Bank researchers say."} +{"id": 724, "generated": "The monarch Sophie has been photographed of her shumckering away and pouring whisky from the Aboyne Games."} +{"id": 725, "generated": "A prison officer paid thousands of poundss for tips to a journalist allegedly phone the News of the World, a court has heard."} +{"id": 726, "generated": "All people around the world, this is a hoverbike that can be powered using remotely drone engine."} +{"id": 727, "generated": "Boston Argyle have signed defender Alis Mills from League One rivals Argorle for undisclosed fees."} +{"id": 728, "generated": "An electric bike service that can up to 15mph is to be launched in Exeter."} +{"id": 729, "generated": "It's the lugeye in all of Britain's industrial sector."} +{"id": 730, "generated": "Mae gydnnw New Frontieredd y Warlight40 N00 bundlew Deliena Smei yn yvers yn i Hataglam is un guundy Lrs Iviesley yn Newannon "} +{"id": 731, "generated": "Former coach Joe Pivac wants New Wales coach Stephen Jones to be released from Wasps County."} +{"id": 732, "generated": "Wales began their Championship campaign with a 41-3 win over Scotland in the opening World Rugby Pool A."} +{"id": 733, "generated": "Acttive Cilla Black has driven hundreds of people around the world to remember her death."} +{"id": 734, "generated": "Welsh competitor Hitly Lawrence secured her second Commonwealth Games title by taking victory in Cardiff."} +{"id": 735, "generated": "Manchester City's NBA season has now beenponed this weekend in poor waters in Houston, Canada."} +{"id": 736, "generated": "Tottenham Westwich Albion have confirmed they have no interest an £25m offer from Pakistan striker Said Berahino."} +{"id": 737, "generated": "Arts Secretary Michael Skates has written to a review panel criticised criticism of Literature Wales but could undermine public funding."} +{"id": 738, "generated": "A man has been arrested after an armed rape raped a 12-year-old girl carrying her in east London."} +{"id": 739, "generated": "Young markets in Asia were positive on Thursday as South Korea trading higher at the opening day of the International Economy conference."} +{"id": 740, "generated": "A top Libyan terrorist born in al-Qaeda has been killed hostage in a strike on a gas plant, the US Pentagon has confirmed."} +{"id": 741, "generated": "Google is boycott three major US brands in response to a row over hate speech."} +{"id": 742, "generated": "The drought of 1976 continued to kill 17% of the UK's droughtest oak trees, according to a new study."} +{"id": 743, "generated": "Indian retail giant Amazon has apologised over an image of Indian fiasco celebrity Maria Sharapova, after abusey and emotional comments were distributed on social media."} +{"id": 744, "generated": "The rescue of survivors of Wednesday's avalanche that hit a hotel in Italy has risen to 410, local media say."} +{"id": 745, "generated": "Some of India's biggest tea estates have been suspended off after an investigation was found as a breach of personal protective equipment."} +{"id": 746, "generated": "Jonny Bairstow left England on the final day of the third Test with Sri Lanka, his form was not indeliifual of a fresh history that has come both collaborative co-up."} +{"id": 747, "generated": "Gareth Southgate's Euro 2016 qualifying campaign suffered a hitetty effect as England began their seaming lead with a disappointing 2-1 win over Lithuania at Wembley."} +{"id": 748, "generated": "fossils unearthed in Malapa have made what scientists say is a human species."} +{"id": 749, "generated": "A man has thrown a manufactured gunpowder before ran exiters at a restaurant in Pasadena, the capital, Los Angeles, after reporting an explosion."} +{"id": 750, "generated": "League Two club Charlton Athletic have signed left--back Lewis Page from West Ham United for an undisclosed fee."} +{"id": 751, "generated": "The farm held on the American Sea on Nelson Mandela's Robben Island wine estate, seven years since he became elected as prime minister for aim to control the South Africa's influx of apartheid corruption has come end."} +{"id": 752, "generated": "A County Londonderry woman who assaulted the driver' glasses in a taxi to win the TV's £2m jackpot has been given a three-week suspended sentence."} +{"id": 753, "generated": "Rafael Nadal suffered a small allergy injury as he was beaten by Pierika Akara 6-3 and 6-3 5-7 7-6) to set up the semi-finals of the Rio Open."} +{"id": 754, "generated": "Pedro Pietersen describes the reason he appears to be one of England cricket's \"plappian mayhem\"."} +{"id": 755, "generated": "A Belfast charity supporting elderly volunteers has been awarded the Queen's Age Concern Award."} +{"id": 756, "generated": "Hundreds of thousands of people have organised a mass rally in Hong Kong against civil disocracy against the city's Chinese government."} +{"id": 757, "generated": "An older lifting ship in the North Sea has been fitted to start out work with a special operation in Singapore this month."} +{"id": 758, "generated": "Former Penzance United owner Jog Haigh says he wants an offer to help him relocatee Cornwall National League club Leeds United and sponsor the county's local clubs."} +{"id": 759, "generated": "Northern Ireland man Lee Selby wants his British and WBC International featherweight title against Carl Frampton will hold in Leeds on Friday."} +{"id": 760, "generated": "Scottish forces have begun a large police search for a policeman who has been missing since three months ago."} +{"id": 761, "generated": "Sir Sir Bradley Wiggins has revealed he has no know over reports that Mark Cavendish will be racing in the Ghent Six in March but may not be his last race with his family."} +{"id": 762, "generated": "The pilot travelling for a Free Air plane flying from Belfast to County Antrim on Wednesday has been delayed off because of a hydraulics issue."} +{"id": 763, "generated": "Colin Vearncombe, the pop star aged 37, has died after a crash with a motorway."} +{"id": 764, "generated": "Police say eight people were injured after a \"life-changing attacks after a liquid bleach was thrown at them at a passenger."} +{"id": 765, "generated": "The M40 has reopened almost a week after a crash in Glasgowshire which killed a lorry."} +{"id": 766, "generated": "A small video showing little goslings waddle up from a roof roof outside their office at the University of Calgary."} +{"id": 767, "generated": "Google has launched a discuss with the European Union over the significance of its shopping results."} +{"id": 768, "generated": "Blackpool secured a hard-fought win over Exeter who kept their unbeaten start to League Two."} +{"id": 769, "generated": "I walked in Brussels's Fiat 500 office to give an non-epoc album and footage to me for some weeks."} +{"id": 770, "generated": "In April 2003, Brazil's oil giant Petrobras was carrying out an interactive-999 aerial equipment."} +{"id": 771, "generated": "Charges against New York district for allegedly engaging words about President Donald Trump's art artist Douglas LaBeouf have been dropped."} +{"id": 772, "generated": "The father of a teenager who went missing 10 weeks ago has said he wants to urge his family to keep him safe."} +{"id": 773, "generated": "A woman who was killed after being attacked by sex workers on a street was \" caught and taken off our streets\" in Manchester, police say."} +{"id": 774, "generated": "A US man arrested an intruder to scale a shorter fence near the White House grounds, six hours before he detained in Washington, California, the Secret Service says."} +{"id": 775, "generated": "At least 31 Taliban insurgents were killed in a Nato ambush air strike in the eastern Afghan province, officials say."} +{"id": 776, "generated": "A teenager has appeared in court charged with making 12 terrorism charges."} +{"id": 777, "generated": "Police searching for a missing woman who flest a week ago have made a second appeal to the public."} +{"id": 778, "generated": "World champion Gby Stimpson became the first Briton to qualify for the Rio 2016 Olympics with victory in the 1500m run."} +{"id": 779, "generated": "The European Commission says a fung blight, which is spread by sap-sucking insects, is killing 87% of Italy's olive trees."} +{"id": 780, "generated": "The Co-operative Group has recorded a net loss of £338m, saying its business has been \"unco-operative\"."} +{"id": 781, "generated": "Sod Champion Hurdle winner' Alary was crushedd out of a third consecutive novice hurdle by Bristol De Mai to surpass Ascot at Cheltenham."} +{"id": 782, "generated": "Premier League clubs plan to use goalline technology to play in next season's semi-finals, the Football League has confirmed."} +{"id": 783, "generated": "A expansion of five \" Cyber-Inding\" schools at Cheltenham has begun by the UK's cybersecurity agency GCHQ."} +{"id": 784, "generated": "A gang gang which carried out men who used a shotgun to threaten and threatening at an elderly pensioner's house in County Armagh, its neighbours have said."} +{"id": 785, "generated": "Former Napoli captain Andrea Dossena has been arrested on suspicion of forensic offences in connection with an earlier incident in south London."} +{"id": 786, "generated": "Campaigners at a town hall in Wilkshire are being saved by police as their protest against the Great War Memorial under way."} +{"id": 787, "generated": "Ivory Coast' Africa Cup of Nations training campaign will begin at the 2017 African Cup when their campaign gets under way on 8 January."} +{"id": 788, "generated": "Former BBC presenter Jidg Wadsworth says her career posed as Lady Godiva was being forged on a charity calendar to investigate her assault, a jury has heard."} +{"id": 789, "generated": "West Yorkshire Police has announced an extra £6m to review 55 55 unsolved murder cases."} +{"id": 790, "generated": "Ehrys Bolasie scored a hat-trick as Sunderland came from early behind to win at Crystal Palace."} +{"id": 791, "generated": "England captain Eo Morgan says his side's drayed World Cup final loss to New Zealand was a \" completelye team down the line\"."} +{"id": 792, "generated": "The development of York City's new York Community Stadium until the start of the season has been chopped off by the council."} +{"id": 793, "generated": "China will continue to investigate a suspected hacking in cyberspace, US Foreign Secretary Mark Clapper has said."} +{"id": 794, "generated": "Maeo bobl yn codedeed ei ddarflyd Deseidon ddal yn Llywodraethi Cymru, yn ei wariwei eu wario r"} +{"id": 795, "generated": "A £1.5m plan to introduce cuts to a fire station has been described as a \"understatement\"."} +{"id": 796, "generated": "The British Racing Association has unveiled plans to launch a £10m scheme aimed at increasing racing engagement."} +{"id": 797, "generated": "Homes in some areas of Yorkshire and the Humber need a £15,000 pay rise to get every worker qualifying for a minimum mortgage, a report has found."} +{"id": 798, "generated": "An independent assessment of the extent of paramilitary activity is to be published in Northern Ireland."} +{"id": 799, "generated": "The fiancée of rock band Delays have urged people to donate £250,000 to their fundraising page for a special cancer survivors."} +{"id": 800, "generated": "MEPs arrive in the Parliament on Wednesday after Canada voted to block the vote on the EU trade deal."} +{"id": 801, "generated": "Former 16-year-old striker Michael Duffy has left the club to move to Celtic."} +{"id": 802, "generated": "Kyle Lafferty scored a late goal as Hearts thrilled a photograph of their Scottish League Cup Group A life with victory over Brechin City."} +{"id": 803, "generated": "Leading jailed sexual offender Neil Gover, who disguise his English face over boys, has been released, UK corrections say."} +{"id": 804, "generated": "Transport charity Sustrans Scotland has supported a review of why in a number of dangerous junctions in Edinburgh do don not cycle."} +{"id": 805, "generated": "Birmingham City manager Danny Redknapp is due to have further medical check-ups for three months to show he is properly worried."} +{"id": 806, "generated": "Four England women's Super League One club Notts County have signed new clubs following their terminationing last season."} +{"id": 807, "generated": "The sale of student loans book has a face value of £4bn, government officials have warned."} +{"id": 808, "generated": "It is a tliding change in the future of police and crime spending in England and Wales - the Home Office has confirmed there will be no further cuts being surveyed by George Osborne."} +{"id": 809, "generated": "It may be a sstagtribuling round of years in office before the House Commons approaches 6 May 2016 - but the new blilot has another series of key events at the centre centre of parliamentary members."} +{"id": 810, "generated": "A Japanese nuclear plant has restarted its Fukushima nuclear plant three days after a powerful tsunami caused meltdown."} +{"id": 811, "generated": "Dylan Hartley has received a six-month suspension for biting England captain James Ferris for eye biting while playing."} +{"id": 812, "generated": "Ken Clarke has accused UKIP of using its candidates as cannon fodder, in a row over racist smear comments."} +{"id": 813, "generated": "Mae cwpwl i ede Nghymru yn Dde Llun, N Aberpennar y half oei ei corredd wedi glymu in 1980 wnaeth"} +{"id": 814, "generated": "An Egyptian court has issued an appeal against a decision to cede control of two strategic islands in the Red Sea to Saudi Arabia."} +{"id": 815, "generated": "Police forces in England and Wales are \"home to stay\" and face further cuts, a top watchdog has warned."} +{"id": 816, "generated": "A guard is to examine the subject about the future of tapestry at the Borders despite concerns over the subject it was \"not needed\"."} +{"id": 817, "generated": "A man and a woman have died following an accidentinvolving a motorcyclist on a motorway in east Sussex."} +{"id": 818, "generated": "A new playwright focuses on Sir David Howe's life is playing a significant drama spectacle about a mixture subject to love story and stories."} +{"id": 819, "generated": "The Paralympics' classification system risks mismatched athletes to win medals because they represent key in the sport, says UK Athletics' spokesman Jason Hollingsworth."} +{"id": 820, "generated": "ITV News has apologised for errorly broadcast about Sir Lenny Henry receiving a knighthood from the Queen in a lunchtime news package."} +{"id": 821, "generated": "MA boss Sergio Coloccini has apologised to fans of Newcastle as the club look about to return into the Championship relegation zone."} +{"id": 822, "generated": "Japanese Prime Minister Shinzo Abe spent in his home for almost 50 years to visit the Yasukuni Shrine - one of the most-threatening historical locations in the country."} +{"id": 823, "generated": "Wearing the fitness devices on the wrist is all a long way out when public helps measure the heart rate of person during exercise, a study suggests."} +{"id": 824, "generated": "A former businessman stabbed a Grenada man as \"hord and shocked\" when he killed the second time, a jury has heard."} +{"id": 825, "generated": "Former Star Wars star Paul Hamill has paid tribute Kenny Baker after the R2-D2 droid called Artoo died at the age of 89."} +{"id": 826, "generated": "St Helens half-back Chris Walker has signed a new two-year deal to stay with Hull Rovers."} +{"id": 827, "generated": "Two prolific osprey chick in Powys - the first known breeding pair, have started on nesting in Montgomeryshire for the first time."} +{"id": 828, "generated": "Harvey Simmonds scored four tries as Exeter Chiefs beat Newcastle Falcons kept their good hopes of beating Premiership' top four leaders Newcastle Falcons."} +{"id": 829, "generated": "Richard Johnson is a champion jockey, he's a accomplishment achievement."} +{"id": 830, "generated": "Plans to make static holiday caravan owners increased protection to their site and sites have been approved by the Private Members Bill."} +{"id": 831, "generated": "For Kunita Dhingra's mother spaces in her face when she found she had never bought a own macaron recipe, it was one of the disaster that had taken in her history."} +{"id": 832, "generated": "A man has been charged with the murder of a man who was found dead with multiple stab wounds in an Yorkshire town."} +{"id": 833, "generated": "A US student who sent $350,000 (£47,000) email to a professor to help her two-year-old daughter has sparked an outcrowry on social media."} +{"id": 834, "generated": "doping allegations would not \"d kill\" in athletics, the Athletics Federation, says former European Championship gold medallist and IAAF chief Chester Meadows."} +{"id": 835, "generated": "eurozone inflation rose to its lowest rate in two months to higher energy prices in December, according to data from Eurostat."} +{"id": 836, "generated": "A Cardiff man who has more than litres of faeces has been ordered to pay for help he is homeless by a local court."} +{"id": 837, "generated": "Votes are being held for a seat on Orkney and Orphir, BBC Scotland has learned."} +{"id": 838, "generated": "Four boys have been arrested on suspicion ofrape after a girl was rped outside a car park."} +{"id": 839, "generated": "Four-time gold sailor now Ben Ainslie plans to pull out of the Americas Cup, from the end of his 21-year sailing career."} +{"id": 840, "generated": "A famous ball known as \"turn up\" as part of a town-fought football contest was played prepared by members of a crowd on Tuesday."} +{"id": 841, "generated": "St Helens have signed Scotland international Alex Douglas on a long-term deal from 2017."} +{"id": 842, "generated": "Schools in England need on average pupils achieving grade 4 and top grades counted as two new GCSEs, say researchers in maths."} +{"id": 843, "generated": "Two rare Christmas poems printed by poet Edward Tolkien have been found in the archives of a 14th Century school in Oxfordshire."} +{"id": 844, "generated": "BMW workers have turned down an £300m takeover offer during a dispute over pension plans."} +{"id": 845, "generated": "A British plane had to return from Dubai when it was postponed because of smelly poo in the toilets."} +{"id": 846, "generated": "A dolphin has been rescued properly after being stranded 33ft (6m) off a Cornwall coast."} +{"id": 847, "generated": "Iran's President Hasan Rouhani has been re-election and elected a new mayor, has prompted the city of Tehran to set up a new mayor."} +{"id": 848, "generated": "The sister of a man who sexually abused his ex-partner has told police she \"risked her life with\" after he was jailed for domestic violence."} +{"id": 849, "generated": "Switzerland has approved a government plan to abolish a special status for foreign companies in an attempt to secure higher tax rates for research and development activities."} +{"id": 850, "generated": "It's easy to see at why young adults are doing much their wealth than today."} +{"id": 851, "generated": "The government has said it will defer export paintings of Edinburgh Renaissance Palace in a bid to find a buyer on a £1m watercolour."} +{"id": 852, "generated": "Zimbabwe have played a key role in their qualifying for the 2017 South African World Cup in Rio."} +{"id": 853, "generated": "A man jailed for life for murdering his mother was found safe and covered in his own cell."} +{"id": 854, "generated": "Leicester City's Premier League win had never gone through, even since the title 4 years ago - but it has never ever come to be - bookmakers lost the odds of 5,000m."} +{"id": 855, "generated": "A large fire at a former pickup home in Northamptonshire is being investigated by fire crews."} +{"id": 856, "generated": "(Close): Wall Street closed up on Wednesday, encouraged by rise in job prices took the CPI index to its fastest high in two years."} +{"id": 857, "generated": "Mae clygyd Cymruyn yn llnyddd darlledu Iathai argardidchuu bydd gwasanaeeth newymru y Gymrraed"} +{"id": 858, "generated": "Two suspicious bombs have been found in west Belfast."} +{"id": 859, "generated": "A teenager who fatally killed his ex-friend on the second day of a \"dreadful feud\" has been jailed for life for his murder."} +{"id": 860, "generated": "Navy of England's Michael Fallon has criticised the fleet's co-coauthoronton's claims that his fleet's missile programme system are \"disaster\"."} +{"id": 861, "generated": "Thousands of swimmers are expected to be taking part in this year's ninth ever Great North Swim event."} +{"id": 862, "generated": "Charlton Athletic have signed Birmingham City strikeral Novak on loan for an undisclosed fee."} +{"id": 863, "generated": "An appeal to raise money for the life of missing teenager Stephen Bowheny, who worked ambitions for cancer, has raised more than $10m."} +{"id": 864, "generated": "A woman has been charged with shooting two men and her companion and shooting them with a handgun because she armed herself herself, officials say."} +{"id": 865, "generated": "Senior CIA adviser supplier McMullin at the centre of a backfire over Hillary Clinton, has resigned from race for the US Republican presidential nominee."} +{"id": 866, "generated": "Almost 100 drivers accused of criminal offences after North Wales Police said its speed notices got apologys due to an \"management error\"."} +{"id": 867, "generated": "Hundreds of people have come out to arrive on the final day of the Glastonbury festival as queues opened on the gridlocked roadss of the city of Somerset."} +{"id": 868, "generated": "Anthony Stewart's 1th-minute equaliser earned Wycombe a point as they dreation chasing Grimsby in League Two."} +{"id": 869, "generated": "Teeny midfielder James Clifton has agreed a one-year deal with Notts County."} +{"id": 870, "generated": "Southampton coach Paul Koeman says teenager Tom Ward-Prowse is back to centre after suffering a hamstring injury."} +{"id": 871, "generated": "A US mother is being sued by American officials for failing to account a false urine drug test after she failed on the screen of a poppy bagel screen."} +{"id": 872, "generated": "Maria Sharapova's return to international tennis may be a big gadget for many fans and fans."} +{"id": 873, "generated": "James Hume scored four try as Inst secured a spector win over James Campbell in their first Schools' Cup match at Tgig feverp Park in Belfast."} +{"id": 874, "generated": "The US has made an immediate verification of its nuclear treaty in the hope of further deals with Russia."} +{"id": 875, "generated": "A man who completed the UK's fastest marathon distance in one year has broken a world record after being removed off."} +{"id": 876, "generated": "Exeter's Ashby Sturgess is fit to feature in the pre-season next season after suffering knee injury last week."} +{"id": 877, "generated": "A zoo in Bristol is re-homeing a boy bond together with a sloth."} +{"id": 878, "generated": "The death of a baby girl by trying to administer a syringe drug has beenaxed amid police an inquest hearing in Surrey."} +{"id": 879, "generated": "A group of GP patients have attended a meeting without no applicants to take a GP in Lisnaskea near Fermanagh."} +{"id": 880, "generated": "Ellis Harrison scored two first-half goals to secure Bristol Rovers victory over League One side Oldham."} +{"id": 881, "generated": "UN Secretary of State Ban-moon has become the first still Yemeni representatives to talks in Geneva after two weeks of intens fighting in the country."} +{"id": 882, "generated": "A £5.5m pollution monitoring scheme has been expanded to 100 new routes, a water rangeing company has said."} +{"id": 883, "generated": "A teenager has admitted throwinging the axe and a axe was a \" joke\" to frighten a pregnant pregnant woman, a court heard."} +{"id": 884, "generated": "Growth in the UK's construction sector slowed in December despite an economic slowdown than forecast, a survey has indicated."} +{"id": 885, "generated": "MTVs have been told the Northern Ireland department for Education has only collected at least 0% of empty places gathered in area schools."} +{"id": 886, "generated": "An Australian photographer has caught a picture of an raccoon after a seal clinging to a ride on the back of killer whale."} +{"id": 887, "generated": "Micro brewers across Wales see a growing number of people setting up their own pubs."} +{"id": 888, "generated": "A gang who wore \"brute force\" to cash up roof tiles and carry out raids at six premises has been jailed."} +{"id": 889, "generated": "All photographs by Oxfam photographers."} +{"id": 890, "generated": "The Guinean Office (SFO) has launched an investigation into corruption at its business conduct by mining firm Rio Tinto."} +{"id": 891, "generated": "Drugs to treatment type-2 diabetes risk dropping blood sugar levels by 10 months of life, say US scientists."} +{"id": 892, "generated": "A abrisoned Libyan former Guantanamo Bay leader has won the High Court to settle his claim that the UK colluded to the US and its officials."} +{"id": 893, "generated": "A devastating earthquake has hit the eastern state of Los Angeles, the US Technomanal Department (USGS) has said."} +{"id": 894, "generated": "Four years since the gunattack in Tikrit retake the former Sinjar mountain from so-called Islamic State (IS) has seen a huge week of battling conflicts in Iraq's northern Credit."} +{"id": 895, "generated": "The US military has swap a prisoner to Sg Bowe Bergdahl, who went missing in Afghanistan since being being held by Taliban Taliban a year ago."} +{"id": 896, "generated": "In 1997, scientists ipped that the huge eight three million tonnes of plastic material that did only get discarded only just a half of the production."} +{"id": 897, "generated": "Police are investigating an robbery using a machine that cut money after it fell into a filling station at the weekend."} +{"id": 898, "generated": "Police are searching for a man who attempted to abassie five-year-old boy while walking a Lincoln school on Wednesday night."} +{"id": 899, "generated": "World heavyweight champion Tyson Fury has won BBC Sports Personality of the Year award, despite defeat by Ring magazine."} +{"id": 900, "generated": "A senior judge has ruled Sport England's Contract Bridge should ever be recognised as an \"mind sport\" sport."} +{"id": 901, "generated": "Zayn Malik has announced plans to leave One Direction after ending his five-year time with a photo of a woman holding his fiancee."} +{"id": 902, "generated": "At the start of 2018, the government to build a runway at Heathrow on the east London Coast is one of the main political projects in the history."} +{"id": 903, "generated": "A Liberal Dem candidate to fight a Richmond by-election has said Brexit is \"the main issue on other issues\", the party has told the BBC."} +{"id": 904, "generated": "Wigan Athletic have signed Ireland right-backJ Hanson on loan from Derby County until the end of the season."} +{"id": 905, "generated": "Northern Ireland engineering firm Wood Group has reported falling half-year profits, as the oil market continues to hit lower prices and activity."} +{"id": 906, "generated": "A man has been charged with murdering a woman who died after being assaultped in Dundee."} +{"id": 907, "generated": "Two men have been seriously injured after being hit by a bus in Belfast on Friday night."} +{"id": 908, "generated": "If Taiwan and China will meet in Singapore later this month that island isstating formal independence, it is not to get on."} +{"id": 909, "generated": "Threey-four executives at Bombardier's Montreal Company (CK) say planned pay rises will costing $1.1bn (£4bn; $28bn) a year."} +{"id": 910, "generated": "At least 30 people have been killed and 30 others injured after a tour bus crashed into a lorry in Los Angeles, authorities say."} +{"id": 911, "generated": "Flintshire Council is seeking to save services worth up to £3m over the next financial year."} +{"id": 912, "generated": "A Venezuelaan diplomat kidnapped in Caracas has been released, state officials say."} +{"id": 913, "generated": "David Cameron was told the BBC's Prime Minister David Linnikar speech on Thursday that the UK would lead to severe cuts to pensions, defence and the NHS."} +{"id": 914, "generated": "Tax drivers are to help the actor Serge De Niro to set up a new film in the Bosnian city of Sarajevo."} +{"id": 915, "generated": "The coalition's statutory register of consultant lobbyists will not comply with the law, the parliamentary industry secretary has said."} +{"id": 916, "generated": "Do you can think if the remake it's just easy?"} +{"id": 917, "generated": "Portugal and midfielder Bernardo Silva is to join Manchester City after the clubs rejected a decision to put him out of his loan from Monaco."} +{"id": 918, "generated": "NIE Networks says it is charging asking consumers suppliers to sell electricity to fix its power cut."} +{"id": 919, "generated": "ITN, the South African television journalist and journalist and legend Mike Nicholson, has died in Sarajevo at the age of 88."} +{"id": 920, "generated": "Kidderminster have completed summer signings Ken Fylde and defender Barbara Ezewele from Yeovil Town."} +{"id": 921, "generated": "US President Barack Obama, Spanish and German prime minister - among the top leaders of co-operation at their first meeting in Germany - on Nato to drop sanctions against Russia."} +{"id": 922, "generated": "Rights campaigners are sramning in the House of Lords after they backed the principle of same-s Seex marriage, as MPs cleared the government's proprorulation law."} +{"id": 923, "generated": "The BBC's Tya Paves movie of an empuous scene of ceasefire begins in a volatile village in eastern Ukraine."} +{"id": 924, "generated": "Belfast Giants moved their step towards defending their Elite League title with a battling 3-0 win over Cardiff Devils."} +{"id": 925, "generated": "The leaders of East have clashed in a matter-of-the-head political debate after the general election."} +{"id": 926, "generated": "Thousands of people who were sexually abused as children have had their compensation reduced after it found they were rejected by the government last year, the BBC has learned."} +{"id": 927, "generated": "More than 1,000 people stood near the Summer Solstice at Avebury early on Thursday night."} +{"id": 928, "generated": "Newsround shows one of the biggest glimpses of domestic abuse for children in the UK."} +{"id": 929, "generated": "Cardiff City manager Chris Giles says he will sign David Marshall from Premier League side Hull City if his leaving the club is sold on the cheap."} +{"id": 930, "generated": "A man has died following a crash between a van and a van in Aberdeenshire."} +{"id": 931, "generated": "Chris McIlmoyle, County Antjit, has been giving blood from a tumour which has saved his life."} +{"id": 932, "generated": "Dress Sam Adams' baseball treatment slip passes the sewers of a carwalk with his observs."} +{"id": 933, "generated": "Seven museums could be urged to rid uncertain artefacts into the collection after review was found."} +{"id": 934, "generated": "Liverpool remain third at promotion-chasing Watford with a samaught win over West Ham."} +{"id": 935, "generated": "An anti-diculcession drug thought to be the first ever prescribed in Northern Ireland to be hid has been given open warnings from health ministers."} +{"id": 936, "generated": "Hampshire have signed New Zealand bowler Rory Best on loan for the rest of the season."} +{"id": 937, "generated": "Stargazers are blaze across the Earth in the night sky this year as they prepare for the latest meteor shower this year."} +{"id": 938, "generated": "US Secretary of State John Kerry has flow transported back to the US, days before June equals the deadline to save him from a fatal accident on Monday."} +{"id": 939, "generated": "An American man said he shot two teenagers they were quickly playing the game Pokemon Go, according to Florida police."} +{"id": 940, "generated": "Police have confirmed that a man has died from the body injuries he had been found in a Elgin town."} +{"id": 941, "generated": "Apple has forecast a 30% fall in annual revenue as its new iPhone 7 increaseder-than-expected forecast for the first three months of the year."} +{"id": 942, "generated": "A festive festival in India's northern Indian state authorities is ba taking selfies on two days of the holy dip."} +{"id": 943, "generated": "Salford Broncos suffered their first Championship win of the season as losing London beat Salford Red Devils to remain in the Super League."} +{"id": 944, "generated": "Some jobseekers who claiming no pay are right to pay hundreds of millions of pounds in benefits in the government's disputed ruling."} +{"id": 945, "generated": "A number of laptops have experienced online sales of £227.58 after being partly wrongly priced on the UK website."} +{"id": 946, "generated": "Labour MPs have refused to make the RAF military air strikes against Islamic State militants in Syria as a free vote at the party's annual conference."} +{"id": 947, "generated": "\"Youaen\" fossils are known to have wasg away from cliffs on Skye in the Middle Highlands."} +{"id": 948, "generated": "German police say they are seeking a man who stabbed four people and injured four others outside a convenience supermarket in the eastern city of Birmingham."} +{"id": 949, "generated": "Boris Johnson told BBC Radio Four on Thursday night Chancellor David Abeii that the UK would pay the same sum of its gross contribution a week to Brussels if it was not paid to the EU budget."} +{"id": 950, "generated": "Marco Silva's return to Hull City coach was marked by a significant start to the Premier League season as they thrrashed Bournemouth."} +{"id": 951, "generated": "Shrewsbury midfielder Douglas Ogogo says Aamir Kaikai can enjoy the quality of his goals and is helping his attempt to avoid the relegation threatening."} +{"id": 952, "generated": "Paul Cairney's second-half goal secured Ayr United victory at Championship rivals Queen of the South."} +{"id": 953, "generated": "An elderly woman died when she was hit by a car at a hospital in south London."} +{"id": 954, "generated": "Eight people, including the outsuinging president of Chad, Borony Deby, have been killed in a \" military shoot-out\" of the capital, N'Djamena officials say."} +{"id": 955, "generated": "Five months after seven people died and dozens others were clashed by foreign armed forces and security forces in Ethiopia, the government is trying to incite protests, the BBC's Translate Toffati reports."} +{"id": 956, "generated": "Mental health services in England are turning away because of inadequacies of the government's promise to help children, specialist authors say."} +{"id": 957, "generated": "A former mental health manager has been suspended from an Welsh health board over what called \"inablesabled\" instability."} +{"id": 958, "generated": "Charlton were held out of the relegation table after a ruthless pointless draw with Cardiff City."} +{"id": 959, "generated": "All babies in the UK will not be offered asaving vaccine against meningitis B as part of an national immunisation programme."} +{"id": 960, "generated": "A Turkish court has released eight members of the billion billion dollar cleric Eddie Gulen on charges of plotting."} +{"id": 961, "generated": "Sports Direct has confirmed that the FTSE 100 is to join its primary listed listing, set up on Wednesday as part of the reshuffle of its shares."} +{"id": 962, "generated": "Most people in Wales are still want to be well own despite their support for independence, a poll for the BBC Wales Governance suggests."} +{"id": 963, "generated": "Scotland number 10 Travis Watson says he wants to sign a new contract at Edinburgh."} +{"id": 964, "generated": "A portrait of the late author Jane Austen will be the first person to bring together to the public for a new exhibition to mark the first time for the author."} +{"id": 965, "generated": "Dagenham United have signed defender Jack Connors on a season-long loan from League Two rivals Fulham & Bruerne."} +{"id": 966, "generated": "Borussia Dortmund kept their life hopes with a high-needed win over Armenia and extend their biggest lead in the German League up to 20 games."} +{"id": 967, "generated": "The completion of a new pool bridge near London has been revealed as the first in the UK to take pictures of what the pool bridge can look like in the air."} +{"id": 968, "generated": "George Osborne has set out his Budget with tax and public spending in a final set-piece pitch as he pledged to surface pressure on the Conservatives."} +{"id": 969, "generated": "So-called Islamic State militants have killed 15 soldiers and tribesmen in Iraqi city of Ramadi, the centre of the city, Euphrates media say."} +{"id": 970, "generated": "A spectacular storm has swept South Australia for almost a week, turning the state's power grid into high winds cut off."} +{"id": 971, "generated": "Women's Valrose Belles have signed Arsenal Ladies striker Katherine Humphrey from League One club WRC Rugby Ladies."} +{"id": 972, "generated": "At least 13 people were killed when a crane collapsed through a mosque on the outskirts of Saudi Arabia's capital, Mecca, safety officials say."} +{"id": 973, "generated": "The new Croat government has boycott its Holocaust commemoration of pro-Nazi leaders in the Jewish city of Jasenovac."} +{"id": 974, "generated": "An experimental sub, the Virgin Sub, is diving down a trench around the world."} +{"id": 975, "generated": "An intervention by Archbishops of Norwich has urged every Conservative bishops to back the \"Big Society\" as \"unfit for purpose\" over UK election policies."} +{"id": 976, "generated": "The legal cost has risen to more than £65m for the bypass A90, it has been claimed."} +{"id": 977, "generated": "A new building in Belfast has been given the approval by the city council."} +{"id": 978, "generated": "Match reports from Saturday's Premiership and Championship games."} +{"id": 979, "generated": "A new documentary on a film featuring a generation of Star Wars stuntmen has been released."} +{"id": 980, "generated": "George Osborne led the street to at the despatch box as David Cameron was greeteed by Limale Eagle to become the UK's new prime minister."} +{"id": 981, "generated": "Superfast services in the Scottish Borders should get remaining 6% of homes to the region, a Borders councillor has said."} +{"id": 982, "generated": "More than 70 police forces in England and Wales paid £15.2m for information to inform informants in past five years, figures obtained from figures obtained by 5 live Breakfast show."} +{"id": 983, "generated": "SNP First Minister Ed Salmond has said his parties would seek a further referendum on Thursday's exit of Scotland."} +{"id": 984, "generated": "Relations of five missing babies - once charged by youths in a scame from a hospital in Ghana - have been finding bodies for burial, the health ministry says."} +{"id": 985, "generated": "Wind farm owner Nigg Hans has signed a four-year contract that is to secure up to 141 jobs on the Highland coast of Cromarrth."} +{"id": 986, "generated": "French prosecutors have details of the last minute of Wednesday's flight recording indicates the events behind the Germanwings plane's fatal crash."} +{"id": 987, "generated": "Seven men who killed a boy in Bangladesh and tied him to a pole by a group of killers are planning to investigate the attack, the home minister has said."} +{"id": 988, "generated": "Around me, I so I forgot that there was a hint of triumphalism."} +{"id": 989, "generated": "The new Premiership season is returning to the top flight, with a late-minute scoring in the final play-off semi-final of the Premiership Cup last weekend."} +{"id": 990, "generated": "Two men wanted by police investigating the fatal disappearance of a County Antrim man five years ago have been released on bail."} +{"id": 991, "generated": "New artificial intelligence (Go) has come into a fresh discuss with the world's top human players."} +{"id": 992, "generated": "One of the first missing dinosaurs in Wales has been found at a Cardiff beach."} +{"id": 993, "generated": "A new Labour MP has saidremoving flags from mixed housing developments in South Belfast that residents believe paramilitaries are a \"f plague on society\"."} +{"id": 994, "generated": "Five university students have built a real classroom in Swansea."} +{"id": 995, "generated": "The family of a boy who died from a health scandal has lost a call for the government to withdraw himclaiming disability living benefit."} +{"id": 996, "generated": "A Kenyan woman has been charged with trying to murdering a man who desraumates her head and put her hands in the pockets, her husband's rights activists say."} +{"id": 997, "generated": "There are the two main papers that hold their front pages on Wednesday."} +{"id": 998, "generated": "Fulham have signed Charlton Athletic goalkeeper Neil Etheridge on a three-year deal with a free transfer."} +{"id": 999, "generated": "US-backed coalition forces have reported that more than 430 Iraqi soldiers have killed Islamic State (IS) during an offensive on near the outskirt of the city of Mosul."} diff --git a/outputs/xsum_s123/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/xsum_s123/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..c5fc541 --- /dev/null +++ b/outputs/xsum_s123/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 100, "step": 39800, "bleu": 8.323445888520578, "rouge1": 35.763178343853475, "rouge2": 12.370559378869684, "rougeL": 28.029539224497853} diff --git a/outputs/xsum_s42/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl b/outputs/xsum_s42/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl new file mode 100644 index 0000000..f0631cd --- /dev/null +++ b/outputs/xsum_s42/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "Former Nigerian Sam Sodje has pleaded not guilty to frauding to a sports charity."} +{"id": 1, "generated": "Middlesex captain Adam Voges will not be out of overseas cricket for next month's first Division One season after suffering a ham injury."} +{"id": 2, "generated": "The Duchess of Cambridge is to publish images of royal portraits in the Vogue 100 100 years after she produced a special shoot."} +{"id": 3, "generated": "Google's heavily-booming social media site 4chan has been appointed as administrator of the site."} +{"id": 4, "generated": "Two men and a boy have been charged over a aggravated vehicle taking at Portakta, near Goldfed, in west Belfast, County Down."} +{"id": 5, "generated": "A man has been injured after being hit by a taxi in Glasgow city city centre."} +{"id": 6, "generated": "New Barcelona president Neyll has resigned from the Spanish club following his claim that he has gone to suffer \"t threats and attacks\" on him and their family."} +{"id": 7, "generated": "London's children could save £360m in government funding by 2019-20 if inner-city schools do not require a degree, London Councils has warned."} +{"id": 8, "generated": "Fre Roy hit an unbeaten century at Stein to help Surrey to a win against Kent by four wickets."} +{"id": 9, "generated": "Former Labour leader Katie Kendall has urged voters not to back Jeremy Corbyn in the party's leadership contest."} +{"id": 10, "generated": "School leaders are being accused of being \"nonsense\" and support services as they have cut back senior deputies in this week's Budget."} +{"id": 11, "generated": "In the Republic of Ireland there is a growing number of people living in West Africa, more than 2,000 - including the Mediterranean, migrants, South Africa, Shotames and Toayuah."} +{"id": 12, "generated": "A newly-elected Kent Police and Enforcement (PC) has said she \"had a good time\" after several incidents over the past five months."} +{"id": 13, "generated": "A pupil was rescued by a man he said before broke free from a bag outside a school in Nottinghamshire, police said."} +{"id": 14, "generated": "Newport County goalkeeper Jonathan Taylor could join Wrexham by the middle of next season and the League Two clubs are worried about their future promotion."} +{"id": 15, "generated": "Bashley United have appointed their new squad after their relegation defeat by New Mills."} +{"id": 16, "generated": "An MP's Bath referendum suffered \"level of misinformation\" about whether directly elected mayor is the option for local government, an MP has said."} +{"id": 17, "generated": "A Georgia cafe has prompted anger in what police say was a \" Nazic hostility\" attack by neoNazis and sausages by a group of nationalists."} +{"id": 18, "generated": "Wales coach Warren Gatland says he was \"unlucky\" to make a major switch given to five players in Sunday's straightforward Six Nations defeat by Italy."} +{"id": 19, "generated": "Wales midfielder Barry Bradshaw says success against Spanish rivals Gareth Bale and Ella Ramsey are one of his most amazing players."} +{"id": 20, "generated": "A new promo for new Star Wars One: A New Hope has been released, showing a shot of rebel Victor Vader."} +{"id": 21, "generated": "A man who raped and rapedd a 19-year-old schoolgirl has been jailed for life."} +{"id": 22, "generated": "At least 26 soldiers have been killed in an air strike by US forces in southern Afghanistan, according to Afghan media officials."} +{"id": 23, "generated": "Police in India say two goons who tried to gangrap a American tourist suffered serious injuries, after her companion was tried tore off her clothes."} +{"id": 24, "generated": "Hong Kong airline Cathay Pacific has agreed to ban the carriage of all products from shark fin after reports from the World Aviation Organisation ( WWF)."} +{"id": 25, "generated": "Chester have agreed a contract offer from midfielder David Shaw, alongside striker and full-back David Shaw from Manchester City Women for the next summer season."} +{"id": 26, "generated": "European Stone Age's most preserved wooden axe, found in a clay ground off the coast of south Denmark, appears to have been jammed into the seabed."} +{"id": 27, "generated": "Seed is an stuff thing that rarely takes for I."} +{"id": 28, "generated": "The government has criticised the closure of Guernsey's own so-called hyperbaric chamber to cost £750,000 - but fears it will put commercial divers off of going to the hospital."} +{"id": 29, "generated": "Nottinghamshire bowler Mae Eranga is set to have a brain slafall for the final Test against England in the One-Test series last month."} +{"id": 30, "generated": "The owner of a clothing shop in the Israeli state of Gujarat plans to change its name, amid claims that President Adolf Hitler was a \"polisspian attack\"."} +{"id": 31, "generated": "Islamic State (IS) militants from the Kurdish forces have cut out an offensive and killed at least 120 in the town of Kobane, a group says."} +{"id": 32, "generated": "League One side West United have signed winger Tiaan Lee following his release by West Ham United."} +{"id": 33, "generated": "There has been the funeral of former police Secretary Bernie Hunter at the state passport in Newry, County Antrim, near Londonderry."} +{"id": 34, "generated": "Plans for a multi-million pound wind farm development in the Borders amid concerns about the decision refused permission from the Scottish government have been lodge."} +{"id": 35, "generated": "Wasps have signed England back-backK Eastmond from fellow Premiership side Bath."} +{"id": 36, "generated": "London Mayor Barry Mallon has said the claims by two councillors accused of selling acres of land in Middlesbrough were branded \"dodgy\"."} +{"id": 37, "generated": "The US economy grew solid than expected in the first quarter of the year, official figures have shown."} +{"id": 38, "generated": "Photos are on social media after being filmed becoming masked men being smuled using a toilet wall at his town centre for over two months."} +{"id": 39, "generated": "Almost 625 drugs were illegally seized or confiscated from school premises across England in the past three years, according to BBC News."} +{"id": 40, "generated": "The first Skyrunner event will be held in the United UK next year in a series of races involving the US, Europe, Scotland, Italy and Northern Ireland."} +{"id": 41, "generated": "Full injunctions imposed for four members of county gang members in an attempt to solve the risk of violence will be granted in 2016, the BBC has revealed."} +{"id": 42, "generated": "A suspected police blogger believed to be a state agent while living at secret location is set to face a latest legal challenge to the propriey of his charges, a court has heard."} +{"id": 43, "generated": "The Police and Crime Federation is urging to \" rebuilding confidence\" in chief Cons Sam Gargan, who was suspended for five months."} +{"id": 44, "generated": "Mental health services should have taken to accident and emergency to a Gwynedd man who disappeared three days before he died, an inquest has heard."} +{"id": 45, "generated": "Three major supermarket Tesco have been warned to cut motorist prices by 2p a litre due to so-called fuel price wars."} +{"id": 46, "generated": "A report on a draft flood protection scheme for Whitesands Dumfries has been approved by MSPs."} +{"id": 47, "generated": "Two of the expensive towns in the UK are set to grow - but recent figures show that the average their house prices are almost £1m in the first half of 2015."} +{"id": 48, "generated": "Top London mayor Sadiq Khan has been suspended from his office after he posted abusive on Twitter."} +{"id": 49, "generated": "Two motorcyclists have died in a collision with a car on the M5 in Bradford."} +{"id": 50, "generated": "A collection of 29 11th Century silver coins has been hoard up by fans at a Gwynedd museum."} +{"id": 51, "generated": "A man accused of part of a gang to plot tohatched a prisoner from a west London van has been cleared of firearms."} +{"id": 52, "generated": "European scientists have le though an atmospheric jet that is moving around the solid Earth."} +{"id": 53, "generated": "Cardiff City manager Neil Warnock admits his players are looking to sign Aberdeen striker Ilip Hayes for £1m."} +{"id": 54, "generated": "Exeter City have signed Cardiff Chiefs forward Pedro Simmonds on loan until the end of the season."} +{"id": 55, "generated": "A new plan has been created to bring human rights home every life in the Scottish country, according to human rights leaders."} +{"id": 56, "generated": "Carlos Tevez has returned to Argentina from Boca Juniors on a three-year deal."} +{"id": 57, "generated": "Britain's Lance Armstrong won Rio 2016 to win her second consecutive road race at Rio."} +{"id": 58, "generated": "Republican candidate Donald Trump has announced that his presidential campaign was winning the US election in Rome for his biggest hamgTS of migrantion and the terror 9/11 crime."} +{"id": 59, "generated": "A 17-year-old girl injured when a car drove over her at a meet had \"cam hear screaming\" she was going to die, a court has heard."} +{"id": 60, "generated": "Ulster council has voted against plans to hold an SDLP reception to Northern Ireland double football teams and the Republic of Ireland at Euro 2016."} +{"id": 61, "generated": "South Africa is one of the top figures in the world tackling HIV and the virus."} +{"id": 62, "generated": "Sweden's men have won a bronze medal in the fourth leg of the Men's World Championships in Kolano, Sarcasgol."} +{"id": 63, "generated": "It's been as few as many hours of an opening Premier League season - and it's no to pass."} +{"id": 64, "generated": "In the time, the experience of drinking in Hong Kong was the pinpoint timing campsite for the behaviour."} +{"id": 65, "generated": "Tate Britain's Duveen Galleries will give live performances through the Duveen Galleries as part of the new installation of its architectural commission."} +{"id": 66, "generated": "Plans for a new £43m nuclear research centre could create up to 100,000 new jobs have been given the go."} +{"id": 67, "generated": "A teenager has been given a one-year sentence of detention after he was convicted having sex with a at a Dundee college five years ago."} +{"id": 68, "generated": "An 87-year-old man who got himself out his vehicle rescued from flooding in Worcestershire."} +{"id": 69, "generated": "Have first first got about China's slowdown in the economy, and one of the latest examples that many of them started to guess what they probably have predicted."} +{"id": 70, "generated": "A US panel has defended congressional allegations that Chinese telecoms equipment controlling Huawei and ZTE should be blocked by the US for breaching state influence."} +{"id": 71, "generated": "David Cameron has been accused of using the phrase \"bunch of migrants\" during a visit to refugee camp in Calais by MPs on Google's failed tax deal."} +{"id": 72, "generated": "Mercedes have accused Nico Rosberg of \"infiltration\" rules that allowed them to drive to solve a gear problem."} +{"id": 73, "generated": "A high-disange chihhuahua is set to be the first become-large police dog in the world, to work as a search and-rescue, Japanese police say."} +{"id": 74, "generated": "Rotherham have confirmed their new managers and seven other players are to remain control of the club throughout the Christmas period."} +{"id": 75, "generated": "Police have said they will no longer additional patrols after a man suffered alleged sexual assault in Huntford city centre."} +{"id": 76, "generated": "A woman accused of murdering a man in County Armagh House has told a jury she called her in a fight with his dad while he got into work."} +{"id": 77, "generated": "A big bag of cheques and beauty shows all the secret, shops, shoptag dividends and the christon, the last New York University campus in Singapore is from its legitimate proximity."} +{"id": 78, "generated": "Labour should not talking about Brexit before the assembly election because it would be a mistake not to talk the party before the European referendum, a senior Welshon has claimed."} +{"id": 79, "generated": "New York Yankees' Diego Rodriguez will announce his retirement from sport at the end of the season."} +{"id": 80, "generated": "Lothian Buses' revenue and revenue went up in 2014, according to accounts sent to Companies House."} +{"id": 81, "generated": "I was a young African girl when she was at the age of 15 when her husband was earlyly married and wanted to get off."} +{"id": 82, "generated": "Chris Elliott scored two first-half goals as Livingston beat Stranraer 2-0 to secure their place in Group H in Scottish League One."} +{"id": 83, "generated": "A man has been arrested following an armed robberbery at a house in Drumnadrochit."} +{"id": 84, "generated": "Coneygree's two-time record-breaker should be left out of the race in Belfast because of a bone injury at April's Bowl Chase, according to his trainer Laly Bradstock."} +{"id": 85, "generated": "The Philippines President Rodo134o Duterte has vowed to legal same-sex marriage for transgender and gays, amid criticism of the country's war on drug rights."} +{"id": 86, "generated": "Eva Acker and Bring Me the Horizon are among the public to vote for this year's 100 Hottest Records, with some of the tracks being made by Sam Smith."} +{"id": 87, "generated": "Manchester United missed the chance of reaching the Premier League as they were truly thumbed to a goalless draw by an Anfield at Opta."} +{"id": 88, "generated": "charitiess are concerned about the way healthcare standards are being made for people with the hard of hearing, a new report says."} +{"id": 89, "generated": "Bayern Munich kept their a five-point lead at the top of the Bundesliga table with victory at SV Werder Bremen."} +{"id": 90, "generated": "A football fan has died in hospital after abandon a match between Kilmarnock and both clubs which collapsed at Crosshouse Stadium."} +{"id": 91, "generated": "James McManus has praised Hibernian players picked up for Tuesday Friday's Scottish Championship player of the season."} +{"id": 92, "generated": "Huddersfield Town winger Dan al-Asa has signed a new contract extension with the Championship club until 2021"} +{"id": 93, "generated": "Labour has vowed to keep the government's pensions triple lock for the lives of olderer people."} +{"id": 94, "generated": "Swiss voters go to the polls on Tuesday to impose new laws on high salaries and bonuses, aiming to prevent the some of the world's biggest companies emigrate."} +{"id": 95, "generated": "Denny Ward swamped a head shot to defend his WBC world title fight with Conman Ano Kovalev at London's IBF hotel."} +{"id": 96, "generated": "Social workers in Lahore have passed decree that orders transgender people to have the right to marry as a person of the opposite sex should legally."} +{"id": 97, "generated": "Microsoft has announced that its tablet OS Windows 10 will be released free later this year."} +{"id": 98, "generated": "A Russian human rights activist who launched false claims that he was beat and torture from prison has been put by his lawyer out of isolation."} +{"id": 99, "generated": "A man who failed to appear in a Dorset gang which targeted at two victims over 20 months has been jailed."} +{"id": 100, "generated": "The former head of a Scottish college agreed to repay the £3050,000 pot of pay-off money, according to a report from MSPs."} +{"id": 101, "generated": "After almost 13 years of in prison, David Charles has come to a fascinating end."} +{"id": 102, "generated": "A County Antrim man is prison accused of strangled a dog with its own and confession it in a fire, a court has heard."} +{"id": 103, "generated": "Captain Bradford Gwent Dragons have appointed Frayssinous as their youngest France coach for the 2017/18 Super League season."} +{"id": 104, "generated": "When the cyber security virus which left 520 people losing jobs with a threat of personal health, careache, abortion and Clmineease, there is a huge threat in Northern Ireland."} +{"id": 105, "generated": "Three remote buildings in Argentina that had been linked to Nazi war criminals have been called a mystery region."} +{"id": 106, "generated": "If you take on to take your coffee and wait at Cafe Ritter in Vienna, you'd look quite like rie if you are smoking."} +{"id": 107, "generated": "Will Ralphn Kenedy emerges from the convenience warehouse of his French receipt and he would come from Paris to sign Paris."} +{"id": 108, "generated": "Hearts came home to beat Motherwell at the Jimpioning Road and enriched their spectacular start to the season and go third in the Premiership."} +{"id": 109, "generated": "A privately-run early years camp which was bailed as \"inimengageate\" for concerns about children has been suspended by Ofsted police."} +{"id": 110, "generated": "Dealers of Fifa football's governing body set to gather in Zurich on Sunday as they prepare to meet two national nations to vote in next year's election."} +{"id": 111, "generated": "Great Britain's Judy Atkin has become the first teenager to compete in Freestyle World Cup event at Well's Club on Thursday."} +{"id": 112, "generated": "A rare boarding boat has become the only spot on its lifeboat off the Monageshire coast."} +{"id": 113, "generated": "A fourth woman has been charged with the murder of a man who was found at his home."} +{"id": 114, "generated": "The number of UK students applying to go to university has fallen by more than 6% a year, Ucas figures show."} +{"id": 115, "generated": "The NHS has confirmed all children's heart surgery in Leeds must be closed immediately immediately."} +{"id": 116, "generated": "Roman artefacts and glass dishes stolen from what they are believed to be the \"most unique find\" have been discovered by treasure hunters."} +{"id": 117, "generated": "The decision on whether the construction of a new Bank and community Renewable project will go ahead after planning officials backed by opposition."} +{"id": 118, "generated": "A team of metal coins has removed almost half the value of the world's largest hoard since being found in Jersey."} +{"id": 119, "generated": "Large reforms which allowed MPs to give consent to housing rules have been boosted during the first sitting at the House of Commons."} +{"id": 120, "generated": "Two Labour parties have been accused of spending almost £15m of government funding to flood-hit areas during the winter season."} +{"id": 121, "generated": "A councillor has been cleared of any offence on suspicion of pae and rapap."} +{"id": 122, "generated": "West Yorkshire Police paid £1,238,816 to Leeds United after a dispute over over charges, it has been revealed."} +{"id": 123, "generated": "National League club Southport have signed teenager Chriscot Brewster from Everton on loan until 1 January."} +{"id": 124, "generated": "Jersey servants spent more than £62,000 on flights over the last three years according to the country's States procurement system."} +{"id": 125, "generated": "A custom-built physics experiment at the London Abbey of Finger Learning (LHC) wants to explains the work of the Universe."} +{"id": 126, "generated": "A fast restaurant in the Turkish city of Tehran has closed down amid reports it has connection with a rival Iranian KFC brand, state media report."} +{"id": 127, "generated": "A man who was found hospital with massive burns while walked out of the street had already injured because he sustained serious injuries, police have said."} +{"id": 128, "generated": "A huge glow on the fronts of Peel Hill in Manx, County Down, has made its first capture of the Northrn Lights from the northern Sea latitudes."} +{"id": 129, "generated": "Championship champions Duncan Mars was connected to the last introduction of UK rugby union when that Theresa May's plan to move into a UK stadium came to an end."} +{"id": 130, "generated": "Sinn Féin leader Gerry Adams has said he will sue over allegations that he was a former agent on BBC TV Spotlight."} +{"id": 131, "generated": "In advance of the Brussels bombs attack, Laachraoui, who is reported to be an prison guard in the Islamic State (IS), has been confirmed."} +{"id": 132, "generated": "Ipswich Town have signed striker Ed Staget from Colchester United for a free transfer."} +{"id": 133, "generated": "England captain Alastair Cook had the good sign of his career after giving up in the first Test, according to team head coach Tom Bayliss."} +{"id": 134, "generated": "A Scottish business worker has been gang raped at a hotel in the Indian city of Varanasi in the eastern Indian city of Delhi, police say."} +{"id": 135, "generated": "Police searching for a junior doctor who went missing for two days have been searching for her."} +{"id": 136, "generated": "The alleged donor for so-called Islamic State (IS) was shot dead last month in a US drone strike in Syria, the United States, the Pentagon has said."} +{"id": 137, "generated": "Burton Albion secured their first win of the season as they saw away Rotherham United to move 10 points on the play-off places."} +{"id": 138, "generated": "Walsall have signed Mark Butterfield on a one-month loan from Saddlers at Iamle Park."} +{"id": 139, "generated": "A fashion designer who uses herself models as a girl with disabilities has said she's worriedd about future future."} +{"id": 140, "generated": "hackers have recall a network of web devices making up to target victims of the IoT attacks."} +{"id": 141, "generated": "severe flood warning and rain are continuing to cause flooding across large parts of northern England and Wales."} +{"id": 142, "generated": "A retired French policeman has been found guilty of causing his death by accidentally driving into a vanhe hired."} +{"id": 143, "generated": "Royal Bank of Scotland has been fined £7m for mis- fixing rate and \"uncompcomplied\" by the Financial Authority (FCA)."} +{"id": 144, "generated": "Fifa manager Martin O'Neill is investigating charges against James McClean and two men for attacking referee the Republic of Ireland in Sunday's 2-1 defeat at West Brom."} +{"id": 145, "generated": "A group of migrants who are trying to razee Calais - one of Indonesia's \"bigt\" migrane camp - are to leave the home part of the area."} +{"id": 146, "generated": "Construction output in the UK slowed sharply in the second quarter in a row months in April, official figures show."} +{"id": 147, "generated": "At least 40 people, reportedly to have been killed during air strikes by Russian jihadist group, demolished the area of the Syrian city of Hama, reports say."} +{"id": 148, "generated": "Scottish Borders Council has agreed to pay off the balance it to pay to help its local try to save £9.7m."} +{"id": 149, "generated": "Filipino singer James Taylor has cancelled a concert in his capital Davao next month."} +{"id": 150, "generated": "CBS Milan have announced the signing of defender Fernando Berier from Everton for £12m - a fee that could up to £7m."} +{"id": 151, "generated": "instant noodles maker McCormick has rejected a controversial 60p bid from Premier Foods from supervisor Rick McCormick because it was \" significantly undervalued\"."} +{"id": 152, "generated": "A series of DJs announcement in which a student died while they trying to leave a club were not over appropriate by any police, a watchdog has found."} +{"id": 153, "generated": "A smartphone phone that contains about 3% of calls made to to its owner has started on Kickstarter."} +{"id": 154, "generated": "A man has been charged with rape and sexuallyly assaulting a woman at a mental health unit."} +{"id": 155, "generated": "Nigel Farage has been left himself at a standstill while turning up on the A1 on Question Time show because of traffic problems."} +{"id": 156, "generated": "Gloria Kidman has said she's staying \"very bold and open\" to start her own career."} +{"id": 157, "generated": "Three motorcyclists have been killed in a collision with scrambler motorcycles near a forest in west Belfast."} +{"id": 158, "generated": "Scotland's Nicola Sturgeon has given an open to First minister Nicola Sturgeon to meet her in support of a drug with a rare condition."} +{"id": 159, "generated": "Lancashire's opener Tom Jarvis and Serge Jarvis are struggling for Leicestershire in a draw on the difficult final day at Old Trafford."} +{"id": 160, "generated": "\"We're now revealed, it's quite like a \"rat slagging over\"."} +{"id": 161, "generated": "Wasps wing Frank Halai has signed a new contract to stay with the Premiership club until the end of the 2017-18 season."} +{"id": 162, "generated": "Trade unions have voted against new rules on strikes on workers in Wales, despite manylissent at the assembly election."} +{"id": 163, "generated": "South Korean's Park Heung-hyong won the US Open for the second year in a row."} +{"id": 164, "generated": "Teachers' union has voted for strike action over the White Paper to make every schools in England if forced academisation are converted to academy status."} +{"id": 165, "generated": "Sheffield United have signed defender Ian Sidwell from Championship side Stoke City on a two-year deal."} +{"id": 166, "generated": "Bosnia's president has submitted a public request for a review of the Bosnian Serb body following its decision to kill 64 men of genocide in the 1980s."} +{"id": 167, "generated": "Belfast County have re-signing analyst Steve Whiffin as special coach."} +{"id": 168, "generated": "A dog who fractureed his hind legs when hejumped off the bumper at a break in has been returned back for a week in surgery."} +{"id": 169, "generated": "Hundreds of women and girls and children in the Kathmandu Valley are being taught how to do judo shelters to help with violence since last month's earthquake."} +{"id": 170, "generated": "More than 100 people have been injureded when a train derailed on some tracks during rush hour in New York, US officials say."} +{"id": 171, "generated": "Royal Finnish Shell has reported a5% rise in profits helped by higher oil and gas production."} +{"id": 172, "generated": "More than 20,000 MPs have signed a petition urging the government to case against or a public holiday \"would not be cancelled\", Conservative think tank Chris Blackman says."} +{"id": 173, "generated": "A long tunnel through the ponds of Birmingham and London would be protected on the landscape under a planned HS2 tunnel scheme, a report has concluded."} +{"id": 174, "generated": "A 16-year-old boy has been charged with attempted attempted murder after two teens were injured in an attack at a school in west London."} +{"id": 175, "generated": "UK teenagers are the highest and high levels of life satisfaction in OECD countries, a study has found, bullying and anxiety."} +{"id": 176, "generated": "Amsa says it has moved to a new search area where potential debris from missing flight MH370 were floating in the ocean."} +{"id": 177, "generated": "On Heroes' Day, many Tamils lived in siesion in the diaspora of Sri Lanka since World War One."} +{"id": 178, "generated": "A transcript released by the FBI on Tuesday has sparked outrage over the decision to remove the names all of the victims of the Orlando attacks and their leader."} +{"id": 179, "generated": "The number of people coming to the UK in 2015 reached a record high of 23,000, according to figures from the Office for National Statistics."} +{"id": 180, "generated": "Laugh from the theatre walking as the FIFA cinema to the painters into the facades spaces, gecko hairs look likee."} +{"id": 181, "generated": "The parents of Charlie Gard have been given time time to apply a extension by doctors to keep him alive in the US until the end of June."} +{"id": 182, "generated": "A US judge has voted to investigate whether Apple mobile technology giant Samsung violated four some of its patents listed by ITC."} +{"id": 183, "generated": "Music lessons could improve America's brains in poor impoverished areas by improving children' reading skills, say researchers."} +{"id": 184, "generated": "Drivers are being warned of delays to the Glasgow M74 motorway network for up to six weeks."} +{"id": 185, "generated": "A footballer from Wales who was captured with his arm arm around the shoulder to watching their Euro 2016 qualifier had been \"a brilliant\"."} +{"id": 186, "generated": "Two former members of band Tremeloes will face court charged with indecent assault."} +{"id": 187, "generated": "Action should be made to encourage young people voted to vote than 16 and 18-24year-olds, a think body says."} +{"id": 188, "generated": "A story about Russia's Panama Papers money-laundering is underbeating many around the world on social media and a German own TV portal."} +{"id": 189, "generated": "A US clothing company that posted a range of shoes featuring heels labelled \"Swana cool infants\" has sparked a outrage on Facebook users."} +{"id": 190, "generated": "Hundreds of crowds and crowds at Heathrow Airport say they had to wait more than 45 and a half minutes for the longest time to return to the EU."} +{"id": 191, "generated": "This debate is the biggest year in the EU."} +{"id": 192, "generated": "Britain's Johanna Konta drew world number one Janna Williams 5-3 6-4 6-7 6) to reach the semi-finals at the Wuhan Open."} +{"id": 193, "generated": "A man has died from serious head injuries after a fire at a blind flat in Hull."} +{"id": 194, "generated": "The BBC has released about 57 listingss in the area of England - all yet 120 people have been missing in Australia since January 2017."} +{"id": 195, "generated": "Jeremy Corbyn has resigned as shadow secretary of state amid criticism over commentshe made by women men about child sexual exploitation."} +{"id": 196, "generated": "Argentina has said it will take \" interventions\" with the European Union over the recent decision to nationalise its government stake."} +{"id": 197, "generated": "The Co-operative Bank is to cut 100 jobs as part of its battle to recover its \"core turnaround\"."} +{"id": 198, "generated": "Former Environment Secretary Michael Russell is to make strong strong and representation to the UK government in negotiations over Article 50, the European Union has said."} +{"id": 199, "generated": "A leading security worker from north-west Afghanistan has died in a suicide bomb attack."} +{"id": 200, "generated": "US President Barack Obama has announced that Vietnam will lift an arms embargo on its sales to the US, and aimed at improving human rights."} +{"id": 201, "generated": "Wales boss Chris Coleman says Portugal' footballing is on a journey approaching as they aims a place in their Euro 2016 quarter-final with Portugal."} +{"id": 202, "generated": "The latest study indicates thata sharp decline in human sperm counts could the extinction of the world's human species."} +{"id": 203, "generated": "A man has been arrested after a woman's body was found in a road in West Yorkshire."} +{"id": 204, "generated": "Norwegian former Prime Minister Andidine Bondevik has said he was provokeed by Iran over the hint that US President Donald Trump had been held flying to the US."} +{"id": 205, "generated": "The ex-chief boss of a man killed in a fire at a house being owned by his wife has said she was \"a very considerate person\"."} +{"id": 206, "generated": "Steven Gerrard has become the England captain to join LA Galaxy on a two-year deal."} +{"id": 207, "generated": "A man has appeared in court for drugs with an estimated holding a \"an estimated Street Street value of £293,000 in Aberdeen."} +{"id": 208, "generated": "The next festival of the new French Film Awards, held in Paris on Sunday, BBC London star Lucas183 considers the roles of black women in France as a key part in the film's future for black women."} +{"id": 209, "generated": "(Close)) London's main index closed higher as Customs and Finance (M&S) provided further help to reduce the sales and food market."} +{"id": 210, "generated": "The Dream is silent."} +{"id": 211, "generated": "Former Aberdeen goalkeeper Paul Gallacher has been appointed head coach for Hearts, the club's first experienced goalkeeper."} +{"id": 212, "generated": "A overall strawberry has been seized from a beach esplanade in the centre of Glasgow Sub."} +{"id": 213, "generated": "The BBC's Sarota Petitkaro illustrates the image of Col Irab Gaddafi for neutral periods to his life."} +{"id": 214, "generated": "The families of three Leeds mosque bombers have said they are still still looking for answers they can become radicalised."} +{"id": 215, "generated": "A Labour MP has made an complaint at Jeremy Corbyn's office that the opposition leader's key will not be vacated."} +{"id": 216, "generated": "Leeds United striker Neil Phillips scored his first goal in 30 games as they beat relegated Bolton."} +{"id": 217, "generated": "Former Wales strikerborne Reid has arrived at Newport County on a two-year deal."} +{"id": 218, "generated": "United Nations Secretary of Ban Mon-moe has understood that his Saudi Arabia seat on the UN Security Council as \"a number of member states are frustration\" at the UN's fares."} +{"id": 219, "generated": "Following Saturday's 73th round of the 2017 World Cup, the Labour will remain leader this year - with three events until 2019."} +{"id": 220, "generated": "A man has been charged after £7,000 worth of cocaine is believed to have been found on a County Antrim Road."} +{"id": 221, "generated": "The wife of murderman Pete Falconio says she is like goingng to run from place where he was shot in 2001."} +{"id": 222, "generated": "The mother of a patient was moved to a mental ward at North Wales hospital without seeking permission from police to care for him, a coroner has ruled."} +{"id": 223, "generated": "A salvageing painting by North East artist Cornish is being sold for £,500 at auction."} +{"id": 224, "generated": "Jeremy Corbyn, front leader of Labour-based arts band UB40, has endorsed the band's politicians in his bid for the next leadership."} +{"id": 225, "generated": "A police officer has been sacked after being found guilty ofobstructing and brutally injuring three of its colleagues during a night out."} +{"id": 226, "generated": "UN air drops will be delivered to thousands of besieged areas in Syria under humanitarian operations, the UN Security Council (ISAG) governor says."} +{"id": 227, "generated": "Labour has gained control of Liverpool's Lib Dem leader after being snap by a former city councillor."} +{"id": 228, "generated": "One in the UK's top music stars are going to private schools than those at Oxford or Cambridge, says research by the Sutton Trust."} +{"id": 229, "generated": "Tens of millions of pension workers could miss out on more free money if they offer an add to their pension, according to insurers Royal London."} +{"id": 230, "generated": "First Minister Carwyn Jones has defended Labour leader Jeremy Corbyn will not be visiting Wales before the polling day of the assembly election campaign."} +{"id": 231, "generated": "Chris Elgar bowled for 201 to help South Africa in the second Test against India and take the islands to 33-3 by 12 runs."} +{"id": 232, "generated": "Scottish party leaders have paid tributes to a \"disayed and \" controversial character\" Margaret Thatcher, who has so died at the age of 73."} +{"id": 233, "generated": "A man has been jailed for four months after being found guilty of dangerous driving causing the deaths of four people."} +{"id": 234, "generated": "Oyonnax fly-half Chris Robson has joined London Irish Premiership side Stormamion on a four-year deal."} +{"id": 235, "generated": "A mobile app that could help doctors to test children's eyesight has been launched."} +{"id": 236, "generated": "It is struggling to save their financial - so many people who leave late in their savings earn them better interest."} +{"id": 237, "generated": "Tesla has posted its first delivery count in the first quarter of March after the US carmaker accused it of \"sery\" supplier shortages in January and February."} +{"id": 238, "generated": "Scotland goalkeeper Eddie Marshall hopes they can lead their way to the Euro 2016 despite of their failure at the World Cup."} +{"id": 239, "generated": "A man who was jailed for 20 years after opening a bomb pack computer for militant to replace his plan to travel to Syria has had his sentence pushed off."} +{"id": 240, "generated": "Troy Monaghan scored four goals as Ulster earned their All-Ireland Football and Ireland qualifier win over Wexford in Newygjar."} +{"id": 241, "generated": "Victory Deaton, the late Swedish economist and US researcher, has been named the 2015 Nobel Prize for economics."} +{"id": 242, "generated": "A council that spent £25m to support users is worried new budget controls are \"innot relevant\" to pay, an investigation has found."} +{"id": 243, "generated": "The Izmir crowd inquires in a Bostanli seafront, on the edge of the city."} +{"id": 244, "generated": "Children's groups in Scotland have called for action from more than half of children who started their mental health treatment."} +{"id": 245, "generated": "Bombs have been found in a \"controlled explosive\" package at a loft in Bristol."} +{"id": 246, "generated": "A man has been sentenced to life in prison over the deaths of his mother and two children found dead at house cliffs."} +{"id": 247, "generated": "A World War Two man who died in the Chastise bombing for Bomber Command had an \"reluctance\" to be knighted, campaigners say."} +{"id": 248, "generated": "Ireland walkerer Robert Heffernan will be awarded a gold medal, European and Olympic medals after a ruling was pipped to 20km at the Rio Games disqualified."} +{"id": 249, "generated": "A stunt cyclist who lost his bike of his legs in a road accident in Nigeria just 60 years ago has set up a charity raising campaign."} +{"id": 250, "generated": "A gull who got stuck in the ice while using an inflatable sled used firefighters to chipped him free from a lake."} +{"id": 251, "generated": "The process of work to protect 100 properties in a town of Powys has been delayedd until the end of the month."} +{"id": 252, "generated": "At Guyana was 16 when 18-year-old Quina Trotman was assaulted and assaulting a transgender woman."} +{"id": 253, "generated": "Photographs fromval Office user Kevin Conway, who was clutch down on her couch on Monday, sparked widespread controversy from users on social media."} +{"id": 254, "generated": "A suspected air strike has killed nine people at the centre of Yemen's capital, Aden, the largest explosion by a Saudi-led coalition strike targeting rebels, officials say."} +{"id": 255, "generated": "When Gwangin Hauser lost her husband, Coopera Clayton, as she was on to travel to a street."} +{"id": 256, "generated": "Great Britain's men are missing on a bronze medal in the quarter-finals of the Olympics after their 24-19 defeat by New Zealand in Rio."} +{"id": 257, "generated": "E. L. James's thriller, The Martian, and then came into financial pressure."} +{"id": 258, "generated": "Dutch pilots revealed that their plane crashed near Ha City Airport in June to move considerably north of their flight, safety investigators."} +{"id": 259, "generated": "New Zealand Rugby is introducing a preliminary review in response toa series of female sex scandals by NZR."} +{"id": 260, "generated": "Online supermarket platform Halfords has increased a £2.99 fee for delivery charges for Highlands and Islands customers purchasing an Moray product-based product."} +{"id": 261, "generated": "A appeal has been launched for new legislation for schools to record all reports of bullying in Wales."} +{"id": 262, "generated": "More than 500 union employees in Northern Ireland were forced to withdraw labour this month in a dispute over industrial relations practice."} +{"id": 263, "generated": "The EU Parliament has revealed the identifie of Edgar Michel, who is reported to be at a Belgian-owned cleaning firm after the Brussels attacks."} +{"id": 264, "generated": "Peoples have been told to issue warnings on flood tides in Wales."} +{"id": 265, "generated": "China's largest retail giant, Alibaba Group, says first-quarter revenue led to an strong increase in sales via its mobile devices website."} +{"id": 266, "generated": "(Close): Wall Street closed higher on Wednesday after economic data showed not data showing global car sales fell to a six-month high last week."} +{"id": 267, "generated": "Coach Brendan Ruddock hopes Wales captain Gavin Henson can prove career at the Newport Gwent Dragons."} +{"id": 268, "generated": "A BBC presenter who suggested rape mid footballer Yad Evans not \"yanka dog's tail\" if he is an \"absoluly abhorrent\" says women need more aware of their sexual desires."} +{"id": 269, "generated": "Plans for a £100m redevelopmentation at a Lake District National Park have been approved."} +{"id": 270, "generated": "Former Scotland captain Chris Nicol expects Kelly Brown and John Barclay are coming in for Scotland."} +{"id": 271, "generated": "Exeter Chiefs winger Tom Armand and England prokay Hill have all agreed new signings, including winger Adam Hill."} +{"id": 272, "generated": "Footballer Ekdovah Oniya in Monday's Africa Cup final in Malaysia has died after falling in aways following a message from his T-team fans."} +{"id": 273, "generated": "After a second day of the rheious conflict, Singaporeans are wirriving petitions calling for undisputedd gay actor Grimel Lambert to be banned from performing on TV."} +{"id": 274, "generated": "Shares in African markets closed higher on Monday, with mining shares free economic accountability for the area."} +{"id": 275, "generated": "An 18th century Calderdale Hall which is reopened after more than 50 years has found \"f fascinatingting\" artefacts, a council leader said."} +{"id": 276, "generated": "Three men have been arrested following the death of a teenager at a drug party in Dungdropon."} +{"id": 277, "generated": "The family of a woman who went on board on the Mexican Isles have called for an inquiry into possible maritime crimes committed at sea."} +{"id": 278, "generated": "The family of three boys, whose father was one of two young sons on missing Malaysia Airlines flight MH370, have received compensation £2m from their victims, an Indian court says."} +{"id": 279, "generated": "Portsmouth midfielder Ellen Scott has signed a three-year contract extension to stay with the Super League club until 2018."} +{"id": 280, "generated": " electrification of the HS2 rail project will be crucial for north Wales, Chancellor George Osborne has said."} +{"id": 281, "generated": "London 2012 champions David Daley and Paralymothian Meilutyte have taken part in the home parade in Plymouth."} +{"id": 282, "generated": "A 35-year-old man has been arrested in connection the death of a man injured during a disturbance in Edinburgh."} +{"id": 283, "generated": "Glasgow Warriors would be the chosen player to join Scotland for Sean Lamont, says head coach Gregor Townsend."} +{"id": 284, "generated": "A World War II veterans on Arctic convoys has received the highest medal awarded in memory to Winston Churchill."} +{"id": 285, "generated": "A Polish couple and daughter who had been missing since the Christmas Day attack in Manchester are killed, their parents have confirmed."} +{"id": 286, "generated": "Policing official Malcolm Bristow has been chosen as the chief constable to lead the new National Crime Agency (NCA)."} +{"id": 287, "generated": "Hundreds of thousands of Pope Francis has returned to the Vatican to demonstrate the support of San Lorenzo, Argentine basketball club."} +{"id": 288, "generated": "More than £1m has been spent in a effort to refurbish cancer units at hospitals after the death of teenager Stephen Teenage Cancer Trust."} +{"id": 289, "generated": "The bodies of two men believed to have got into into trouble on the beach off Camber Sands have been found still in the sand."} +{"id": 290, "generated": "Zlatan Ibrahimovic has announced he will discuss future at Manchester United after agreeing a new deal at Old Trafford."} +{"id": 291, "generated": "A man has been taken to hospital after being assaulted in the centre of Londonderry."} +{"id": 292, "generated": "Plymouth Argyle manager Mike Adams says his side were unfortunate to go out of the FA Cup 2-0 defeat by Liverpool on Sunday."} +{"id": 293, "generated": "Almost one in patients with cancer and their GP have not previously talked about their symptoms diagnosed as an emergency, a Scottish study has revealed."} +{"id": 294, "generated": "Former Republican presidential candidate Jon Huntsman haswithdrawn from from the race, brandinging the race an \"slaught of personal attacks and attacks\"."} +{"id": 295, "generated": "A former headmaster at a Abbey school has been found guilty of civil offen after leaving his wrists bleeding with caning."} +{"id": 296, "generated": "Former Ferrari boss Paul Horner says four-time champion Sebastian Vettel would be surprised if unreprimanded for an alleged sexual abuse at referee's Chris Whiting at the Mexico Grand Prix."} +{"id": 297, "generated": "Daniele De Rossi's dramatic late penalty denied Italy a jerdy draw by Iceland in their Euro 2016 qualifier in Macedona."} +{"id": 298, "generated": "The International Space Station has become the first time to watch movies in space."} +{"id": 299, "generated": "Online shopping operator Mallzee has raised $275m (£100m) to help it become the world's leading fashion shopping app."} +{"id": 300, "generated": "Serge Pengilly has described Russia as \"heinous crime\" to be banned from competing at the Rio Games by the International Olympic Committee."} +{"id": 301, "generated": "Egyptian investigators have detected first wrecks from the \"black box recorders\" records, six days after an Airbus plane crashed in Cairo last month where 33 people were killed."} +{"id": 302, "generated": "German Chancellor Angela Merkel has said she will stand for a fourth term."} +{"id": 303, "generated": "A North Yorkshire Police officer's decision to pull a man who was found in a lake has criticised a report finding it was gross misconduct, a watchdog has found."} +{"id": 304, "generated": "The family of a driver who died in the 2014 Glasgow bin lorry crash are to begin private prosecution against the driver."} +{"id": 305, "generated": "While I returned to the Old Firm derby for one week, one time with my dressing-room."} +{"id": 306, "generated": "A woman who wasfilmed in the direction of a train barrier and passing a level crossing has been cautioned for Malicious Damages."} +{"id": 307, "generated": "The US has used a special drone to help us search for the most isolated lake in the world."} +{"id": 308, "generated": "A war memorial bugathed by extensive winds on the Isle of Wight this week has received £30,000 from charity."} +{"id": 309, "generated": "An Energy company aimed to extract shale gas in North Yorkshire faces planning disruption, the county council has said."} +{"id": 310, "generated": "Carl Frampton's rescheduled WBC featherweight title fight with Andres Gutierrez on Saturday has suffered facial injuries at the SSE Arena and the Cyclone Arena."} +{"id": 311, "generated": "The bodies of two militants at a town hideout in north-west Bangladesh have been discovered in suspected bomb attacks that killed at least 14 people, security forces say."} +{"id": 312, "generated": "Dublin bus staff are to agree a proposal of $43m (£695m) to receive pay rise during a series of Strikes this October."} +{"id": 313, "generated": "Artisterorial Elliot Jenkinsgrew up to art in the 1938 when she suffered anorexia and suffering with biomigrana in the 1980s."} +{"id": 314, "generated": "When Aran Cash began his office as head of the Royal Union of Railwaymen (RMT) in 2004, he took the head way on a round of industrial battles over the railways and rail industry."} +{"id": 315, "generated": "For within short years, games and studios may be free to expect humorous holidays to cross the ground at E3 on the new consoles."} +{"id": 316, "generated": "Rory McIlroy has sparked an outlash that the US presidential candidate Donald Trump invited to play golf with him - but said his partner was a fascist."} +{"id": 317, "generated": "A security expert has expressed concern that some US health workers' personal data has been leaked in a scaming database of private firms."} +{"id": 318, "generated": "Ethiopia's government has declared a state of emergency after violent protests between protesters and stampede some of the country's top violent companies."} +{"id": 319, "generated": "Former Birmingham City manager and former Birmingham United captain Douglas Goodwin has died aged 73."} +{"id": 320, "generated": "A pinery-vinery - believed to be one of the most pioneer types in the world, was dig by archaeologists in County Durham."} +{"id": 321, "generated": "Rescue preparation has begun to allow the large drilling rig carrying Transocean Winner to transport from Lewis to Turkey."} +{"id": 322, "generated": "Qualcomm has unveiled what it says is the world's only compatible smartwatch set to be produced within the next six months."} +{"id": 323, "generated": "Rail passengers are facing major delays following delays on line through London Bridge from London to London."} +{"id": 324, "generated": "Russian spy ring Lieeikhor Chapman is to be expelled from the UK, the Home Office has ruled."} +{"id": 325, "generated": "A report into child abuse at Rotherham Council has sparked a series of teenage girls were seriously abused at the age 11."} +{"id": 326, "generated": "PlayStation Europe, its last PS4 consoles, is to go on sale in Japan next year."} +{"id": 327, "generated": "For Tuesday's election night, it seems it looks like the most disturbing time."} +{"id": 328, "generated": "Six years after her Sherpa was killed in the avalanche which hit Nepal's Mount Everest, Nima Sherpa told to the BBC she sorrow, about her son's death."} +{"id": 329, "generated": "All police officers in England will be paid up to £310m from April from March 2017, the Police Federation's Winsor Review has ruled."} +{"id": 330, "generated": "Republican politics have criticised Hillary Clinton's performance in the US presidential debate but columnists swacked raised concerns about her failure to regulate Donald Trump."} +{"id": 331, "generated": "A teenage driver was arrested when his car fell down a fence and crashed on a train line hours after the car was removed."} +{"id": 332, "generated": "A robber who threatened facekeeper with an axe by a shoplifter has been jailed for a year."} +{"id": 333, "generated": "A group supporting human rights in south-west Africa says at least 141 people were killed since this year and the found most of them \"not condoed\" to execute."} +{"id": 334, "generated": "In the QS World Championship, French universities are only in Paris - indeed in the top of the rankings."} +{"id": 335, "generated": "The UK is as poor than other countries where the pupils take latest Pisa tests, says Education Secretary John Schleicher."} +{"id": 336, "generated": "Ellyse Perry elevated the powerplay to win their first women's cricket in 100 years as Australia overcame West Indies in the Mumbai World Twenty20."} +{"id": 337, "generated": "The Football Association has announced more than 60 English professional leagues that are to be dismissed as part of a pilot process."} +{"id": 338, "generated": "A charity school in south east Nepal has been turned in to help harad families suspected have died in last week's devastating earthquake."} +{"id": 339, "generated": "After a number of other things during a young music career, PSB Ullapool were welcomed to write their new album in a space on archive material."} +{"id": 340, "generated": "Gloucestershire East and Borders (BCPFT) has reported a year shortfall compared to its financial health and mental health services, the financial trust Monitor has said."} +{"id": 341, "generated": "A regional support service has been launched to help young people with cancer in Northern Ireland by reducing the number of diagnosis posts."} +{"id": 342, "generated": "Actor Grant Stewart is to direct her own film titled A Behind the Headlines and The Kitty."} +{"id": 343, "generated": "Cammy Smith took a hat-trick as Dundee United trash 10-man Partick Thistle at Ramsey Road."} +{"id": 344, "generated": "Home Secretary Theresa May has announced another public inquiry into undercover policing (SDS) will be complete into the operation of undercover officers before it commences."} +{"id": 345, "generated": "Louis Mendes, director of Spectre, has revealed he feels after being \" pilloried\" just before he finished shooting the theme set of two other Bond films."} +{"id": 346, "generated": "A bid to get legalise abortion in Northern Ireland has moved a step closer way into the House of Commons."} +{"id": 347, "generated": "Special defence warnings have been issued around some parts of Cumbria in the wake of heavy rain in Scotland."} +{"id": 348, "generated": "A 37-year-old man has suffered a serious head injury after an attack in the streets in the centre of Glasgow."} +{"id": 349, "generated": "Scottish swimmer Tyler Willis finished fourth place in the final 200m freestyle time at the European Architectacttic Championships, the biggest race of his career."} +{"id": 350, "generated": "There is no recent news that Sony's VR kit - or known as the PlayStation - will be sold on the market this year."} +{"id": 351, "generated": "Alloa Athletic ended their Scottish League One play-off campaign by drew 11 to Peterhead against East Fife at Thasbrook, moving two points off the top four levels."} +{"id": 352, "generated": "Real Madrid have signed Dondedad defender Cadateo deradaeiro for an undisclosed fee on a five-year deal."} +{"id": 353, "generated": "Denmark's Horne Ouseph and Maek Adcocks won two golds in the final at St Porterington House to triumph the European Championships."} +{"id": 354, "generated": "The police watchdog is reviewing to its response of flooding that led to the discovery of a man's body last month."} +{"id": 355, "generated": "Nearly half of female MPs at Parliament have experienced unprecedented levels of violence, abuse and child abuse, according to a 5 Live survey survey."} +{"id": 356, "generated": "iPhone users are still being able to see five new types of iOS emojis on their new operating system."} +{"id": 357, "generated": "There's an atlas photograph showing many of all people to know about Greece's membership to Europe."} +{"id": 358, "generated": "A man who raped a woman after dragging her forward around her home has been jailed for 30 years."} +{"id": 359, "generated": "On 2 October, I was careful on a Westham ferry road, overlooking my highway and interpiering last private youthful runway runway to a recycling office examininging a damning coating of the oils."} +{"id": 360, "generated": "Colombia's Farc rebel group has said it will hand over a third of its arms on their war-focused transition camps by May."} +{"id": 361, "generated": "Argentina's Pierce Laverty made a good start in the opening round of the World Super Rbike Championship in Austin."} +{"id": 362, "generated": "No evidence a criminal investigation into two men who were evacuated from an Easyjet plane after security disruption has been found, police have said."} +{"id": 363, "generated": "Google has started streaming system that gives access to results found in apps."} +{"id": 364, "generated": "President Barack Obama's views that the US says climate change could resemble a huge benefit to economy by cutting CO2 and carbon emissions."} +{"id": 365, "generated": "Seven men have been arrested after weapons and ammunition were found during a sie-off by police in County Dublin."} +{"id": 366, "generated": "Scotland's economygrew by 0.6% during the first three months of 2016 compared with UK people, according to official figures released."} +{"id": 367, "generated": "A cyclist has died after coming off of his mountain bike in the Scottish Highlands."} +{"id": 368, "generated": "A man has been jailed for causing a woman's death by drunk driving after hitting his dog travelling at 30mph at speed limit in West Lothian."} +{"id": 369, "generated": "She faces some headache of respect, but no Raquel Johnson whistles out of the face door."} +{"id": 370, "generated": "The Northern Ireland Economy leader thanpraised the £400m financial package agreed between Stormont and Westminster on Wednesday."} +{"id": 371, "generated": "Ireland winger Harvey Bowe has signed a new three-year deal with the Leinster Rugby Union rivals Ulster for 2017."} +{"id": 372, "generated": "Rugby players in England will face a three-day international interaction ban by injury officials."} +{"id": 373, "generated": "Samsung has launched two new Android phones - which appears to be the largest ratio in its Android history - at £690, scoring the ranking total of £40,000,000."} +{"id": 374, "generated": "Norwich City goalkeeper David Ruddy says his seventh season at the club went under a \"dis impossible\" decision when he left the club."} +{"id": 375, "generated": "It's just a hour of day when I got out of the Paris climate Agreement."} +{"id": 376, "generated": "Taie Joyce says Team GB will perform one of the hardestest games of her history when Wales claim gold at the 2016 Olympic Games in Rio."} +{"id": 377, "generated": "Filip Grigor Kerkorian, a businessman who bought a US film studio in the Las Vegas, has died aged 74."} +{"id": 378, "generated": "Warrington beat Wigan and moved back to the top of Super League with their second successive Wolves win."} +{"id": 379, "generated": "Five regional councils in West Yorkshire would be given powers from a combined authority body under plans to create a directly executive mayor."} +{"id": 380, "generated": "Paedophile Christian Richard Huckle has been given a life sentence for child sex abuse offences on children from overseas Malaysia"} +{"id": 381, "generated": "Israel's celebrating former President Shimon Peres has demonstrated his commitment to peace, says the country's chief Rabbi of Jewish politicians."} +{"id": 382, "generated": "A cot and blanket is being sent to Australian people to commemorate the birth of Princess Charlotte, the new great-grandchild."} +{"id": 383, "generated": "The biggest property complex in Northern Ireland are being sold-up for sale at auction for £9m."} +{"id": 384, "generated": "The president of the Catholic Church in Scotland has apologised to all survivors of sexual abuse."} +{"id": 385, "generated": "Jersey will host the World squash Division of the Championship from next year."} +{"id": 386, "generated": "The first cyclone to hit by Hurricane in Hawaii in almost 56 years has moved along the north of the Hawaii coast."} +{"id": 387, "generated": "Labour leader Jeremy Corbyn has defended his response to calls for junior doctors end the ban on secondary strikes to be legal as \"sympathy action\"."} +{"id": 388, "generated": "It's the final game of the season in the Premier League, after all 10 winss and seven games of last season."} +{"id": 389, "generated": "An Egyptian soldier and three other Palestinian militants have been killed in an attack on southern Sinai, the Egyptian army says."} +{"id": 390, "generated": "Venus passaged across the Sun and the Sun to see a small black dot on the solar planetarystor."} +{"id": 391, "generated": "A New Zealand man whose escapedd from prison for more than 50 years has sparked an controversy on him to return to Brazil."} +{"id": 392, "generated": "A woman who admitted \"d disgusting\" racial rac abuse at passengers on a London tram has been given a premium sentence."} +{"id": 393, "generated": "The Isle of Man parliament has voted to give legal rights for gay people on both and rest of the UK."} +{"id": 394, "generated": "American guitar- presenter George Smith, known for The Arthur Smith Show, died aged 93."} +{"id": 395, "generated": "Liverpool striker Daniel Sturridge says he is ready to return to the United States after spending months of operation on his hip."} +{"id": 396, "generated": "Noiry Solomon has revealed she \"feel really comfortable about\" by using a clipboard for a production of Eve Fora."} +{"id": 397, "generated": "Four men have been arrested in connection with a \"stabbing attack\" in Kilmarnock in North Lanarkshire."} +{"id": 398, "generated": "Hull City beat Championship bottom club Newcastle United for the first time since August to reach EFL Cup semi-finals."} +{"id": 399, "generated": "UKIP candidate has resigned from the party after accusing his deputy deputy rival Nick Smith of \"racial behaviour\", according to the BBC."} +{"id": 400, "generated": "A funding project to turn Kirkcudbright's Viking treasure into a gallery has been given the go-head by the government."} +{"id": 401, "generated": "Teens Lion Matthews and David Matthews won their second medals at the FW Table Tennis Championships Cardiff with a 3-1 win over Italy."} +{"id": 402, "generated": "Police are investigating after two men died after a man fell empty from a block of flat in Aberdeen."} +{"id": 403, "generated": "Derek Lyle scored two goals as Queen of the South started their County Championship season with victory over Brechin City."} +{"id": 404, "generated": "A US MP has voted a US visa to Iran's former envoy, who was a part of a group that saw hostage-taking."} +{"id": 405, "generated": "An agreement for what is claimed to be the second largest wind farm for more than one million homes Scotland has been reached."} +{"id": 406, "generated": "Pope Francis haswalked through the main gate of Auschwitz, on holiday for more than four minutes to meet Polish migrants."} +{"id": 407, "generated": "More than 7,000 people march across English to celebrate King Harold's flaene in the Battle of Hastings Bridge."} +{"id": 408, "generated": "Bath flanker Jim Burgess says he spent the rest of his career displays in rugby league, criticing rugby union as an \"upsetting\" factor contribute to his battle for England."} +{"id": 409, "generated": "The widow of a Indonesian beach tourist who sent a letter to her boyfriend for murdering an 18-year-old British man has said she will not accept money for him."} +{"id": 410, "generated": "London's King's College will open a new branch campus in Dresden,allowing having a presence in Europe after Brexit, according to reports."} +{"id": 411, "generated": "BBC One News Show, The Saturday Night Voice and The Voice will be the two TV presenters to win the 2017 National Talent Show Award."} +{"id": 412, "generated": "Chris Williams says he wants to get a superb shot on his debut of 12 tackles for Reading Irish."} +{"id": 413, "generated": "The man publishing a report into Fifa's ethics committee has said it is \"the next step to the development of an investigation process\"."} +{"id": 414, "generated": "A woman who raped a teenage girl was called to drink four images from David Foster's and cans of beer as she was accused of having rape, a court heard."} +{"id": 415, "generated": "Manchester United captain Wayne Rooney scored for the first time in more than five years and says he is returning to play as he returns to Everton on Sunday."} +{"id": 416, "generated": "After more than five years of handcycling at London, Jad Marsden was one of the most explosive journeys in the world of rookie sport."} +{"id": 417, "generated": "A designing, large and well-designed French nightclub on the Middle capital, Beirut, is the centre of an architectural column targeting design on the city's cultural architecture output."} +{"id": 418, "generated": "It's a headline that features as well as the Skinnies drama The Whitney Wheat in the US."} +{"id": 419, "generated": "A former officer and wife jailed for five years for allegedly deceding mortgage lenders have been ordered to repay £4m."} +{"id": 420, "generated": "Jeremy Corbyn still on the \"cliffledge\" to become Labour's leader despite receiving no second preferences in a poll that saw the four contenders vote."} +{"id": 421, "generated": "Two leaders from the IRA have met to Northern Ireland's prime minister at final early talks with the prime minister last week."} +{"id": 422, "generated": "French artist Pierre Kapoor has come under fire after a natural sculpture has been vandal outside Le Notre's Versailles, the art's governing, Le Figero, has said."} +{"id": 423, "generated": "Chris Ashton scored two early tries as Premiership leaders Saracens secured a half-time-point win over Worcester Warriors in the European Challenge Cup."} +{"id": 424, "generated": "England completed the second day of the fourth Test in Cape Town on to pick up their defensive against South Africa at TheBah."} +{"id": 425, "generated": "The number of people still living in workless households fell for the fourth year in a row, official figures show."} +{"id": 426, "generated": "Magic and magician Paul Daniels has died at the age of 10,."} +{"id": 427, "generated": "Harry Potter gifts, trainers and brand wreands have been seized by the UK in the past 10 months of counterfeit trade, government figures show."} +{"id": 428, "generated": "A chief constable has been criticised for an \"aotic English language advert\" described as \"ploddledegook\"."} +{"id": 429, "generated": "A Lancashire council candidate has won her final seat, despite maintaining majority in the county."} +{"id": 430, "generated": "Gordon Cooper dominated the 2016 Gold Cup on the first day of his early career with victory in the Handicap Hurdle at Cheadfield."} +{"id": 431, "generated": "Laura Holm says the \"emotionic stresses\" are concerned on Olympic martial arts ahead of her last UFC bantamweight title."} +{"id": 432, "generated": "A former shadow chancellor has said there would be \"no buts\" if he is ready to become the prime minister of the party's Labour leadership."} +{"id": 433, "generated": "A sheep has been rescued by firefighters after getting stuck on a cliff in Cumbria."} +{"id": 434, "generated": "Paul Burgess scored a hat-trick as Catalans Warriors beat Wigan to boost their Super 8 rivals'main hopes of a future place in the contest."} +{"id": 435, "generated": "A US service member has been killed and one of two injured in a Chinook helicopter crash in the northern Afghan province of Helmand."} +{"id": 436, "generated": "Germany's far-right says it wants to discuss civil war, with a cell proven to be under secret surveillance that committed to smuicide killers and murder eight Turkish mafia."} +{"id": 437, "generated": "South Chinese number Yu Chinese-hu beat China's Pygitu to reach the last round of the World SDL Championships in Philadelphia."} +{"id": 438, "generated": "US Secretary of State John Kerry has said it is \"almost impossible\" for Syrian rebels, on his first overseas visit to Turkey."} +{"id": 439, "generated": "Arsenal boss Arsene Wenger praised his team as a \"gamikaze miracle\" as they knocked back to a 2-0 by Reading in the FA Cup quarter-final."} +{"id": 440, "generated": "Cameroon coach Rodo Broos says he is happy with comments saying that Fecafoot's national team \"all everyone must be awake\"."} +{"id": 441, "generated": "You're up to bed - it is hard for me to be an editor."} +{"id": 442, "generated": "Many items of fake goods - loaded with cigarettes and alcohol - have been praised by Scottish justice Secretary."} +{"id": 443, "generated": "World number one Mark Selby tre 16-time world champion Ronnie O'Sullivan to win a spectacular Crucible Crown final and win his first world title for 10 years."} +{"id": 444, "generated": "The UN Security Council will visit the closed door on Sunday to be given access for air aid to Syria."} +{"id": 445, "generated": "France is just about to return into the idiot."} +{"id": 446, "generated": "The story of stroke survivors and singer Tom Collins is to be starred in a film screenings next month."} +{"id": 447, "generated": "Kermet Antenucci's late equaliser found a major point for Leeds coming from behind to draw Brentford."} +{"id": 448, "generated": "Monaco continued their winning start, returning to the top of Ligue with thrapping Nancy and move three points closer to 2017."} +{"id": 449, "generated": "A senior police official suspended from post South Yorkshire Police in the wake of the Hillsborough murder investigation has been named in his post."} +{"id": 450, "generated": "An MP has strongly urged the health secretary for \"appalling experience\" to how care professionals in Scotland lost the deaths of 26 newborns."} +{"id": 451, "generated": "Paint boss Guu Hiddink has rejected claims that he will stay at the club this summer, but insists he \"will never forget my memories\" of defender John Terry."} +{"id": 452, "generated": "A man has been injured in the head and is beingquestioned by police after a suspected sexual assault at a Cyne, County Armagh."} +{"id": 453, "generated": "A serial paedophile known as Darwin Glitter has been jailed for seven years over several string of sex offences."} +{"id": 454, "generated": "Companies that registered on domestic home can face record fines for receiving unssolicited marketing calls since they were registered in 2013, the Information Commissioner's Office has announced."} +{"id": 455, "generated": "The FBI has rescued 2,500 children in the US in raids on suspicion of sex trafficking, Oregon officials say."} +{"id": 456, "generated": "The local broadcaster Made in Cardiff will make its first appear in 2015."} +{"id": 457, "generated": "The Irish Football Association is investigating the major damage on the foundation of the stand at Windsor Park at Linfield which led to a new detection."} +{"id": 458, "generated": "In the second round of a Supreme Court dispute over the cracked of Mo Farook's iPhone, it has been a case that has dramatically shocked the government and the rest of the world is close to dispute."} +{"id": 459, "generated": "Online grocery giant Ocado has reported a strong rise in annual profits for the first time amid \"escalating\" competition in the supermarket sector."} +{"id": 460, "generated": "Five hikers have been killed and five others are missing after falling near a summit in Italy's Alps."} +{"id": 461, "generated": "A woman became so stuck in her own bath after some people found she was to help her establishment's home."} +{"id": 462, "generated": "The M77 route in Glasgow has reopened after a serious crash involving more than two lane and slip roads."} +{"id": 463, "generated": "The suspect of the Charleston gunman who killed nine people in South Carolina county, should forgive him for the death penalty, days before he was detained at a church on Thursday, the sheriff's governor has said."} +{"id": 464, "generated": "A leading Syrian opposition activist has said he has arrived to a prison for more than two days after security forces tried to end a mutiny."} +{"id": 465, "generated": "The nature collection of David Atkinson, one of five novels won at the Hilton Museum in Wyswon, are the top winners of the annual Costa book of the year."} +{"id": 466, "generated": "Seventy people are among 12 men who went missing after a tanker collide in the Singapore Strait."} +{"id": 467, "generated": "(Close): Shares in the London market closed lower the FTSE 100 amid concerns about the future of the European Bank Bank's economy."} +{"id": 468, "generated": "Australia celebrated their first try win over South Africa in their intimate club meeting in Rio."} +{"id": 469, "generated": "Dagenham and Redbridge made their impressive start to a dramatic defeat as they draw at Macclesfield in the National League."} +{"id": 470, "generated": "Former Bedford captain David Perry has died at the age of 73 after a long career."} +{"id": 471, "generated": "The Polish beach of the East Midlands is, known as Sschencada and Leicester delis, and the popular destination in the UK is in a good state for migrants."} +{"id": 472, "generated": "Stoke City boss Mark Hughes says there are no issues in the future for striker Saido Berahino next season's January transfer window."} +{"id": 473, "generated": "Britain's Kathy Daley and Kyle Gallantree won two bronze medals in the final of the World divinging Championships, in the synchronised 3m springboard on Wednesday after Becky Gallantree qualified third."} +{"id": 474, "generated": "Microplastics released into the ocean is choking marine plastic pollution, says a International environmental protection body."} +{"id": 475, "generated": "A man once sought by police after his remains were found in Glasgow almost a week is to make it an appeal against his arrest."} +{"id": 476, "generated": "A statue to a woman who helped part in the campaign for suffragrage in the 1970s has been putd up by an anonymous donor."} +{"id": 477, "generated": "A UK jihadist travelled from Syria to fight so-called Islamic State has become the third man on the UN list of recruits to militant groups."} +{"id": 478, "generated": "A man has died after karting at his track while out to the competition."} +{"id": 479, "generated": "A woman got a fright when a California Kingsnake found curled up on a cupboard full of knivess andks."} +{"id": 480, "generated": "A dog that was thrown into a undertapped field and left her poor pup is \"likelt to be lucky to be alive\", the RSPCA said."} +{"id": 481, "generated": "The Ministry of Defence's defence spending has risen to £12bn more cost than it previously planned, a public review has warned."} +{"id": 482, "generated": "(Open): Wall Street shares were top investors on Wednesday, as the Dow Jones maintained its strong performance continues for 28 years."} +{"id": 483, "generated": "The creator of the US cast, President-elect Mike Pence, says he was booed at the performance of Tuesday's Hamilton musical."} +{"id": 484, "generated": "Oldham boss Gary Sheridan says he is ready to pick six players after his side became difficult in Saturday's 1-0 defeat."} +{"id": 485, "generated": "A Londonderry inmate has been jailed for eight months for stealing alcohol atabused patients at the Chronic and Health Hospital, a judge has found."} +{"id": 486, "generated": "Santander Bank has reported a significant rise in its third-quarter profit, despite strong uncertainty over Payment Protection Insurance and Payment Insurance claims."} +{"id": 487, "generated": "Mercedes's Lewis Hamilton is \" gunning on\" with world team-mate Nico Rosberg at the Hungary Grand Prix on Sunday."} +{"id": 488, "generated": "US Republican Jeffrey Pompeo has been elected as a CIA spy firm for \"ctagitknowinglyly encouraging Islamophobia\"."} +{"id": 489, "generated": "Sussex saved their hopes of a good start as they beat Leicestershire by five wickets at Parc Road."} +{"id": 490, "generated": "A charge has been made for a minute's silence for a minute's silence for a French man who was killed in a terrorist attack in Paris in January."} +{"id": 491, "generated": "More than many homes are still in the US state of Louisiana after a deadly flooding disaster killed eight people."} +{"id": 492, "generated": "Wales suffered their biggest defeat since the 2017 Rugby Under-20s with victory over Italy in Cairo 3-0 in Laovari."} +{"id": 493, "generated": "A man who claims he stepped back into the 1970s to taunt him by a number of sales guys has been suspended by the Department for Shops (DFS)."} +{"id": 494, "generated": "Mae clkhiiaf gael eu yn Aberystwyth yn nifi gyflogwwr UNSDU swyddol o gyfalal i i"} +{"id": 495, "generated": "Drinking unhappiness has no direct effect and higher risk of dying, according to an analysis of a 10- million Million Women study."} +{"id": 496, "generated": "Formula 1 driver Nico Rosberg says he is sure his team's decision to introduce a halo device to be put on the car."} +{"id": 497, "generated": "A video of an French man who saw a blindfolded man asking for hugs in the aftermath of the Paris terror attacks has gone into viral."} +{"id": 498, "generated": "Chris ipped emptkg (66kg) of massive fleece to remove a New Zealand sheep during the marathon shearing by the RSPCA in Australia."} +{"id": 499, "generated": "The UN has orderd the government to force Aadhaar - one the world's biggest anti-e- fraudation schemes - to share biometric data to recipients."} +{"id": 500, "generated": "Belfast City Council has met with police about the burning of two tyres at a bonfire in County Antrim."} +{"id": 501, "generated": "Southend extended their unbeaten run to three successive games as they dre with AFC Wimbledon at Bilage Park."} +{"id": 502, "generated": "Facebook is to launch standalone video apps that allows users to watch directly on their televisions."} +{"id": 503, "generated": "Breth Rovers have offered ex-Fel Brechin boss Ray McKinnon as their new manager and demopcrude Ray Malpas as their new manager."} +{"id": 504, "generated": "The time Mike Flynn left as a non-league postman for Newport County at Tesco at the weekend of 1 July 2003."} +{"id": 505, "generated": "Construction growth in the UK sector rose at its slowest pace for seven months in May, according to a new survey."} +{"id": 506, "generated": "A doctor who filming videos beneath women's skirts at a Royal wedding was struck off after his parents admitted an offence was not being wanted, it has been claimed."} +{"id": 507, "generated": "An Australian convenience worker has died after being bitten on a long redback spider, in the back of the penis."} +{"id": 508, "generated": "An Army commandr was handed to her husband more than two years after exchange together each other in one of Scotland's top-high ranking women."} +{"id": 509, "generated": "The government should make a unilateral immediately to protect the citizenship rights of EU citizens living the UK, a group of peers has warned."} +{"id": 510, "generated": "Grabs, smart helmets, hamburgers and tea are among the thieves that were stolen from homes in part of England, police have said."} +{"id": 511, "generated": "The family of a former champion at Teesdale estate in County Durham have paid tribute to the Lord Barnard."} +{"id": 512, "generated": "Cornwall's Rosadee Giles is hoping to be the first amateur player to leave America on the LPGA Tour next year."} +{"id": 513, "generated": "Hearts midfielder Pedro Rherras will face Morocco in the first half of their 2017 Africa Cup of Nations campaign."} +{"id": 514, "generated": "A free school in the Czech Republic has been honoured with a plaque unveiled by the Queen."} +{"id": 515, "generated": "Amazon has reported a 10% rise in profit sales after the first three months of the year."} +{"id": 516, "generated": "Rangers manager Danny Murty says Celtic showed \"tenacity and grit\" with his players to record their first Premiership wins in two years."} +{"id": 517, "generated": "Britain's Tour de France champion Mark Cavendish will prepare for a place in Olympic season's yellow jersey, says his former road sprintr James Sutton."} +{"id": 518, "generated": "A controversial planning application for a £1100m mine in North York Moors will not under scrutiny, a report has found."} +{"id": 519, "generated": "The trial of the 2017 academy Cup which will begin on Wednesday from 6 March."} +{"id": 520, "generated": "A \"the most expensive\" capture box from the Duke of Sussex's South Kensington auditorium has gone on sale for £8050,000."} +{"id": 521, "generated": "Shrewsbury Town have signed striker Stefan Payne from League One strugglers five days after his release by Rochdale Town on Saturday."} +{"id": 522, "generated": "Residents of a Falkshire church are under threat after thousands of metal pipes were stolen from it dating medieval origin."} +{"id": 523, "generated": "A fire has broken out at one of the most famous Tsukiji industrial markets in Japan, infjuring 119 people and Hundreds of thousands."} +{"id": 524, "generated": "jail terms for senior executives and traders who are held to account for breaching the Libor rate will be replaced by the Bank of England, after approveing new conduct rules."} +{"id": 525, "generated": "Chris Ingram's second wicket of the day containing six sixes and Local Wright helped Glamorgan to 38 as Leicestershire beat Surrey at The Oval."} +{"id": 526, "generated": "A 57-year-old woman was rescued by police after she was hit by a car in the city centre of Tavan."} +{"id": 527, "generated": "A mother who advocates for the family of her son to death in Australia has received the top four honour at this year's National Young Australian of the Year."} +{"id": 528, "generated": "A former businessman at the centre of a failed Nama loan deal has said he has made tapes of interest to a Stormont committee."} +{"id": 529, "generated": "Black Tea is a business in the UK, where favourite trading brand says it is on intellectual dust."} +{"id": 530, "generated": "Two British soldiers who died in a bomb attack in Afghanistan last week have been named by the Defence Service."} +{"id": 531, "generated": "Councillors at Aberdeen City Council have been ordered to keep confidentiality the terms they need to set out in relation with market abuse."} +{"id": 532, "generated": "Burnley manager Steve Bruce's playless campaign suffered through a second defeat at Championship strugglers Hull City."} +{"id": 533, "generated": "Oxford United have signed Swedish winger Pegirclavk Pekalski from Sweden-based National League club Halmstads."} +{"id": 534, "generated": "Manchester City midfieldya Toure has signed a three-year contract with the Premier League club."} +{"id": 535, "generated": "Four dogs have been swiped by three men who stolen handmade puppies outside a house in central London."} +{"id": 536, "generated": "The parents of Victor Yelchin are filing a lawsuit against a Jeep that may have unexpectedly playing Star Trek actor Pavel Chekov in his son, according to media figures."} +{"id": 537, "generated": "Newport County ended a 34-game losing run as they cut down at Butts County."} +{"id": 538, "generated": "A cat survived a tourist autowalk after getting disturbed by a van and broke up in a litter tray."} +{"id": 539, "generated": "A 15-year-old girl has criticised the announcement of the FBI director for having emails relating to the abuse victim Anthony Weiner."} +{"id": 540, "generated": "If you've to give off Baywatch's latest reboot trailer, a Smok Mystery feature seen off down the shoreline, making an unthratory and ridiculous joke."} +{"id": 541, "generated": "(Close): Wall Street Street closed down on Friday despite results released by viewers on online TV and streaming grounds."} +{"id": 542, "generated": "Dunfermline made a two-goal move at the start of the season to snatch a 2-1 win over Dumbarton."} +{"id": 543, "generated": "notesmaker De La Rue, the UK's third-big billioner, saw profits fall sharply as it continues to fight."} +{"id": 544, "generated": "Former Irish defender Ley McCusker says he will keen to stay in touch with the strugglers after their Premiership promotion hopes."} +{"id": 545, "generated": "Almost 600 home care companies have cancelled contracts with some councils in England trying to defend carers needed to pay social care over the next three years, BBC Panorama has learned."} +{"id": 546, "generated": "Jersey Gloria Troshkin ssaw up at taugh air speeds to take control on the final day of the 3K quads Championships."} +{"id": 547, "generated": "A poetry \"the most woman in the world\" is written by Emi Yousnoch, a young student at the University Yale University."} +{"id": 548, "generated": "North Korea has deliberately firing a ballistic missile across Japan in direct response to US military tests, the UN has said."} +{"id": 549, "generated": "Aviation safety inspections have been told to send back on aircraft tail rotor bearings to the manufacturer of North Sea helicopters."} +{"id": 550, "generated": "A 44-year-old man has been charged with attempted murder after an off-duty police officer hit by a car bomb last month."} +{"id": 551, "generated": "A BBC X-Ray has spoken to customers about the cleanliness of a disshifted Bridgend county hotel as \"unacceptable, percentage too mess\"."} +{"id": 552, "generated": "A woman has been charged with the murder of a 94-year-old man in Edinburgh."} +{"id": 553, "generated": "Darren Clark's late equaliser snatched a draw against Sweden in their Euro 2016 qualifier draw with the Republic of Ireland."} +{"id": 554, "generated": "Australian Prime Minister Tony Abbott has resigned former D Hamradi Abbot as the Queen's knighthood, following an \"injudicious\" appointment."} +{"id": 555, "generated": "A new aviation route to Nigeria's capital was diverted more than 20 months before was completed under repair works, a official has told the BBC."} +{"id": 556, "generated": "An Aberdeen teenager has been just one of football's highest goal goals at time he scored in one bumper bet."} +{"id": 557, "generated": "A World War Two veteran from France will receive an OBE medal for helping the D-Day landings."} +{"id": 558, "generated": "Star Wars will announce a selection of stamps to mark the sale of the new film: Episode VII."} +{"id": 559, "generated": "Parents going on school holidays may not taking time away, but Eva Hayley feel high holiday prices are \"n unrealistic\"."} +{"id": 560, "generated": "A number of fish are being killed on a number of beaches on parts of the Ceredcipon coast, says National Wildlife of Wales (NRW)."} +{"id": 561, "generated": "Russia is to be honoured by the Arctic Convoys during World War Two to those who demonstrated in sea warfare."} +{"id": 562, "generated": "Scientists have discovered an old mammals that lived now lived with its own teeth alongside dinosaurs."} +{"id": 563, "generated": "The Scottish Football League plans to set up a leading group to establish new solutions with the conduct of fans by Ghus Hibernian, according to an Alloa chairman."} +{"id": 564, "generated": "A woman had a sexual relationship with her love rival by trying to block \"fantastic sex\" messages sent by the sender's partner, a court has heard."} +{"id": 565, "generated": "A children's trust helping parents tackle domestic violence has launched a new programme to stop their children from one relationship to home."} +{"id": 566, "generated": "Thirty-eteen teenagers have been injured on the French island of Basco brawl which armed men attacking women wearing the Islamic bathing costume party, French prosecutors say."} +{"id": 567, "generated": "A man with life-changing leukaemia, who has been diagnosed with cancer in the US, says he has \"get get sick\" after raising £70,000 to fund his treatment campaign."} +{"id": 568, "generated": "\"After the first day of war with Muslims in the Bosnian town of Sarajevo, where about 2,000 people were shot dead on 13 July 1995, highlights experiences of safety, flexibility, tranquil state, status, refugeity."} +{"id": 569, "generated": "A rare species of seed likely to be reinstate into the UK has been spotted for the first time in five years."} +{"id": 570, "generated": "Police investigating the abduction of five-year-old girl in Powys have launched an intensive search for information from young children who have disappeared."} +{"id": 571, "generated": "More than 18 million people are displaced in South Sudan after two days of clashes, the country's United Nations Human and Rights (HCR) says."} +{"id": 572, "generated": "Scottish Labour leader Kezia Dugdale has said she wants a second attempt to introduce another austerity budget."} +{"id": 573, "generated": "The evacuation of civilians and boys from the besieged city of Homs will continue on Tuesday but a truce could be extended, the UN says Wednesday night."} +{"id": 574, "generated": "Wales launched their second series in hockey with a 3-0 win over Scotland."} +{"id": 575, "generated": "The fire service which carried out 37 \"bariatric\" rescues has been revealed there has been a sweeping rise in the past three years."} +{"id": 576, "generated": "A banjolele playing George Formby's Get Good The Me in the 1930s is set to sell at auction for £72,000."} +{"id": 577, "generated": "The new production of Sunset Avenue has earned heavy criticism from theatre producers, with some critics calling the \"Athine elephantine the West End\"."} +{"id": 578, "generated": "Israel has rejected allegations that the carrying thousands of Iranian rockets were found on an ancient ship seized from the Gaza Strip."} +{"id": 579, "generated": "A Russian jury has convicted former Chechnya politician Boris Nemsov for the murder of prominent rival Zaur Dadayev at a court in Moscow."} +{"id": 580, "generated": "England footballer John Terry is facing a five-month fine for racially-aggravated statement and will stand until July, a court has heard."} +{"id": 581, "generated": "A US navy ship fired at a drone near a Iranian jet when it approached in the Middle Sea as it came at altitude near Hormuz."} +{"id": 582, "generated": "Indian bread manufacturers' association has threatened the ban of two safe chemicals after the government enforced a report into residue 84% of bread and samples in bakery products."} +{"id": 583, "generated": "David Bowie is among the nominations on the Blackstar shortlist for this year's BBC Introducing Awards."} +{"id": 584, "generated": "A council has been urged to admit a British port use shore power by solar way to reduce air pollution."} +{"id": 585, "generated": "Republican Donald Trump's father says he was outnagrissed for insistence that a US soldier killed in the Iraq bombing."} +{"id": 586, "generated": "A new taskforce to examine the impact that the Northern Ireland economy saw a huge crash in 2007's housing market has been asked for a major policy recommendations."} +{"id": 587, "generated": "Nicaragua's former interior minister Andl Borge and the Sandinista has died at the age of 105."} +{"id": 588, "generated": "Former Olympic champion Samantha Ennis-Hill will take part of this year's NF heptathlon in Duza de de Lisbono, Austria on 28 May."} +{"id": 589, "generated": "Louis van Gaal's recent departure as La Liga coach is an \"optal, peculiar reception\" that he calls a conversation with Laureneo Rivaldo."} +{"id": 590, "generated": "After she worn her mother's historic 1940s wedding dress went viral Ve4,000 on the internet - it has seen a number of brides from around the UK deciding to going vintage with their dress."} +{"id": 591, "generated": "A man who sexuallyabused a boy at a school and pulled him out of his patient list has opened an appeal against his jail sentence."} +{"id": 592, "generated": "Businessers can see themselves out the bother if they want to wait to wait on their phone, a survey suggests."} +{"id": 593, "generated": "A pottering-up walks is coming through through Bedfordshire with pigs as part of a action to fight nature in the UK."} +{"id": 594, "generated": "Gallie Raynes' late header rescued a goalless draw against League Two leaders Leyton Orient to stay with promotion rivals Carlisle City."} +{"id": 595, "generated": "Scotland docker Ali Hardie is on track to finish and secure his first Championship title of the season."} +{"id": 596, "generated": "Sales of Ivanka Trump products rocketed in February, more than twice the average, according to a US clothing retail boss."} +{"id": 597, "generated": "The Isle of Man's abortion legislation will be reviewed by the end 2017, the island's chief minister has said."} +{"id": 598, "generated": "German refugees are holding special reception centres at Munich train station this weekend to receive water and sweets."} +{"id": 599, "generated": "Republican presidential candidate Donald Trump has defended his plan to build up a mass deportation and \"doable\" force."} +{"id": 600, "generated": "Bristol Trinity head coach Howard Chester has signed a two-year contract extension."} +{"id": 601, "generated": "The new chief executive of Reddit has revealed he push down plans to \"surface and antagonise the site's hate community\"."} +{"id": 602, "generated": "More photographs have been seen near a power station and linking to a loch."} +{"id": 603, "generated": "Russian powerful tycoon Boris Berezovsky has been found dead at a village."} +{"id": 604, "generated": "David Dumson may may have been his biggest sneak of his career but it is one of Scotland's biggest signings this summer."} +{"id": 605, "generated": "A billionillion at two own care homes went go because residents had been tied up in a \"locked room\", a court has heard."} +{"id": 606, "generated": "Harlequins back-back David Marchant has signed a new two-year deal with the Premiership club until 2021"} +{"id": 607, "generated": "Israeli PM David Cameron has said he is \"ready to\" direct negotiations with Israeli Prime Minister Benjamin Netanyahu and can \" roll back the militant tide in the Middle East\"."} +{"id": 608, "generated": "After Tuesday's painy career, Lagos Magufuli has won the vote to be Tanzania's most governing president, with a powerful victory in the local election campaign."} +{"id": 609, "generated": "Chelsea are the chance to go top of Africa Premier League, according to former Swansea captain Jose Essien."} +{"id": 610, "generated": "West Acc midfielder Claudia Tena and defender Eres Seaborne will leave the club at the end of the season."} +{"id": 611, "generated": "A new control room to control over the Forgwyn Bridge which was closed for over five months has been installed by MSPs."} +{"id": 612, "generated": "A fundraising show at Royal School of Art Industries (SsA) to help those affected by a building fire in Glasgow is set to open this week."} +{"id": 613, "generated": "A French police officer has spoken of the surprise of the \"bewildering silence\" at the scene of one of the most fatal shootings at the Paris concert hall in French history."} +{"id": 614, "generated": "Olympic sprinter Usain Bolt says he will not be given the chance to break his 100m world record as he seeks to keep his season at perfect."} +{"id": 615, "generated": "A landowner who leuncoveredd an ancient Christian cemetery says he gets to weigh the costs of his historical house was in \"very difficult position\"."} +{"id": 616, "generated": "At least 18 people have been killed and mostly injured in an attack on five hotels in Egypt's Sinai Peninsula."} +{"id": 617, "generated": "A company which lost four millions of average household bills has announced it is buying its new owner."} +{"id": 618, "generated": "US President Barack Obama supports plans to ease immediate tax restrictions on corporate profits into the US in one of the biggest budget proposals of his career."} +{"id": 619, "generated": "Romania's Stephana Halep secured a spectacular win for the first time in 35 years to beat Pejasa Pliskova in a final at the French Open."} +{"id": 620, "generated": "A bus driver rescued from a school in Yorkshire when it became stranded by flooding on Monday."} +{"id": 621, "generated": "A hospital trust is suspend its children's emergency department amid concerns over a number of minor injuries."} +{"id": 622, "generated": "A population of cats is visitors to a rare island in South Africa amid a increase in the population of infesting fishing boats."} +{"id": 623, "generated": "Essex all-rounder Moaam Amir should be free for his career rather not paid a price, says principal director of bowling, Rob Bowden."} +{"id": 624, "generated": "Four teenagers detained in connection with arson attack on a Christian church built in the Israeli West Bank last week have been freed, police say."} +{"id": 625, "generated": "TV star Tara Palmer-Tomkinson has confirmed she has died from malignant brain tumour."} +{"id": 626, "generated": "The Canadian prime minister and the Canadian prime minister have forced up bilateral talks with his country's leading political leaders at a pride conference in Paris."} +{"id": 627, "generated": "Russian President Vladimir Putin has made actor and actor Steven Seagal become an honorary citizen of Russia."} +{"id": 628, "generated": "Mansfield Town have signed former Mansfield Town defender Sanchez Arquin."} +{"id": 629, "generated": "A three-year-old boy was rescued by his parents after failing to free by a fire brde, police have said."} +{"id": 630, "generated": "Taking multivitamins during pregnancy because pregnant women do not need to buy supplements, researchers say."} +{"id": 631, "generated": "Mark Warburton says Rangers need to deal with a crisis and insists his side's form in football have been praised by criticisms."} +{"id": 632, "generated": "Scotland's largest-known earthquakes have hit areas of the UK over the past decades, according to mapping techniques."} +{"id": 633, "generated": "Barbados is a quiet Caribbean island off the coast and it has a national heritage of African - and its economy, natural assets, economy and income."} +{"id": 634, "generated": "It has been a strategic and exquisite, angelicate vision that could be a \"new alliance\" with the so-called Islamic State as a wake of the airstrie and the Paris attacks in which French President, Francois Hollande, ordered to send away the Russian warplane and "} +{"id": 635, "generated": "More than £6,000 has been spent on an HS2 parkway station on Sheffield City Council's Meadowhall shopping centre site, the city council has said."} +{"id": 636, "generated": "A teenage boy has begun legal action over claims that he is in unlawfully being removed from the school because of his needs."} +{"id": 637, "generated": "A CCTV footage of a lorry passing a van on the MLR crossing in Aberdeenshire is being sought by police."} +{"id": 638, "generated": "The parents of a baby boy with a brain illness in America say they would host an online therapy campaign for his survival if they want to save the child."} +{"id": 639, "generated": "The World Cup and European Championship season can not start in May, according to Donts chief executive Brian Doncaster."} +{"id": 640, "generated": "A 16-year-old boy has been arrested after an attempted wallabie chase at a south Scotland farm park died."} +{"id": 641, "generated": "Watford head coach Pep Guardiola is set to replace Inprima Anyashentlag, who is recovering from a ham injury in Sunday's final against West Browerford."} +{"id": 642, "generated": "A 16-year-old boy was seriously ill after being attacked in a major disturbance in Glasgow city centre."} +{"id": 643, "generated": "It is a night weekend at the French Constitution House for right-wing speakers in France."} +{"id": 644, "generated": "A new short-mile walkway for Snowdonia National Park has been awarded more than £85,000 of funding."} +{"id": 645, "generated": "Midfielder Palmu Simunovic will make his pre-season spell for Celtic visiting Aberdeen on Wednesday, three months with a knee injury."} +{"id": 646, "generated": "Damages from Michael Barrymore's ex-victtive should be awarded more than nominal damages paid to a man arrested over his death, the High Court has ruled."} +{"id": 647, "generated": "Great Britain's Tom Hill and James Scott scored both two goals in the one skeet final to win gold from the World eliping Championships."} +{"id": 648, "generated": "Three men have been jailed after being guilty of kidnap a businesskeeper who forced to work £10 a day."} +{"id": 649, "generated": "The grave of two bodies buried near a closed prison in Venezuela has largely risen within two weeks, experts say."} +{"id": 650, "generated": "Russian President Vladimir Putin has howed \"hhostist intervention\" after giving off anger about Russia's down to air strikes on Syria and Syria."} +{"id": 651, "generated": "Doncaster City Belles defender Ash Mills says she is not playing for the first time in three years after suffering a condition called multiple sclerosis (MS)."} +{"id": 652, "generated": "At least 10 people reported to have been killed in the stand-off on a hotel in the Libyan capital city of Tripoli, security officials say."} +{"id": 653, "generated": "Five Christians, including 13 members of the new diocese, will take a 200-mile pilgrimage ride off the coast of Scotland to St Columba."} +{"id": 654, "generated": "Jermaine Jackson has resigned from his family at the Jackson family home after an emotional confrontation with Michael Jackson."} +{"id": 655, "generated": "Ambulance Ambulance Service made more than 2,184 calls over the Christmas period as one of its busiest nights rest of the year, new figures show."} +{"id": 656, "generated": "Egypt's President Mohammed Morsi has said all options to stop the diverting of Ethiopia's river Blue Nile is a \"great gift to Egypt\"."} +{"id": 657, "generated": "Salford Red Devils owner Russell Koukash says he has no doubt that Widnes FC's six-point deduction despite he was foundd guilty of breaching the salary cap."} +{"id": 658, "generated": "Sir Elton Chain will host Dame Helen Brocktre next month as he makes his third debut on Saturday Night Live."} +{"id": 659, "generated": "Shrewsbury Town defender Ias Demetriou could miss the rest of the season with a knee injury."} +{"id": 660, "generated": "Neuro research on monkeys should not be used as the UK's justification\" for medical research, a review of the study has recommended."} +{"id": 661, "generated": "Police in New Zealand say they will take further action following an investigation into \"in recent publicity\" on Snapchat in relation of world champion Lewis Hamilton while speeding."} +{"id": 662, "generated": "Plans to refurbish a Derby Morrissey musical venue have been struck off."} +{"id": 663, "generated": "Laura Unsworth has been left out of England Women's squad for next month's World Cup in USA because of a ham injury."} +{"id": 664, "generated": "Police have refused to investigate reports that the driver \" deliberatelyly\" crashed into four members of the band car that killed their manager and the manager."} +{"id": 665, "generated": "India's decision to change the Monumentation of destructive (DRS) system need batsman given out for England in the first Test in Bangladesh will be among the all of you's mind - as as it, the decision that they have now very good."} +{"id": 666, "generated": "A teenager fled to Syria for Islam in 2014 by downloading a video showing beheading two British men, a court has heard."} +{"id": 667, "generated": "The number of Oxfordshire tourists visiting the UK has increased by3% in the past 10 years, according to a group of attractions."} +{"id": 668, "generated": "A former junior school teacher and preacher who admitted sexually sexually abused four young boys in the 1980s has been jailed for seven years."} +{"id": 669, "generated": "Fuy Habana scored the only hat-trick to complete 50 World Cup tries as South Africa set up a third World Cup win over Danielo Lomu in Concru, USA."} +{"id": 670, "generated": "A County Antrim man has said he is being attacked by homophobic hate attacks over the weekend because he \"I'm not a paedophile\". his partner"} +{"id": 671, "generated": "A Canadian woman who went missing from a flight to Galapagos has complained Air Canada that her cruise ticket was overbooked despite missing it valid."} +{"id": 672, "generated": "South Yorkshire Police has been given extra £12m to legal costsincurred by the Hillsborough inquests."} +{"id": 673, "generated": "A man has been charged with attempted murder after a man was shot in the hand during a night in Reading."} +{"id": 674, "generated": "Swindon Town have appointed Bristol County boss Luke Williams as their new head coach."} +{"id": 675, "generated": "A woman arrested by police at the home where she was missing for 20 years says she has \"hop progress\" with the investigation into her disappearance."} +{"id": 676, "generated": "Southend United continued their look for the League One play-off places as they were held to draw by 10-man Sheffield United."} +{"id": 677, "generated": "Wales prop Rhyd Jarvis may make his last three-match absence in 16 years following their shock defeat to New Zealand."} +{"id": 678, "generated": "Would would have so the government would not spend £100bn of extra state borrowing?"} +{"id": 679, "generated": "West Point's Military academy has said it will face disciplinary against those involved in a pillow fight with cadets, the New York Times report."} +{"id": 680, "generated": "A work made by Scottish artist Bill Forsyth's Gregory's Girl has been given £150,000 to the Glasgow National School of Portraitry (GSA)."} +{"id": 681, "generated": "A police force criticised for secreting to monitor its phones and phones has lost a battle over possible law."} +{"id": 682, "generated": "A 14-year-old man has been arrested on suspicion of crimes of attempted man, rape, hostnation and murder."} +{"id": 683, "generated": "Plymouth U defender Todd Rexton has confirmed he will leave the club at the end of League Two season after agreeing the deal \"for personal reasons\"."} +{"id": 684, "generated": "Qantas airline will grounded flights at Sydney airport with 15 passengers as part of a long-running dispute over industrial action, the government has announced."} +{"id": 685, "generated": "A driver killed a woman with fatal brain injuries and sprang to the ground with a pedestrian causing him fly \"through the air\", a court has heard."} +{"id": 686, "generated": "A man has been arrested after being stabbed to death at a customer shop in Poundland."} +{"id": 687, "generated": "Torino striker Tomise Immobile has left the country and cutd his loan spell by up to £8m on 25 June."} +{"id": 688, "generated": "Anglesey council has reported 17 breaches cases in which personal data were recorded over the past six years."} +{"id": 689, "generated": "Travelners have used blue balloons to celebrate the funeral of a former footballer who had died when he had leukaemia."} +{"id": 690, "generated": "Hamilton Academical Albion remain on prospect of seeking automatic promotion as they beat Hibernian 2-1 in a Scottish Championship play-off semi-final first leg."} +{"id": 691, "generated": "The wife of a man whose body was found in County Antrim has said he is on a close to have decision from police investigating his murder."} +{"id": 692, "generated": "England lost to the first game of Euro 2017 as they lost 1-0 to France to finish their SheBelieves Cup campaign."} +{"id": 693, "generated": "UK car sales jumped for the quiet month of the month in February, as the car sector recorded a slowdown in the number, official figures show."} +{"id": 694, "generated": "An Anglesey Island and one of the top 10 and 10 destinations across the UK have ranked in 10 of Europe's best places for family holidays."} +{"id": 695, "generated": "Steve Poulter insisted his recovery from a foot injury after failing to win a third season as the Americanman failed to keep his contention at number five in the Texas Open."} +{"id": 696, "generated": "It's been one of the best-filmed satisical films over the past 30 years and some of the most concerning satis of the time of the digital media era."} +{"id": 697, "generated": "A 33-year-old man has been seriously injured after being hit by a car in Glasgow city centre."} +{"id": 698, "generated": "A 700-year-old man has appeared before Department Sheriffor's Court in the connection of an attack in Dumfries."} +{"id": 699, "generated": "Justin Bieber has announced he will not performing any further shows at Hop of Fabulous next year."} +{"id": 700, "generated": "Welsh Democrat leader Tim Farry has said he is concerned about any possible rise in tuition fees for Northern Ireland's universities."} +{"id": 701, "generated": "DUP leader Chris Robinson has expressed his concern about the murder of Paul McGuigan in east Belfast in whichhe was part of the Democratic Executive of Northern Ireland."} +{"id": 702, "generated": "Oil giant Shell has won a US court hearing over a scandal run of spills that pped a community of community that shocked north-west Nigeria for 30 years."} +{"id": 703, "generated": "A woman who admitted pretended to her mother more than 50 years ago about both pension schemes has been ordered to keep a long-term sentence."} +{"id": 704, "generated": "Russian jumper Informisa Chicherova's gold medal at the Rio Olympics says the results of three retests on doping was a \"most complete shock\"."} +{"id": 705, "generated": "The BBC is considering an \"unofficial assertion\" by some of Jewish students' unions."} +{"id": 706, "generated": "Mike Voges provided an sectrophe new ball of 80 runs to put Middlesex in hand against Hampshire at Lord's."} +{"id": 707, "generated": "- I can't only think to be listening about Twitter."} +{"id": 708, "generated": "Hundreds of people are facing flooding as a strongest typhoon still hit parts of southern China."} +{"id": 709, "generated": "If a farm are not eating goats, it's good months in winter here that can't be fun."} +{"id": 710, "generated": "A woman has steamed over the River Lancashire as heavy rain will reach the next 24 hours."} +{"id": 711, "generated": "Former England captain Douglas Moore has died in hospital after receiving surgical treatment for a communications issue."} +{"id": 712, "generated": "Plans to force the main road along the way to road improvements along a hairpin bend in west and Orkney are to go public."} +{"id": 713, "generated": "It's the moment for back."} +{"id": 714, "generated": "Great Britain's Daisy Daley scored her first bronze medal in the women's 3m synchro Summit to win the third round of the series."} +{"id": 715, "generated": "The teenager killed in the Hillsborough disaster may be deeply unconscious after his mother's heart was cut off the inquest hearings, a coroner has said."} +{"id": 716, "generated": "Scotland's blossoming trees have become a lot of joy and the season is over well."} +{"id": 717, "generated": "Wales Test manager Dan Page says his side probably played better games against Bahrain if they remain fit of winning the 2017 Africa Cup of Nations."} +{"id": 718, "generated": "Brazil's Senate has approved a constitutional amendment that would the country freeze the total of state spending by 53 to two hours."} +{"id": 719, "generated": "Trainer Mahmood Al Zarooni at Moulton Paddock stables has been banned from racing for five years after anabolic steroids were administered by Godolphin to doped horses."} +{"id": 720, "generated": "BBC Sport chairman Glaw Crouch has launched a 10-day women's sport campaign aimed at \"inmining\"howcasing the best of women's sport."} +{"id": 721, "generated": "Bitcoin has risen breaking its virtual currency value barrier for the first time, according to an investigation by commentators."} +{"id": 722, "generated": "The employment minister is due to visit Belfast next week to want further steps to addresse students' good behaviour in the Holyland on St Patrick's Day."} +{"id": 723, "generated": "Communities affected by climate change in the tropical forest should not be given compensation under the so-called \"social safeguards schemes\", a study says."} +{"id": 724, "generated": "The monarch of Scotland has been photographed pour a high-sy collar of whisky from the Aboyne Games on Sesoals."} +{"id": 725, "generated": "A prison officer became \"a paid mole\" to approach a journalist's story about staff cuts in his account, the Old Bailey has heard."} +{"id": 726, "generated": "They may have started in the US with a prototype drone-powered hoverbike."} +{"id": 727, "generated": "Plymouth Argyle have signed Boston defender Adam Mills on their first summer signing at Bradford Solsdale."} +{"id": 728, "generated": "A new bike service to help travel around the city is being launched in Devon."} +{"id": 729, "generated": "We look at the good accent of the economy."} +{"id": 730, "generated": "Mae pylwyddi yn elusen a capeli o gyfoddol ar Rogremag Lu, mostly Gallgins Animationsi efly 120 Bonsons Books i Newplussons yn Klein"} +{"id": 731, "generated": "Wales are prepared to see missing backs head coach Stephen Jones, according to Lemarcens head coach Jerry Pivac."} +{"id": 732, "generated": "Wales began their World Rugby campaign with a 37-30 win over World Cup winners Scotland in Pool A in Manchester."} +{"id": 733, "generated": "Actor Cilla Black has thousands of people around the world script up with her mother's death."} +{"id": 734, "generated": "Welsh competitor Natalie Lawrence secured her second Commonwealth Games swiming title with victory at the Sunshine Games."} +{"id": 735, "generated": "Manchester City's basketball game against the Rocket has been postponed by rainfall until the early hours of Tuesday."} +{"id": 736, "generated": "Tottenham Westpm Albion have rejected an offer to sign striker Saido Berahino from the Premier League side."} +{"id": 737, "generated": "Arts Secretary Jackson Skates has written to the Welsh Council where organisations are undermineing its criticism of Literature Wales funding."} +{"id": 738, "generated": "A man has been arrested after a ganggler raped on a 12-year-old girl in south-east London."} +{"id": 739, "generated": "Markets across Asia closed positive on Wednesday as data from the South Korea share market continued to look positive on Thursday."} +{"id": 740, "generated": "The US says it has killed Libya's prestigious al-Qaeda Islamist leader in a zero-hour strike on a key gas plant Algeria in 2013."} +{"id": 741, "generated": "Google has boycott three major US brands from advertising after a row over extremist speech threats."} +{"id": 742, "generated": "The drought of 1976 killed off at least 17% of beech trees in the UK, a study suggests."} +{"id": 743, "generated": "Indian retail giant Amazon apologised for saying an image of the Indian flag of Maria Shaasco Perry has been shameled and abusive by Indians online on Instagram."} +{"id": 744, "generated": "The rescue of four people survived after Wednesday's avalanche that hit an Italian hotel has been tung into formation, local media say."} +{"id": 745, "generated": "Some of the world's tea producers have been taken from their estates after a unsafe investigation found the evidence arequiring personal protective equipment."} +{"id": 746, "generated": "Jonny Bairstow snailed England's monarchity in the second Test against Sri Lanka to a smuter, tladen and chilly summer."} +{"id": 747, "generated": "England's lucky start at their Euro 2016 qualifier was a well new boost for manager Gareth Southgate as his side gave a comfortable performance at Wembley on Wednesday."} +{"id": 748, "generated": "fossils found unearthed in Malapa are the big behind for human humans, say researchers."} +{"id": 749, "generated": "A man has threw suspected gunpowder into a bar in Los Angeles after an explosion at a restaurant in which he tried to fleee customers and ran for a holiday grab."} +{"id": 750, "generated": "Charlton Athletic have signed left-back Lewis Page from West Ham Rovers for an undisclosed fee."} +{"id": 751, "generated": "The small vineyard on a prison on Robben Island is seven years since Nelson Mandela's last prison was transferred to the African government when he was convicted of committinging apartheid."} +{"id": 752, "generated": "A woman from County Londonderry who assaultd a taxi driver in an attempt to win the £1m jackpot jackpot win has been given a suspended jail sentence."} +{"id": 753, "generated": "Rafael Nadal recovered from a career-long injury on his return to beat teenager Getena Hettienagne 5--6 7-6 6-3 and reach the quarter-finals of the Olympia Open."} +{"id": 754, "generated": "Kevin Pietersen is one of the main themes in his history, about England's Ashes cricket."} +{"id": 755, "generated": "A Belfast charity that supports elderly volunteers has been given the Queen's birthday honour to voluntary groups."} +{"id": 756, "generated": "Thousands of people have planned a mass rally in Hong Kong in support of the Chinese government's electoral reform."} +{"id": 757, "generated": "A Norwegian ship fitted out to lift equipment in the North Sea has started work on additional lifting platforms in the UK for the first time."} +{"id": 758, "generated": "Former Penzance United captain Barry Haigh says he said yes to a sponsor committee when he approached them to support the county' bottom-of-shipal club in Dubai."} +{"id": 759, "generated": "Northern Ireland fighter Lee Selby wants to defend his WBC International featherweight title against Carl Frampton in a Brooklyn bout on Sunday."} +{"id": 760, "generated": "Police have confirmed they have begun a search for a police officer who is missing for a week."} +{"id": 761, "generated": "Britain's Bradley Wiggins has confirmed he is withdrawn plans to race in the 2016 Ghent Six after his final race with rival Mark Cavendish."} +{"id": 762, "generated": "The pilot charged flying a Black Airways plane from Belfast to the Huring Airport on Sunday was causing a serious issue with the hydraulic system."} +{"id": 763, "generated": "Pop star Colin Vearncombe has died at the age of 25 after a crash on the Carviction."} +{"id": 764, "generated": "Five people have been injured after a \"hong of life-changing\" bleach was thrown at people."} +{"id": 765, "generated": "A part of the M4 has reopened after a day of \"straging chaos\" in which an 88-year-old woman died."} +{"id": 766, "generated": "A goose waddleing on the roof and gently-struped gosling from their office window at the University of Calgary."} +{"id": 767, "generated": "Google is being investigated by the European Commission over itsception of online shopping by the European Union."} +{"id": 768, "generated": "Blackpool earned their first win since 2003 with victory at Exeter and ended off their unbeaten home start in League Two."} +{"id": 769, "generated": "I took me to the Pedro of the Fiat 500 warehouse at an Italian farm on a smiling, extraordinaring day show."} +{"id": 770, "generated": "By early in 2010, Petrobras became the state oil giant and carrying out head-to-head discoveries."} +{"id": 771, "generated": "Charges against New York in connection to words of words by President Donald Trump's art David LaBeouf have been dropped."} +{"id": 772, "generated": "The father of a teenager who went missing last week has told police they \" want in touch\" if he is safe and safe."} +{"id": 773, "generated": "The victim of a sex worker who died after she left a night out out in Lancshire had been taken off off our streets, police have said."} +{"id": 774, "generated": "A US Secret Service security whojumped around the White House's Washington entrance and a door-handle before he was detained on court charges, the US media report."} +{"id": 775, "generated": "At least eight Nato civilians have been killed in an air strike on an Taliban convoy in the north-west Afghanistan, officials say."} +{"id": 776, "generated": "A teenager has appeared in court charged with terrorism offences."} +{"id": 777, "generated": "The family of a north Wales woman who was reported missing for 10 days have appealed to trace her passenger."} +{"id": 778, "generated": "Britain's Jgerie Stimpson became the first Brit to win the women's 1500m in the final race at the Olympic Series in Abu Dhabi."} +{"id": 779, "generated": "The European Commission says Italy's influenza-related blight, a disease threatened by sap-sucking, has killed thousands of olive trees in the catastrophic territories."} +{"id": 780, "generated": "The Co-operative Group has recorded extensive half-year annual loss of £12.3bn, the group has said."} +{"id": 781, "generated": "mel Alary's novice victor has been cut off ground to beat fellow Clyne in Champion Hurdle Trial at Bristol Ascot."} +{"id": 782, "generated": "Premier League clubs will be able to use goalline technology for Championship semi-finals next season, the English Football League announced."} +{"id": 783, "generated": "Part of the \"important and increasing expansion\" of Cyber Exposure at summer schools will be taught by cybersecurity consultancy agency GCHQ."} +{"id": 784, "generated": "A gang of armed men from Londonderry who tried to throw shotgun at a retired elderly farmer appeared to be threatened to threaten the neighbours early at his home."} +{"id": 785, "generated": "A man and captain Andrea Dossena have been arrested on suspicion of rape and offences in connection with an alleged incident at Napoli in west London."} +{"id": 786, "generated": "Campaigners at a town hall in Flintshire have protested as they fear the Great War Memorial is preserved into the wall."} +{"id": 787, "generated": "Ivory Coast's Cup of Nations group campaign will begin in next month with a warm-up before the tournament starts on 14 January."} +{"id": 788, "generated": "Former BBC TV journalist Gvrewalk Wadsworth posed as \" Lady Godiva\" in a investigation into her career used a charity calendar, a court heard."} +{"id": 789, "generated": "West Yorkshire Police is to pay £57m of funding to review all 55 previously unsolved cases."} +{"id": 790, "generated": "Mateys Bolasie scored a hat-t as Sunderland came from behind to record their Premier League win over Crystal Palace."} +{"id": 791, "generated": "England captain Ein Morgan says his side are \"fully down line\" after their 3-0 defeat to New Zealand in the Six Nations final on Tuesday."} +{"id": 792, "generated": "The development of York City FC's planned new York Community Stadium will no longer be delayed until the start of the season, the council has said."} +{"id": 793, "generated": "The US will continue to investigate China's hack behaviour in cyberspace, says Secretary of State Mark Clapper."} +{"id": 794, "generated": "pressure Cymru i'r cael abobmosun erddo eei warii ammor ei Lywodraeth eu wario yi'd conservios Simon s Shannados f"} +{"id": 795, "generated": "A council it plans to cut £1.5m in fire response cover has described it as an \"understatement\"."} +{"id": 796, "generated": "An increase in prize and income funding to resupport racing is being proposed out by the British Horseing Association."} +{"id": 797, "generated": "Housing workers in Yorkshire and the Humber needs close to a £15,000 rise for a home to ensure qualifying for a mortgage, a report says."} +{"id": 798, "generated": "An independent assessment is to be provided of paramilitary involvement in organised crime and political agencies in Northern Ireland."} +{"id": 799, "generated": "The fiancée of Delays music star says she has donated £250,000 to a Facebook fundraising page to raise money for a rare cancer victim."} +{"id": 800, "generated": "MEPs have started the first week at the Parliament to vote on a EU Brexit deal."} +{"id": 801, "generated": "Fourteen-year-old Celtic striker Michael Duffy has moved to Derry City and is living a \"haptic boyhood\"."} +{"id": 802, "generated": "Kyle Lafferty scored a penalty as Hearts completed a happy-devoted debut for Dunkline to win his first of the Scottish League Cup."} +{"id": 803, "generated": "jailed child sex offender Neil, who was disguise with internet images in his face has been released, German correction officials say."} +{"id": 804, "generated": "A study by Sustrans Scotland has revealed there are three out of 10 busiest junctions in Edinburgh in five days."} +{"id": 805, "generated": "Birmingham City boss Harry Redknapp is to have further medical check-ups three months after he had a suspected tumour."} +{"id": 806, "generated": "Four women's Super League One clubs allowed Notts County Ladies sign new clubs following the termination of its transfer window."} +{"id": 807, "generated": "The sale of student loans to private investors is to cost £4bn, the government has warned."} +{"id": 808, "generated": "It is \"etious and delight\" about further cuts on police spending in England and Wales - the announcement that the Home Office will not break the label of the government's major plans."} +{"id": 809, "generated": "It's been a long period of political action in some Northern Ireland over the past few months to rhengaining, the horizons of the election are another too random with a range of homage and a week of laudion."} +{"id": 810, "generated": "A Japanese nuclear plant has restarted for less than three weeks after the Fukushima nuclear disaster was applied to generate power."} +{"id": 811, "generated": "Dylan Hartley has been suspended for six weeks for allegedly biting while playing flanker Paul Ferris as England captain."} +{"id": 812, "generated": "Ken Clarke has accused UKIP of Using its candidates indirectly as \"cannon fodder\" to \"raist comments\"."} +{"id": 813, "generated": "Mae glymu, Nghymru \"cader gor\", yn Ne Affrica wedi cwppwl yn o oedd i aturica yng Lgerbachl"} +{"id": 814, "generated": "An Egyptian court has upheld Saudi Arabia's decision to cede government troops control of two inhabited Red Sea islands."} +{"id": 815, "generated": "Police forces in England and Wales \"to stay\" and there is rapid room for further cuts, inspectors have warned."} +{"id": 816, "generated": "A consultation group is to examine the subject of the tapestry at its Borders site following \"public concerns\" over its plans."} +{"id": 817, "generated": "A man and a woman have died following an accident between a motorcyclist and a woman in Sussex."} +{"id": 818, "generated": "A new play-off of David Howe aims to produce a political drama on the astounding and intriguing history of the UK's prime minister."} +{"id": 819, "generated": "Britain and Paralympics are \"get within the spirit\" of athletes because of concerns about the classification system, according to Paralympic chairman Jack Hollingsworth."} +{"id": 820, "generated": "ITV News has apologised for errorly broadcast about Sir Lenny Henry receive knighthood from the Queen in a lunchtime package."} +{"id": 821, "generated": "Albton boss Steve Coloccini has apologised to fans after his side's latest losing run in the Premier League."} +{"id": 822, "generated": "Japanese Prime Minister Shinzo Abe has been in the Yasukuni Shrine for more than 50 years - part of plans radically revise the country's brutal war crimes against China."} +{"id": 823, "generated": "Wearing fitness trackers on the wrist is on a long way way out to calculate the number of calories burnt of people during exercise a US study has found."} +{"id": 824, "generated": "A cannabis logger was \"scream and shocked\" by the man who stabbed his girlfriend at the middle of a \" spree of violence\", a court has heard."} +{"id": 825, "generated": "Star Wars stars Oscar Hamill have paid tribute to an \"incompete\" droid R2-D2 actor Kenny Baker, who has died aged 84."} +{"id": 826, "generated": "St KR full-back Tomy Walker has signed a new two-year deal with Hull Rovers."} +{"id": 827, "generated": "The first osprey chicks have nesting at a Powys nature reserve in Pembrokeshire, laying eggs for the first time."} +{"id": 828, "generated": "Rob Simmonds scored a hat-trick as Exeter Chiefs made a start to the Premiership season by beating Newcastle Falcons at Kingston Park."} +{"id": 829, "generated": "Richard Johnson is the curse what he's the finest and earing touch of his career."} +{"id": 830, "generated": "A legislation that gives static caravan owners with increased protection against their site has been approved by the Private Members Bill."} +{"id": 831, "generated": "When Abkita Dhingra's parents in Mumbai found it was obvious to glimpse she was planning to open her macaron shops."} +{"id": 832, "generated": "A man has been charged with murder after the body of another man who was found stabbed in a compost of flat in Nottinghamshire."} +{"id": 833, "generated": "An American student who sent an email to bring her professor to know if she would support her three-month old daughter with disabilities has hit a tfirecal."} +{"id": 834, "generated": "Alleies of doping the Russian Athletics Federation would \"kill\" former 800m and European Championship gold medallist Michelle Meadows, says the head of World Athletics body IAAF."} +{"id": 835, "generated": "eurozone inflation fell to its lowest rate for more than three months in December according to official data from Eurostat."} +{"id": 836, "generated": "A Cardiff man has litres of urine faeces and has no water has been given the right to pay by the High Court council."} +{"id": 837, "generated": "Vos are to vote their vacant seat on Orkney West and Orkney as their new president."} +{"id": 838, "generated": "Four boys have been released of rape after a teenage girl was abused near a car park."} +{"id": 839, "generated": "Six-time Olympic sailor medallist Ben Ainslie is considering skippeing out of the Americas Cup after his 26-year all-time gold medal career."} +{"id": 840, "generated": "A ball being chosen to \"turn up\" become the centre of a hard-fought football game has taken place across an Derbyshire town."} +{"id": 841, "generated": "St Helens have signed Scotland international Joaal Douglas from Championship side Meadowford Tigers."} +{"id": 842, "generated": "England's school system needs to keep up with its best education nations unless the structural change in GCSE pass grades in English and maths, researchers say."} +{"id": 843, "generated": "Two rare poems earlier printed by Blair Tolkien have been found in the archives of a Oxfordshire school."} +{"id": 844, "generated": "BMW workers have turned down a \"conprimarilyious\" offer from workers over a long-running pension dispute."} +{"id": 845, "generated": "A plane had to return to board on a flight to Dubai because of a smelly poo in a toilet."} +{"id": 846, "generated": "A dolphin has been rescued after being found stranded about 140ft (3 miles) off an Cornwall coastside."} +{"id": 847, "generated": "Iran's President Hasan Rouhani has been officially re-election as a new mayor and remained in charge of overseeing services for the capital, Tehran."} +{"id": 848, "generated": "The mother of an ex-partner who was repeatedly assaulted in domestic violence she has said she hopes she could riske kill her life ifhe breaches an order made by him."} +{"id": 849, "generated": "Switzerland has approved a plan to over abolishe its special status for multinational companies in cantons despite a vote by the country's government."} +{"id": 850, "generated": "We's been a strange year in how young adults working with their own young generations."} +{"id": 851, "generated": "The government is defer a watercolour on an English Palace in order to find a buyer to keep the painting of £1.1m."} +{"id": 852, "generated": "Zimbabwe have secured their qualifying place for the African Women of World Cup in Rio after suffering a crucial defeat in Brazil."} +{"id": 853, "generated": "A man who was sentenced to death and his mother has been found living in the neck in his cell."} +{"id": 854, "generated": "Leicester's title win has never been underd to a industry scandal with the rejeraceing of punters, but what does are bookmakers losing out the odds of £150m?"} +{"id": 855, "generated": "A large fire at a playground centre in Hampshire is being treated as suspected by firefighters."} +{"id": 856, "generated": "(Close): Wall Street closed slightly higher on Wednesday, helping push the Nasdaq index back to its record high level."} +{"id": 857, "generated": "Bydd Radio Cymru Wales yn yn llyn darlllledu bwriadu cynyddol \"gwasanaeth newydd y Gymraeg\" fyddd"} +{"id": 858, "generated": "Two further bomb found in west Belfast have been declared as security alerts."} +{"id": 859, "generated": "A man has been jailed for life for murdering a teenage student in a \"dreadful\" and \"one-related\" feud with his ex-girlfriend."} +{"id": 860, "generated": "Secretary of air safety Perry Fallon has denied fleet watchdog's concerns claim that one submariner's incorrect over missile programme was a \"disaster\"."} +{"id": 861, "generated": "swimmers are expected to take 10 hours to complete as the UK's 2015 Great North Swim event gets under way on Sunday."} +{"id": 862, "generated": "Charlton Athletic have signed Belgia international striker Le Novak from Birmingham City for an undisclosed fee."} +{"id": 863, "generated": "A charity to raise money for the story of Walk of Stars Stephen Bottomford says his ambition has raised more than £3.7m for his city."} +{"id": 864, "generated": "A woman suspected of deliberately shooting a man and her boyfriend has been ordered to shoot with a handgun and armed herself at her home."} +{"id": 865, "generated": "US CIA conservative Tyler McMullin has resigned from his presidential race to overtake Hillary Clinton for the White House."} +{"id": 866, "generated": "Hundreds of drivers have apologised after a North Wales Police claimed an \"administr administration error\" during enforcement notices were cancelled."} +{"id": 867, "generated": "Hundreds of people at the Glastonbury festival have spoken to social media they hope to journey to the town over the weekend after the gridlocked roads were open."} +{"id": 868, "generated": "Wycombe's unbeaten start to the season ended as they dreaat Grimsby despite a run of embarrassing defeats at The Liberty Stadium."} +{"id": 869, "generated": "Berggardborough defender Jack Clifton has agreed a new deal with the League Two club."} +{"id": 870, "generated": "Southampton coach Ronald Koeman says full-back Georgia Ward-Prowse will come out from a knee injury."} +{"id": 871, "generated": "A pregnant woman is being lawsuit in the US States after officials failed to account for why her newborn daughter was falsely failed a poppy seed bagel test."} +{"id": 872, "generated": "Maria Sharapova's return to tennis seems be a pelegoal - and a bbu of nuisance to all sponsorers."} +{"id": 873, "generated": "Chris Hume scored a late winner as Belfast RBAI ended Inst seven in 15tries to beat James Campbell in the Schools' Cup final in Kentdway."} +{"id": 874, "generated": "The US has unveiled a huge verification for the first step of its 2002 nuclear treaty."} +{"id": 875, "generated": "A man who has broken the record for the UK's fastest marathon course has announced he will no longer stand in the future."} +{"id": 876, "generated": "Exeter's Danny Sturgess is ready of going back to running in the next season after a serious injury."} +{"id": 877, "generated": "A zoo at Bristol Zoo is to re-homed two sloths to each other."} +{"id": 878, "generated": "An inquest of a baby who attempted to administer a syringedriver has been suspended by police over her death in Surrey."} +{"id": 879, "generated": "Members of a health meeting with doctors have criticised no applicants to take over of a GP surgery in Lisaskea, Fermanagh."} +{"id": 880, "generated": "Ellis Harrison scored a first-half goal to flatter Bristol Rovers' League One match against Oldham."} +{"id": 881, "generated": "UN Secretary of State Ban Khan-mo has joined the Arab parties in Yemen, a day ahead of aid talks in Geneva on Monday."} +{"id": 882, "generated": "A £6m water company is expanding its routes in a bid to spot potential threats to pollution."} +{"id": 883, "generated": "A teenager threw a man's axe and a mask to explain it was meant tofrighten a pregnant woman, a court has heard."} +{"id": 884, "generated": "Growth in the UK's construction sector slowed in December, at its lowest level for over three years, a survey has shown."} +{"id": 885, "generated": "MPs at the department of Education have said that it is \"unacceptable\" that the number of empty places in schools in Northern Ireland."} +{"id": 886, "generated": "An Australian photographer who went on a raccoon to hop on the seal is taking a picture ofclinging on the back of seal whales."} +{"id": 887, "generated": "Welsh brewers say there is big thirst of beers in traditional pubs, but the beer industry is buzzing up."} +{"id": 888, "generated": "Five gang who carried out \"brute force\" to raid down their premisess in a run of robberys have been jailed."} +{"id": 889, "generated": "All pictures in behalf of Oxfam."} +{"id": 890, "generated": "The Guinean Fraud Office (SFO) it is investigating payments made by rival mining firm Rio Tinto over suspected corruption allegations."} +{"id": 891, "generated": "Some drugs treated by type-2 diabetes might negatively impact the quality of life, say researchers by doctors in the US."} +{"id": 892, "generated": "The wife of a Libyan man jailed from Libya have won a High Court claims the UK colluded US officials in their case against his rendition."} +{"id": 893, "generated": "A 6.9 magnitude earthquake has hit by the Northridge fault in San Andreas, the US General Fire Department (USGS) has said."} +{"id": 894, "generated": "With the minutes closer into the US-backed exercise to recaptake Sinjar Mountain, the so-called Islamic State (IS) in Kurdistan is coming to the end of its day of operation."} +{"id": 895, "generated": "The US Army has swap a prisoner to Sgt Bowe Bergdahl, who has been being held by Afghan-Taliban Taliban since 2009 sources say."} +{"id": 896, "generated": "We do just about 8.3 billion tonnes (5 suddenly tonnes) - just 4% of plastic waste - and an global issue about how the material has been manufactured."} +{"id": 897, "generated": "Police are seeking to steal £19,000 after thousands of pounds from a machine broked its way into a cashpoint in A Perthshire."} +{"id": 898, "generated": "Police are appealed for information after a 13-year-old boy was abducteded from a school area in Lincolnshire."} +{"id": 899, "generated": "Heavyweight champion Tyson Fury won the BBC Sports Personality of the Year award after shoulicking on his Ring magazine."} +{"id": 900, "generated": "A judge who recognised the Olympic game Bridge as \"mind sport\" has been faced in a judicial challenge to Sport England."} +{"id": 901, "generated": "Zayn Malik has announced he left One Direction after the four-year singer took a photo of standing standing to his fiancee."} +{"id": 902, "generated": "It was the early half of the celebrationst Day in Great Britain, the government chosen the biggest rail project - the Victorians - the biggest point for the building economy."} +{"id": 903, "generated": "ALib Dem candidate has said the party will threaten voters on its backing for Brexit in the east London by-election campaign."} +{"id": 904, "generated": "Wigan Athletic have signed right-back Jmie Hanson from Derby County until the end of the season."} +{"id": 905, "generated": "Engineerings firm Wood Group has reported a sharp fall in year profits as early signs lower oil prices continued on its operations."} +{"id": 906, "generated": "A man has been charged with the murder of a woman who died following a raid in Dundee."} +{"id": 907, "generated": "A woman suffered head injuries after being beaten by a man in Belfast city centre on Tuesday night."} +{"id": 908, "generated": "Taiwan and Chinese leaders will meet on formal talks starting in Singapore next Tuesday."} +{"id": 909, "generated": "The executives of Bombardier in Belfast have held a protest in Montreal on Saturday to say it planned pay rises to 32bn ($5.5m £4bn)."} +{"id": 910, "generated": "At least 32 people have died in a crash in California involving a bus squaered at the front of a tour leasing truck."} +{"id": 911, "generated": "Flintshire Council is finding the possible way to save almost £21m in services over the next five months."} +{"id": 912, "generated": "A diplomat from Venezuela who was kidnapped in Caracas has been released, Venezuela officials say."} +{"id": 913, "generated": "Speaking this week at the Department for Economics, David Hillyard sent to his Labour prime minister that the UK Brexit would cut pensions, public defence and the NHS."} +{"id": 914, "generated": "Tax drivers and Bosnian actor outline De Niro have put up posters for a new film festival commemorating his retirement from the Bosnian country's army."} +{"id": 915, "generated": "The government'sintroducing a statutory register to cover consultant lobbyists is fake, the coalition's registrar has said."} +{"id": 916, "generated": "Have you'd even bug about the latest remake on Wednesday?"} +{"id": 917, "generated": "Manchester City defender Bernardo Silva has joined Portugal on loan from Monaco and turned down anning him to be an option for trained."} +{"id": 918, "generated": "NIE Networks has said it is urging suppliers to fix electricity if it does not generate to consumers."} +{"id": 919, "generated": "Tributes are being paid for former ITV ITN journalist Mike Nicholson, who has died at the age of 88."} +{"id": 920, "generated": "Kidderminster have signed Yeovil defender Ben Ezewele and team-mate coach Chris Fylde."} +{"id": 921, "generated": "US President Barack Obama and the leaders of the White House are among the top five EU leaders to meet with Nato leaders, who criticised the government of imposing sanctions against Russia."} +{"id": 922, "generated": "Gay rights campaigners have wore in the House of Lords for the first time in enezeal proceedings to call for MPs to approve change to the principle of all same-sex marriage."} +{"id": 923, "generated": "As a ceasefire agreement comes effect this week on a short walk in a north-eeast village in eastern Ukraine."} +{"id": 924, "generated": "Belfast Giants remain in their Elite League title on Wednesday night after a dramatic 3-0 win at Cardiff Devils."} +{"id": 925, "generated": "The leaders of England have clashed in a BBC debate on the eve of election in Belfast."} +{"id": 926, "generated": "Thousands of people from sexually abused as children in England may have had their reduced compensation if they were rejected by government-funded, the BBC has learned."} +{"id": 927, "generated": "More than 1,000 people missed out on the Summer Solstice on Thursday night as sun doge at the cloud up."} +{"id": 928, "generated": "Newsround is known for domestic abuse and the largest problem in the world, for children."} +{"id": 929, "generated": "Cardiff City owner Steve Giles says the club are selling \"on the cheap\" if David Marshall's move, they will be selling £5m to Hull City."} +{"id": 930, "generated": "A man has died in a collision with a van in Nottinghamshire."} +{"id": 931, "generated": "Chris McIloyle from County Londonderry, has completed a trip to give blood that would save his life."} +{"id": 932, "generated": "It is a naffy and selfish sombrey throw of tattoos as Georgery Adams."} +{"id": 933, "generated": "Unenables artefacts could be taken over at three north Wales museums following critics from collecting staff about them."} +{"id": 934, "generated": "Liverpool stood on strugglers West Ham as they eased to a 3-0 win over Watford at Upton Park."} +{"id": 935, "generated": "One of the illegal drugs seen to be the most likely illegal used to be prescribed in Northern Ireland in the UK has been warned by ministers and social care Boards."} +{"id": 936, "generated": "Hampshire have signed South African bowler Rory Best on loan for the rest of the season."} +{"id": 937, "generated": "Stargazers are happy to see across the Earth this year night in space as they prepares for the final night meteor shower."} +{"id": 938, "generated": "US Secretary of State John Kerry has flow back to Boston - four days after he reached the deadline for talks over the nuclear program."} +{"id": 939, "generated": "Two teenagers in the US state have said a man was trying to play the Pokemon Go game."} +{"id": 940, "generated": "A murder inquiry has begun after a man died from serious injuries, after he was found in a close to a Moeside supermarket in Elgin."} +{"id": 941, "generated": "Apple has recorded its first annual fall in 15 years after forecast the \"erserer than forecast\" in sales of its new iPhone 7 smartphone."} +{"id": 942, "generated": "A festive festival in the eastern state of India is banning people from taking selfies."} +{"id": 943, "generated": "Salford Red Devils picked up their first Championship win of the season as London Broncos beat bottom club Featherstone."} +{"id": 944, "generated": "Manys of jobseekers who claim no pay while their work have been lost by the government, a judge has ruled."} +{"id": 945, "generated": "Laptops and laptops that were ordered online sales for more than £28,000 after a \" computer processing error\"."} +{"id": 946, "generated": "MPs have voted to make support against RAF and Islamic State militants in Syria in a parliamentary vote at the party's Labour conference."} +{"id": 947, "generated": "An \"inderroscopic\" deyed species of dinosaurs have been removed from rock on Skye in the West Isles."} +{"id": 948, "generated": "German police are looking for a man who fatally stabed five people with a knife in a supermarket in the northern city of Montreal Sofia."} +{"id": 949, "generated": "Boris Johnson told the BBC Radio on Wednesday night last week: \"We't give £20bn a a week - roughly the £18.8bn' gross contribution to the EU budget.\""} +{"id": 950, "generated": "Marco Silva's return to the Championship brought Hull City to a third defeat of his tenure after being thrashed by Bournemouth."} +{"id": 951, "generated": "Shrewsbury Town striker Steven Ogogo says striker Tbala Kaikai has played very quality on the quality he scored since his return to the club."} +{"id": 952, "generated": "Paul Cairney's second-half goal gave Ayr United their second home win of the season on with victory over Queen of the South."} +{"id": 953, "generated": "A elderly athlete was killed when her car collisiond into the grounds of a west London head hospital."} +{"id": 954, "generated": "Chadian President Idiss Deby and three soldiers could carry out \"destabilisation\" actions in fighting on the eastern French capital, Chad officials say, sources in N'Djamena."} +{"id": 955, "generated": "Recent protests and the death of 21 policemen being clashed by armed, local forces and security forces appearing to incite violence are now under spotlight in Ethiopia, Ethiopia's government says."} +{"id": 956, "generated": "Mental health services in England are under threat by inadequacies, and failing fulfilling government pledges to improve mental health children say their MPs."} +{"id": 957, "generated": "A suspended chief executive has been suspended from a Welsh mental health board because of \"institutional instability\"."} +{"id": 958, "generated": "Charlton Athletic were held on a relegation streak as they were held to a subtle draw at Cardiff City."} +{"id": 959, "generated": "Baby clashes have taken place in the UK in protest for a lifesaving vaccine against meningitis B."} +{"id": 960, "generated": "A Turkish court has released four people charges against £3bn cleric Durban Gulen from the US, reports say."} +{"id": 961, "generated": "Engineering firm Sports Direct Macbritaal has switched its primary share listing and said it is set to join to a reshuffle of its FTSE 100."} +{"id": 962, "generated": "A majority in Wales want more support for more powers than for the UK to be in the assembly, a BBC Wales Governance poll has suggested."} +{"id": 963, "generated": "Scotland back-back Highland Watson says he has signed a new contract at Edinburgh."} +{"id": 964, "generated": "A own portrait of Jane Austen is to be brought togethercite argument with the public for the first time in a new exhibition about the author's mysterious identity."} +{"id": 965, "generated": "Alberham United have signed Daggers defender Jack Connors on a season-long loan from fellow League One rivals Dagenham."} +{"id": 966, "generated": "Borussia Dortmund came from five goals down to beat Armenia 3-0 Hoffenheim and move seven points clear at the top of League Two."} +{"id": 967, "generated": "Artists in Cambodia have released juvenile pictures they want to find the world's first pool bridge, which will become a new link with the coast in the south of England."} +{"id": 968, "generated": "George Osborne set out his final Budget pitch: increasing tax and VAT on the public finances which he pledges the NHS would pay off to all savers."} +{"id": 969, "generated": "So-called Islamic State (IS) militants have launched air strikes on the key Iraqi city of Ramadi, killing at least 15 soldiers and tribesmen."} +{"id": 970, "generated": "South Australia has returned to its first state in almost three years after a hit storm caused high winds, gales and power."} +{"id": 971, "generated": "Women's Belle Belles have signed Arsenal Ladies striker Edita Humphrey on loan from Don Park Rovers."} +{"id": 972, "generated": "At least 100 people were killed when a crane collapsed on a floor around the site of a mosque in the Saudi capital, Mecca, safety officials say."} +{"id": 973, "generated": "The Croat parliament has boycotte a Holocaust commemoration, a week after groups shout pro-Nazi slogans."} +{"id": 974, "generated": "An experimental submarine designed by the Virgin team plans to dive down a trenche in California this year."} +{"id": 975, "generated": "A move by the Archbishops of Norwich has dropped the so-called \"the Big Society\" and urged UK voters to vote on left-wing policies."} +{"id": 976, "generated": "The centre of an long-running dispute over the cost of the Aberdeen A90 has risen to £65m."} +{"id": 977, "generated": "Work has begun on a £9m renovation of a new building in Belfast city centre."} +{"id": 978, "generated": "Match reports from the weekend's Scottish Premiership games."} +{"id": 979, "generated": "A third documentary on a film starring the British stunt performers on Star Wars has been completed."} +{"id": 980, "generated": "Sophie Eagle began David Cameron's first visit to the UK as prime minister as George Osborne clashed with MPs at Brussels's despatch box."} +{"id": 981, "generated": "Superfast services in the Scottish Borders should not be allowed to access to homes over long distances, a Borders councillor has said."} +{"id": 982, "generated": "More than a 10% police forces in England and Wales paid £2m to informants for crimes over the past five years, official figures obtained by BBC 5 live Breakfast show."} +{"id": 983, "generated": "Scotland's Minister Alex Salmond says he will seek a second referendum, if there there is a \"No\" vote."} +{"id": 984, "generated": "Applatives raised by the families of five baby babies missing over alleged theft from a hospital in Ghana have been temporarily to find their bodies, the health minister says."} +{"id": 985, "generated": "Nigg Energy Park in Bricut has signed a multi-million contract that will secure up to 100 new jobs on the Highland coast."} +{"id": 986, "generated": "Two spokesmans on the Germanwings plane have given their last details of the events behind it crashed into the eonialic mountain in March."} +{"id": 987, "generated": "Five men who killed a boy in Bangladesh and tied him to a pole are being attacked by mobs that have caused outrage in the country."} +{"id": 988, "generated": "It was created in 2003, saying \"it is a hint, hint of triumphalism\"."} +{"id": 989, "generated": "Smart Premiership season returns to the top of the scene with a series of cross-durbaning play-off goals."} +{"id": 990, "generated": "Two men arrested in connection of the investigation into the murder of a man from County Armagh have been released on bail."} +{"id": 991, "generated": "Go's artificial intelligence system has beaten one of the world's top 3D games against humans."} +{"id": 992, "generated": "One of the first distant dinosaur found in Wales has been found almost two months ago."} +{"id": 993, "generated": "The new Alliance MP has said removal of flags from two mixed housing developments in South Belfast is a \"a plague\" and \"poo on society\"."} +{"id": 994, "generated": "The sun that were used using solar panels have helped Swansea build a new classroom for the future."} +{"id": 995, "generated": "The family of a teenager who suffered a serious defect have criticised the government measures for preventing him to apply for disability independence benefit."} +{"id": 996, "generated": "A Kenyan man has allegedly threatening to attack on his girlfriend woman who was abused with stitches wrapped in stumps and her own hands in bandages, women's activists say."} +{"id": 997, "generated": "All of the front pages of the weekend, Irish papers are being discussing facing headto-face."} +{"id": 998, "generated": "Fulham have signed former Charlton Athletic goalkeeper Neil Etheridge on a two-year contract on a free deal."} +{"id": 999, "generated": "The US-led coalition forces have removed hundreds of bombs delivered by Iraqi soldiers from Islamic State militants living on the outskirts of Mosul, Iraq says."} diff --git a/outputs/xsum_s42/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/xsum_s42/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..b81872b --- /dev/null +++ b/outputs/xsum_s42/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 100, "step": 39800, "bleu": 8.175938231193067, "rouge1": 36.4041227671546, "rouge2": 12.520617083277326, "rougeL": 28.202987914436548} diff --git a/outputs/xsum_s456/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl b/outputs/xsum_s456/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl new file mode 100644 index 0000000..3c37420 --- /dev/null +++ b/outputs/xsum_s456/ode-steps64-cfg2-ts_logit_normal-cond/all_generated_100_39800.jsonl @@ -0,0 +1,1000 @@ +{"id": 0, "generated": "Nigeria's Sam Sodje has denied a fraudulent offence as part of a charity to raise money."} +{"id": 1, "generated": "Middlesex opening Adam Voges will be out for the rest of the season if their Division One player is set to recover from a back injury."} +{"id": 2, "generated": "The Duchess of Cambridge is to publish a photographic portrait as part of this year's Vogue 100 exhibition."} +{"id": 3, "generated": "Google's long-running social media site 4chan has come into effect as its new administrator."} +{"id": 4, "generated": "Two teenagers have been charged following a alleged aggravated vehicle taking near the police at the Queen's Park in Chester, in west Belfast."} +{"id": 5, "generated": "A man has been driven into the street after being assaultd by a taxi in Glasgow city centre."} +{"id": 6, "generated": "Neymar Mold Antonio Rosell has resigned as Barcelona president over allegations he suffered \"unfair, threats and attacks\" that have affect his family at the club."} +{"id": 7, "generated": "London's schools would need a degree if they continue to fund money under plans to cut the number of qualified teachers, according to London Councils."} +{"id": 8, "generated": "Chris Roy hit an unbeaten 127 to improve Surrey's prospect of living on day three as they dominated six overs at Bowling."} +{"id": 9, "generated": "Former Labour leadership contender Corey Kendall has urged leader Jeremy Corbyn not giving votes in September's leadership contest."} +{"id": 10, "generated": "School leaders are being eroded away and cut back on services like clubs like clubs and trips, senior teachers due to hear them in their Budget."} +{"id": 11, "generated": "Following the Republic of Ireland's decision to become a best in France in the EU election, the country's new Irish prime minister will sign up an agreement with the Democrat partyist group."} +{"id": 12, "generated": "The new voy to Kent victim Police (PC) has said she thrilled at her role in helping victims' sexual scandal over the past few years."} +{"id": 13, "generated": "A pupil was left sexually assaulted after a man grabbe himself himself from a bag outside a school in the Borders."} +{"id": 14, "generated": "Newport County goalkeeperys Taylor has left Wrexham and but is not worried about his move to the League Two club."} +{"id": 15, "generated": "Bashley United have returned two newly appointed managers following a FA Trophy preliminary round defeat by New Mills."} +{"id": 16, "generated": "An MP has said he is \" concernedeing\" about if a directly elected mayor of Bath needs the local referendum get under way."} +{"id": 17, "generated": "A cafe has blamed nationalists in Georgia as a \"some local hostility\" following an attack by ne-Nazis."} +{"id": 18, "generated": "Wales coach Warren Gatland says he made a \"unlucky\" start to agree his switch to four players in Thursday's 70-16 defeat by Italy."} +{"id": 19, "generated": "Wales midfielder Adam Bradshaw says Euro 2016 rivals Gareth Bale, Gareth Bale and Manchester Ramsey have their hungers to improve."} +{"id": 20, "generated": "A Twitter promo for the latest Star Wars film showing Jyn Vader has shown its new character Rogue One: A New Hope."} +{"id": 21, "generated": "A man who raped and raped three girls with a 13-year-old has been jailed for life."} +{"id": 22, "generated": "Two Afghan soldiers have been killed in a US aircraft strike on Taliban in Afghanistan, officials say."} +{"id": 23, "generated": "Police in India say a Kolkata tourist was gangraped by two suspected goons trying to repeatedly molest her companion serious injuries."} +{"id": 24, "generated": "Hong Kong airline Cathay Pacific is to ban shark fin on cargo and passenger flights to China, following reports from the World Marine Federation."} +{"id": 25, "generated": "Chester have signed striker David Shaw on a two-year contract, he has become Portsmouth City striker Jon McCarthy and made his first pre-season contract with the club."} +{"id": 26, "generated": "Archaeologists say they have found an axe shaped off the coast where a vital Stone Age person had been shezzled in wooden handle shafts."} +{"id": 27, "generated": "I's a difference that changes in in planting everyone and our aspen trees."} +{"id": 28, "generated": "Concerns have been raised for the government to buy Guernsey's own diving chamber could cost more than £60,000a year after it broke the facility to treat commercial divers."} +{"id": 29, "generated": "South African bowler Shaiin Eranga can undergo testing over a bandwidth problem in his final match against England at Bradford."} +{"id": 30, "generated": "The owner of a Nazi shop in the western state of Gujarat state says the government is planning to change the name of leader Adolf Hitler because of too much political pressure."} +{"id": 31, "generated": "Islamic State militants appeared to have carried out a second offensive on the Kurdish town of Kobane, killing at least 120 civilians, rights activists say."} +{"id": 32, "generated": "League One side Barnle United have signed striker Arum Lee from West Ham following his release by consent."} +{"id": 33, "generated": "The death of the former Bombley consultant Liam Hunter hasprompted a renewed investigation into Northern Ireland's safety and direction in abroad."} +{"id": 34, "generated": "Plans have been submitted for a wind farm development in the Scottish Borders after concerns over concerns about the Scottish government's decision to allow it."} +{"id": 35, "generated": "Wasps have signed England winger Kle Eastmond from fellow Premiership champions Bath."} +{"id": 36, "generated": "Leeds Mayor Eddie Mallon has described two council colleagues who claim they wrongly sold acres of land at a Middlesbrough Hall as \"dodgy\"."} +{"id": 37, "generated": "The US economy grew now expected in the second quarter of the year stronger than previously expected, official figures show."} +{"id": 38, "generated": "Photos have gone on Twitter after being noticed a man falling out of the wall where he was raped by men at the weekends of the year."} +{"id": 39, "generated": "Nearly 13 illegal drugs had been seized or confiscated from school premises and secondary areas over the past three years, figures from BBC News have revealedd."} +{"id": 40, "generated": "A Skyline will be held in the 2015 UK Skyrunner World Series from September as part of one of the most high-speedistic events in England, England and Northern Ireland."} +{"id": 41, "generated": "Ceisal injunctions that banned gang members from appearing music videos to disrupt gun crime during their new year feud came into force, the BBC has revealed."} +{"id": 42, "generated": "A secret alleged offender accused of having police in 2010 as a state agent is to face a challenge in his lawyers of the case, his solicitor has said."} +{"id": 43, "generated": "The police federation criticised chief constable Michael Gargan that \"mus mustt be beyond reproach\" about his return to the force."} +{"id": 44, "generated": "Mental health services made \"good changes\" in the way a Conwy County man went to accident and emergency days before he died, an inquest has heard."} +{"id": 45, "generated": "Three of the biggest supermarket outlets have called on motorists and Tesco to be dealt with some possible so-called fuel price wars."} +{"id": 46, "generated": "A draft report has reached the final end of a row over proposed flood protection in Dumfries."} +{"id": 47, "generated": "If anyone want to be on to spend taking football for a summer holiday, the two towns where the average price is at least £1m, or should anyone is expected to pay £1003m?"} +{"id": 48, "generated": "Leading Tory candidate Sadiq Khan's next mayor of London has been suspended over social media comments."} +{"id": 49, "generated": "Two motorcyclists have been killed in a collision with a car on the A69 near Tropford."} +{"id": 50, "generated": "A collection of about 300 11th Century coins have been put up on display in Gwynedd."} +{"id": 51, "generated": "A man accused of being part of a gang carrying out an attempt to carry out the escape of a prisoner has been cleared of gun offences."} +{"id": 52, "generated": "Scientists believe they have explained an atmospheric iron that is moving very wide around the planet."} +{"id": 53, "generated": "Cardiff City manager Neil Warnock says the club are in talks to sign Aberdeen goalkeeper Paul Hayes for £128m."} +{"id": 54, "generated": "Exeter City have signed Philadelphia Chiefs hooker Josh Simmonds on a four-month deal from the Premiership club."} +{"id": 55, "generated": "A new plan has been created to realise internationally agreed human rights in the UK, according to the human rights watchdog."} +{"id": 56, "generated": "Championship side Boca Juniors have signed Argentina forward Carlos Tevez on a two-year deal."} +{"id": 57, "generated": "Lance Armstrong won the highest-ever Olympic gold medal in the women's 104-mile road race at Rio 2016."} +{"id": 58, "generated": "Republican Donald Trump has come in to the so-called \"Islamant Islam\" - which dredmple the most violent and particularly apprailuring presidential election in a time."} +{"id": 59, "generated": "A car meet in which two 17-year-old girls were injured in a crash which she thought she was \"mind I was going to die\", a court has heard."} +{"id": 60, "generated": "Sandyerry council has rejected a civic reception to England, Wales and Northern Ireland rugby teams reaching the Euro 2016 finals."} +{"id": 61, "generated": "South Africa has become one of the biggest in the world, but increasingly increasingly spread of the HIV virus."} +{"id": 62, "generated": "Norway's men's relay team have won bronze medal at the 2016 European seyning Championships in Ucaijung, Sweden."} +{"id": 63, "generated": "Football's Premier League season is on TV just more at the weekend - there's so many lovely games."} +{"id": 64, "generated": "Scotland's memory of inferiortity has come a more profile in Hong Kong."} +{"id": 65, "generated": "Tate Britain is setting through an antique part of the Duveen Galleries to perform large-scale architectural structures as part of its long-running new installation commission."} +{"id": 66, "generated": "Plans for a new £43m nuclear research centre have been submitted after getting the go-ahead."} +{"id": 67, "generated": "A teenager has been jailed for 13 and a year for having sex with a teenager because he was \"choking\" at a Dundee college aged 13."} +{"id": 68, "generated": "An 83-year-old man tried to get out of a vehicle in Worcestershire, flood warnings say."} +{"id": 69, "generated": "In the early that China's economy slowd down last decade, one of two people who were seeing out to specify the stories of their recent bet."} +{"id": 70, "generated": "A US Republican panel has ordered China's telecoms giant Huawei and Chinese rival ZTE to block their equipment equipment amid allegations that they breach of state sanctions."} +{"id": 71, "generated": "David Cameron has been criticised for using \"bunch of migrants\" comments he met with a refugee camp in Calais over the Google agreement."} +{"id": 72, "generated": "Mercedes have penalise rival Nico Rosberg for breakinging rules allowing drivers to help during Formula 1."} +{"id": 73, "generated": "Rescue leaders around the world are warning that a chihuahuua - known by Momo in Japan - will take advantage of work as a police dog."} +{"id": 74, "generated": "Rotherham United have confirmed five managers will remain in control the first team for the rest of the Christmas period."} +{"id": 75, "generated": "Police have closed additional patrols in Prestonfield following an alleged sexual attack on a man in Brooms area."} +{"id": 76, "generated": "A woman charged with the murder of a County Aragh housekeeper has told a jury that she received a text during a fight with her dad."} +{"id": 77, "generated": "Sellers and date the passion of beauty, the artist slot in S69s, handy-selling papaiatives and random handling name."} +{"id": 78, "generated": "A mistake starting in talking Wales about Brexit before the assembly election started in May, the former leader of Plaid Cymru has warned."} +{"id": 79, "generated": "Real York Yankees's Diego Rodriguez will end doping career after 22 years."} +{"id": 80, "generated": "Lothian Buses has faced cost pressures in 2015 but the operating went wrong in accounts sent to Companies House."} +{"id": 81, "generated": "After he was clearly married as a young at the age of 15,'s Archbishop of Ethiopia is discussing issues of early marriage."} +{"id": 82, "generated": "Michael Elliott scored the first-half goal to secure a dramatic victory over Livingston 5-0 and secure their place on Group H in the Scottish Championship."} +{"id": 83, "generated": "A man has been arrested after a homeowner was involved in an robber at a house in Drumnadrochit."} +{"id": 84, "generated": "Coneygree's Gold Cup winner cannot be knockpied out of Aintree after racing out with a hock bone injury, according to record-breaker Joreme Bradstock."} +{"id": 85, "generated": "Philippinese President Gerudo Duterte has defended his plan to legalis same-sex marriage byfocusing to gay rights, gender, gender, gender and transgender."} +{"id": 86, "generated": "Chris Worthbury and Bring Me the Horizon are among six tracks featured on this year's Radio 100 Hottest Records list."} +{"id": 87, "generated": "Manchester United suffered a dirty club start stint on previously charge as they fell from the top to secure a goalless draw with Liverpool at the Riviera Stadium."} +{"id": 88, "generated": "There are increasing concern about little improvements in the way healthcare providers deaf and hard of hearing, a new report has warned."} +{"id": 89, "generated": "Bayern Munich extended their win-trade lead to seven points clear at the top of the Bundesliga table with a deserved win over RB Wer Bremen."} +{"id": 90, "generated": "A Rugby Park fan has died in hospital after collapsed off Kilmarnock during a match between Ayrshire and Celtic."} +{"id": 91, "generated": "Clayton McManus celebrates the detail of Hibernian's choice as Premiership player of the month."} +{"id": 92, "generated": "Huddersfield Town defender Aypixel Dane has signed a new deal to keep him at the club until the summer of 2018."} +{"id": 93, "generated": "Labour has voweding its pledge to keep the Pensions triple lock \"saes\" until until 2025."} +{"id": 94, "generated": "Swiss voters want to approve a new law, baatching high salaries and bonuses, and aimed at paying out some of the world's biggest companies."} +{"id": 95, "generated": "Ded Ward became the only MBF to defend his WBF world middleweight title by blowing SXi Kovalev at the Mandalay Bay Hotel in Manchester."} +{"id": 96, "generated": "Social rights in Lahore has passed a decree allowing transgender people to have the right to marry of the oppositesex."} +{"id": 97, "generated": "Microsoft has confirmed the tablet software, running the OS, will be free from Windows 10."} +{"id": 98, "generated": "A Russian opposition activist has been put out of isolation over claims he was beaten, beaten and kicked."} +{"id": 99, "generated": "A man who carried out attacks on men in a Dorset town in which six men were sentenceed to 12 years has been jailed."} +{"id": 100, "generated": "A college head who was given a £3050,000 pot of bumper goodbye pay-off deals has been paid by a report."} +{"id": 101, "generated": "Jack Charles has been more than a decade in prison."} +{"id": 102, "generated": "A County Antrim man who is accused of strangled a dog has got a confession to his other social worker, a court has heard."} +{"id": 103, "generated": "New Bradford Gwent Dragons coach Hal Frayssinous has become the youngest assistant coach of the French Super League."} +{"id": 104, "generated": "The cyber security virus that left children with accidental Eetagage, eventual Eddler's disease, which left 33,000 dead and more than 60,000 had no details."} +{"id": 105, "generated": "Three overgrown buildings, linked to the Nazis and fascists in Argentina, have been mystery."} +{"id": 106, "generated": "In Austria's capital Vienna, rather small bars, cafes and restaurants are getting more focus on choosing whether to be banned on smoking in the within of several hours."} +{"id": 107, "generated": "Could Will Kenedy go to a foyer on his lawn at one offices, I would be on a sponsorship tour to France?"} +{"id": 108, "generated": "Hearts trash 10-man Motherwell at St's Park to secure their place in the last four of the Premiership."} +{"id": 109, "generated": "A privately-run summer camp dubbed a \"no-dangeing\" number of children has been suspended during police investigations by Ofsted."} +{"id": 110, "generated": "Families for world football's governing body Fifa will hold an annual congress in Zurich on Sunday when they prepare to vote in next month's presidential election."} +{"id": 111, "generated": "Great British bowler Judy Atkin became the youngest woman to compete at a Freestyle World Cup event, the BBC has confirmed."} +{"id": 112, "generated": "A sunbathing has taken on to the sea in a lifeboat spot off the west coast of Gwynedd."} +{"id": 113, "generated": "A fourth woman has been charged with the murder of a man found dead at his home."} +{"id": 114, "generated": "The number of UK students applying to university and without tuition fees has fallen by 7%, figures from Royal College of Ucas show."} +{"id": 115, "generated": "The NHS has denied plans to keep Leeds General Infirmary closed immediately."} +{"id": 116, "generated": "Three Roman artefacts dating up to 1800 AD were uncovered in an \"unique\" find, treasure hunters have said."} +{"id": 117, "generated": "The decision has been made on whether to decide the future of a Scottish renewable project that will go ahead by the end of the month."} +{"id": 118, "generated": "The value of metal coins from a Jersey detector hoard has become the largest removing it in American history."} +{"id": 119, "generated": "New reforms to the rules for housing in Scotland have been regarded as a shock for MPs in the House of Commons."} +{"id": 120, "generated": "Two Labour parties have been accused of using £115m EU Solidarity Funding on flood-hit areas last year's general election."} +{"id": 121, "generated": "A councillor who is to not be charged with rape after he found there was \"insufficient evidence\"."} +{"id": 122, "generated": "West Yorkshire Police has paid £1,23816 to the club following a court dispute over overcharged."} +{"id": 123, "generated": "Southport have signed Everton Under-21 Callor Brewster on loan until the end of the season."} +{"id": 124, "generated": "Jersey civil servants spent more than £40,000 on public flights over the past 10 years, figures show through the Reform Account system."} +{"id": 125, "generated": "A major experiment from the Customal Re Hall (LHC) is fired for the first time to analys the history of the sub-atomic world."} +{"id": 126, "generated": "Turkish authorities in Tehran have closed down an Iranian fast restaurant in the capital Tasim state media, saying it had had no no connection with the US."} +{"id": 127, "generated": "A man who is in a serious ill has been lying in hospital with serious burns as he tried to walk through the streets."} +{"id": 128, "generated": "A small solar glow from the Burgerwick castle near Peel Hill, County Manx Lights, has been captured."} +{"id": 129, "generated": "Before the lady entered of the British rugby union,, the de confiscpiony of Neckia Galajohn's recent move to a business has provided a flag of jewel."} +{"id": 130, "generated": "Sinn Féin leader Gerry Adams has said he will sue over allegations that he was an IRA agent on BBC TV Spotlight."} +{"id": 131, "generated": "In 2014 extention in Brussels Hamdphalaine Laachrraoui was now a key Belgian-made prison guard in the Islamic State (IS), his ex-hostages say."} +{"id": 132, "generated": "Ipswich Town have signed striker Joe Lud from Colchester United on a free deal."} +{"id": 133, "generated": "England captain Alastair Cook was the good sign he made in the second Test of his career as captain, says head coach James Bayliss."} +{"id": 134, "generated": "A 56-year-old woman is working in hospital after gang rape at a hotel in the southern Indian tribal city of Varanasi, police have said."} +{"id": 135, "generated": "A search for a missing junior doctor has been found in her car park in the early hours."} +{"id": 136, "generated": "A US donor placed the so-called Islamic State (IS) killed in Syria last month on a death list of the group's sanctions, the Pentagon has said."} +{"id": 137, "generated": "Burton Albion came from behind to battle back to beat 10-man Rotherham and move 10 points of the relegation zone."} +{"id": 138, "generated": "Walsall have signed teenager Soam Butterfield on a professional transfer after turning down a two-year deal."} +{"id": 139, "generated": "The designer who has been walking since almost a girl with disabilities has said she has worried it is better to use her chair."} +{"id": 140, "generated": "China is recall millions of insecure web devices making up IoT to protect malicious hackers."} +{"id": 141, "generated": "Heavy rain continues to cause thousands of properties and flood warnings for parts of England and Cumbria."} +{"id": 142, "generated": "A former yacht driver has been found guilty of causing the accident by smashed into a van."} +{"id": 143, "generated": "Royal Bank of Scotland will be fined £38m, a record £2m by the Financial Regulation Authority (FCA) on Wednesday 17 March."} +{"id": 144, "generated": "Fifa and manager Martin O'Neill are facing disciplinary proceedings involving referee James McClean and the Republic of Ireland in Sunday's 1-1 qualifier defeat by West Brom."} +{"id": 145, "generated": "Volunteergregers say they are trying to raze part of Calais, a \"crucy\" smigrant camp that is believed to have accumulated more than 1,000 migrants from Africa."} +{"id": 146, "generated": "UK construction output fell mostly less than expected in the third quarter of 2015, despite a slowing in output, official figures show."} +{"id": 147, "generated": "At least 7,000 people are reported to have been reported killed by jihadist forces that have demolished a chemical area in the ancient Syrian city of Hama, reports say."} +{"id": 148, "generated": "Borders Council has vowed to pay almost £3.6m to pay off local authority's balance after more than 50 years."} +{"id": 149, "generated": "Singer James Taylor has withdrawn from the Philippines for his concert in Davao next month."} +{"id": 150, "generated": "Real Milan have deleted the loan of goalkeeper Bethevil from Everton for a fee, which is reported to be £5.5m."} +{"id": 151, "generated": "Premier Foods owner McCormick has rejected a \"limited offer\" bids from Nissin after it rejected a $41.1bn stake."} +{"id": 152, "generated": "There was sufficient evidence that announcements caused the fatal deaths of two students at a North east club had been committed by DJs, a report has found."} +{"id": 153, "generated": "A phone that has made tens of thousands of calls to its owner is set to ship on Kickstarter."} +{"id": 154, "generated": "A man has been charged with rape and assault at a mental health care unit."} +{"id": 155, "generated": "Nigel Farage has been left at a standstill as he headed out to Question Time show due to delays to road traffic on the A1."} +{"id": 156, "generated": "Judy Kidman has said she's staying \"very open\" to support film-makers and children starting career."} +{"id": 157, "generated": "Three youths, believed to have died in a scrambler crash - a consortium of motor motorcycles - in west Belfast want to officially tackle the issue."} +{"id": 158, "generated": "The first minister Nicola Sturgeon has written an letter to first Minister Nicola Sturgeon for support of a rare drug tackling Duchenne musculartrophy."} +{"id": 159, "generated": "Leicestershire's Eam Jarvis and colleague Charlie Shreck were both forced to make a draw against Leicestershire at The OPL."} +{"id": 160, "generated": "\"I's \"pant eating, I, I me \"I I're scaling on my head.\""} +{"id": 161, "generated": "Wasps back-time prop F Halai has signed a new deal until the end of the season and will keep the Premiership club until 2019."} +{"id": 162, "generated": "Trade unions have lost the approval of the Welsh assembly after an contingent of AMs withheldd new rules on industrial action."} +{"id": 163, "generated": "South Korean's Park Haun-hyre won the US Open by one shot after his first win of the season."} +{"id": 164, "generated": "Teachers' union has called for strike action over the government's plan to force every all schools in England to forced academies to academy status by 2020."} +{"id": 165, "generated": "Newporty have re-signed winger 1987 Sidwell from Championship rivals Stoke United on a two-year contract."} +{"id": 166, "generated": "Bosnia's outsigned Serb president is to appeal for a second 10-year deadline to review a move which ruled the country of genocide during the 1992-95 war."} +{"id": 167, "generated": "Belfast County have re-appointed head analyst as coach David Whiffin at the Championship club."} +{"id": 168, "generated": "A dog who fractured his hind legs andjumped back to hospital after taking part in an irispian surgery is to be returned for a week."} +{"id": 169, "generated": "Hundreds of women and girls and children in South Africa are being offered teaching how in judo shelters in the Kathmandu Valley after last month's earthquake."} +{"id": 170, "generated": "More than 100 people have been injured after a major train derailed during rush hour at a railway station in New York, officials say."} +{"id": 171, "generated": "Royal European Shell has reported a strongly rise in oil and gas prices after reporting a rise in annual profits."} +{"id": 172, "generated": "More than 80,000 UK ministers have said they would cancel a public holiday if they are to cancel Christmas under a petition backed by the Commons think tank Chris Blackman."} +{"id": 173, "generated": "A long tunnel through the entire major motorway between Birmingham and Manchester and Leeds could go under way under proposed HS2 route scheme to protect the landscape, a report has revealed."} +{"id": 174, "generated": "A 15-year-old boy has been charged with attempted murder following an attack on two teenagers at a secondary school in Kent."} +{"id": 175, "generated": "UK teenagers are the most likely in five countries for life satisfaction than worried about bullying and boys, an International Nations study finds."} +{"id": 176, "generated": "Amsa emergency response teams say a new area in the ocean search for missing flight MH370 is \"traveling faster than previously estimated\"."} +{"id": 177, "generated": "Since the Heroes' Day conflict ended, many Tamils across the diaspora world gave their call for memorial to many across the country."} +{"id": 178, "generated": "A transcript released by the FBI sparked outrage after the US administration redact removed the names of the victims of a fatal shooting, including leader and the leader of terrorist organisations."} +{"id": 179, "generated": "The number of migrants coming to live in the UK in 2015 rose to a record high, figures from the Office for National Statistics show."} +{"id": 180, "generated": "Whether you get around the rooftop for a picnic carnival, we shortly will see how gecko toes can extend your toe to wet and lift the weight it would wear in the future."} +{"id": 181, "generated": "The parents of seriously ill Charlie Gard have called for an extension by judges to allow him to remain alive in the United States until the end of June."} +{"id": 182, "generated": "A US judge has ruled that Samsung violate the International Patent Commission (ITC) of four of its patents in a legal case against Apple."} +{"id": 183, "generated": "Music training could help children growing up in impoverished areas with better skills at distinguish sounds and sounds, a study suggests."} +{"id": 184, "generated": "Motorists are facing delays on the M74 motorway as key road improvementss under way over the next six weeks."} +{"id": 185, "generated": "A Wales footballer has seen his \" heartbreaks of winter\" at the headquarters of their Euro 2016 qualifier in France."} +{"id": 186, "generated": "Two members of the hit band The Tremeloes could face charges of indecent assault more than 40 years ago."} +{"id": 187, "generated": "A proposal to allow over-65s to vote in 1970 is being driven by a decline in political inequalitys, a study claims."} +{"id": 188, "generated": "News of the alleged leak of the Panama Papers that were disclosed by Russia's mainstream media are pulging news around the world as popular social media users circus across the country."} +{"id": 189, "generated": "A US fashion company which came under fire after posting images of an infantposing \"diva\" in red heels has prompted criticism from Facebook users."} +{"id": 190, "generated": "Dozens of non-EU passengers at Heathrow Airport have been forced to wait more than 45 minutes and 45 minutes for the longest time leaving UK passport control."} +{"id": 191, "generated": "In the latest hot debate carries all across the EU."} +{"id": 192, "generated": "Johanna Konta humched 6-3 by world number one Janna Williams on Sunday in a 4-0 five-game move into the finals of the Australian Open."} +{"id": 193, "generated": "A man has died after a large explosion at a blind-built flat in Hull."} +{"id": 194, "generated": "The BBC has released a number of 150 new listings from Strasbourg Hotel, including 14 hotels it has been running in the UK since June 2015."} +{"id": 195, "generated": "Labour MP Jeremy Corbyn has resigned as shadow secretary of state over comments made she made about girls about child sexual exploitation."} +{"id": 196, "generated": "Argentina has s promised \" clear interventions\" taken by the European Union over its decision to nationalise the oil resources."} +{"id": 197, "generated": "The Co-operative Bank is to cut 400 new jobs as part of its plans to secure cost cuts."} +{"id": 198, "generated": "Former Environment Secretary Michael Russell will make \"strong strong and representation to the UK to lead negotiations on defending Scotland from the European Union, the Scottish government has said."} +{"id": 199, "generated": "A senior security worker from north Afghanistan was one of the insurgent, it has emerged."} +{"id": 200, "generated": "US President Barack Obama has said he will lift a US arms embargo to Vietnam at the end of the month, saying it would not be easing."} +{"id": 201, "generated": "Wales manager Chris Coleman believes his country's learning process is not buger when they face Portugal on Wednesday to reach the semi-finals of the Euro 2016."} +{"id": 202, "generated": "The rate of human's sharp declines in sperm counts appear possibly to fall, a Jackson-year UK study suggests."} +{"id": 203, "generated": "A man has been arrested on bail after a woman was found with fatal dumpings in a road in West Yorkshire."} +{"id": 204, "generated": "Former Norwegian Prime Minister Peggy Bondevik has said he was surprised by reports he was denied President Trump's order in March 2014 he travelling to the US by Iran."} +{"id": 205, "generated": "The wife of a man who died after an illegal fire at a farmhouse said he was \"very kind, considerate person\" who met him."} +{"id": 206, "generated": "Steven Gerrard has joined LA Galaxy captain for a second time in his career on a four-year deal."} +{"id": 207, "generated": "A man has appeared in court after drugs worth of about £7,000 was recovered in Aberdeen."} +{"id": 208, "generated": "It's another teenage years, but France's Girlhood, one of the world's Oscar-winning films, is to star in Paris this weekend, which marks the 100th anniversary of the Women's Birthday commemoratence of BBC One's Bande de Filles."} +{"id": 209, "generated": "(Close): Shares on the FTSE 100 helped homeowners and homeowners acknowledge a good start from the good economic and trading season."} +{"id": 210, "generated": "The \"Croughlands Day\" feels over in North Yorkshire."} +{"id": 211, "generated": "Former Aberdeen goalkeeper Paul Gallacher is the third goalkeeper to be appointed as Hearts club's new assistant coach."} +{"id": 212, "generated": "A flag has been stolen from a beach eesplanade in the centre of Dunde."} +{"id": 213, "generated": "The BBC's Manaclavam I you reveals a picture of Col Tamam al Gaddafi."} +{"id": 214, "generated": "The families of three of the Leeds mosque bombingers are calling for an event to retrac them become radicalised."} +{"id": 215, "generated": "A Labour MP has complaintd claims that Jeremy Corbyn's keys at one of the leader's office was malpracticely violated."} +{"id": 216, "generated": "Leeds United striker Paul Phillips scored a powerful first-half header to beat fellow strugglers Bolton Athletic in their League One promotion."} +{"id": 217, "generated": "Strname Corey Reid has signed a Newport County contract for an annual fee of £12.m."} +{"id": 218, "generated": "UN Secretary General Ban Jeon--moe has said the criticism of Saudi Arabia' seat on the Security Council on Syria has become \"highly high\" by some UN diplomats."} +{"id": 219, "generated": "Images in the UK - and more than 7,000 people who went to their homes in the 1970s - could see them leaving in the capital until mid of 2016."} +{"id": 220, "generated": "A man has been charged after £500,000 worth of cocaine worth more than 10,000 was found on a County Antrim Road."} +{"id": 221, "generated": "A woman who murdered Australian man Pete Falconio says she is prepared \"gong\" to find the fatal murderer."} +{"id": 222, "generated": "A patient who died after medications being sectioned at a ward in Worcesterptonshire had previous contact with the health trust, a coroner has found."} +{"id": 223, "generated": "A painting of the home of Nottinghamshire artist Michael Cornish has been sold for more than £ at auction."} +{"id": 224, "generated": "Labour election leader Jeremy Corbyn has endorsed the hit arts band UB40, ahead of the band's first term as leader."} +{"id": 225, "generated": "A former police officer has been sacked after being convicted of having 23 charges including injuring a trap and obstructinging three of his colleagues."} +{"id": 226, "generated": "UN air drops will begin on Wednesday in 18 besieged areas of Syria, a UN aid secretary says."} +{"id": 227, "generated": "Labour's leader was hit by an 88th local defeat in the city after being hit by a Lib councillor on Friday."} +{"id": 228, "generated": "Many of the UK's top pupils to a private school are four in%) of state-educated judges, the Sutton Trust says research."} +{"id": 229, "generated": "Millions of millions of workers could miss out out on free money if they chose to contribute more to their pension, according to insurers."} +{"id": 230, "generated": "First Minister Carwyn Jones has confirmed Labour leader Jeremy Corbyn will not visit Wales next week even before voters go to the polls in the election campaign."} +{"id": 231, "generated": "England's Dominique Elgar took 141 on the first Test between India and South Africa on the final day to bowled 201 wickets in Bangalore."} +{"id": 232, "generated": "Political leaders in Scotland have been paying tribute to Margaret Thatcher - known as the \"Baroness of the North - who has died at the age of 85."} +{"id": 233, "generated": "A man has been jailed for four years and three months charges for causing the deaths of five men by asleep at the wheel."} +{"id": 234, "generated": "Oyonnax prop Chris Robson has been re-signed Premiership second-tier Sesen Segal on a two-year deal with London Irish."} +{"id": 235, "generated": "An app that helps doctors to gather more data of children's eyesight has begun."} +{"id": 236, "generated": "People who left their pensions are almost too late late because they did not know why they should save it."} +{"id": 237, "generated": "Tesla has reported its biggest loss in production for more than a decade but says it is still being affected by parts shortages in its Model X car."} +{"id": 238, "generated": "Scotland captain Craig Marshall believes his players cannot see qualifying Euro 2016 as \"last chance\" because of the failure of the summer."} +{"id": 239, "generated": "A British man jailed for more than 20 years after opening a bomb pack used by so-called Islamic State to travel to Syria has had his appeal against his sentences sacked."} +{"id": 240, "generated": "Monaghan earned three late goals as Ulster secured their All-Ireland entertaining North League qualifier win over Wexford at the Oudhayn Stadium."} +{"id": 241, "generated": "Prof Klaus Deaton, a former Edinburgh-based economist, has won the 2015 Nobel Nobel Prize for economics."} +{"id": 242, "generated": "A council that spent £million of pounds to support users says its expenditure may not be relevant and relevant to meet assessed eligible need, a report has found."} +{"id": 243, "generated": "A small scaffoldam of modest buildings undering a Chevrolet bus bridge and there were not exist on the outskirts of Izmir capital in Bostanli."} +{"id": 244, "generated": "A network of children and young people in Scotland has called for a action plan for improving to mental health services after more half of they started treatment."} +{"id": 245, "generated": "A explosive package has been found in a suspected controlled explosion in Bristol."} +{"id": 246, "generated": "A man has been sentenced to 12 months in prison after his mother and children were stabbed to death at their home."} +{"id": 247, "generated": "A World War Two soldier who died in the disaster bombing while joining Bomber Command in the Ruhr Valley delucd to be knighte, a campaigner has said."} +{"id": 248, "generated": "Ireland walker Robert Heffernan will be awarded a fourth European Olympic gold medal and standing on the podium, after Athletics Ireland ruled that his results at the Rio Games were disqualified."} +{"id": 249, "generated": "A cyclistman who lost his legs while paying for his stunt bike in a car road accident has spoken of his exrade in a generosity raising campaign."} +{"id": 250, "generated": "A young gull who got stuck fast in ice after being rescued after getting stuck in a west lake has been used using an inflatable sled."} +{"id": 251, "generated": "The final phase of work to protect properties in a town of Powys has been postponed by a single objection."} +{"id": 252, "generated": "Remember Guyana, 20-year-old Gloriaaby Trotman was alleged assailant for assaulting her transgender friend."} +{"id": 253, "generated": "Photographs of US university photograph Kevin Conway, who was caught putting her own feet on her phone on Monday, sparked outrage on social media."} +{"id": 254, "generated": "A smoke explosion has sexploded on the outskirts of Yemen's Sanaa, the largest Saudi-led coalition to discuss rebel bombing in several weeks, state media say."} +{"id": 255, "generated": "When Katt Hauser tried to carry her airport to Jakarta in September Singapore, she was so safe."} +{"id": 256, "generated": "Great Britain's men will play New Zealand 55-13 and reach the quarter-finals of the 2015 Women's World Cup in Rio."} +{"id": 257, "generated": "E. L. James's thriller, which mirrors the Hollywood pa show The Martian."} +{"id": 258, "generated": "Dutch pilots have found that an Air plane crashed in Switzerland minutes before they asked to move into their flight to the Northern and Sea."} +{"id": 259, "generated": "New Zealand Rugby board has announced a preliminary review of women's response to the scandals that sparked last season."} +{"id": 260, "generated": "Halfords has said it will not charge a fee that would cost a standard £2.99 for customers who order items on the Moray Marketplace."} +{"id": 261, "generated": "An call has been made for new legislation for schools in Wales to record reports of all racist types of bullying."} +{"id": 262, "generated": "More than 50 union staff in Northern Ireland have been forced to withdraw their labour in a dispute over industrial relations."} +{"id": 263, "generated": "The EU Parliament has confirmed that the suspected Belgian bomber believed to be responsible for the terror attacks in Brussels is the head of a cleaning firm."} +{"id": 264, "generated": "Natural Resources Wales has issued security warnings on flood tides across Wales."} +{"id": 265, "generated": "China's biggest retailer, Alibaba, reported a 3% rise in first quarter revenue following sales from mobile devices through its mobile devices website."} +{"id": 266, "generated": "(Close): Wall Street opened up on Wednesday, helped by strong sales and regional US economic data, but car manufacturing came to unconff with a fall last week."} +{"id": 267, "generated": "Wales coach Georgian Ruddock hopes Gavin Henson is capable of playing for Cardiff Gwent Dragons."} +{"id": 268, "generated": "A BBC presenter who suggested female rape \"d not tease\" Evans about engaging in sexual activity if you yank or dog's tail or tease is an \" abhorrent\", it has emerged."} +{"id": 269, "generated": "Plans for a £25m sea and street headquarters at the centre of the Lake District are set to go on show."} +{"id": 270, "generated": "Six Nations captain Matthew Nicol has backed both John Barclay and Kelly Brown to come in to the Scotland squad."} +{"id": 271, "generated": "Cardiff Chiefs have signed wing Sam Armand, Domas Hill and John Hill on undisclosed contracts for the 2016 season."} +{"id": 272, "generated": "A match between Malaysian football club Vilddle Oniya in their home match with Maamsole was abandoned, minutes after he had a colleague died."} +{"id": 273, "generated": "It has been a conflict week in Singapore and tens of thousands of petitions have called for the drop of gay rights legend 'Gi' Lambert from broadcasts."} +{"id": 274, "generated": "Shares in Australia and Sydney jumped on Monday after a report showed that the US jobs market was to lose."} +{"id": 275, "generated": "A dishaltedt former Victorian art centre is undergoing reopenment after more than 100 artefacts were found behind skirting boards."} +{"id": 276, "generated": "Three men have been arrested in connection with the death of a teenager at a Hampshire warehouse."} +{"id": 277, "generated": "Families of a woman who went missing on board off Mexico in 2011 have called for an inquiry into suspected crimes at sea."} +{"id": 278, "generated": "Two children - all also aged 16 - have won £3m to the victims of Malaysia Airlines flight MH370 in the Indian Ocean, say the family of three teenage children."} +{"id": 279, "generated": "Leicester Women's Eva Scott has signed a new contract, which will keep her at the Super League club until June 2018."} +{"id": 280, "generated": "A decision on the HS2 project in Crewe affect north Wales, Chancellor George Osborne has said."} +{"id": 281, "generated": "Olympic champions Philip Daley and Done Tom Meilutyte have taken part the Plymouth welcome home parade."} +{"id": 282, "generated": "A 35-year-old man has been arrested after the death of another man who was knocked down in an Edinburgh Gardens."} +{"id": 283, "generated": "Glasgow Warriors would be an immediate option for Scotland retiring for Sean Lamont, says head coach Gregor Townsend."} +{"id": 284, "generated": "A British veterans who served on the Arctic convoys has received a medal awarded during World War II."} +{"id": 285, "generated": "The parents of a Polish couple who are missing since the Manchester College terror attacks say they have appealing for information they have been killed."} +{"id": 286, "generated": "Police and crime criminal Nick Bristow has been chosen as the chief constable of the Serious Organisd Crime Agency (NCA)."} +{"id": 287, "generated": "Pope Francis has made an Argentine trip to Paraguay to support the Champions trophy for San Lorenzo Copa."} +{"id": 288, "generated": "Teenage Cancer Trust has raised £2.7m of fundraising spent on refurbishing cancer units after the death of teenager Stephen Downing."} +{"id": 289, "generated": "The bodies of two men have been found missing off Camber Sands after getting into trouble in the sea in the sand."} +{"id": 290, "generated": "Zlatan Ibrahimovic has revealed he would want his future at Manchester United when he signs a extended contract to keep him at Old Trafford until 2017-18."} +{"id": 291, "generated": "A man has been taken to hospital following a serious assault in Peelwick, County Down."} +{"id": 292, "generated": "Liverpool first boss Mike Adams admitted his side were \"reject to twist\" in the 2-0 FA Cup at Home Park."} +{"id": 293, "generated": "Almost one in five patients from their GP have previously talked about their symptoms, according to another study that is likely to be cancer."} +{"id": 294, "generated": "US Republican presidential candidate Jon Huntsman haswithdrawn from of the race - saying the race was \"an onslaught of attacks\"."} +{"id": 295, "generated": "A former headmaster at a Abbey school has been found guilty of indesing on his wrists after being found guilty of caning."} +{"id": 296, "generated": "Former Mercedes driver Chris Horner says he would unreprimanded on Sebastian Vettel for belling at Max Whiting in the Mexico Grand Prix while off taking his world title."} +{"id": 297, "generated": "Daniele De Rossi's last-minute penalty understood Italy's 2018 World Cup hopes after a 2-1 draw by Iceland in Paris."} +{"id": 298, "generated": "British astronauts have used the International Space Station to watch two-thirds of movies in space."} +{"id": 299, "generated": "Fashion shopping app Mallzee has raised more than £5m (£322m) to help and develop a expansion of its mobile-personalised app."} +{"id": 300, "generated": "Travis Pengilly has accused the International Olympic Committee of making its calls for Russia be banned from the Paralympic Games."} +{"id": 301, "generated": "Investigators investigating an Airbus flyer that crashed in Egypt say they have sent back images of the wreckage, a day after the plane was lost from Greek and radar screens."} +{"id": 302, "generated": "German Chancellor Angela Merkel has announced she will stand for a fourth term in August 2017."} +{"id": 303, "generated": "A North Yorkshire Police has been accused of \" grossg misconduct\" after its report found a paramedic seeking to pull a man whose body was found in a lake."} +{"id": 304, "generated": "The family of the Harry Clarke victim of the Glasgow bin lorry crash have announced they will begin criminal prosecution against the driver."} +{"id": 305, "generated": "Make a mask to the Old Firm derby, I had spent my dad called, I ABC, in dressing-room on the sousse of that approximately good exterior."} +{"id": 306, "generated": "A woman who was filmed passing the train in the direction of a level crossing has been cautioned, police say."} +{"id": 307, "generated": "American scientists have launched a special drone that can help search for the world's biggest lake."} +{"id": 308, "generated": "A war memorial at risk and going on the sea because of crash andcliffs has been given £950,000 in funding."} +{"id": 309, "generated": "An Energy company planning to extract shale gas sites in North Yorkshire has been delayed by the county council."} +{"id": 310, "generated": "Carl Frampton will not refund the WBC feather- featherweight fight with Andres Gutierrez after his injuries were deliberately rescheduled by Cyclone Promotions and SSE Arena."} +{"id": 311, "generated": "The bodies of two people who died in a raid at a security camp in north-eastern Bangladesh have flushe out suspected Islamist militants, police say."} +{"id": 312, "generated": "Dublin bus staff have agreed a proposal to mark the biggest increase in absenteeism the country's 18-month-long football career after pay strikess in October."} +{"id": 313, "generated": "Art artist Elliot Downinger has described the times of her battle with anorexia, which helped her tackle the condition of mental health in the 1970s."} +{"id": 314, "generated": "Six years ago Paul Cash, the general secretary of Royal Unionist Union (RMT), faces in what has led to a tackling wave of battles between rail companies and British Railwaymen."} +{"id": 315, "generated": "As studios, feature-home, console companies and wholesale producers hail to the retail market, we will go-out at this year's E3 consoles."} +{"id": 316, "generated": "Rory McIlroy has apologised for hitting out criticism from US Secretary President Donald Trump that he had been invited to play golf with his golf partner."} +{"id": 317, "generated": "US government security authorities have leak scamed government names and email details of hundreds of employees in a personal database, according to a business professional."} +{"id": 318, "generated": "Ethiopia's government is Declaring a state of emergency following six months of protests in two of the most remote states of the capital, Oromia and Oromo."} +{"id": 319, "generated": "Former Birmingham City manager Philip Goodwin has died at home at the age of 110."} +{"id": 320, "generated": "A 17th Centuryvinery that is believed to be the \"first of its kind\" has been found by archaeologists in Auckland."} +{"id": 321, "generated": "Staffs trying to salvage the brokend drilling rig Transocean Winner may return to the Turkish Island of Turkey."} +{"id": 322, "generated": "Qualcomm has revealed that a new version of the world's biggest-ever smartwatch is to be offered by 2020."} +{"id": 323, "generated": "Rail passengers are facing delays and delays as they travel on the Southeastern signal line between London and London Bridge."} +{"id": 324, "generated": "Russian spie suspect Dadite Chapman will not be cleared from the UK next year, the Home Office has said after a Vienna spy swap."} +{"id": 325, "generated": "A report into child abuse at Rotherham Council has sparked a new democracy for the age as young."} +{"id": 326, "generated": "PlayStation is selling its first PS4 consoles which will have different graphics capabilities for the generation."} +{"id": 327, "generated": "When the vote helanded by Labour was the final evening, I't zero to see the deadly."} +{"id": 328, "generated": "Questions six-year-old Nima Sherpa the avalanche that struck Nepal's Mount Everest on 18 April, her mother has told how she feels that her son's life remains alive."} +{"id": 329, "generated": "All officers from police forces in England and Wales between 18 and 13 will be able to pay £4,59 from April, the Winsor Review has announced."} +{"id": 330, "generated": "Columnists criticised Republican Donald Trump's first presidential debate amid allegations she lied to attorneybordere Hillary Clinton during his campaign opponent."} +{"id": 331, "generated": "A teenager has been arrested after a car became stuck on a train line for about three hours after a fence was sacked."} +{"id": 332, "generated": "A man who trap his shopkeeper with a deadly axe as he tried to become mbe robbernian has been jailed for more than a year."} +{"id": 333, "generated": "An association which owns on human rights says at least 1,200 people have been killed in Kenya in the past five years is expected to rise from 26 July 2018."} +{"id": 334, "generated": "From the global economy to the universities, France are now similarly top in the economy than the top three men this time."} +{"id": 335, "generated": "The UK overlap with deprived pupils in the latest Pisa tests, says former developed Education chief John Schleicher."} +{"id": 336, "generated": "Ellyse Perry won Australia's first Women's World Twenty Twenty20 title by beating West Indies in a impressive five-run final at Mumbai Ashes."} +{"id": 337, "generated": "The Football Association is to offer up to 60 professional leagues to clubs that show dissent in the previous game."} +{"id": 338, "generated": "A charity school has been opened in Nepal to prepare food and help for families of those in the victims of last week's earthquake."} +{"id": 339, "generated": "It was a number of few gigs and festivals as space exploration band BB targeted to write their second album in a terrestrial space."} +{"id": 340, "generated": "The British Health and Care Trust (BCPFT) has reported a planned shortfall in June compared to its financial finances."} +{"id": 341, "generated": "A regional cancer service set up across Northern Ireland for young people has increasedly over the past four months."} +{"id": 342, "generated": "Oscar-winning actress Liz Stewart will direct her film titled A Tale of Girl, it has been announced."} +{"id": 343, "generated": "Cammy Smith scored a stunning hat-trick as Dundee United overcam 19-man Partick Thistle in the Scottish Cup quarter-finals."} +{"id": 344, "generated": "Home Secretary Theresa May has confirmed the public inquiry into undercover policing (SDS) is to be set up later this month."} +{"id": 345, "generated": "Sam Mendes, the director of Spectre, says he was \"helie and pilloried\" after recording a theme song for the group's two Bond films."} +{"id": 346, "generated": "A move to legalise abortion in Northern Ireland has been defeated by MLAs after the assembly election."} +{"id": 347, "generated": "Forecasts have been issued regular warnings of flooding around parts of Cumbria, in the north of England."} +{"id": 348, "generated": "Police are investigating reports of a serious attack on a 42-year-old man on the street in Manchester city centre."} +{"id": 349, "generated": "Olympic medallist Tyler Willis finished fifth in the men's qualifying time for the Rio 100m medley relay on Tuesday."} +{"id": 350, "generated": "There is no claim that Sony's proposed PS VR - the PS4 reality console model - is a niche product."} +{"id": 351, "generated": "Alloa Athletic made Peterhead one-point clear at the top of Scottish League One with a dramatic 2-0 win over Stranraer at Tafliview Park on Saturday."} +{"id": 352, "generated": "Real Madrid have signed former defender Devolvezo on a season-long loan for a reported £3m."} +{"id": 353, "generated": "Denmark's Joakitena Ouseph and Marborough Adcocks won two mixed doubles gold in the final sets at the Euros in London."} +{"id": 354, "generated": "Concerns over police policies are to be reviewed by the police watchdog the death of a man who died in a river in November."} +{"id": 355, "generated": "Almost half of female MPs at Parliament have seen an \"unonym level of abuse, abuse and threats\", according to an anonymous BBC 5 Live survey."} +{"id": 356, "generated": "iPhone users are now being more able to see them with five new emojis on their iOS operating system."} +{"id": 357, "generated": "The statute stands among the edges of the gate of an unfamiliar atlas in the south-eastern Mediterranean state of Greece."} +{"id": 358, "generated": "A man who raped four times before raping a woman in Burnford has been jailed for 10 years."} +{"id": 359, "generated": "Ten years ago I was enjoying with my mother with three children, taking a stroll and visiting an unlicensed state of Nigeria, in a new phenomenon that seemed it would be the most annocible truth in the Olympic Games."} +{"id": 360, "generated": "Colombia's Farc rebel group has said it will hand over 30% of its arms to government-adheld camps in the country by the end of May."} +{"id": 361, "generated": "Felie Laverty suffered his second defeat of his career by clinching to 29 points at the Grand Prix in Al."} +{"id": 362, "generated": "No evidence in a investigation against two Easyjet passengers who were armed as a \"terrorist\" cannot be identified, police have said."} +{"id": 363, "generated": "Google has started the streaming system that could answer results in apps they do not have installed."} +{"id": 364, "generated": "President Barack Obama says his views that US corporations trying to revive climate change would cost the world economy more than expected."} +{"id": 365, "generated": "Eight men have been arrested after ammunition and pistols were seized by police in County Dublin."} +{"id": 366, "generated": "Scotland's economygrew by 0.4% during the first three months of 2015 compared with the UK, according to official figures."} +{"id": 367, "generated": "A cyclist has died while walking at the side of a mountain bike in Flintshire."} +{"id": 368, "generated": "A driver who killed a woman and used his dog to walk when he hit it at a 30mph limit has been jailed."} +{"id": 369, "generated": "The flavour of the respects she attach Raquel Johnson's fame."} +{"id": 370, "generated": "The Trade union minister has been awarded a £400m deal signed by Stormont on Wednesday."} +{"id": 371, "generated": "Ireland full-back James Bowe has signed a new three-year deal with the Ulster football champions Leinster."} +{"id": 372, "generated": "Rugby match officials in England have been told not to commit guilty drug offences involving on their players."} +{"id": 373, "generated": "Samsung has released two high-profile Android phones - with a total five-large finish and priced at £690 to £680 - at more than 2016."} +{"id": 374, "generated": "Norwich City goalkeeper Barry Ruddy says a two-year deal was \"deisis impossiblea possibleable\" when he was forced to step down as manager."} +{"id": 375, "generated": "Just just Friday I didn't feel because I got so nowhere on the Paris climate Agreement."} +{"id": 376, "generated": "Welsh player Josh Joyce says Team GB are prepared for one of their hardestest rugby games when they won gold at the Olympics in Rio."} +{"id": 377, "generated": "Zee Dominique Kerkorian, the billion billionaire, has died aged 83."} +{"id": 378, "generated": "Warrington claimed their seventh Super League win to return to the top with a convincing win over Wigan Warriors."} +{"id": 379, "generated": "Five local councils in West Yorkshire could be given powers from a combined authority as part of plans to create a metro mayor."} +{"id": 380, "generated": "Paedophile Christian Richard Huckle has been jailed for a spate of sex offences in Malaysia."} +{"id": 381, "generated": "The death of former Israeli President Shimon Peres has been inspired by peace history by the country's top Rabbi leaders."} +{"id": 382, "generated": "A cot blanket made from Israeli wool has been sent to Australia to mark the birth of her great-grandchild Princess Charlotte."} +{"id": 383, "generated": "Two largest Northern Ireland distressed property units have gone on sale for sale."} +{"id": 384, "generated": "The president of the Catholic Church in Scotland has apologised to survivors who were harmed."} +{"id": 385, "generated": "Jersey will host the World squash Football League from April 2017."} +{"id": 386, "generated": "A hurricane cyclone has broken power on Hawaii's coast in what may be the licensest storm in a decade."} +{"id": 387, "generated": "Labour leader Jeremy Corbyn has backed another remarks from his rival that ending the ban on secondary strikes in England and \"sympathy action\" is legal."} +{"id": 388, "generated": "It's a week for the opening 10 games of the Premier League season."} +{"id": 389, "generated": "An Israeli soldier has killed three fellow Islamist militants in an attack crossing the Sinai, the army says."} +{"id": 390, "generated": "Venuscrossed slowly over the Sun and moving a black dot across the orbit of Earth and Earth."} +{"id": 391, "generated": "A New Zealand criminal smug who escaped from prison after a 430mented campaign with the rest of the world has returned in custody in Brazil."} +{"id": 392, "generated": "A woman who persed raccial abuse and verbal attack at some passengers on a tram has been given a community order."} +{"id": 393, "generated": "The Isle of Man has passed a bill giving gay rights recognition as married couples for more than 20 years."} +{"id": 394, "generated": "US guitar player George Smith, known for his hits tune Arthur Smith, has died at the age of 93."} +{"id": 395, "generated": "Liverpool midfielder Daniel Sturridge says he is returning to the United States after having 12-month operation on his hip."} +{"id": 396, "generated": "Meery Solomon said she was \"appy\" carrying a public clipboard for a production of The Blood for her first time."} +{"id": 397, "generated": "Four men have been arrested in connection with a \"entic assault\" in Kilmarnock, North Lanarkshire."} +{"id": 398, "generated": "Hull City beat Championship rivals Newcastle 3-1 for the first time in the EFL semi-final to reach extra-time penalties."} +{"id": 399, "generated": "UKIP candidate has resigned from the party after re selecting deputy rival Nick Smith for making \"racist\" comments on recorded, the BBC has learned."} +{"id": 400, "generated": "Authorities are to spend more than £130,000 to help create a gallery of Viking's former town hall in Kirkcudbright."} +{"id": 401, "generated": "Great Britaints Rob Davies and Adam Matthews took bronzes in the Italian table tennis team as they won stage two of the European Tour of Glasgow in Italy."} +{"id": 402, "generated": "Three men have died and police on suspicion of falling from a building block in Aberdeen."} +{"id": 403, "generated": "Two goals from Derek Lyle helped Queen of the South to a home win over Brechin City in the Scottish League Cup."} +{"id": 404, "generated": "The US Senate has passed a bill which denies an Iranian envoy as part of the militant group that involved in the country's hostage taking."} +{"id": 405, "generated": "An agreement has been signed to become the largest farm in the UK and more than one million homes are set to be supply turbines."} +{"id": 406, "generated": "Pope Francis haswalked through the main gate of Auschwitz for a few minutes to pledge compassion for refugees in Poland."} +{"id": 407, "generated": "More than 150 volunteers will march Yorkshire to celebrate King Harold's life on the English Sea since the Battle of Hastings in 1995."} +{"id": 408, "generated": "Bath flanker Troy Burgess says he spent the rest of his career in rugby league in a order in the Daily Mail saying he \"lripping to shreds\" both sides."} +{"id": 409, "generated": "An Australian woman accused of murdering a Balin beachkeeper says she would not accept a donation of money from the widow of her boyfriend who stabbed to death."} +{"id": 410, "generated": "Europe's leading two universities are planning to open a branch campus in London, months after the vote to leave the EU, according to reports."} +{"id": 411, "generated": "Strictly and The Voice will go up up as again the best talent show presenters chosen for the 2017 National Talent Show Award."} +{"id": 412, "generated": "Chris Williams says he is happy of being given a first-winning number 12 shirt for the Irish side. Reading"} +{"id": 413, "generated": "A report into football's governing Fifa has said the organisation's ethics process is \"the natural next step\" of its reform process."} +{"id": 414, "generated": "A woman accused of rapping a caregirl by pieping on by teenager Arlene Foster \" drunk\" four cans of beer andcollected her with images of the attack, a jury heard."} +{"id": 415, "generated": "Manchester United striker Wayne Rooney made his first league return in more than a decade and is back to Everton as he returns to the club."} +{"id": 416, "generated": "After more than 50 years left without aother career challenge, Lucil Marsden has now become one of the hot-precing sporting faces - by embarking into handcycling and other sport."} +{"id": 417, "generated": "A specially-designed French nightclub which opens in the centre of Beirut capital, Harissa, is the stone of the culturality of its own city - the architecture, Islamic aesthetic and its design."} +{"id": 418, "generated": "It's the ancient image dating to 1986 drama Baldwin deneuve and the BBC's Focus Classic."} +{"id": 419, "generated": "A former policeman jailed for carrying out a £2m deceit on mortgage lenders has been ordered to pay back almost £4m."} +{"id": 420, "generated": "Jeremy Corbyn is in a bid to be Labour's leader, despite \"no 50%\" of first ballot papers, a new poll suggests."} +{"id": 421, "generated": "The leading figures at the centre of political talks between IRA and Northern Ireland are likely to meet with the Irish prime minister."} +{"id": 422, "generated": "French artist hintsa Kapoor has criticised the discovery of a sculpture of vandals outside Le Notre's Versailles Palace's art chief, Le Figero, saying it is \"an end endangerment of sacred past\"."} +{"id": 423, "generated": "Sam Ashton hit two tries as French Premiership champions Saracens beat Worcester Warriors at Glaamford Park to increase their preparation for the European Cup final."} +{"id": 424, "generated": "England's second Test against South Africa, which will start next month, but their side can take their third series against Australia at Cape Town."} +{"id": 425, "generated": "The proportion of people in workless households in the UK has fallen for the fourth year in a row, official figures show."} +{"id": 426, "generated": "BBC magic star Paul Daniels has been diagnosed aged 102."} +{"id": 427, "generated": "Harry Potter Christmas and wands are among brands counterfeit goods being seized in England in the past four months, figures show."} +{"id": 428, "generated": "A police force has been criticised after an online advert calling for a 'ploddledegook' chief constable to talk to politicians."} +{"id": 429, "generated": "A Lancashire woman has kept her constituency as Labour kept greater control of the town."} +{"id": 430, "generated": "Gordon Cooper took his first British Gold Cup win in a week by winning the pretty-solitary Handicap Hurdle at St's Park in Belfast."} +{"id": 431, "generated": "Lili Holm's critics say there's \"ton of emotional stresses\" after the UFC and bantamweight champion lost nine fights in the last six days."} +{"id": 432, "generated": "A former shadow cabinet leader has said he is \"with no ifs or no buts\" that Labour could be the next prime minister."} +{"id": 433, "generated": "A sheep had to be rescued after falling down a cliff near Teeriada."} +{"id": 434, "generated": "Fun Burgess scored in three hat-trick as Wigan Warriors came from behind to beat Catalans and end their hopes of defending Super League's top four."} +{"id": 435, "generated": "One US service member has died and 38 others injured in a helicopter crash in the Afghan province of Helmand, the military says."} +{"id": 436, "generated": "Germany's prime minister says it has begun carrying out a secret-secret far-right group featuring armed security services to train people at murders and train when it comes to civil war."} +{"id": 437, "generated": "South China's Yu Chinauu beat world number three to reach the last 32 of the Snooker Championship in Cardiff."} +{"id": 438, "generated": "US Secretary of State John Kerry has said it was \"almost impossible\" for Syrian rebels to increase aid in his first visit to Rome."} +{"id": 439, "generated": "Arsenal boss Arsene Wenger said his team rescuoning \"gamikaze pride\" as they thumched a 5-5 defeat by Manchester United in the FA Cup quarter-finals."} +{"id": 440, "generated": "Cameroon coach Alexandro Broos said he is happy with his comments against African football giant Fecafoot that the team have to be awake again."} +{"id": 441, "generated": "I do I want to look at a coincidence that when I feel work as an editor, stuff what I acknowledge to be very extravagant."} +{"id": 442, "generated": "Make-up which highlighted the \"long story\" of fake goods has been praised by the Scottish justice secretary."} +{"id": 443, "generated": "World number one Mark Selby beat world number eight Ronnie O'Sullivan 10-14 in a final session to win his third Triple Crown title in more than 30 years."} +{"id": 444, "generated": "The UN will hold the closed door on Sunday to request Security Council consent for humanitarian aid in Syria."} +{"id": 445, "generated": "There's it so disturbing as the night comes in Paris as the final night of joy and it is what will be more ready."} +{"id": 446, "generated": "The story of stroke-songwriter Oli Collins is to star star in a film about the life of one survivors to be shown later this year."} +{"id": 447, "generated": "Marko Antenucci's late equaliser was enough but Leeds came from behind to draw with Brentford."} +{"id": 448, "generated": "Monaco expanded their presence at the top of Ligue 1 and thrrashed Nancy to move three points off the top of Ligue 1."} +{"id": 449, "generated": "A senior chief constable for South Yorkshire Police in wake of the suspension of Hillsborough murder jurys has been named in post."} +{"id": 450, "generated": "A Labour MP has urged the health secretary to extend all hospital staff ahead of an independent review into the deaths of baby couple in Scotland."} +{"id": 451, "generated": "Cardiff boss Gules Hiddink has revealed he is keen to leave the club for Paul Terry, but said will not speculate possible a possible contract extension self with him."} +{"id": 452, "generated": "A man was left seriously injured in the head when he was attacked during a night out in County Antrim."} +{"id": 453, "generated": "Serial paedophile Yaempt Glitter has been jailed for seven years for a series of rap and sex offences."} +{"id": 454, "generated": "Up to 1,000 firms in the UK will face fines for receiving \"solicited marketing calls\" under new rules uneveiled by the Information Commissioner's Office."} +{"id": 455, "generated": "The FBI has rescued 300 children from three street raids in the US after being accused of sex trafficking."} +{"id": 456, "generated": "BBC TV broadcaster Made in Cardiff is due to launch on January next year, it has been confirmed."} +{"id": 457, "generated": "The Irish Football Association (IFA) is investigating huge damage to the foundation stand at Linfield's Oval Park, a leading engineer has said."} +{"id": 458, "generated": "The case by the US Supreme Court that a cracked part of Mo Farook's iPhone - its device would practically destroy - has sparked a number of high-profile cases in a dispute over the device's security settings."} +{"id": 459, "generated": "Defending giant Ocado has reported a strong surge in annual profits, backed by \"escalating pressure\" Amazon sector."} +{"id": 460, "generated": "Five hikers have died and several have been injured in a violent fall in Italy's Alps, police say."} +{"id": 461, "generated": "A woman has been concerned about her business after becoming stuckt in a bath for two days after she missed out her second home."} +{"id": 462, "generated": "The route of the M77 has reopened four days after a two-car crash involving passerrs in Glasgow."} +{"id": 463, "generated": "The killer of a gunman at a church in South Carolina killing nine people has \"s forgiveed the death penalty if he wants to try on state charges, the county's governor has said."} +{"id": 464, "generated": "A leading Syrian human rights activist has said he travelled to a prison that more than two weeks after demands to end a mutiny revolt."} +{"id": 465, "generated": "The Lie Tree by Marina Atkinson is among the five novels at this year's Calsterham Museum who won a biography award for the Costa book of the year."} +{"id": 466, "generated": "Eeven Singaporens have been rescued after a freighter collided in the Singapore Strait, bearing Antigua Barbuda flag."} +{"id": 467, "generated": "(Close): Shares in the FTSE 100 supperer as mining remain strong at the future of the region's economy."} +{"id": 468, "generated": "Australia claimed their first rugby series win over South Africa as the winners played in a thrilling game."} +{"id": 469, "generated": "Dagenham & Redbridge survived a draw to their National League promotion hopes at Macclesfield."} +{"id": 470, "generated": "Former Bedford and Cambridge City captain David Perry has died at the age of 83, the club has confirmed."} +{"id": 471, "generated": "The popular destination of the East Midlands serves Polish delis on the Hinckley Road with a collection of \"menac and hostile\" images of migrants."} +{"id": 472, "generated": "Stoke City will have a \"no issues\" for midfielder Saido Berahino during the January transfer window, says manager Mark Hughes."} +{"id": 473, "generated": "Laura Daley and Becky Gallantree won two medals in the synchronised 3m platform as they claimed bronzes at the World diving Championships in China, coming fifth with a reverse."} +{"id": 474, "generated": "Plastic pollution from microplastics is cho areas of the oceans than come come from cosmetic products, says a international environmental body."} +{"id": 475, "generated": "A man sought by police after the getaway of remains found in Glasgow for more than two months is to make an appeal for his arrest."} +{"id": 476, "generated": "A statue to a former teacher who helped for the Suffragette movement more than 100 years ago has been revealed."} +{"id": 477, "generated": "A UK jihadist travelled to Syria to remain fighting for Islamic State militant has become the fourth number on the UN's latest UN sanctions list."} +{"id": 478, "generated": "A man has died after karting while he was on a track track."} +{"id": 479, "generated": "A woman used a cupboard to help owner of an free California Kingsnake snake and found curled up on forks and forks in Edinburgh."} +{"id": 480, "generated": "A pup that was t dump into the enclosed floor of a designated dog walking field is \"lucke to be alive\", the RSPCA has said."} +{"id": 481, "generated": "US Ministry of Defence's defence spending risen by £7.1bn \"highly than predicted\", the spending watchdog has warned."} +{"id": 482, "generated": "(Open): Wall Street opened higher than originally expected on Wednesday, with the annual data on the world's biggest rise since the start of July."} +{"id": 483, "generated": "The cast of Hamilton has said US President-elect Mike Pence was very loudly booed during a audience performance for the fascinatingly acclaimed musical."} +{"id": 484, "generated": "Oldham manager Steve Sheridan says he does not watching excellent players on his side's frontfield following their 2-1 defeat by Walsall."} +{"id": 485, "generated": "A Swansea man who stole more than £20,000 of alcohol from mental health members at a hospital has been jailed for eight months."} +{"id": 486, "generated": "Santander has reported a 33% drop in the third quarter of the year, saying its Payment Protection Insurance claims have soared since the UK left the European Union."} +{"id": 487, "generated": "Lewis Hamilton says he is gunning to turn the pace in Sunday's Hungary Grand Prix with Mercedes team-mate Nico Rosberg."} +{"id": 488, "generated": "American lawyer Mike Pompeo has been brought to the House of Representatives, claiming that some Islamic faith leaders of Islamophobia were \"comlicit\"."} +{"id": 489, "generated": "Sussex kept their unbeaten Division Two survive by shuning Leicestershire by five wickets against Essex at Lord's."} +{"id": 490, "generated": "Prostes in France have been urged to hold a minute's silence to remind a US man suspected of causing his death in a terrorist attack in Paris in January."} +{"id": 491, "generated": "More than 100 homes have been destroyed in the US state of Louisiana after excess water slhed east."} +{"id": 492, "generated": "Wales claimed their first ever World Cup victory as they held to a victory over Italy in the Under-19 final in Cardiff."} +{"id": 493, "generated": "A shop owner who said he back to the 1970s over he \" taunt\" sales guys about his appearance has been suspended by the Department of Materials' Service (DFS)."} +{"id": 494, "generated": "Mae cyfald o'tiad el ne't swystwyth yn Tif i el newyddi, UNSDU \"cygegol\" wedi ry"} +{"id": 495, "generated": "Being being ill during childhood suggests happiness has no higher risk of death, a Million Women study suggests."} +{"id": 496, "generated": "Formula 1 driver Nico Rosberg says he is disappointed that postpone introduction of a safety halo protection is \"ready to go\"."} +{"id": 497, "generated": "A video of a blindfolded Muslim man asking for hugs in his own pub in the aftermath of the Paris attacks has gone on viral."} +{"id": 498, "generated": "Chris the sheep 60lb (88kg) massive bundle of fleece as part of a merino shearing operation in the western Australian state of Australia."} +{"id": 499, "generated": "The UN has ordered to share waste data from biometric industry, Aadhaar - one of the best-making charities in the South African Age."} +{"id": 500, "generated": "Belfast City Council has been meeting with police about the burning of tyres a bonfire in County Antrim."} +{"id": 501, "generated": "Southend ended a run of play-off concerns as they were beaten by AFC Wimbledon in League One at Arble."} +{"id": 502, "generated": "Facebook is to launch standalone video apps that allows users to watch videos on their televisions."} +{"id": 503, "generated": "Bristol Rovers have offered former manager Ray McKinnon to replace former Brechin boss Paul Malpas as their new manager at BBC Scotland's Scottish League One club on Tuesday."} +{"id": 504, "generated": "In 2012, Jim Flynn joined Newport County to non-league football as a 25-year-old midfielder at the city team in Tesco."} +{"id": 505, "generated": "expansion in the UK's construction sector reached its slowest pace for a year earlier, according to a watch-watch survey."} +{"id": 506, "generated": "A doctor who filme a covert about filming beneath women's skirts in Essex after he left the wedding has been struck off following his admitce."} +{"id": 507, "generated": "An Australian tradesman has died after being bitten by a so-called redback spider on the penis."} +{"id": 508, "generated": "An Army soldier has had a exchange with her husband for the first time in 40 years after they married one of the country's highest-ranked female combat regiment."} +{"id": 509, "generated": "The government needs to \" immediately protect\" the rights of EU nationals in the UK if it withdraws, a group of peers has warned."} +{"id": 510, "generated": "Cool knives, hostels, cheeses and sweaters are among them being stolen from flooded homes, police have said."} +{"id": 511, "generated": "The family of a County Durhamside estate where a famous county title winner have paid tribute to Lord Barnard."} +{"id": 512, "generated": "Cornwall's Nahuit Giles has announced she will stay on the LPGA Tour of the America by the end of 2016."} +{"id": 513, "generated": "Hearts midfielder Carlos Rherras will face Morocco and Africa in their 2017 Women's Africa Cup of Nations qualifier."} +{"id": 514, "generated": "A school which opened in the Czech for more than 100 years has been unveiled by the Queen."} +{"id": 515, "generated": "Amazon has reported a rise in profit as it boosted strong growth in North America in the second quarter of Thursday evening."} +{"id": 516, "generated": "Rangers manager Steve Murty praised the tenacity and grit of his players following their Scottish Cup win over Celtic."} +{"id": 517, "generated": "Britain's Tour de France sprinter Mark Cavendish could compete the World Championships in Rio, says former world road gold medallist Tomastair Sutton."} +{"id": 518, "generated": "A planning application for a proposed £20m mining mine near North York Moors has been rejected, a report says."} +{"id": 519, "generated": "The Rooney Rule trial will begin in Italy on Saturday after academy clubs voted against proposals."} +{"id": 520, "generated": "The \"most expensive\" private box at South Kensington auditorium is being sold by the Duke of Kent for sale for £4050,000."} +{"id": 521, "generated": "Shrewsbury Town have signed Stefan Payne on his first signing of the summer season since he was relegated by League One club Rochdale."} +{"id": 522, "generated": "Residents of a Gloucestershire church have been left shock after thousands of metal was stolen from the building dating back to save it."} +{"id": 523, "generated": "A fire at Japan's very famous tuna auction Tsukiji industrial market has broken out, injuring auction workers and thousands of shops."} +{"id": 524, "generated": "traderss who wrongdoing with the Libor rate within senior banking executives are to be held to account by the Bank of England, also under new conduct rules by the regulators."} +{"id": 525, "generated": "Marcus Ingram hit his first county century of the season as wickets from David Wright and Marcus Wright helped rescue Surrey beat South Africa by five runs at Glamorgan at The Oval."} +{"id": 526, "generated": "A 83-year-old woman has been rescued after she became trapped between her Evans and pavement chains under a car in Glasgow city centre."} +{"id": 527, "generated": "A mother whose advocate protect the life of her young son has been given top honour of this year's four Young Australian women of the Year."} +{"id": 528, "generated": "A property management executive at the key centre of a controversial Nama loan deal has told a committee minutes that he has declarations of interest."} +{"id": 529, "generated": "Black tea is a disaster for UK business and that supermarkets will have to absorb price rises."} +{"id": 530, "generated": "Two British soldiers who died in a bomb attack in Afghanistan last week have been named by the Secretary of Defence."} +{"id": 531, "generated": "Councillors at Aberdeen City Council have been told they could face concerns about the terms of financial dealing on the Stock exchange."} +{"id": 532, "generated": "Burnley's unbeaten run under manager Sean Dyche continued with a narrow defeat at Hull City."} +{"id": 533, "generated": "Oxford United have signed Swedish Under-18 midfielder Conby Pekalski from Sweden-based national club Halmstads."} +{"id": 534, "generated": "Manchester City midfielder James Toure has signed a three-year deal with the Premier League club for the fee of about £8.5m."} +{"id": 535, "generated": "Four dogs have been swiped from a walker's van outside a house in central London."} +{"id": 536, "generated": "The parents of former Star Trek actor Ingal Yelchin are suing Fiat Chrysler over a stolen Jeep that made wrongly to kill their son, according to records."} +{"id": 537, "generated": "Newport County extend their winning run to 10 games as they were held to defeat at Academicor Park."} +{"id": 538, "generated": "A cat had to take off its owner and strokeal him for 30 minutes before being daked out by a van."} +{"id": 539, "generated": "A 15-year-old girl has accused the FBI director of alleged Republican presidential candidate Anthony Weiner of an email abuser."} +{"id": 540, "generated": "Going, the new trailer of Baywatch - the film series is like abac shameed, unfiltered, huge reboot."} +{"id": 541, "generated": "(Close): Wall Street closed up after viewers reported lower profit figures for television and exclusive broadcast services."} +{"id": 542, "generated": "Dunfermline Athletic recorded their first win of the Scottish Championship in a row as they climbed to a deserved victory at Dumbarton."} +{"id": 543, "generated": "UK notes giant De La Rue chopped its profits slightly lower on Wednesday, warning that other countries will have a chance of restepping."} +{"id": 544, "generated": "Cynrn McCusker says Irish will stay touch with their top-ranked side if they are ready of reaching Premiership places."} +{"id": 545, "generated": "Several UK home care companies have cancelled two contracts - of the councils they pay for social care - and raised £500m, figures show."} +{"id": 546, "generated": "Jersey's Chris Troshkin spent his personal best of less than 10 minutes early on the third day of the annual 3K relay race in Newre."} +{"id": 547, "generated": "This year 100 Women is a letter which echoes Emi Gay's career as a powerful woman at the US University of Yale."} +{"id": 548, "generated": "North Korea has deliberately launched a ballistic missile drill across Japan,threatening its threat to the US, the UN says."} +{"id": 549, "generated": "North Sea helicopter operators have been told to return a aircraft's tail rotor to the manufacturer, under initial safety checks."} +{"id": 550, "generated": "A 44-year-old man has been charged with causing the murder of an off police officer during an attack in April 2012."} +{"id": 551, "generated": "A BBC X-Ray hotel has shocked customers about the cleanliness in its unclean rooms, which has been described as \"suprable mess\"."} +{"id": 552, "generated": "A woman has been charged with the murder of a 47-year-old man in West Loty."} +{"id": 553, "generated": "Darren Clark elite a late equaliser to earn the Sweden defender and clin a 3-0 against the Republic of Ireland in their Euro 2016 qualifier in Paris."} +{"id": 554, "generated": "Former Australian Prime Minister Tony Abbott has appointed former Prime Minister Samam Abbot as his husband to receive the knighthood, reports say."} +{"id": 555, "generated": "A new outdoor flight route to Nigeria's capital has been diverted into for more than two months after repair works began, its officials told the BBC."} +{"id": 556, "generated": "An Aberdeen teenager thought his went crazy unless the Blues reach the Scottish Cup final by landing a bumper bet."} +{"id": 557, "generated": "A former soldier is to receive France's highest army medal for its D-Day landing."} +{"id": 558, "generated": "Star Wars will receive a series of stamps to feature productive scenes from the new new episode film."} +{"id": 559, "generated": "Parents in India can always always be able to go away school during school holidays - but rules should not be to stop holiday prices."} +{"id": 560, "generated": "A number of fish are likely to be killed on beaches in Carmarthenshire and the East Wales, National Fisher Wales (NRW) said."} +{"id": 561, "generated": "Scottish veterans who defend Russia during World War Two are to be honoured with the highest naval medal at a ceremony in Glasgow."} +{"id": 562, "generated": "Scientists have discovered a group of mammals that lived alongside for 100 million years designed for chewing teeth."} +{"id": 563, "generated": "The Scottish Professional Football League is committed to help facial recognition technology to football clubs deal with the conduct of supporters by Ken Hibernian, according to Alloa."} +{"id": 564, "generated": "A woman was \"eliminated and murdered\" with \"fantastic\" text messages 10 days before having a sex with her love rival, a court has heard."} +{"id": 565, "generated": "A programme aimed at stop children from domestic violence has been launched by a team of parents who work their relationships at home."} +{"id": 566, "generated": "Three teenagers and their parents are still in hospital after being stabbed at a beach brawl in France led by older men wearing Islamic bathing party."} +{"id": 567, "generated": "A man with cancer-threatening leukaemia who was placed on oncology in the US for three weeks he was diagnosed has raised dollars £8m."} +{"id": 568, "generated": "\"UN requested air support against the Dutch and Bosnian Muslims in the refuge town of Srebrenica on 13 July 1995 and about 4,000 were killed and 4,000 wounded.\""} +{"id": 569, "generated": "A rare species of buttercup - known down to single plant - has been found for the first time."} +{"id": 570, "generated": "Police investigating the abduction of the five-year-old girl in Powys have appealed for information from children who she has gone missing."} +{"id": 571, "generated": "More than 188,000 people have been displaced in South Sudan since three months of ongoing violence, the United Nations Refuge and Rights Authority (UNHCR) says."} +{"id": 572, "generated": "Scottish Labour leader Kezia Dugdale has said there could a second attempt to her plans for an austerity budget in Scotland."} +{"id": 573, "generated": "The evacuation of men, boys and boys from aid from the Syrian city of Homs will continue Wednesday on Tuesday, a day of besieged area of the capital."} +{"id": 574, "generated": "Wales take Scotland in hockey on Tuesday to claim their first series win with a 23-16 win over Wales."} +{"id": 575, "generated": "A fire service is carrying out so-'bariatric fire rescues\" has seen a rise in the number of incidents in the past 10 years."} +{"id": 576, "generated": "A young banjolele which played George Formby's prestigious song during World War Two is to sell for £72,000 at auction."} +{"id": 577, "generated": "The new production of Sunset Avenue has been appreciated by critics, the musical and stagecher has confirmed."} +{"id": 578, "generated": "Israel has rejected allegations that it intercepted an Iranian military ship carrying dozens of rockets on a shipment seized off Gaza."} +{"id": 579, "generated": "A murder jury in Moscow has found five men guilty of 12 years in jail of killing Russian military leader Boris Nemtsov in Chechnya."} +{"id": 580, "generated": "England midfielder Terry Terry, charged with racially-aggravate racist comments at another Chelsea player, will stand trial until next month, a court has heard."} +{"id": 581, "generated": "A US navy ship has fired at a drone on an Iranian defence jet after it fell near from the USS Nimitz in the Gulf Sea."} +{"id": 582, "generated": "A bread manufacturers' association has called for ban of \"she safe\" chemicals to contain about a quarters of samples found in a report by India's health minister."} +{"id": 583, "generated": "David Bowie is among three performers on Tim Blackstar's shortlist for this year's BBC Introducing Awards."} +{"id": 584, "generated": "A city council has launched a campaign on Southampton docks to use shore power to help to reduce air pollution."} +{"id": 585, "generated": "Republican Donald Trump's father - Aliq Khan, has generated a blitz Republican reaction about the ongoing feud with Iraq soldiers."} +{"id": 586, "generated": "A fourth taskforce, set up to examine the impact of Northern Ireland's greasy housing bubble, has warned that major borrowers are \"at risk\"."} +{"id": 587, "generated": "Former Nicaraguan politician Pete Borge, who created the Sandinista revolution, has died aged 89 Louisiana."} +{"id": 588, "generated": "Britain's Olympic record-breakinging champion Jessica Ennis-Hill will host an world heptathlon in Stuttgart, Atver and Germany on 28 May."} +{"id": 589, "generated": "Louis van Gaal was charming to leave Manchester United, for the time he was in 1969, saying that he didn't not know about him."} +{"id": 590, "generated": "For her mother's dress for a 1940s wedding, going vintage has gone viral online across the UK, but it has been a often target for the dozens of brides deciding to wear their dress."} +{"id": 591, "generated": "A chiropractor who sexually abused a boy who was kept at the centre of his patient list has begun an appeal against his freedition from prison."} +{"id": 592, "generated": "Phones are the mostcalming method where consumers are having to wait for long they have to wait, a survey has found."} +{"id": 593, "generated": "The Abbey of National Nature commemoratal Day is starting this week - people should walking pigs with their targets of go-ahead."} +{"id": 594, "generated": "Antony Raynes scored a late goal as high-sheeting troublers Leyton Orient s secured a point with Carlisle in the League Two draw."} +{"id": 595, "generated": "Scotland backrow Chris Hardie is looking to finish this season after completing his first World Cup One appearance."} +{"id": 596, "generated": "Ivanka Trump's clothing perfume sales last month saw an \"big spike\", according to a leading shoppers."} +{"id": 597, "generated": "The Isle of Man's aim of changing the abortion legislation will be reviewed in 2016, the chief minister has confirmed."} +{"id": 598, "generated": "Refugets arrived their hot reception centres at Munich train station on Saturday, and offered their sweets and hot food to the capital."} +{"id": 599, "generated": "Republican presidential candidate Donald Trump has defended his position in building mass deportation to the US as \"doable and humanely\"."} +{"id": 600, "generated": "Lake Trinity head coach Chris Chester has signed a three-year contract extension with the club until 2019."} +{"id": 601, "generated": "The new boss of well-backed Reddit has announced he plans to antagonise the site's activities and users."} +{"id": 602, "generated": "All photographs of a low loch which has been spotted at the risk of rain."} +{"id": 603, "generated": "The Russian tycoon, Boris Berezovsky, has been killed, police have said."} +{"id": 604, "generated": "Tom Kempon might not have had a lot of baggage in to the list of this season's top 80 players signings."} +{"id": 605, "generated": "Residents at two care homes where they had been left and tied up in a room was a \"themed thing\", a court has heard."} +{"id": 606, "generated": "Harlequins full-back Tom Marchant has signed a new three-year deal with the Premiershipship club."} +{"id": 607, "generated": "UK PM David Cameron has said it plans to resume direct negotiations between Israel and Israeli PM Benjamin Netanyahu \" immediately immediatelyly\" after a visit to London."} +{"id": 608, "generated": "Tanzania's President Pegie Magufuli's surprising victory in the presidential election was one of the most surprise lossess of his political career."} +{"id": 609, "generated": "Salvador Essien believes Chelsea could win the Africa Cup of Nations after winning the Premier League."} +{"id": 610, "generated": "Manchester United defender Giertt Tena and Accies goalkeeper James Seaborne will both stay until the end of the League Two season."} +{"id": 611, "generated": "A specialist control room will monitors the structural of the Forth Bridge Bridge after a five hours of tests carried by MSPs in December."} +{"id": 612, "generated": "A fundraising show at the School of Art School (INSA) given to restoration those affected by the Reid Fife fire is to open next week."} +{"id": 613, "generated": "A French police officer said it was \" blinded\" and \"bewildering silence\" by the two suspect attackers at a Paris concert hall last month."} +{"id": 614, "generated": "Eight-time champion Usain Bolt says he will get chance to break a perfect world record if he wants to break his own season's 200m mark."} +{"id": 615, "generated": "A heritage architect who suncovered a ancient Christian cemetery has said he feels he must \" weigh weigh up\" the costs of landowners."} +{"id": 616, "generated": "Two foreign tourists have been killed and several others injured in a security attack in Egypt's capital, Sinai Peninsula."} +{"id": 617, "generated": "A company which keeps household bills low as real as possible has announced it will start its job as chief executive."} +{"id": 618, "generated": "President Barack Obama has proposed a transition tax on US profits to fund projects for middle class families like Microsoft, Apple and tech giants."} +{"id": 619, "generated": "Britain's Zina Halep beat third seed Miceia Pliskova to win the first title in more than 20 years and go to the French Open final in Romanian."} +{"id": 620, "generated": "A bus driver rescued five children from a school after it becamestranded by flooding in North Yorkshire on Monday."} +{"id": 621, "generated": "A hospital trust plans to suspend its children's emergency service department because of concerns over its safety how it can deal with minor injuries."} +{"id": 622, "generated": "A big increase in visitors to a southern island in South China has led to an enormous increase in population of emitaloo cats."} +{"id": 623, "generated": "Essex head coach Eddie Bowden says bowler Mahammad Amir should be paid \"a price\" for the mistake made in an convicted for-accation offc."} +{"id": 624, "generated": "Five teenagers detained over the weekend after an arson attack on a Christian church on the outskirts of Jerusalem have been released by police."} +{"id": 625, "generated": "Actain Tara Palmer-Tomkinson has revealed she is diagnosed with an injured brain tumour."} +{"id": 626, "generated": "The Canadian prime minister and the Democratic Republic of Ireland have held talks in Dublin with their gay leaders, at a pride event in Canada."} +{"id": 627, "generated": "Russian President Vladimir Putin has offered US actor Steven Seagal to an honorary nationality."} +{"id": 628, "generated": "Mansfield Town have signed former midfield midfielder Arquin Town."} +{"id": 629, "generated": "A four-year-old boy fell in his body and was rescued by a fire station crew."} +{"id": 630, "generated": "folic acid can be used to buy food supplements - not stop women thinking becoming pregnant, a study suggests."} +{"id": 631, "generated": "Mark Warburton expects Rangers to deal with crisis after being accused of inexploeing the grip of his team's defences."} +{"id": 632, "generated": "A record of earthquakes in parts of Scotland hit the North Sea over 1,000 years ago according to modern and mapping techniques."} +{"id": 633, "generated": "Barbados is one of the most-rich stateless Caribbean islands - with an unheld, employ, small, and narrowly heritage off the north coast of Caribbean."} +{"id": 634, "generated": "There is a lot of 'polie andrerepresentity' - as an idea of the battle against Islamic State (IS - is an act that has now described to be a huge shift between for French President Francois Hollande."} +{"id": 635, "generated": "More than £200,000 has been spent on a HS2 station at Meadowhall to create a \"Northern Powerhouse\" figures by Sheffield City Council."} +{"id": 636, "generated": "A teenage boy is facing legal action over he claims his needs met by his family was withdrawn from the school."} +{"id": 637, "generated": "Police have released CCTV of a convenience van that passed at 60 speed on the A1 in Aberdeenshire was an example of \"extremely dangerous\" driving."} +{"id": 638, "generated": "The parents of a baby boy with natural difficulties in the US have launched a crowdfunding campaign to help his doctorss believe he would \"help save his life\"."} +{"id": 639, "generated": "Football Association chief executive Steve Doncaster says summer football will not start at the World Cup and European Championship in May."} +{"id": 640, "generated": "A 16-year-old boy arrested over an apparent attempted robbery after a wallabie died has been arrested."} +{"id": 641, "generated": "Watford head coach Walter Mazzarri expects Pep Guardiola will be fit for Sunday's final against West Ham with a groin injury."} +{"id": 642, "generated": "A 16-year-old boy suffered serious head injury during an \"extral disturbance\" in Glasgow on Saturday morning."} +{"id": 643, "generated": "In a busy, tame bacho of Paris, in France, a group of loud speakers."} +{"id": 644, "generated": "A new short distance walkway through Gwynedd National Park Authority has been awarded about £870,000 funding."} +{"id": 645, "generated": "Celtic goalkeeper Klu Simunovic will return to Aberdeen at the end of the season to help recover from a knee injury."} +{"id": 646, "generated": "Mur TV host Michael Barrymore, the ex-infriendmate, should recover millions of nominal damages paid to the police after his arrest, the High Court has ruled."} +{"id": 647, "generated": "Great Britain's 9.on Hill and Josh Scott won drum medals in their skeet finals this year at the International Josh boxings Championships in Tokyo."} +{"id": 648, "generated": "Three slavery men have been jailed for kidnaping a man and forced him him to work to work for less than £10 a day."} +{"id": 649, "generated": "The remains of two prisoners have been found at the treasure of a jail in Venezuela, prison experts have said."} +{"id": 650, "generated": "Russian President Vladimir Putin has criticised Russia for \"creeping intervention\" by the downing of Turkish warplanes while reaching its border with eastern Ukraine."} +{"id": 651, "generated": "Doncaster Belles forward Ash Mills says she is \"taking her dream back\" after the 20-year-old forward suffered a condition of multiple sclerosis or MS."} +{"id": 652, "generated": "UN security forces say they have been killed in a stand-off attack on a key holiday hotel in Libya's capital, Tripoli."} +{"id": 653, "generated": "Cleds from the Isle of England are to take part in a 200-mile pilgrimage from St Columba to Hexham."} +{"id": 654, "generated": "Jermaine Jackson has quit his stake in Michael Jackson's Jackson home just one day after reports of his confrontation with his mother."} +{"id": 655, "generated": "Staff for the Ambulance Service at Dumfries and Hogmanay saw their busiest night of the year, according to new figures."} +{"id": 656, "generated": "Egyptian President Somali Ahmad Morsi has confirmed that the state has options to diver the Blue Nile from a nearby Ethiopian river as \"a gift\"."} +{"id": 657, "generated": "Wiford Red Devils chairman All Koukash says he has no doubt of his club's six-point deduction despite being found guilty of breaching the \" salarye cap\" in the sport."} +{"id": 658, "generated": "Sir Elton Clayton is due to host Dame Helen well on Saturday Night Live for the first time in more than 30 years."} +{"id": 659, "generated": "Shrewsbury Town defender Lib Demetriou may miss the rest of season with a ligament injury."} +{"id": 660, "generated": "experiments involving monkeys on monkeys are believed to be the only justification for medical research in the UK, a review of the science."} +{"id": 661, "generated": "Police say they will take no further action, after Lewis Hamilton was banned from speeding on phones over alleged media publicity about his super car journey in New Zealand."} +{"id": 662, "generated": "Plans to refurbish a Derby County Morrissey venue have been rejected."} +{"id": 663, "generated": "Laura Unsworth has been named in England's World Cup squad this month's World Cup by USA because of a knee injury."} +{"id": 664, "generated": "Police have opened a major incorrect investigation into whether a car accident which killed four of the band's manager and manager may have killed himself."} +{"id": 665, "generated": "India's decision to use Administration of Technical Technology (DRS) to play in the first Test recently - because that the system to give batsmen out on England pitches is good to be a very mistake."} +{"id": 666, "generated": "A teenager looked up up cheap flights to Syria before his kidnap and downloaded a video showing two terrorism attacker, a court has heard."} +{"id": 667, "generated": "The number of Chinese tourists during UK visits in Oxfordshire has almost doubled in the past 10 years, according to a campaigner group."} +{"id": 668, "generated": "A professional teacher at a junior school who indecently abused four boys in the 1970s, has been jailed for six-and-a-half years."} +{"id": 669, "generated": "Alleny Habana's hat-trick denied Samo Lomu five tries as South Africa kept their record for an 18th World Cup win over the United States in Carson."} +{"id": 670, "generated": "A County Antrim man has said he felt as \"living in fear\" after he has suffered a series of attacks on a homophobic couple at his Northern Ireland home."} +{"id": 671, "generated": "A Canadian woman missed on a flight from Miami to Galapagos says she holidayed without an Air carrier because her connecting ticket was oversold."} +{"id": 672, "generated": "South Yorkshire Police has paid to £5.6m to fund the inquests into the Hillsborough tragedy."} +{"id": 673, "generated": "A man has been charged with murder after a man was shot dead outside a pub in Surrey."} +{"id": 674, "generated": "Swindon Town have appointed Luke Williams as their head coach on a one-month loan term."} +{"id": 675, "generated": "A woman who was arrested by police into her disappearance 13 years ago said she hopes \"done progress way\" with the investigation into her murder."} +{"id": 676, "generated": "Southend boosted their hopes of League One survival as they held to a draw at in-form Sheffield United."} +{"id": 677, "generated": "Wales hooker Mattyn James will miss the rest of the summer against New Zealand with a knee injury consequence."} +{"id": 678, "generated": "You pond over the streets of you person out of the truth."} +{"id": 679, "generated": "West Point military academy in California is facingdisciplinary action against those members involved in severe cadet fight, the New York Times reports."} +{"id": 680, "generated": "A work created by Gregory's Girl for Glasgow (GSA)) is to donate £150,000 to help Fulbright-winning art artist Bill Forsyth."} +{"id": 681, "generated": "Two police force accused of being justified in secret monitoring their phone phones have lost a legal battle to pay compensation."} +{"id": 682, "generated": "A 46-year-old man has been arrested on suspicion of stealing about an estimated £300m of oaks and giftcakes."} +{"id": 683, "generated": "Cambridge United defender Tom Blitzi has requested to leave the club until the end of the season because of \"unapersonaly reasons\" at League Two."} +{"id": 684, "generated": "Australian airline' Qantas flights are locked out at Sydney International Airport in the latest of a long-runninging union dispute, the airline has announced."} +{"id": 685, "generated": "A pedestrian who killed a pedestrian in which he was slaped down by a cyclist \"clattered to the ground\" to the feet, a court has heard."} +{"id": 686, "generated": "A man has been stabbed after being stabbing in a Poundland shop in Oxfordshire."} +{"id": 687, "generated": "Torino striker Georgemtrade Immobile has left the club by agreeing together aftercompleting his loan spell for the country."} +{"id": 688, "generated": "Anglesey council authorities have recorded 17 breaches involving personal data in 2012."} +{"id": 689, "generated": "Thousands of travellers set off for a footballer wore blue to pay for a boy who died while battling leukaemia."} +{"id": 690, "generated": "Hamilton Technical Figuran remain on risk of releg after being rashed by Hibs in the Championship play-off semi-final with the first leg of four aggregate penalties."} +{"id": 691, "generated": "The murder of a man whose body was found in his home County Antrim is being treated as \"sercly abusive\"."} +{"id": 692, "generated": "England won the third match of the summer season with a crisp win against France that ended their SheBelieves Cup promotion hopes."} +{"id": 693, "generated": "UK car sales jump more than expected in February is one of quietest months of the year, but motor manufacturers are likely to continue growth in February."} +{"id": 694, "generated": "A south-ea beach and one of Europe's best family holidays last year have been ranked on 10 of the world's top places."} +{"id": 695, "generated": "Travis Poulter says he will remain in contention for the PGA Tour after winning the Texas Open after missing out his first losses cut in more than three years."} +{"id": 696, "generated": "It's one of the most satiaceni satires that take its pears and bodies with busy days of protests and assaulting on the National Theatre's stage."} +{"id": 697, "generated": "A man has suffered serious injuries after being hit by a strollr in Glasgow city centre."} +{"id": 698, "generated": "A 33-year-old man has appeared in Dumfries Sheriff Court accused of trying to kill 28 people."} +{"id": 699, "generated": "Bernie Bieber will not be performing any further dates next year's tour of New Zealand, his crew have confirmed."} +{"id": 700, "generated": "Getbugstelle MP Ed Farry is trying to find a possible rise in tuition fees at Northern Ireland universities."} +{"id": 701, "generated": "Northern Ireland leader Peter Robinson has said is concerned about the murder of PIRA in Belfast in which M Paul McGuigan was a former member of the Democratic IRA."} +{"id": 702, "generated": "Nigerian giant Shell has won in the first senior court case against a community which it was deemed as \"s scandalous\" over a massive oil spill area in the Niger Delta."} +{"id": 703, "generated": "A woman who pretended she failed to draw out of her mother's pensions almost 50 years ago has been ordered to withdraw a jail sentence."} +{"id": 704, "generated": "Olympic champion Lipiana Chicherova won gold at the Rio Olympics but it appears to be the failed Russian TV tests of state-organorganised doping."} +{"id": 705, "generated": "The Charity Commission has given an official permission to endorse students' unions on Israel, the BBC has found."} +{"id": 706, "generated": "David Voges fought back Middlesex with two wickets to survive their hopes of a draw with Hampshire at Lord's."} +{"id": 707, "generated": "If I thought Twitter were no just few few days - it is easy now."} +{"id": 708, "generated": "Thousands of China have been hit by the strongest typhoon in flooding in parts of Southern Kong."} +{"id": 709, "generated": "If you know because they justeat the great goats, then you can't be don't know that they are just greenery."} +{"id": 710, "generated": "A student has fallen into a river in Lancashire after heavy rain led to the area."} +{"id": 711, "generated": "Former England and Portsmouth prop Nikola Moore has died after being treated with a respiratory illness."} +{"id": 712, "generated": "Plans lining the way to negotiate with the world's cleverest hairpin bend across Glasgow and Orkney have been published."} +{"id": 713, "generated": "For the second time tonight, the House of Lords comes almost close to an end - the first step of a bill to be endorsed by prime ministers and final negotiations on what for the UK?"} +{"id": 714, "generated": "Great Britain's Sat Daley won the first men's bronze medal with fellow Coach Chris Goodfellow in the 3m synchro event of the 2016 salt series."} +{"id": 715, "generated": "A police officer in the Hillsborough disaster had been \"deep unconscious\" in his mother's mouth, a key inquester has told a jury there was any other medical evidence."} +{"id": 716, "generated": "Scotland's blossoming trees are on the bloom again, now it's a scary new season."} +{"id": 717, "generated": "Wales Under-21 captain Mike Page says his side may have played better better if they beat France over Bahrain in the opening game of the 2018 World Cup."} +{"id": 718, "generated": "Brazil's Senate has approved a constitutional amendment to a plan to freeze the rate of state spending to two decades."} +{"id": 719, "generated": "Mahmood Al Zarooni has been banned from its trained stables in Dubai after being found of doping anabolic steroids and violating the ethical standards of British racing, including Godolphin."} +{"id": 720, "generated": "BBC Sport chairman Ally Crouch has launched a new women's sport campaign aimed at encouraging the public to examine best sport across television, radio, radio and online."} +{"id": 721, "generated": "Bitcoin has broke its most value barrier in eight years, causing a steady rise in the virtual currency."} +{"id": 722, "generated": "Residents in the south of Belfast are to meet the Holyland government to try to address students' bad behaviour or \"bad behaviour\" on St Patrick's Day."} +{"id": 723, "generated": "Families affected by displaced tropical forest should be covered to compensation from \"social safeguards\", according to a study."} +{"id": 724, "generated": "Images of photographs taken by BBC Scotland appear to show the monarch of stare at the opening of the new Aboyne Games."} +{"id": 725, "generated": "A prison officer became a \"s paid mole\" for giving tips to a news reporter when he dealt with another journalist, the Old Bailey has heard."} +{"id": 726, "generated": "Scientists have developed a version of motorbike powered by four bladed fans."} +{"id": 727, "generated": "Argyle have signed Boston City left-back Josh Mills after he was released by Boston Albion."} +{"id": 728, "generated": "A electric bike service is being launched at street and ride hubs in Devon."} +{"id": 729, "generated": "It's no like area."} +{"id": 730, "generated": "Mae gylwysi ac elusad d Wilhenwthryestimatings un elusi eraau i'r Usd Mild e as further eg helpfuld Kohl unllww Freshbus Flyers' 134"} +{"id": 731, "generated": "Wales may have to introduce backs coach Stephen Jones to the Six Nations staff, says Wasps assistant coach Ian Pivac."} +{"id": 732, "generated": "Wales Under-20 began their World Championship campaign with an 1897 win over Scotland in Pool A in Cardiff."} +{"id": 733, "generated": "Singer and star Cilla Black have drawn tributes from many fans from Spain and Spain."} +{"id": 734, "generated": "Welsh competitor Elena Lawrence became the first Welsh woman to win Olympic title at the 2015 swiming Games."} +{"id": 735, "generated": "Manchester City's football game has been disrupted because of rainfall across the north of Canada on Tuesday."} +{"id": 736, "generated": "Tottenham Westwich Albion have no interest in selling striker Saido Berahino after an £25m loan offer."} +{"id": 737, "generated": "Welsh Secretary Paul Skates has asked a review panel to respond criticism of the mission of Literature Wales funding."} +{"id": 738, "generated": "A man has been arrested after he raped and threatened a 12-year-old girl with knife in south-east London."} +{"id": 739, "generated": "Markets in Asia were stronglyly on Wednesday, as South Korea stocks continued to close their official session on Thursday."} +{"id": 740, "generated": "A senior Islamist militant in Libya has killed an al-Qaeda figure at the centre of a strike on a US gas plant, the US says."} +{"id": 741, "generated": "Google has announced boycott of three major US brands after a row over hate speech in online advertising."} +{"id": 742, "generated": "1976 '76 left beech trees alive and suffering the most extreme drought in the UK, a study suggests."} +{"id": 743, "generated": "Indian online giant Amazon has ditched an image of Maria Sharapova celebrity fiasco Perry after her flag was abusive and abusive and abusive by fans on Instagram."} +{"id": 744, "generated": "The rescue of four people who survived Friday since an avalanche hit hotel in Italy has come to an end, local media say."} +{"id": 745, "generated": "Tea workers on the world's biggest tea estate have been suspended their estates without personal protective equipment after an investigation into unsafe spraying."} +{"id": 746, "generated": "Jonny Bairstow took the way for England on the final day of the first Test against Sri Lanka and put on the table of a trend of cricket."} +{"id": 747, "generated": "Gareth Southgate's Euro 2016 campaign took a significant step into England's prominence by being left dramasked by a strong penalty draw against Lithuania in their last game at Wembley."} +{"id": 748, "generated": "fossils commonly unearthed near Malapa have been a human species, Australian scientists say."} +{"id": 749, "generated": "A man in the US has thrown a device at a fun restaurant in Los Angeles after customers ran on the street for a suspected bomb in an explosion."} +{"id": 750, "generated": "Championship side Charlton Athletic have signed left-back Lewis Page from West Ham for an undisclosed fee."} +{"id": 751, "generated": "The small wine estate on the deheld valley where Nelson Mandela works on the Robben Island was a hallmark feature since 60 years ago to the mild economic conditions of apartheid."} +{"id": 752, "generated": "A woman from County Antrim who assaulted a taxi and discharged her driver in the £6m alcohol jackpot win has been ordered to pay more than his four-year banle order."} +{"id": 753, "generated": "Rafael Nadal was knocked out of his final performance at the Paris Open after beating Duillek Byhezano 6-3 7-7, 6-3 to reach the quarter-finals."} +{"id": 754, "generated": "Kevin Pietersen gives some his thingsbey insight about England's Ashes series and mayhem."} +{"id": 755, "generated": "A charity which supports elderly volunteers has been awarded the Queen's birthday award."} +{"id": 756, "generated": "Thousands of protesters have gathered out in Hong Kong, saying they are largely loyal to the Chinese government."} +{"id": 757, "generated": "A special ship capable in lifting equipment has arrived in Rotter as part of a major force to open up platforms in the UK North Sea."} +{"id": 758, "generated": "Former Penzance United owner Ray Haigh says he had several offers to the Cornwall Players committee to help him hopes to back the county's football club Leeds City."} +{"id": 759, "generated": "Welsh boxer Eddie Selby hopes his IBF featherweight fight with Carl Frampton will take place in Cardiff Stadium in Brooklyn on Wednesday."} +{"id": 760, "generated": "A police officer has been found in a search for a missing man who has been missing for two months in London."} +{"id": 761, "generated": "Britain's Bradley Wiggins has said he may be tempted to together with Mark Cavendish in next year's Ghent Six in London might be his last ever race."} +{"id": 762, "generated": "A problem with the hydraulic system on a pilot plane from Sirote to Northern Ireland on Monday has been put off."} +{"id": 763, "generated": "Pop star Colin Vearncombe has died, aged 88 following a car crash in Dorne-Tall."} +{"id": 764, "generated": "Two people have been seriously injured after the parcel of bleach was thrown \"f funny and funny\"."} +{"id": 765, "generated": "The motorway on the M4 has reopened on the second day of a crash in which a 27-year-old man died."} +{"id": 766, "generated": "A goose was caught video landing a team of little goslings outside the roof of the University of Calgary, Canada."} +{"id": 767, "generated": "Google has hit off a EU investigation into losing its dominance in shopping results by the European Union."} +{"id": 768, "generated": "Blackpool were held to a dramatic defeat at Exeter as they continued their unbeaten start to the League Two season."} +{"id": 769, "generated": "I was out to a Fiat 500 warehouse in Brussels to si up the laptop versions and tariff around me in my upfront TIpsydate - in a spectacular interview."} +{"id": 770, "generated": "For five years on 29 July 2010, Brazilian oil giant Petrobras carriesd out a of global reform."} +{"id": 771, "generated": "A US district will not face charges over the words they said by Donald Trump art artist Mike LaBeouf,prosecutors say."} +{"id": 772, "generated": "The father of a teenager who has missing for 10 days has said he wants to contact police \"all you're safe\"."} +{"id": 773, "generated": "The friend of a woman who died after being beaten by suspected sex workers in North Ayrshire \"is taken off our streets\", police have said."} +{"id": 774, "generated": "A former US congressman who jumped on a security fence near the White House, six hours early before he was arrested has been arrested, the Secret Service has said."} +{"id": 775, "generated": "At least eight civilians have been killed in air strikes on an Nato-led convoy in north-eeast Afghanistan, village officials say."} +{"id": 776, "generated": "A teenager has appeared in court charged with committing terrorist terrorism offences."} +{"id": 777, "generated": "Police searching for a 45-year-old woman have made a unique search for her missing passengers last week."} +{"id": 778, "generated": "Britain's Dade Stimpson refused her hope of Olympic success at the Rio Olympics as she claimed the final 10km bike run."} +{"id": 779, "generated": "The European Commission says an ancient outbreak of fungi - a variety of sap-sucking insects - has killed thousands of olive trees in Italy."} +{"id": 780, "generated": "The Co-operative Group has seen its dysfunction business sold by £100m, saying it has made unco-operative profits."} +{"id": 781, "generated": "Bristol De Mai' Champion Hurdle winner Alary was called off after a chilly meeting in the Haydock Trial at Cheltenham."} +{"id": 782, "generated": "Premier League clubs will have to use goalline technology for the Championship and semi-finals next season, the English Football League has confirmed."} +{"id": 783, "generated": "Two of five \"eneenlargeds\" summer schools at Cheltenham have been announced by the cybersecurity agency GCHQ."} +{"id": 784, "generated": "A gang of shotmens who smanched a shotgun and trying to shoot an elderly farmer as he fled his home, threatening his neighbours."} +{"id": 785, "generated": "Two former footballer Andrea Dossena has been arrested on suspicion of judiciary and rape following an alleged sexual incident in Napoli."} +{"id": 786, "generated": "Campaigners in a Cardiff town hall say they are making protesting against an government mistake to preserve building's Great War Memorial into the wall of the court."} +{"id": 787, "generated": "Ivory Coast' Africa Cup of Nations campaign will start to the group stage of the 2016, with their first tournament starting on 14 January."} +{"id": 788, "generated": "Former BBC presenter Tthlane Wadsworth posed as underage as Lady Godiva in an investigation into allegations using a charity calendar, a jury has heard."} +{"id": 789, "generated": "West Yorkshire Police is to receive £430m of funding to review 55 55 unsolved murder cases."} +{"id": 790, "generated": "Siteys Bolasie scored a powerful hat-trick as Sunderland saved relegation fears Crystal Palace."} +{"id": 791, "generated": "England captain Eoin Morgan says his side have \"ful of confidence\" following their 1-1 defeat to New Zealand in Tuesday's Champions Trophy match."} +{"id": 792, "generated": "League Two club York City have delayd the development of their new York Community Stadium to work until the start of next season."} +{"id": 793, "generated": "US Defence Secretary Mark Clapper has said China is continuing for an investigation into its behaviour in cyberspace."} +{"id": 794, "generated": "Mae arian i'l eu ddal obydfwger Adam Ontario ychbisn Endeeefini oddeligieloniao gole Willffnn unsiailsigel yn telegf"} +{"id": 795, "generated": "A £1.5m cuts plan to remolde a fire station is an \"understatement\", the council authority said."} +{"id": 796, "generated": "A proposed scheme to increase extra funding in competitive racing from next year has been set up by the British Racing Association."} +{"id": 797, "generated": "House workers in Yorkshire and the Humber region need £35,000 for a mortgage to make qualify for the average, a housing inquiry has found."} +{"id": 798, "generated": "An independent assessment will be made of paramilitary activity in Northern Ireland and organised crime."} +{"id": 799, "generated": "The fiancée of the star band Delays has donated more than £250,000 to reveal a fundraising page for a man with cancer."} +{"id": 800, "generated": "MEPs go to the European Parliament on Wednesday to hold votes on a trade deal to leave the EU."} +{"id": 801, "generated": "Nine-year-old Celtic Athletic striker Michael Duffy will join Scottish champions Derry City on Monday."} +{"id": 802, "generated": "Kyle Lafferty earned a late winner as Hearts ended a back-to-back battle and denting off Dunfermline in the Scottish League League Group B."} +{"id": 803, "generated": "convictedsex offender Neil Neil, once arrested for abusing young boys in Thailand, has been released, the UK corrections says."} +{"id": 804, "generated": "Sustrans Scotland has found how many accidents were \"distered\" at a list of dangerous junctions in Edinburgh."} +{"id": 805, "generated": "Birmingham City boss Danny Redknapp says he will not have further medical check-ups for at least three months in charge of Austria."} +{"id": 806, "generated": "Four England women's Super League One club Notts County Ladies after their transfer squad were suspended last week."} +{"id": 807, "generated": "The sale of former student loans is to start, worth £4bn, the government has warned."} +{"id": 808, "generated": "It was a scum of \"eulief\" on policing spending - but in what the Home Office says is the real delight that there will be no further police cuts in 2020."} +{"id": 809, "generated": "It may be the official weekend ssfiry for the new election on Sunday, but the Commons has had another foxe over the past three days with a new sneak of head-to-ball newss around the business aisle and peers being ragged."} +{"id": 810, "generated": "A Japanese nuclear plant has restarted, just a day after Tokyo's Fukushima nuclear disaster restarted."} +{"id": 811, "generated": "Dylan Hartley will face a six-week suspension hearing after he was found of eye biting at England captain Barry Ferris."} +{"id": 812, "generated": "Ken Clarke has accused the UKIP Party of using it as cannon fodder, after comments about alleged racist and homobic candidates."} +{"id": 813, "generated": "Mae ddydd ei gymlu yng Nghymrui wedi in 1980 ac Mlas un ei Sirmago de Vitaa rlymu yn nythaeth"} +{"id": 814, "generated": "An Egyptian court is continuing to challenge a decision to keep cede control of two Egyptian islands in the strategic Red Sea."} +{"id": 815, "generated": "Police in England and Wales are \"home to stay\" as further funding cuts are introduced next year, inspectors have warned."} +{"id": 816, "generated": "A consultation is to be held to examine the subject of a tapestry in the Borders following concerns over its handling."} +{"id": 817, "generated": "A man and a woman have died following a collision involving a motorcyclist on a car in west Sussex."} +{"id": 818, "generated": "A wide-new playwright play on David Howe is aimed at collecting the home scene between a political chancellor and the future of deputy prime minister."} +{"id": 819, "generated": "Britain's Paralympic athletes and global team are \"epticlinned\" by mismatched classification system, says UK Athletics chief executive Chris Hollingsworth."} +{"id": 820, "generated": "ITV News founder Sir Lenny has apologised Sirnny Henry receiveda knighthood from the Queen, in a lunchtime news package."} +{"id": 821, "generated": "Notts County boss Willo Coloccini apologised to Newcastle's fans amid speculation that they are to end their run of games."} +{"id": 822, "generated": "Japanese Prime Minister Shinzo Abe has been seen home by China for more than 200 years,describing the Yasukuni Shrine as one of America's most controversial post-war crimes."} +{"id": 823, "generated": "Wearing some good fitness trackers on the wrist makes the error that the public needs to measure the number of calories burnt, a US study suggests."} +{"id": 824, "generated": "An estate gler who stabbed a man in Jordan for a second time has denied killing him in a \" spree of violence\", a court heard."} +{"id": 825, "generated": "Star Wars stars Ed Hamill have paid tributes to astromech R2-D2 actor Kenny Baker, who died at the age of 84."} +{"id": 826, "generated": "St Helens full-back Adam Walker has signed a new two-year contract with the Hull Hill Rovers."} +{"id": 827, "generated": "Three ospreys chicks have caught two eggs at a reserve in the Dyfi valley as the second pair is nesting in Wales for the first time."} +{"id": 828, "generated": "James Simmonds scored a hat-rick as Exeter Chiefs ease to a hard-fought Premiership win over top-of-table Newcastle Falcons at Kingston Park."} +{"id": 829, "generated": "His recent move to champion jockey is a lot of triumph."} +{"id": 830, "generated": "A bill to increase the protection for site owners andsure static caravans has moved after the Private Members Bill was praised by MLAs."} +{"id": 831, "generated": "When Chanma Dhingra caught on mark if she was to acquire her college father, she decided to go to India to set up her own own macaron shop in Mumbai."} +{"id": 832, "generated": "A man has been charged with the murder of a man who was found dead in an Oldshire Den."} +{"id": 833, "generated": "A US student who sent an email to her professor, saying she could take help to bring her two-year-old daughter children with disabilities has received an array of reactions."} +{"id": 834, "generated": "Lclaiming of evidence of doping would \"stickot\" Russian athletics' former four-time Olympic gold medal medallist Philip Meadows, the head of the International Athletics Federation (IAAF)."} +{"id": 835, "generated": "eurozone inflation rose to its lowest rate since December with slow growth in food and energy prices, according to official Eurostat data."} +{"id": 836, "generated": "A Cardiff man who is living from homeless because he is ill has been ordered to pay council money to local authorities to buy help, a court has heard."} +{"id": 837, "generated": "Voting will continue to a seat on the Orkney ward, the BBC understands."} +{"id": 838, "generated": "Four boys have been arrested on suspicion of raping an 18-year-old woman in an car park."} +{"id": 839, "generated": "Four-time Finn sailor Ben Ainslie wants to retire from the Americas Cup more than 16 years after winning Great Britain's first Olympic gold medal."} +{"id": 840, "generated": "A hardly fought game to \"turn up\" in one of the most famous games in a Derbyshire town has taken place on Tuesday."} +{"id": 841, "generated": "St Helens have signed James Douglas from the NRL speakers for the 2017 season."} +{"id": 842, "generated": "Some schools in England should be at average two new GCSE grades if it wants to keep up rival with international nations like maths, a study says."} +{"id": 843, "generated": "Two rare-release poems printed byis Tolkien more than 40 years ago have gone on display at a school in Lancashire."} +{"id": 844, "generated": "Designer contractors workers have rejected a 24--hour offer from rival BMW in asolving pension dispute."} +{"id": 845, "generated": "Some passengers were forced to return board a BA Airlines flight to Dubai because of smelly poo coming in a toilet."} +{"id": 846, "generated": "A dolphin has been stranded on a beach line after being beached off the Cornwall coast."} +{"id": 847, "generated": "Iranian President Hassan Rouhani has been re-acly-election in Tehran after winning all actually 21 seats in the city of Vali Asr Square."} +{"id": 848, "generated": "The mother of a man who intimided her ex-partner and started domestic violence after he attacked him has said she felt to risked her life with the arrest."} +{"id": 849, "generated": "Switzerland has down a controversial plan to abolish the special status status for multinational firms in cantons, despite a voted-a vote opposition."} +{"id": 850, "generated": "It is the latest inch in our economy on how young adults are now have wealther wealth than earlier."} +{"id": 851, "generated": "The government plans to defer the exportcolour of the Renaissance Palace in an effort to mug a buyer to keep a stunning painting."} +{"id": 852, "generated": "Zimbabwe are the first South Africa team to qualify for the 2017 Women's World Cup after beating Brazil in the first leg in Rio."} +{"id": 853, "generated": "A man who was jailed for life after murdering his mother and mother has been found dead in his cell."} +{"id": 854, "generated": "Leicester's Premier League success had never ever lost the odds of 5,000m - but could never find what it had done for bookmakers?"} +{"id": 855, "generated": "A large fire has broken out at the top of a temporary house in Caeron."} +{"id": 856, "generated": "(Close): Wall Street closedd sharply on Wednesday after the Nasdaq index fell to its third one-day high this year."} +{"id": 857, "generated": "Mae cyhydd Cymru yn Iith yn llflatlu nafaidydo tonfeddd Radio Cymru gwasanaeth newydd Gymaeg y"} +{"id": 858, "generated": "Two security bomb in west Belfast over the past weeks have been identified by police."} +{"id": 859, "generated": "A man has been jailed for life killing his boyfriend as part of a \"dreadful\" feud that led him over his ex-girlfriend."} +{"id": 860, "generated": "The Assistant Defence Secretary William Fallon has denied allegations he given to his aide to the World War missile programme were \"in03.sing\"."} +{"id": 861, "generated": "About 410,000 swimmers are expected to be taking part in this year's annual Great North Swim event, starting."} +{"id": 862, "generated": "League One side Charlton have signed Birmingham City striker Le Novak for an undisclosed fee."} +{"id": 863, "generated": "An online appeal for money to save the life of murdered schoolboy Stephen Downsoch in Birmingham has raised more than £3.7m."} +{"id": 864, "generated": "A woman has been charged with shooting two man and her boyfriend after she ordered to armed herself with a handgun before she was hosting in the state of Panama."} +{"id": 865, "generated": "US CIA chief Douglas McMullin has resigned from the race to be the Republican presidential candidate for the White House."} +{"id": 866, "generated": "Hundreds of driversapologised for speed claims by North Wales Police claim their notice was an error surrounding the enforcement enforcement period."} +{"id": 867, "generated": "Organisers of the annual Glastonbury festival have reacted on gridlocked roads on the Somerset coast as rain and mud outbreaks over the weekend."} +{"id": 868, "generated": "Wycombe fought back from two goals down to earn a draw at second-placed Grimsby and cut their unbeaten home record to 10 league games."} +{"id": 869, "generated": "Kerleigh midfielder Salaam Clifton has changed his professional contract with the League Two club."} +{"id": 870, "generated": "Southampton coach Ronald Koeman says Daisy Ward-Prowse may return to England with a hamstring injury."} +{"id": 871, "generated": "A pregnant mother is suing the US department of children and services after failing to inform her newborn that she had have failed a poppy seed test screen."} +{"id": 872, "generated": "Maria Sharapova's return to the 2016 Open is obviously the centre of media criticism, but many now many hope that she is capable to play the sport."} +{"id": 873, "generated": "James Hume scored a bouncing try as Northern Ireland beat RB Inst 6-6 to attack Campbell and seal a Schools' Cup semi-final win."} +{"id": 874, "generated": "The US has reached what is believed to be the first process of the overhaul of its nuclear treaty."} +{"id": 875, "generated": "A man who has broken the world record for the fastest marathon distance in a row has said he will no longer stand again."} +{"id": 876, "generated": "Exeter's Ryan Sturgess hopes he will feature in the pre-season campaign after being injured."} +{"id": 877, "generated": "A zoo in Bristol hopes to re-home two female sloths after they were introduced to each other."} +{"id": 878, "generated": "The death of a baby whose failed syringe drug sparked at an inquest is to be re-examineed."} +{"id": 879, "generated": "Members of a GP meeting have spoken of their outrage after the closure of a temporary surgery in Lisaskea, County Fermanagh."} +{"id": 880, "generated": "Ellis Harrison's modest performance clin a Bristol Rovers win over League Two rivals Oldham."} +{"id": 881, "generated": "UN Secretary of Ban Ban-moon has begun his parties returning to Yemen on the second day of aid talks in the capital, Geneva."} +{"id": 882, "generated": "A £1.7m company is adding new water routes in a bid to deal \"pot pollution threats\"."} +{"id": 883, "generated": "A teenager has admitted masking a axe at a pregnant woman to explain a \"prank\" and said it was going badly wrong, a court has heard."} +{"id": 884, "generated": "Growth in the UK's construction sector slowedd in December and slowd to its lowest level for almost three years, a survey has suggested."} +{"id": 885, "generated": "\"unacceptable\" department for Northern Ireland is \"overmarked\" there are about 106 places in schools over the past five, an audit committee has said."} +{"id": 886, "generated": "An Australian photographer has taken photos of a raccoonhopped on the back of a seal shortly before she trying to get away whale and whales."} +{"id": 887, "generated": "Small Welsh brewers have their own pubs, according to Drinks Wales, a boom in the beer industry."} +{"id": 888, "generated": "A gang who used \"brute force\" to force through roof ceiling in a series of raides across Liverpool has been jailed."} +{"id": 889, "generated": "All pictures taken by Oxfam photographers."} +{"id": 890, "generated": "Guinea's Ser Fraud Office (SFO) is investigating allegations of suspected corruption by the mining firm, Rio Tinto."} +{"id": 891, "generated": "Providing drugs for type-2 diabetes may affect someone blood sugar levels a longer life, researchers from doctors in US."} +{"id": 892, "generated": "A former Guantanamo Bay man who says it helped the UK's officials that colly tortured to him has won case to the Court of Appeal."} +{"id": 893, "generated": "A major earthquake has hit the western California state with the San Andreas fault, the US Gergry Service says."} +{"id": 894, "generated": "After another amazing emotional month of war in Iraq, the tiny town of Sinjar from so-called Islamic State (IS) begins going into power on Thursday."} +{"id": 895, "generated": "The US special forces have handover held Afghan soldier Sgt Bowe Bowe Bergdahl, who went missing by US-Taliban Taliban almost more than five years ago."} +{"id": 896, "generated": "We's generated an 8.3 million tonnes (£0.8bn) of plastics, but scientists fear about what is wrong to recycle waste."} +{"id": 897, "generated": "Police are searching for men who stole almost £7,000 from a cash machine used at a filling station in Lankshire."} +{"id": 898, "generated": "Police are warning for the public after a 10-year-old boy was sexually assaulted while school in Lincolnshire."} +{"id": 899, "generated": "Heavyweight champion Tyson Fury has won the BBC Sports Personality of the Year award after losinging his heavyweight title."} +{"id": 900, "generated": "A judge is considering recognised status of sports game Contract Bridge after a full judicial review defining its status as \"mind sport\"."} +{"id": 901, "generated": "Zayn Malik has confirmed he is leaving One Direction after five years with the boyband and confirmed he is leaving the band."} +{"id": 902, "generated": "60y years ago, a third runway to pass London post-Brexit was early coming at the centre of the most hambbles of Victorians."} +{"id": 903, "generated": "Lib Dems say they will fight a candidate for the Heathrow by-election at Wednesday's Richmond council referendum."} +{"id": 904, "generated": "Wigan Athletic have signed Derby County left-back Jmie Hanson on loan until the end of the season."} +{"id": 905, "generated": "Edinburgh-based Wood Group has reported a major fall in year profits, amid a slump in oil and gas production."} +{"id": 906, "generated": "A man has been charged over the death of a woman who died after an attack in Dundee."} +{"id": 907, "generated": "Two men have been assaulted by a sick woman in north Belfast on Wednesday night."} +{"id": 908, "generated": "When China and Taiwan meet Singapore next week, they will begin launch their own talks next week."} +{"id": 909, "generated": "The chief executive of broadcasty producer Bombardier has told the BBC he will not get planned pay rises of about $67m (£55m) in Montreal in 2020."} +{"id": 910, "generated": "At least 99 people have been killed in a crash involving both bus and a Los Angeles truck at the front of the interstate."} +{"id": 911, "generated": "Flintshire Council's annual savings of £21m is to be discussed over services in the next year."} +{"id": 912, "generated": "The diplomat who was kidnapped in Venezuela has now been released, officials say."} +{"id": 913, "generated": "Just on Tuesday, the BBC's ex- Prime Minister David Soendig confirmed that the UK would vote to cut pensions, defence, defence and the NHS."} +{"id": 914, "generated": "Tax drivers in New York are celebrating Disse De Niro by placing up his posters at the Sarajevo film festival for a Bosnian veteran."} +{"id": 915, "generated": "The new law by Britain's government will not have to introduce a statutory register of consultant lobbyists, a former registrar has acknowledged."} +{"id": 916, "generated": "Now you'll be free to take at the latest remake."} +{"id": 917, "generated": "Portuguese right-back Bernardo Silva could join Manchester City this summer after it emerged that the midfielder rejected a new deal with Monaco."} +{"id": 918, "generated": "NIE Networks says it is trying to fix if it can not sell electricity power to its consumers."} +{"id": 919, "generated": "Tributes have been paid to South African ITN journalist Mike Nicholson, who has died at the age of 73."} +{"id": 920, "generated": "Kidderminster have signed defender Yasal Ezewele from Yeovil for Scott Fylde."} +{"id": 921, "generated": "US President Barack Obama and top leaders of the Middle East have met Nato at their first summit in Germany, after a series of criticism about Russia's co-operation."} +{"id": 922, "generated": "Campaign groups have defended their support campaigners at the House of Lords wore pink carnations during a landmark debate in Parliament aimed at amendmenting the principle of same-sex couples to marry."} +{"id": 923, "generated": "Two days of pro-Sresidential ceasefire agreement in Ukraine, we walked safe in an old, green shop on the frontline of an eastern village."} +{"id": 924, "generated": "Belfast Devils kept their hopes of pulching Elite League champions with a dramatic 3-3 win over Cardiff on Saturday night."} +{"id": 925, "generated": "The leaders of south have clashed in an open-up BBC grassroots debate, one day after the general election."} +{"id": 926, "generated": "Hundreds of people were sexually abused as children in England have had the reduced compensation they government awarded if they had been rejected, the BBC has learned."} +{"id": 927, "generated": "About 2,000 people gathered out to celebrate the Summer Solstice at the early hours on Thursday."} +{"id": 928, "generated": "Over over the past five years, we has been one of the most common stories about children and domestic abuse in South Africa."} +{"id": 929, "generated": "Cardiff City manager Chris Giles says the club are selling money from Hull City to sign David Marshall, but it would be better than him in the Championship."} +{"id": 930, "generated": "A man has died after his van was involved in a crash in Ankshire."} +{"id": 931, "generated": "Chris McIlmoyle, County Antrim, is the third rugby player in Northern Ireland to give blood saved his lives."} +{"id": 932, "generated": "Get Alex Adams on the pitch, a backfield with a bucket of tattoos."} +{"id": 933, "generated": "Historical artefacts could be kept for poster at some of three Brenorshire museums."} +{"id": 934, "generated": "Liverpool continued the pressure on 10-man West Ham with a hard-fought win over Watford at Upton Park."} +{"id": 935, "generated": "One of the most frequently common offline prescription drugs that has led to a rise in mental health abuse in Northern Ireland under fears from the UK's health watchdog."} +{"id": 936, "generated": "Hampshire have signed South African all-rounder Rory Best on a short-term deal."} +{"id": 937, "generated": "As the night sky prepares set to arrive in the bottom of the Earth, you will see the darkest meteor shower of this year."} +{"id": 938, "generated": "The US Secretary of State John Kerry has been flying back to Boston, two months after he hit a nuclearfire on Monday."} +{"id": 939, "generated": "Two teenagers in Florida have been shot after a man reportedly trying to play Pokemon Go, say police."} +{"id": 940, "generated": "A man has died in hospital after suffering \"life-threateninging\" injuries when he was found injured on an Elgin street."} +{"id": 941, "generated": "Apple has reported a 24% fall in its fourth-quarter revenue as it forecast less-than-expected annual revenue for its new iPhone 7 phones in China."} +{"id": 942, "generated": "A festive festival in India's northern Indian state will be banned from taking selfies on two days of holy dip, local authorities say."} +{"id": 943, "generated": "Salford Red Devils secured their place in the Super League despite beating struggling London Broncos to move top of the Championship table."} +{"id": 944, "generated": "Jobseekers who claiming no pay while working at the government may lose some of their benefits, the Court of Appeal has ruled."} +{"id": 945, "generated": "A number of laptops that have a price of £2,378 have been wrongly priced on its UK website."} +{"id": 946, "generated": "MPs have rejected a vote onRAF air strikes against Islamic State militant militants in Syria in support at Labour's leadership conference."} +{"id": 947, "generated": "A block of \"enderetic\" fossil-rich dinosaur fossils have been washe away on Skye site near Valree."} +{"id": 948, "generated": "German police are seeking for a man who stabbed four people with a kitchen knife attack in a supermarket in the city of Berlin."} +{"id": 949, "generated": "Boris Johnson told the BBC News conference in Brussels on Tuesday night: \"Ifif the UK pays the gross contribution a year or £350m or £350m a week to the EU budget.\""} +{"id": 950, "generated": "Hull boss Marco Silva returned to his stint in the Premier League after being sent off by his side with three goals as they thrshed Bournemouth."} +{"id": 951, "generated": "Shrewsbury Town midfielder Ogogo says Alu Kaikai is taking a significant step to boost the club's survival in the National League."} +{"id": 952, "generated": "Paul Cairney's first goal of the season earned Ayr United victory over Queen of the South at Lozing Road."} +{"id": 953, "generated": "A vulnerable woman died when she was involved in a car crash at a hospital in east London."} +{"id": 954, "generated": "A plot tothrow former Chad President Idriss Deby for almost 40 years coup has killed four people, officials say, as security forces in the capital, N'Djamena."} +{"id": 955, "generated": "Last month, armed police and security forces in Ethiopia carried out out regular protests that killed seven police officers and injured several others, clashed, reports BBC's Patchugi Colavan Nis."} +{"id": 956, "generated": "Mental health services in England are at risk of \"inadequacies\" challenged by the prime minister, a health commission says."} +{"id": 957, "generated": "A former chief doctor has been suspended from a Welsh health board amid concerns about the \"in instabilitying\" mental health crisis."} +{"id": 958, "generated": "Charlton heightened their chances of relegation concerns as they held to a pointless draw home to Cardiff City."} +{"id": 959, "generated": "Hospitals in the UK have called on all teenage children to offer a lifesaving vaccine against meningitis B."} +{"id": 960, "generated": "A Turkish court has freed the leader of £1bn cleric Weet Gulen, US media report."} +{"id": 961, "generated": "Primary London listing firm Sports Direct is set to join its FTSE 100 as part of a wake of a major reshuffle of its share price."} +{"id": 962, "generated": "More majority in Wales are wanting to support for independence, urging the country to win their seats, a BBC Wales poll has found."} +{"id": 963, "generated": "Scotland shelterr Steven Watson says he is signing a new contract extension at Edinburgh."} +{"id": 964, "generated": "A collection of portraits of the author Jane Austen will be brought together with the public in a new exhibition to the public for the first time in 40 years."} +{"id": 965, "generated": "Dagenham United have signed Employees Lane defender Jack Connors on an season-long loan from Fulham & & Daggers."} +{"id": 966, "generated": "Borussia Dortmund secured a comfortable win with victory over Armenia at Hoffenheim and stay one point top of the German League table."} +{"id": 967, "generated": "The Isle of Didneig, once known as one of the world's largest cities, has released pictures of new plans for a new pool bridge off the east coast."} +{"id": 968, "generated": "George Osborne set out his first Budget plans and are to cut public spending, in his set-piece pitch and urged Conservatives to cut the tax and tax rate."} +{"id": 969, "generated": "So-called Islamic State (IS) militants have attacked near the Iraqi city of Ramadi on 1 July, before killing at least 10 tribesmen, security says."} +{"id": 970, "generated": "South Australia has returned to its first state in 60 years after a strong weather storm that endomalled thousands of homes."} +{"id": 971, "generated": "Portsmouth Ladies side Bristol City Belles have signed Arsenal Ladies striker Judy Humphrey on a one-year deal."} +{"id": 972, "generated": "At least 23 people died when a crane collapsed in Saudi Arabia following a stampede on a site of Islam's capital, Mecca, officials say."} +{"id": 973, "generated": "Croatia's parliament has officially cancelled a Holocaust commemoration after a boycott by pro-Naziists on Wednesday."} +{"id": 974, "generated": "An experimental Virgin Explorer submarine has been built to dive down in trenchs around the US."} +{"id": 975, "generated": "An intervention by the Archbishops of Norwich has asked every Christian bishops not to create a \"left-wing approach\" to politics and vote back the coalition."} +{"id": 976, "generated": "The cost of delays has led to more than £65m for construction of Aberdeen's fast-link A90."} +{"id": 977, "generated": "A new centre carrying £3.4m innovation is being built in Belfast city centre."} +{"id": 978, "generated": "Football reports from this weekend's Scottish Premiership games of"} +{"id": 979, "generated": "A followup for a documentary regulating the story of Star Wars stuntmen has been completed."} +{"id": 980, "generated": "George Osborne grabbed at David Cameron's despatch box as Lifronta Eagle questioned the leader's direction on the UK's future with the EU."} +{"id": 981, "generated": "Scottish Borders councillor has backed improvements in superfast services to half of homes in a town living in the north of the region."} +{"id": 982, "generated": "More than half of police forces in England and Wales paid out £1m to informants to solve organised crime, figures obtained by 55,000 live Breakfast show."} +{"id": 983, "generated": "SNP leader Adam Salmond has said his party's hopes of a third referendum on Thursday will land a 'No majority."} +{"id": 984, "generated": "Ghana's health ministry has left \"n stone unturned\" after missing babies were stolen from a hospital as staff continue to find the bodies of a woman told the BBC."} +{"id": 985, "generated": "The offshore wind farm owner Nigg Keepham has signed a contract to create an Offshore Park with 100 new jobs in Ross-shire."} +{"id": 986, "generated": "Two prosecutors in France have spoken of the events of the final cockpit recording, days after the Germanwings plane hit the Alp last month."} +{"id": 987, "generated": "Four men who killed a school boy in Bangladesh say they are forming up a group of mobs believed to have prompted widespread outrage."} +{"id": 988, "generated": "Now this week I, who said they were using the term as \" Brexit landing on the side\"."} +{"id": 989, "generated": "The Premiership season gets see under way on Friday - with a thuming and spectacular Championship play-off victory."} +{"id": 990, "generated": "Two men arrested by investigator in connection with the murder of a missing from Aberdeenshire five years ago have been released on bail."} +{"id": 991, "generated": "Human board game Go could face one of the most important challengess of artificial intelligence in the world, research suggests."} +{"id": 992, "generated": "One of the first discovered fossil dinosaurs in Wales has been found."} +{"id": 993, "generated": "A new Alliance MP has said tweakremoving flags from housing developments in South Belfast, County Down, are being seen as a \" plagueae on society\"."} +{"id": 994, "generated": "Looky and destabilted Welsh scientists have built a real classroom in Swansea."} +{"id": 995, "generated": "The family of a boy with a surprising health condition have criticisedised the government for failing to assess his claim for the Personal independence payment."} +{"id": 996, "generated": "A Kenyan man has been charged with assaulting his former boyfriend, rapping the woman's political hand and slaying stitches on her hands, activists have said."} +{"id": 997, "generated": "There are three examples of the papers lining up on Wednesday morning on their front pages."} +{"id": 998, "generated": "League Two side have signed Charlton Athletic goalkeeper Neil Etheridge on a three-year deal for an undisclosed fee."} +{"id": 999, "generated": "The US-backed coalition forces estimate up to 900 Islamic State soldiers were killed in its offensive on the Iraqi city of Mosul since it began in October 2014."} diff --git a/outputs/xsum_s456/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl b/outputs/xsum_s456/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl new file mode 100644 index 0000000..a16b253 --- /dev/null +++ b/outputs/xsum_s456/ode-steps64-cfg2-ts_logit_normal-cond/metrics.jsonl @@ -0,0 +1 @@ +{"epoch": 100, "step": 39800, "bleu": 8.116396977766902, "rouge1": 35.82067834824707, "rouge2": 12.271945012233287, "rougeL": 27.744072594258178} diff --git a/prefetch_assets.py b/prefetch_assets.py new file mode 100644 index 0000000..a0aeaf4 --- /dev/null +++ b/prefetch_assets.py @@ -0,0 +1,88 @@ +#!/usr/bin/env python +"""Robustly pre-fetch HF assets for the ELF conditional eval through a flaky +proxy. Each attempt is bounded by a SIGALRM watchdog; downloads resume from +.incomplete via HTTP range, so repeated bounded attempts accumulate bytes. + +Run with the proxy env set: + http_proxy=http://127.0.0.1:7899 https_proxy=http://127.0.0.1:7899 \ + no_proxy=127.0.0.1,localhost python prefetch_assets.py +""" +import os +import signal +import sys +import time +import traceback + +os.environ["HF_HUB_DOWNLOAD_TIMEOUT"] = "20" +os.environ["TOKENIZERS_PARALLELISM"] = "false" + +REPO_ROOT = os.path.dirname(os.path.abspath(__file__)) +sys.path.insert(0, os.path.join(REPO_ROOT, "src")) + +MODELS = [ + "embedded-language-flows/ELF-B-de-en-torch", + "embedded-language-flows/ELF-B-xsum-torch", +] +DATASETS = [ + "embedded-language-flows/wmt14_de-en_validation_t5", + "embedded-language-flows/xsum_validation_t5", +] + + +class _Timeout(Exception): + pass + + +def _alarm(_s, _f): + raise _Timeout() + + +signal.signal(signal.SIGALRM, _alarm) + + +def robust(fn, what, attempts=100000, per_attempt=180): + for i in range(1, attempts + 1): + signal.alarm(per_attempt) + try: + out = fn() + signal.alarm(0) + print(f"[OK] {what} (attempt {i})", flush=True) + return out + except _Timeout: + signal.alarm(0) + print(f"[try {i}] {what}: watchdog abort after {per_attempt}s; resuming", flush=True) + except Exception as e: # noqa: BLE001 + signal.alarm(0) + msg = str(e).replace("\n", " ")[:140] + # Proxy-down (connection refused) errors fast; back off a bit longer + # so we don't burn attempts during an extended down-window. + refused = "refused" in msg.lower() or "ConnectionError" in type(e).__name__ + print(f"[try {i}] {what}: {type(e).__name__}: {msg}", flush=True) + time.sleep(10 if refused else 4) + raise RuntimeError(f"giving up on {what}") + + +def fetch_model(repo): + from huggingface_hub import snapshot_download + robust(lambda: snapshot_download(repo_id=repo, repo_type="model", + max_workers=1, etag_timeout=20), + f"model {repo}") + + +def fetch_dataset(path): + from utils.data_utils import load_dataset_split + ds = robust(lambda: load_dataset_split(path), f"dataset {path}") + print(f" {path}: {len(ds)} rows, cols={list(ds.column_names)}", flush=True) + + +def main(): + print("https_proxy:", os.environ.get("https_proxy"), flush=True) + for m in MODELS: + fetch_model(m) + for d in DATASETS: + fetch_dataset(d) + print("ALL_PREFETCH_DONE", flush=True) + + +if __name__ == "__main__": + main() diff --git a/res.csv b/res.csv new file mode 100644 index 0000000..83f2b42 --- /dev/null +++ b/res.csv @@ -0,0 +1,22 @@ +序号,任务名,De-En,XSum1,XSum2,XSumL,中文描述当前的改进,改进描述 +1,paper_ELF-B_Table1_reference,26.4,36.0,12.2,27.8,论文 ELF-B 原始结果参考,不是本项目改进。,"Paper reference from ELF Embedded Language Flows.pdf Table 1. This row is the target reference; all result columns in this CSV use absolute metric values, not deltas." +2,geom_router_full_deen_s42_layers0-3_denoiser_only_n1000,25.1531,,,,在 De-En 上启用多层 Geometry Router,仅作用 denoiser attention。,"1000-sample De-En full eval, seed 42, same router as smoke. Baseline seed42 BLEU 25.8341, delta -0.6810 BLEU; output outputs/geom_router_deen_full_s42. Full result did not beat baseline/paper." +3,geom_router_full_xsum_s42_layers0-3_denoiser_only_n1000,,36.1154,12.0830,28.0169,在 XSum 上启用多层 Geometry Router,仅作用 denoiser attention。,"1000-sample XSum full eval, seed 42, same router as smoke. Baseline seed42 R1/R2/RL 36.4041/12.5206/28.2030, deltas -0.2887/-0.4376/-0.1861; output outputs/geom_router_xsum_full_s42. Full result did not beat baseline/paper." +4,geom_router_full_s42_layers0-3_denoiser_only_combined_n1000,25.1531,36.1154,12.0830,28.0169,多层 Geometry Router 的 De-En 与 XSum full 结果汇总。,"Combined absolute 1000-sample seed42 results for the layers0-3 router setting from outputs/geom_router_deen_full_s42 and outputs/geom_router_xsum_full_s42. Metric columns are absolute values, not deltas." +5,geom_router_sweepA_full_deen_s42_layer0_n1000,26.0664,,,,候选 A:仅第 0 层启用 Geometry Router,并强化欧式门控。,"1000-sample De-En full eval, seed 42, candidate A. Baseline seed42 BLEU 25.8341, delta +0.2323 BLEU; R1/R2/RL deltas +0.2095/+0.1048/+0.1735. Output outputs/geom_router_deen_sweepA_full_s42. Beats seed42 baseline but not the best local seed456 baseline 26.2206." +6,geom_router_sweepA_full_xsum_s42_layer0_n1000,,36.1719,12.4291,28.2138,候选 A:XSum 上仅第 0 层启用 Geometry Router,并强化欧式门控。,"1000-sample XSum full eval, seed 42, candidate A. Baseline seed42 R1/R2/RL 36.4041/12.5206/28.2030, deltas -0.2322/-0.0915/+0.0108; BLEU delta +0.0927. Output outputs/geom_router_xsum_sweepA_full_s42. Mixed: ROUGE-L slightly beats seed42 baseline, R1/R2 do not." +7,geom_router_sweepA_full_s42_layer0_combined_n1000,26.0664,36.1719,12.4291,28.2138,候选 A 的 De-En 与 XSum full 结果汇总。,"Combined absolute 1000-sample seed42 results for candidate A from outputs/geom_router_deen_sweepA_full_s42 and outputs/geom_router_xsum_sweepA_full_s42. Metric columns are absolute values, not deltas." +8,geom_router_sweepE_full_xsum_s42_layer0_bh-4_bs-3_n1000,,36.1722,12.4231,28.2355,候选 E:在候选 A 基础上进一步压低 hyperbolic 分支先验。,"1000-sample XSum full eval, seed 42, candidate E. Baseline seed42 R1/R2/RL 36.4041/12.5206/28.2030, deltas -0.2319/-0.0975/+0.0325; versus candidate A full: +0.0003/-0.0060/+0.0217. BLEU 8.2313, baseline delta +0.0553, A delta -0.0373. Best full ROUGE-L so far, but still not a clean XSum win because ROUGE-1/2 regress." +9,geom_router_sweepE_full_deen_s42_layer0_bh-4_bs-3_n1000,25.9507,,,,候选 E:De-En 上测试压低 hyperbolic 分支先验的路由设置。,"1000-sample De-En full eval, seed 42, candidate E. Baseline seed42 BLEU 25.8341, delta +0.1166; versus candidate A full 26.0664, delta -0.1158. ROUGE1/2/L 59.1272/33.2637/53.8326; deltas vs seed42 +0.0775/-0.0452/+0.0140. Candidate E helps XSum ROUGE-L more than De-En; keep A as best De-En setting." +10,geom_router_sweepA_full_deen_s456_layer0_n1000,26.1046,,,,候选 A 使用 seed456 复测 De-En full 结果。,"1000-sample De-En full eval, seed 456, candidate A: layers=0, denoiser_only=true, sample_size=16, quad_samples=128, bias_e=3.0, bias_h=-3.0, bias_s=-3.0, time_e_bias=1.0. Baseline seed456 BLEU 26.2206, delta -0.1160; paper ELF-B BLEU 26.4, delta -0.2954. ROUGE1/2/L 59.3175/33.3772/53.9744; R1/R2 slightly improve vs seed456 baseline but BLEU and RL regress. Do not use this as best De-En." +11,baseline_deen_full_s42_n1000,25.8341,,,,原始 ELF PyTorch De-En seed42 基线,无 Geometry Router。,"1000-sample De-En disabled-router baseline, seed42, output outputs/deen/seed_42. Paper Table 1 De-En target is 26.4, delta -0.5659. Used as local seed42 reference for router deltas." +12,baseline_deen_full_s123_n1000,25.1793,,,,原始 ELF PyTorch De-En seed123 基线,无 Geometry Router。,"1000-sample De-En disabled-router baseline, seed123, output outputs/deen/seed_123. Paper Table 1 De-En target is 26.4, delta -1.2207. Worse than seed42 and seed456." +13,baseline_deen_full_s456_n1000,26.2206,,,,原始 ELF PyTorch De-En seed456 基线,无 Geometry Router。,"1000-sample De-En disabled-router baseline, seed456, output outputs/deen/seed_456. Best local full De-En baseline so far; paper Table 1 target 26.4, delta -0.1794." +14,baseline_xsum_full_s42_n1000,,36.4041,12.5206,28.2030,原始 ELF PyTorch XSum seed42 基线,无 Geometry Router。,"1000-sample XSum disabled-router baseline, seed42, output outputs/xsum_s42. Above paper Table 1 XSum 36.0/12.2/27.8 by +0.4041/+0.3206/+0.4030; main local XSum reference." +15,baseline_xsum_full_s123_n1000,,35.7632,12.3706,28.0295,原始 ELF PyTorch XSum seed123 基线,无 Geometry Router。,"1000-sample XSum disabled-router baseline, seed123, output outputs/xsum_s123. Versus paper Table 1 36.0/12.2/27.8: -0.2368/+0.1706/+0.2295." +16,baseline_xsum_full_s456_n1000,,35.8207,12.2719,27.7441,原始 ELF PyTorch XSum seed456 基线,无 Geometry Router。,"1000-sample XSum disabled-router baseline, seed456, output outputs/xsum_s456. Versus paper Table 1 36.0/12.2/27.8: -0.1793/+0.0719/-0.0559." +17,scratch_base_deen_ep5_s42_n1000,21.8470,,,,从头训练对照组(router关)5-epoch,"From-scratch De-En ELF-B, geometry router OFF, 5 epochs (step44030), seed42, 1000-sample full eval. BLEU 21.8470; ROUGE-1/2/L 56.3196/29.1514/50.9479. Control arm for the trained-router A/B. (5 epochs is undertrained vs original 100-epoch 25.74, but matched-budget vs the geom arm.)" +18,scratch_base_deen_ep2_s42_n1000,12.4417,,,,从头训练对照组(router关)epoch2 早期点,"From-scratch De-En ELF-B, router OFF, epoch2 (step17612), seed42, 1000-sample. BLEU 12.4417; ROUGE-1/2/L 46.6500/19.4438/41.5377. Early matched checkpoint for A/B vs geom epoch2." +19,scratch_geom_deen_ep2_s42_n1000,12.1110,,,,从头训练实验组(router开+可学习门控)epoch2,"From-scratch De-En ELF-B, geometry router ON (all layers, denoiser_only, learnable per-layer bias), epoch2 (step17612), seed42, 1000-sample. BLEU 12.1110; ROUGE-1/2/L 46.1268/18.9461/40.8269. Matched A/B vs row18 base: delta BLEU -0.3307, ROUGE -0.52/-0.50/-0.71 — geom consistently slightly BELOW the no-router control on all 4 metrics. Learned router bias (ckpt17612) drifts toward MORE Euclidean with depth (bias_e up to +5.2, bias_h/s down to ~-4.9 in deep layers): the model actively suppresses the hyperbolic/sphere branches. Geom epoch5 eval pending (~14h)." +20,scratch_geom_deen_ep5_s42_n1000,22.0526,,,,从头训练实验组(router开)epoch5 最终结果,"From-scratch De-En ELF-B, geometry router ON (all 12 layers, denoiser_only, learnable per-layer bias), 5 epochs (step44030), seed42, 1000-sample. BLEU 22.0526; ROUGE-1/2/L 56.3098/29.3147/51.1809. vs base epoch5 (row17, BLEU 21.8470): delta BLEU +0.2056, ROUGE -0.0098/+0.1633/+0.2329 — all within single-seed BLEU noise (~+-0.4), so geom and base are effectively TIED. DECISIVE evidence is the learned gates: by epoch5 gate_e -> ~1.0000 in layers 3-11 (bias_e up to +7.52, bias_h/s down to ~-6.5), i.e. the model trained the router to fully DISABLE the hyperbolic/sphere branches. Conclusion: v1 operator-level geometry routing (Busemann-proxy + cosine-sphere) gives NO benefit on De-En from-scratch, costs ~3.4x train compute, and the model learns to ignore it. Caveat: 1 seed/arm; gate->Euclidean evidence is seed-robust. Trajectory: epoch2 dBLEU -0.33 -> epoch5 +0.21 (sign flip = noise, not signal)." +21,scratch_geom_warmup_deen_ep5_s42_n1000,21.6032,,,,门控warmup实验(检验冷启动死亡螺旋)epoch5,"From-scratch De-En ELF-B, geometry router ON + 5-epoch GATE WARMUP (force uniform E/H/S mixing early so the hyperbolic/sphere branches are trained, then anneal to learned gates), fast router (sample16, sphere_k=0.5/2.0), seed42, 1000-sample. BLEU 21.6032; ROUGE 56.108/28.920/50.912. THREE-WAY matched 5-epoch: base 21.85 / geom-no-warmup 22.05 / geom+warmup 21.60 — all within single-seed noise (~+-0.43), TIED. DECISIVE: even with branches force-trained, the learned deep-layer gate_e hits 1.0000 by epoch3 (mid-warmup) and STAYS 1.0000 post-warmup (epoch6 alpha=0); warmup-end bias_h=-5.07 == no-warmup-end -5.05. => Cold-start death-spiral hypothesis REFUTED: the model rejects the geometry branches because they are genuinely not useful for De-En, not because they were under-trained. v1 operator-level geometry routing confirmed no-benefit. Run stopped at epoch6.8/15 (answer reached; checkpoints saved, resumable)." diff --git a/resilient_download.sh b/resilient_download.sh new file mode 100755 index 0000000..01dd430 --- /dev/null +++ b/resilient_download.sh @@ -0,0 +1,83 @@ +#!/usr/bin/env bash +# Autonomous, resilient fetch of the ELF conditional-eval assets through the +# flaky root proxy (127.0.0.1:7899). Avoids the blocked /api endpoint: +# - filenames + LFS pointer (oid/size) come from `git clone` (smart-HTTP, +# LFS smudge skipped) +# - big blobs come from //resolve/main/ via resumable curl, +# resuming into a stable .dl until its size matches the pointer. +# Re-run safe; loops forever until every target is verified complete. +export http_proxy=http://127.0.0.1:7899 https_proxy=http://127.0.0.1:7899 no_proxy=127.0.0.1,localhost +export GIT_LFS_SKIP_SMUDGE=1 +DEST=/sxl/sxl_code/ELF_pytorch/ckpts +mkdir -p "$DEST" +HFCO=https://huggingface.co + +log(){ echo "[$(date +%H:%M:%S)] $*"; } + +MODEL_REPOS=("embedded-language-flows/ELF-B-de-en-torch" "embedded-language-flows/ELF-B-xsum-torch") +DATA_REPOS=("embedded-language-flows/wmt14_de-en_validation_t5" "embedded-language-flows/xsum_validation_t5") + +clone_pointers(){ # repo type dir + local repo=$1 rtype=$2 dir=$3 + [ -d "$dir/.git" ] && { log "pointers present: $repo"; return 0; } + local url="$HFCO/$repo"; [ "$rtype" = dataset ] && url="$HFCO/datasets/$repo" + while true; do + rm -rf "$dir" + if git clone --depth 1 "$url" "$dir" >/tmp/clone.$$.log 2>&1; then + log "cloned pointers: $repo"; return 0 + fi + log "clone $repo failed: $(tail -1 /tmp/clone.$$.log | cut -c1-90); retry 15s" + sleep 15 + done +} + +is_pointer(){ head -c 50 "$1" 2>/dev/null | grep -q 'git-lfs.github.com'; } + +fetch_one(){ # repo rtype dir relpath + local repo=$1 rtype=$2 dir=$3 rel=$4 + local ptr="$dir/$rel" final="$dir/$rel" dl="$dir/$rel.dl" + # Already finalized (real file, not a pointer)? + if [ -f "$final" ] && ! is_pointer "$final"; then log "ok (cached) $rel"; return 0; fi + local want oid + want=$(grep -E '^size ' "$ptr" | awk '{print $2}') + oid=$(grep -E '^oid sha256:' "$ptr" | sed 's/.*sha256://') + local base="$HFCO/$repo/resolve/main"; [ "$rtype" = dataset ] && base="$HFCO/datasets/$repo/resolve/main" + mkdir -p "$(dirname "$dl")" + while true; do + local have; have=$(stat -c%s "$dl" 2>/dev/null || echo 0) + if [ -n "$want" ] && [ "$have" = "$want" ]; then break; fi + log "GET $rel have=$have/${want:-?}" + curl --proxy http://127.0.0.1:7899 --connect-timeout 8 --max-time 1800 \ + -C - -L -s -S --speed-limit 2000 --speed-time 30 \ + -o "$dl" "$base/$rel" 2>/tmp/curl.$$.err || true + have=$(stat -c%s "$dl" 2>/dev/null || echo 0) + if [ -n "$want" ] && [ "$have" = "$want" ]; then break; fi + log " partial $rel have=$have/${want:-?} ($(tail -1 /tmp/curl.$$.err 2>/dev/null|cut -c1-50)); retry 8s" + sleep 8 + done + if [ -n "$oid" ]; then + local got; got=$(sha256sum "$dl" | awk '{print $1}') + if [ "$got" != "$oid" ]; then log "CHECKSUM MISMATCH $rel ($got != $oid); redownloading"; rm -f "$dl"; fetch_one "$@"; return; fi + log "sha256 ok $rel" + fi + mv -f "$dl" "$final" + log "DONE $rel ($(stat -c%s "$final"))" +} + +process_repo(){ # repo rtype + local repo=$1 rtype=$2 + local dir="$DEST/$(basename "$repo")" + clone_pointers "$repo" "$rtype" "$dir" + local f + while read -r f; do + [ -z "$f" ] && continue + if is_pointer "$dir/$f"; then fetch_one "$repo" "$rtype" "$dir" "$f"; fi + done < <(cd "$dir" && git ls-files) + log "REPO COMPLETE: $repo -> $dir" +} + +log "=== resilient_download start (proxy 127.0.0.1:7899) ===" +for r in "${MODEL_REPOS[@]}"; do process_repo "$r" model; done +for r in "${DATA_REPOS[@]}"; do process_repo "$r" dataset; done +log "=== ALL ASSETS DOWNLOADED ===" +touch "$DEST/.ALL_DONE" diff --git a/run_eval.sh b/run_eval.sh new file mode 100755 index 0000000..1555f0a --- /dev/null +++ b/run_eval.sh @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Usage: run_eval.sh +set -u +GPU=$1; CONFIG=$2; CKPT=$3; EVAL_DATA=$4; SEEDS=$5; GBS=$6; NS=$7; OUT=$8; LOG=$9 +cd /sxl/sxl_code/ELF_pytorch +source /opt/conda/etc/profile.d/conda.sh && conda activate elf +export PYTHONPATH="$(pwd)/src" HF_HUB_OFFLINE=1 TRANSFORMERS_OFFLINE=1 TOKENIZERS_PARALLELISM=false +export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True +CUDA_VISIBLE_DEVICES="$GPU" python src/eval.py \ + --config "$CONFIG" \ + --checkpoint_path "$CKPT" \ + --seeds "$SEEDS" \ + --config_override eval_data_path="$EVAL_DATA" \ + --config_override use_bf16=true \ + --config_override use_wandb=false \ + --config_override num_samples="$NS" \ + --config_override global_batch_size="$GBS" \ + --config_override output_dir="$OUT" \ + > "$LOG" 2>&1 +echo "EXIT=$? ($OUT)" >> "$LOG" diff --git a/run_scratch_arm.sh b/run_scratch_arm.sh new file mode 100755 index 0000000..e911829 --- /dev/null +++ b/run_scratch_arm.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +# Usage: run_scratch_arm.sh +GPUS=$1; CONFIG=$2; PORT=$3; LOG=$4 +cd /sxl/sxl_code/ELF_pytorch +source /opt/conda/etc/profile.d/conda.sh && conda activate elf +export HF_HUB_OFFLINE=1 TRANSFORMERS_OFFLINE=1 TOKENIZERS_PARALLELISM=false +export PYTHONPATH="$(pwd)/src" +export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True +NGPU=$(echo "$GPUS" | awk -F, '{print NF}') +CUDA_VISIBLE_DEVICES="$GPUS" MASTER_PORT="$PORT" NGPU=$NGPU \ + bash scripts/launch.sh train "$CONFIG" > "$LOG" 2>&1 +echo "EXIT=$?" >> "$LOG" diff --git a/scripts/analyze_geometry_router.py b/scripts/analyze_geometry_router.py new file mode 100644 index 0000000..f7fd4d5 --- /dev/null +++ b/scripts/analyze_geometry_router.py @@ -0,0 +1,68 @@ +#!/usr/bin/env python +"""Offline analysis of geometry-router scores, no training required. + +Simulates hidden states with different geometric structure (random Gaussian, +line, circle, tree-like) and prints the router's e_H / e_S estimates and the +resulting gates at several diffusion times. Useful for tuning tau/bias before +a real run. Later this can be extended to hook live ELF blocks. + +Usage: + PYTHONPATH=src python scripts/analyze_geometry_router.py +""" + +import math +import os +import sys + +import torch + +REPO_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +SRC = os.path.join(REPO_ROOT, "src") +if SRC not in sys.path: + sys.path.insert(0, SRC) + +from modules.geometry_router import GeometryRouter # noqa: E402 + + +def make_hidden(kind: str, n: int = 64, dim: int = 64) -> torch.Tensor: + """(1, n, dim) point clouds with controlled geometry.""" + g = torch.Generator().manual_seed(0) + if kind == "gaussian": + return torch.randn(1, n, dim, generator=g) + if kind == "line": + x = torch.zeros(1, n, dim) + x[0, :, 0] = torch.arange(n, dtype=torch.float32) + return x + if kind == "circle": + theta = torch.linspace(0, 2 * math.pi, n + 1)[:n] + x = torch.zeros(1, n, dim) + x[0, :, 0] = theta.cos() + x[0, :, 1] = theta.sin() + return x + if kind == "tree": + # Binary-tree-ish: children near parents, branches diverge — should + # read as hyperbolic-like (low e_H). + pts = [torch.zeros(dim)] + for i in range(1, n): + parent = pts[(i - 1) // 2] + offset = torch.randn(dim, generator=g) + pts.append(parent + offset / (1 + math.log2(i + 1))) + return torch.stack(pts).unsqueeze(0) + raise ValueError(kind) + + +def main() -> None: + router = GeometryRouter() + times = torch.tensor([0.05, 0.5, 0.95]) + print(f"{'hidden':10s} {'t':>5s} {'e_H':>7s} {'e_S':>7s} | {'g_E':>6s} {'g_H':>6s} {'g_S':>6s}") + for kind in ("gaussian", "line", "circle", "tree"): + hidden = make_hidden(kind) + for t in times: + gates, scores = router(hidden, t.view(1), None) + print(f"{kind:10s} {t.item():5.2f} " + f"{scores['e_H'].item():7.3f} {scores['e_S'].item():7.3f} | " + f"{gates[0, 0].item():6.3f} {gates[0, 1].item():6.3f} {gates[0, 2].item():6.3f}") + + +if __name__ == "__main__": + main() diff --git a/src/configs/config.py b/src/configs/config.py index a0eef35..536963f 100644 --- a/src/configs/config.py +++ b/src/configs/config.py @@ -94,11 +94,51 @@ class Config: # EMA ema_decay1: float = 0.9999 + # Geometry router (curvature-aware attention routing). All defaults keep + # the feature OFF; the disabled model matches the original architecture + # and state_dict exactly. + geometry_router_enabled: bool = False + geometry_router_layers: str = "all" # "all", "0,1,2", or "0-3,6,8-11" + geometry_router_mode: str = "soft" # "soft" only; "hard" reserved (NotImplementedError) + geometry_router_on_attention: bool = True # v1 requires True (validated) + geometry_router_on_mlp: bool = False # reserved; v1 requires False (validated) + # False (default): routing applies to every forward through the shared + # Transformer backbone, including decoder/CE-mode rows and the decode + # path. True: strict denoiser semantics — decoder-mode rows are forced to + # the pure Euclidean gate and decode-mode forwards bypass routing + # entirely; only denoiser (L2) forwards are routed. + geometry_router_denoiser_only: bool = False + geometry_router_detach_scores: bool = True # geometry stats under no_grad + geometry_router_sample_size: int = 32 # tokens subsampled per example for stats + geometry_router_quad_samples: int = 512 # deterministic quadruples for delta_rel + geometry_router_eps: float = 1e-6 + geometry_router_tau_h: float = 4.0 # sharpness of hyperbolic score -> logit + geometry_router_tau_s: float = 4.0 # sharpness of sphere score -> logit + geometry_router_bias_e: float = 2.0 # strong initial Euclidean prior + geometry_router_bias_h: float = -2.0 + geometry_router_bias_s: float = -2.0 + geometry_router_learnable_bias: bool = False # If true, learn per-layer E/H/S routing priors. + geometry_router_time_e_bias: float = 1.0 # l_E += time_e_bias * (1 - t) + geometry_router_time_h_bias: float = 0.0 # l_H += time_h_bias * t + geometry_router_time_s_bias: float = 0.0 # l_S += time_s_bias * t + geometry_router_sphere_k: str = "0.25,0.5,1.0,2.0,4.0" # positive curvature candidates (distances diameter-normalized first) + geometry_hyperbolic_curvature: float = 1.0 + geometry_hyperbolic_score: str = "busemann_proxy" # "busemann_proxy" or "poincare_distance" + geometry_sphere_score: str = "cosine" # "cosine" or "negative_angular" + geometry_router_log_metrics: bool = False + geometry_router_log_freq: int = 100 + # Gate warmup: for the first N optimizer steps, blend the learned gates + # toward uniform [1/3,1/3,1/3] (linearly decaying 1->0) so the + # hyperbolic/sphere branches are forced to train early. 0 = off. + geometry_router_gate_warmup_steps: int = 0 + geometry_router_metrics_path: str = None # Optional JSON path for eval/train router summaries. + # Sampling sampling_configs_path: str = None # Sampling configs sweep (list of SamplingConfig objects, loaded from YAML) sampling_configs: list = [SamplingConfig()] num_samples: int = 100 + eval_data_offset: int = 0 # Skip this many eval examples for conditional generation. # PPL Evaluation online_eval: bool = True # Enable PPL evaluation for generated samples @@ -110,6 +150,7 @@ class Config: log_freq: int = 100 eval_freq: int = 10 save_freq: float = 100 # Can be fractional (e.g., 0.1 for saving every 0.1 epoch) + max_train_steps: int = None # Optional optimizer-step cap for short finetunes. # Output output_dir: str = "./output_dir" diff --git a/src/configs/training_configs/train_de-en_ELF-B_scratch_base.yml b/src/configs/training_configs/train_de-en_ELF-B_scratch_base.yml new file mode 100644 index 0000000..1a88f47 --- /dev/null +++ b/src/configs/training_configs/train_de-en_ELF-B_scratch_base.yml @@ -0,0 +1,74 @@ +# From-scratch De-En, ARM A (control): geometry router OFF. +# Identical to arm B (train_de-en_ELF-B_scratch_geom.yml) except the router +# fields. 10-epoch pilot; raise `epochs` and relaunch to extend (auto-resume). +# Dataset (local copies; see download_train_data.sh) +data_path: "ckpts/wmt14_de-en_train_t5" +eval_data_path: "ckpts/wmt14_de-en_validation_t5" +max_length: 128 +max_input_length: 64 +pad_token: eos + +# Encoder +encoder_model_name: t5-small +latent_mean: 0.0 +latent_std: 0.2 + +# Model architecture +model: ELF-B +bottleneck_dim: 128 +num_time_tokens: 4 +num_self_cond_cfg_tokens: 4 +num_model_mode_tokens: 4 + +# Denoiser objective +denoiser_p_mean: -1.5 +denoiser_p_std: 0.8 +denoiser_noise_scale: 2.0 +t_eps: 0.05 +time_schedule: "logit_normal" + +# Decoder objective +decoder_prob: 0.2 +decoder_noise_scale: 1.0 +decoder_p_mean: 0.8 +decoder_p_std: 0.8 + +# Conditioning / CFG +label_drop_prob: 0.1 +self_cond_prob: 0.5 + +# Training (optimizer + schedule) +epochs: 5 +global_batch_size: 512 +blr: 0.001 +weight_decay: 0.0 +warmup_steps: 5000 +optimizer: muon +gradient_checkpointing: true +use_bf16: true + +# EMA +ema_decay1: 0.9999 + +# Sampling (in-training generation eval kept cheap; full eval via eval.py) +sampling_configs_path: "src/configs/sampling_configs/cond_sampling_configs.yml" +num_samples: 256 + +# Logging & Checkpointing +log_freq: 100 +save_freq: 1 +eval_freq: 5 + +# Output +output_dir: "outputs/scratch_deen_base" +hf_repo_id: null +resume: null + +# Wandb +use_wandb: false +wandb_project: elf +wandb_entity: null +wandb_run_name: scratch_deen_base + +# Misc +seed: 0 diff --git a/src/configs/training_configs/train_de-en_ELF-B_scratch_geom.yml b/src/configs/training_configs/train_de-en_ELF-B_scratch_geom.yml new file mode 100644 index 0000000..bf1c7f8 --- /dev/null +++ b/src/configs/training_configs/train_de-en_ELF-B_scratch_geom.yml @@ -0,0 +1,93 @@ +# From-scratch De-En, ARM B (treatment): geometry router ON. +# Identical to arm A (train_de-en_ELF-B_scratch_base.yml) except the router +# fields. 10-epoch pilot; raise `epochs` and relaunch to extend (auto-resume). +# Dataset (local copies; see download_train_data.sh) +data_path: "ckpts/wmt14_de-en_train_t5" +eval_data_path: "ckpts/wmt14_de-en_validation_t5" +max_length: 128 +max_input_length: 64 +pad_token: eos + +# Encoder +encoder_model_name: t5-small +latent_mean: 0.0 +latent_std: 0.2 + +# Model architecture +model: ELF-B +bottleneck_dim: 128 +num_time_tokens: 4 +num_self_cond_cfg_tokens: 4 +num_model_mode_tokens: 4 + +# Denoiser objective +denoiser_p_mean: -1.5 +denoiser_p_std: 0.8 +denoiser_noise_scale: 2.0 +t_eps: 0.05 +time_schedule: "logit_normal" + +# Decoder objective +decoder_prob: 0.2 +decoder_noise_scale: 1.0 +decoder_p_mean: 0.8 +decoder_p_std: 0.8 + +# Conditioning / CFG +label_drop_prob: 0.1 +self_cond_prob: 0.5 + +# Training (optimizer + schedule) +epochs: 5 +global_batch_size: 512 +blr: 0.001 +weight_decay: 0.0 +warmup_steps: 5000 +optimizer: muon +gradient_checkpointing: true +use_bf16: true + +# EMA +ema_decay1: 0.9999 + +# Sampling (in-training generation eval kept cheap; full eval via eval.py) +sampling_configs_path: "src/configs/sampling_configs/cond_sampling_configs.yml" +num_samples: 256 + +# Logging & Checkpointing +log_freq: 100 +save_freq: 1 +eval_freq: 5 + +# Output +output_dir: "outputs/scratch_deen_geom" +hf_repo_id: null +resume: null + +# Wandb +use_wandb: false +wandb_project: elf +wandb_entity: null +wandb_run_name: scratch_deen_geom + +# Misc +seed: 0 + +# Geometry router (ARM B only) +geometry_router_enabled: true +geometry_router_layers: "all" +geometry_router_denoiser_only: true # decoder/CE rows stay Euclidean +geometry_router_learnable_bias: true # per-layer E/H/S priors are trained +geometry_router_detach_scores: true +geometry_router_log_metrics: true +geometry_router_sample_size: 32 +geometry_router_quad_samples: 512 +geometry_router_tau_h: 4.0 +geometry_router_tau_s: 4.0 +geometry_router_bias_e: 2.0 +geometry_router_bias_h: -2.0 +geometry_router_bias_s: -2.0 +geometry_router_time_e_bias: 1.0 +geometry_router_sphere_k: "0.25,0.5,1.0,2.0,4.0" +geometry_hyperbolic_score: "busemann_proxy" +geometry_sphere_score: "cosine" diff --git a/src/configs/training_configs/train_de-en_ELF-B_scratch_geom_warmup.yml b/src/configs/training_configs/train_de-en_ELF-B_scratch_geom_warmup.yml new file mode 100644 index 0000000..b8063a6 --- /dev/null +++ b/src/configs/training_configs/train_de-en_ELF-B_scratch_geom_warmup.yml @@ -0,0 +1,94 @@ +# From-scratch De-En, ARM B (treatment): geometry router ON. +# Identical to arm A (train_de-en_ELF-B_scratch_base.yml) except the router +# fields. 10-epoch pilot; raise `epochs` and relaunch to extend (auto-resume). +# Dataset (local copies; see download_train_data.sh) +data_path: "ckpts/wmt14_de-en_train_t5" +eval_data_path: "ckpts/wmt14_de-en_validation_t5" +max_length: 128 +max_input_length: 64 +pad_token: eos + +# Encoder +encoder_model_name: t5-small +latent_mean: 0.0 +latent_std: 0.2 + +# Model architecture +model: ELF-B +bottleneck_dim: 128 +num_time_tokens: 4 +num_self_cond_cfg_tokens: 4 +num_model_mode_tokens: 4 + +# Denoiser objective +denoiser_p_mean: -1.5 +denoiser_p_std: 0.8 +denoiser_noise_scale: 2.0 +t_eps: 0.05 +time_schedule: "logit_normal" + +# Decoder objective +decoder_prob: 0.2 +decoder_noise_scale: 1.0 +decoder_p_mean: 0.8 +decoder_p_std: 0.8 + +# Conditioning / CFG +label_drop_prob: 0.1 +self_cond_prob: 0.5 + +# Training (optimizer + schedule) +epochs: 15 +global_batch_size: 512 +blr: 0.001 +weight_decay: 0.0 +warmup_steps: 5000 +optimizer: muon +gradient_checkpointing: true +use_bf16: true + +# EMA +ema_decay1: 0.9999 + +# Sampling (in-training generation eval kept cheap; full eval via eval.py) +sampling_configs_path: "src/configs/sampling_configs/cond_sampling_configs.yml" +num_samples: 256 + +# Logging & Checkpointing +log_freq: 100 +save_freq: 1 +eval_freq: 5 + +# Output +output_dir: "outputs/scratch_deen_geom_warmup" +hf_repo_id: null +resume: null + +# Wandb +use_wandb: false +wandb_project: elf +wandb_entity: null +wandb_run_name: scratch_deen_geom_warmup + +# Misc +seed: 0 + +# Geometry router (ARM B only) +geometry_router_enabled: true +geometry_router_layers: "all" +geometry_router_denoiser_only: true # decoder/CE rows stay Euclidean +geometry_router_learnable_bias: true # per-layer E/H/S priors are trained +geometry_router_detach_scores: true +geometry_router_log_metrics: true +geometry_router_sample_size: 16 +geometry_router_quad_samples: 128 +geometry_router_tau_h: 4.0 +geometry_router_tau_s: 4.0 +geometry_router_bias_e: 2.0 +geometry_router_bias_h: -2.0 +geometry_router_bias_s: -2.0 +geometry_router_time_e_bias: 1.0 +geometry_router_sphere_k: "0.5,2.0" +geometry_hyperbolic_score: "busemann_proxy" +geometry_sphere_score: "cosine" +geometry_router_gate_warmup_steps: 44030 # 5 epochs of forced-uniform gate warmup, then learned diff --git a/src/configs/training_configs/train_owt_ELF-B_geom_router.yml b/src/configs/training_configs/train_owt_ELF-B_geom_router.yml new file mode 100644 index 0000000..dfe0180 --- /dev/null +++ b/src/configs/training_configs/train_owt_ELF-B_geom_router.yml @@ -0,0 +1,93 @@ +# Copy of train_owt_ELF-B.yml with the geometry router enabled. +# Dataset +data_path: "embedded-language-flows/openwebtext-t5" +max_length: 1024 + +# Encoder +encoder_model_name: t5-small +latent_mean: 0.0 +latent_std: 0.2 + +# Model architecture +model: ELF-B # ELF-B, ELF-M +bottleneck_dim: 128 +num_time_tokens: 4 +num_self_cond_cfg_tokens: 4 +num_model_mode_tokens: 4 + +# Geometry router (curvature-aware attention routing) +geometry_router_enabled: true +geometry_router_layers: "all" +geometry_router_mode: "soft" +geometry_router_on_attention: true +geometry_router_on_mlp: false +# false: route every forward through the shared backbone (incl. decoder/CE +# rows and the decode path). true: strict denoiser semantics — decoder rows +# forced to the Euclidean gate, decode-mode forwards bypass routing. +geometry_router_denoiser_only: false +geometry_router_detach_scores: true +geometry_router_sample_size: 32 +geometry_router_quad_samples: 512 +geometry_router_tau_h: 4.0 +geometry_router_tau_s: 4.0 +geometry_router_bias_e: 2.0 +geometry_router_bias_h: -2.0 +geometry_router_bias_s: -2.0 +geometry_router_time_e_bias: 1.0 +geometry_router_time_h_bias: 0.0 +geometry_router_time_s_bias: 0.0 +geometry_router_sphere_k: "0.25,0.5,1.0,2.0,4.0" +geometry_hyperbolic_curvature: 1.0 +geometry_hyperbolic_score: "busemann_proxy" +geometry_sphere_score: "cosine" + +# Denoiser objective +denoiser_p_mean: -1.5 +denoiser_p_std: 0.8 +denoiser_noise_scale: 2.0 +t_eps: 0.05 +time_schedule: "logit_normal" + +# Decoder objective +decoder_prob: 0.2 +decoder_noise_scale: 5.0 +decoder_p_mean: 0.8 +decoder_p_std: 0.8 + +# Conditioning / CFG +self_cond_prob: 0.5 + +# Training (optimizer + schedule) +epochs: 5 +global_batch_size: 512 +blr: 0.001 +weight_decay: 0.0 +warmup_epochs: 0.5 +warmup_steps: -1 # -1 falls back to warmup_epochs +optimizer: muon # "adamw" or "muon" + +# EMA +ema_decay1: 0.9999 + +# Sampling +sampling_configs_path: "src/configs/sampling_configs/uncond_sampling_configs.yml" +num_samples: 1000 + +# Logging & Checkpointing +log_freq: 100 +save_freq: 1 +eval_freq: 1 + +# Output +output_dir: "outputs/elf_b-owt-geom-router" +hf_repo_id: null +resume: null + +# Wandb +use_wandb: true +wandb_project: elf +wandb_entity: null +wandb_run_name: elf_b-owt-geom-router + +# Misc +seed: 42 diff --git a/src/eval.py b/src/eval.py index 8314b8a..d68c12d 100644 --- a/src/eval.py +++ b/src/eval.py @@ -15,6 +15,7 @@ from transformers import AutoTokenizer from modules.t5_encoder import get_encoder +from modules.geometry_router import geometry_model_kwargs, set_gate_warmup_alpha from modules.model import ELF_models from utils.logging_utils import log_for_0 from utils.checkpoint_utils import load_checkpoint @@ -133,6 +134,7 @@ def main(): vocab_size=vocab_size, num_model_mode_tokens=config.num_model_mode_tokens, bottleneck_dim=config.bottleneck_dim, + **geometry_model_kwargs(config), ).to(device) # Train state template (only used to plumb EMA params + step/epoch). @@ -149,6 +151,9 @@ def main(): log_for_0(f"Loading checkpoint from: {args.checkpoint_path}") state, _ = load_checkpoint(args.checkpoint_path, state) + # Force gate-warmup off at eval (a mid-warmup checkpoint could carry a + # nonzero alpha; eval must always use the learned gates). + set_gate_warmup_alpha(state.model, 0.0) state.model = state.model.to(device).eval() rank = dist.get_rank() if dist.is_initialized() else 0 diff --git a/src/generation.py b/src/generation.py index 42a6310..0984f6b 100644 --- a/src/generation.py +++ b/src/generation.py @@ -18,6 +18,7 @@ from utils.encoder_utils import encode_text from utils.metrics_utils import Metrics as PPLMetrics, compute_bleu, compute_rouge from utils.sampling_utils import get_sampling_steps +from utils.router_metrics import write_geometry_router_metrics from utils.generation_utils import ( mask_after_eos, shift_left, _generate_samples_single_batch, _dlm_decode_batch, @@ -307,8 +308,24 @@ def test_generation_cond( pad_token_id = get_pad_token_id(tokenizer, config.pad_token) eos_token_id = tokenizer.eos_token_id + eval_data_offset = int(getattr(config, "eval_data_offset", 0) or 0) + if eval_data_offset < 0: + raise ValueError("eval_data_offset must be non-negative") + if eval_data_offset: + if eval_data_offset >= len(dataset): + raise ValueError( + f"eval_data_offset={eval_data_offset} is outside eval dataset of size {len(dataset)}") + log_for_0(f"Conditional eval offset: starting at dataset index {eval_data_offset}") + if eval_data_offset: + if hasattr(dataset, "select"): + eval_dataset = dataset.select(range(eval_data_offset, len(dataset))) + else: + eval_dataset = dataset[eval_data_offset:] + else: + eval_dataset = dataset + dataloader = get_dataloader( - dataset, batch_size=batch_size, + eval_dataset, batch_size=batch_size, shuffle=False, num_workers=0, drop_last=False, max_seq_length=config.max_length, pad_token_id=pad_token_id, max_input_seq_length=config.max_input_length, distributed=False, @@ -386,7 +403,8 @@ def test_generation_cond( if samples_processed >= num_samples: break text = tokenizer.decode(predicted_ids[i].detach().cpu().numpy(), skip_special_tokens=True) - all_generated.append((samples_processed, original_texts[i], text, context_texts[i])) + sample_id = eval_data_offset + samples_processed + all_generated.append((sample_id, original_texts[i], text, context_texts[i])) samples_processed += 1 pbar.update(1) pbar.close() @@ -439,6 +457,17 @@ def test_generation_cond( with open(os.path.join(config.output_dir, name, "metrics.jsonl"), "a", encoding="utf-8") as f: f.write(json.dumps(metrics_line, ensure_ascii=False) + "\n") upload_output_dir_to_hf(config.output_dir, config.hf_repo_id, reason="generation metrics") + if bool(getattr(config, "geometry_router_log_metrics", False)): + metrics_path = getattr(config, "geometry_router_metrics_path", None) + if not metrics_path: + metrics_path = os.path.join( + config.output_dir, name, + f"geometry_router_metrics_{epoch_val}_{step_val}.json", + ) + write_geometry_router_metrics( + model, metrics_path, + extra={"epoch": epoch_val, "step": step_val, "sampling_config": name}, + ) if _rank() == 0 and config.use_wandb and wandb_tables and wandb is not None: try: diff --git a/src/modules/geometry_router.py b/src/modules/geometry_router.py new file mode 100644 index 0000000..e3ca0a4 --- /dev/null +++ b/src/modules/geometry_router.py @@ -0,0 +1,463 @@ +"""Geometry router for curvature-aware attention routing. + +Estimates, per example, how hyperbolic-like (four-point delta condition) and +how sphere-like (constant-curvature Gram fit) the current layer's hidden +states are, and converts the scores into soft gates over three attention +operators: [Euclidean, Hyperbolic, Sphere]. + +Design constraints (v1): +- Scores are mini-batch / token-subsample estimates, not exact geometric + measures; they are routing signals only. +- All geometry statistics run in fp32 (and, by default, under no_grad) so + the router is stable in bf16 autocast and adds no gradient paths. +- No randomness: token subsampling and quadruple selection are deterministic + so training stays reproducible. +- The score computation is wrapped with torch._dynamo.disable so + torch.compile takes a (cheap) graph break instead of tracing eigvalsh / + cdist / data-dependent control flow. +""" + +import math +from typing import Dict, List, Optional, Set, Tuple + +import torch +import torch.nn as nn +import torch.nn.functional as F + +try: + import torch._dynamo as dynamo +except Exception: # pragma: no cover - torch always ships _dynamo, but stay safe + dynamo = None + + +def set_gate_warmup_alpha(model, alpha: float) -> None: + """Set the gate-warmup alpha on every GeometryRouter in `model` (in-place). + + `model` should already be unwrapped of DDP/torch.compile. Updating the + buffer in place is picked up by the next (compiled) forward without a + recompile. alpha=1 forces uniform E/H/S mixing; alpha=0 uses learned gates. + """ + a = float(max(0.0, min(1.0, alpha))) + with torch.no_grad(): + for m in model.modules(): + if isinstance(m, GeometryRouter): + m.gate_warmup_alpha.fill_(a) + + +def validate_geometry_router_config(config) -> None: + """Reject geometry-router settings the first version does not implement. + + No-op when the router is disabled, so baseline configs never trip this. + """ + if not getattr(config, "geometry_router_enabled", False): + return + mode = getattr(config, "geometry_router_mode", "soft") + if mode != "soft": + raise NotImplementedError( + f"geometry_router_mode='{mode}' is reserved; only 'soft' is implemented") + if not getattr(config, "geometry_router_on_attention", True): + raise NotImplementedError( + "geometry_router_on_attention=false is not implemented: v1 routes " + "the attention operator only, so it must stay true") + if getattr(config, "geometry_router_on_mlp", False): + raise NotImplementedError( + "geometry_router_on_mlp=true is reserved; v1 does not route the MLP") + score = getattr(config, "geometry_hyperbolic_score", "busemann_proxy") + if score not in ("busemann_proxy", "poincare_distance"): + raise ValueError(f"Unknown geometry_hyperbolic_score: {score}") + score = getattr(config, "geometry_sphere_score", "cosine") + if score not in ("cosine", "negative_angular"): + raise ValueError(f"Unknown geometry_sphere_score: {score}") + + +def geometry_model_kwargs(config) -> Dict[str, object]: + """Geometry-router kwargs for ELF_models[...](...), read off a Config. + + Uses getattr with the disabled defaults so older configs without the + geometry fields keep working unchanged. Validates that no reserved + (unimplemented) option is switched on. + """ + validate_geometry_router_config(config) + return { + "geometry_router_enabled": bool(getattr(config, "geometry_router_enabled", False)), + "geometry_router_layers": getattr(config, "geometry_router_layers", "all"), + "geometry_router_denoiser_only": bool(getattr(config, "geometry_router_denoiser_only", False)), + "geometry_router_sample_size": getattr(config, "geometry_router_sample_size", 32), + "geometry_router_quad_samples": getattr(config, "geometry_router_quad_samples", 512), + "geometry_router_tau_h": getattr(config, "geometry_router_tau_h", 4.0), + "geometry_router_tau_s": getattr(config, "geometry_router_tau_s", 4.0), + "geometry_router_bias_e": getattr(config, "geometry_router_bias_e", 2.0), + "geometry_router_bias_h": getattr(config, "geometry_router_bias_h", -2.0), + "geometry_router_bias_s": getattr(config, "geometry_router_bias_s", -2.0), + "geometry_router_learnable_bias": bool(getattr(config, "geometry_router_learnable_bias", False)), + "geometry_router_time_e_bias": getattr(config, "geometry_router_time_e_bias", 1.0), + "geometry_router_time_h_bias": getattr(config, "geometry_router_time_h_bias", 0.0), + "geometry_router_time_s_bias": getattr(config, "geometry_router_time_s_bias", 0.0), + "geometry_router_sphere_k": getattr(config, "geometry_router_sphere_k", "0.25,0.5,1.0,2.0,4.0"), + "geometry_router_eps": getattr(config, "geometry_router_eps", 1e-6), + "geometry_router_detach_scores": getattr(config, "geometry_router_detach_scores", True), + "geometry_router_log_metrics": bool(getattr(config, "geometry_router_log_metrics", False)), + "geometry_hyperbolic_curvature": getattr(config, "geometry_hyperbolic_curvature", 1.0), + "geometry_hyperbolic_score": getattr(config, "geometry_hyperbolic_score", "busemann_proxy"), + "geometry_sphere_score": getattr(config, "geometry_sphere_score", "cosine"), + } + + +def parse_float_list(s: str) -> List[float]: + """Parse a comma-separated float list, e.g. "0.25,0.5,1.0".""" + return [float(tok) for tok in s.split(",") if tok.strip()] + + +def parse_layer_spec(spec: str, depth: int) -> Set[int]: + """Parse a layer spec into a set of block indices. + + Supports "all", "0,1,2", and range mixes like "0-3,6,8-11". + """ + if spec is None or spec.strip().lower() == "all": + return set(range(depth)) + layers: Set[int] = set() + for tok in spec.split(","): + tok = tok.strip() + if not tok: + continue + if "-" in tok: + lo_s, hi_s = tok.split("-", 1) + lo, hi = int(lo_s), int(hi_s) + if lo > hi: + raise ValueError(f"Invalid layer range '{tok}' in spec '{spec}'") + layers.update(range(lo, hi + 1)) + else: + layers.add(int(tok)) + bad = [i for i in layers if i < 0 or i >= depth] + if bad: + raise ValueError(f"Layer spec '{spec}' has indices {bad} outside [0, {depth})") + return layers + + +def masked_token_subsample( + x: torch.Tensor, + mask: Optional[torch.Tensor], + sample_size: int, +) -> Tuple[torch.Tensor, torch.Tensor]: + """Deterministically subsample up to `sample_size` valid tokens per example. + + x: (B, N, C); mask: optional (B, N) with 1=valid. Returns + (sampled (B, M, C), sampled_mask (B, M)). No RNG: rows with >= M valid + tokens take evenly spaced valid tokens; rows with fewer repeat the last + valid token as padding, flagged invalid in sampled_mask so statistics + ignore the duplicates. + """ + B, N, _ = x.shape + M = min(sample_size, N) + device = x.device + if mask is None: + mask = torch.ones((B, N), dtype=torch.float32, device=device) + mask = mask.to(torch.float32) + + counts = mask.sum(dim=1).long() # (B,) + # Stable argsort puts valid token positions first, in original order. + valid_first = torch.argsort(mask, dim=1, descending=True, stable=True) # (B, N) + + pos = torch.arange(M, device=device) # (M,) + counts_safe = counts.clamp(min=1).unsqueeze(1) # (B, 1) + # >= M valid: evenly spaced over the valid tokens; < M valid: take each + # valid token once then repeat the last one. + even = (pos.unsqueeze(0) * counts_safe) // M + padded = torch.minimum(pos.unsqueeze(0), counts_safe - 1) + take = torch.where(counts.unsqueeze(1) >= M, even, padded).clamp(min=0) # (B, M) + + idx = torch.gather(valid_first, 1, take) # (B, M) positions into N + sampled = torch.gather(x, 1, idx.unsqueeze(-1).expand(-1, -1, x.shape[-1])) + sampled_mask = (pos.unsqueeze(0) < counts.unsqueeze(1)).to(torch.float32) # (B, M) + return sampled, sampled_mask + + +def pairwise_dist(x: torch.Tensor, valid_mask: Optional[torch.Tensor] = None, + eps: float = 1e-6) -> torch.Tensor: + """Diameter-normalized pairwise Euclidean distances, fp32. + + x: (B, M, C) -> (B, M, M). Distances are divided by each example's max + valid pairwise distance so downstream curvature candidates are scale-free. + """ + xf = x.float() + D = torch.cdist(xf, xf, p=2) # (B, M, M) + if valid_mask is not None: + pair_valid = valid_mask.unsqueeze(2) * valid_mask.unsqueeze(1) # (B, M, M) + diam = (D * pair_valid).amax(dim=(1, 2)) + else: + diam = D.amax(dim=(1, 2)) + diam = diam.clamp(min=eps) + return D / (diam + eps).view(-1, 1, 1) + + +def _quadruple_indices(M: int, quad_samples: int, device: torch.device, + ) -> Tuple[torch.Tensor, torch.Tensor, torch.Tensor, torch.Tensor, torch.Tensor]: + """Deterministic quadruples (a, b, c, d) plus a distinctness mask.""" + q = torch.arange(quad_samples, device=device) + a = (q * 1 + 0) % M + b = (q * 3 + 1) % M + c = (q * 5 + 2) % M + d = (q * 7 + 3) % M + distinct = ( + (a != b) & (a != c) & (a != d) & (b != c) & (b != d) & (c != d) + ) + return a, b, c, d, distinct + + +def estimate_delta_rel(D: torch.Tensor, valid_mask: torch.Tensor, + quad_samples: int, eps: float = 1e-6) -> torch.Tensor: + """Relative four-point delta-hyperbolicity estimate, e_H in ~[0, 1]. + + D: (B, M, M) diameter-normalized; valid_mask: (B, M). Low e_H means the + point set is tree-like / hyperbolic-like. Uses deterministic quadruples + (no torch.randint) so training is reproducible. Returns the neutral score + 1.0 for examples without enough valid quadruples. + """ + B, M, _ = D.shape + device = D.device + if M < 4: + return torch.ones((B,), dtype=torch.float32, device=device) + + a, b, c, d, distinct = _quadruple_indices(M, quad_samples, device) + + vm = valid_mask.to(torch.float32) + quad_valid = ( + vm[:, a] * vm[:, b] * vm[:, c] * vm[:, d] + ) * distinct.to(torch.float32).unsqueeze(0) # (B, Q) + + s1 = D[:, a, b] + D[:, c, d] + s2 = D[:, a, c] + D[:, b, d] + s3 = D[:, a, d] + D[:, b, c] + sums = torch.stack([s1, s2, s3], dim=-1) # (B, Q, 3) + sums_sorted, _ = torch.sort(sums, dim=-1) # ascending: [S, Mid, L] + delta_quad = (sums_sorted[..., 2] - sums_sorted[..., 1]) / 2.0 # (B, Q) + + delta = (delta_quad * quad_valid).amax(dim=1) # (B,) invalid quads -> 0 + delta_rel = (2.0 * delta).clamp(0.0, 1.0) + + has_quads = quad_valid.sum(dim=1) > 0 + return torch.where(has_quads, delta_rel, torch.ones_like(delta_rel)) + + +def estimate_spherical_fit(D: torch.Tensor, valid_mask: torch.Tensor, + k_candidates: List[float], rank_dim: int, + eps: float = 1e-6) -> torch.Tensor: + """Constant-positive-curvature Gram-fit residual, e_S in ~[0, 1]. + + For each candidate curvature K, builds G = (1/K) * cos(sqrt(K) * D) — the + Gram matrix points on a radius-1/sqrt(K) sphere would produce — and scores + how far G is from PSD-with-bounded-rank. e_S = min over feasible K. This + is a routing signal, not a proof the hidden states lie on a sphere. + Note: this is intentionally NOT delta-hyperbolicity; delta_rel only judges + tree-likeness and says nothing about spherical fit. + """ + B, M, _ = D.shape + device = D.device + vm = valid_mask.to(torch.float32) + n_valid = vm.sum(dim=1) # (B,) + if M < 3: + return torch.ones((B,), dtype=torch.float32, device=device) + + pair_valid = vm.unsqueeze(2) * vm.unsqueeze(1) # (B, M, M) + max_d = (D * pair_valid).amax(dim=(1, 2)) # (B,) + rank_cap = min(M, rank_dim + 1) + + best = torch.full((B,), float("inf"), dtype=torch.float32, device=device) + for K in k_candidates: + if K <= 0: + continue + sqrt_k = math.sqrt(K) + feasible = sqrt_k * max_d < (math.pi - eps) # (B,) + if not bool(feasible.any()): + continue + G = (1.0 / K) * torch.cos(sqrt_k * D) + # Zeroing invalid rows AND columns makes G block-diag(G_valid, 0), so + # the batched eigvalsh below yields eig(G_valid) plus exact zeros. + G = G * pair_valid + G = 0.5 * (G + G.transpose(1, 2)) # enforce symmetry for eigvalsh + eigvals = torch.linalg.eigvalsh(G.float()) # (B, M), ascending + + negative_penalty = eigvals.clamp(max=0.0).abs().sum(dim=1) + pos_desc, _ = torch.sort(eigvals.clamp(min=0.0), dim=1, descending=True) + rank_penalty = pos_desc[:, rank_cap:].sum(dim=1) if rank_cap < M else torch.zeros_like(negative_penalty) + total = eigvals.abs().sum(dim=1) + e_s_k = (negative_penalty + rank_penalty) / (total + eps) + + e_s_k = torch.where(feasible, e_s_k, torch.full_like(e_s_k, float("inf"))) + best = torch.minimum(best, e_s_k) + + enough_tokens = n_valid >= 3 + ok = enough_tokens & torch.isfinite(best) + return torch.where(ok, best.clamp(0.0, 1.0), torch.ones_like(best)) + + +def _compute_geometry_scores(hidden: torch.Tensor, + geometry_mask: Optional[torch.Tensor], + sample_size: int, quad_samples: int, + k_candidates: List[float], + eps: float) -> Tuple[torch.Tensor, torch.Tensor]: + """fp32 e_H / e_S for a batch of hidden states. (B, N, C) -> (B,), (B,).""" + sampled, sampled_mask = masked_token_subsample(hidden.float(), geometry_mask, sample_size) + D = pairwise_dist(sampled, sampled_mask, eps=eps) + e_h = estimate_delta_rel(D, sampled_mask, quad_samples, eps=eps) + e_s = estimate_spherical_fit(D, sampled_mask, k_candidates, + rank_dim=hidden.shape[-1], eps=eps) + return e_h, e_s + + +if dynamo is not None: + # Graph-break torch.compile around eigvalsh/cdist/data-dependent code. + _compute_geometry_scores = dynamo.disable(_compute_geometry_scores) + + +def _apply_gate_warmup(gates_learned: torch.Tensor, alpha: torch.Tensor) -> torch.Tensor: + """Blend learned gates toward uniform by alpha (eager — keeps alpha live). + + Must run eager: torch.compile constant-folds the alpha (a + requires_grad=False Parameter) into the graph, and a first trace at + alpha=1 dead-code-eliminates the learned term, freezing the gates at + uniform forever. Running this under dynamo.disable re-reads the live alpha + every step. Cheap (B x 3); autograd through gates_learned (the trainable + bias) is preserved across the graph break. + """ + a = alpha.to(gates_learned.dtype) + return (1.0 - a) * gates_learned + a * (1.0 / 3.0) + + +if dynamo is not None: + _apply_gate_warmup = dynamo.disable(_apply_gate_warmup) + + +class GeometryRouter(nn.Module): + """Soft router over [Euclidean, Hyperbolic, Sphere] attention operators. + + By default it holds no learnable parameters or persistent buffers, so + enabling it keeps the original state_dict surface small. When + learnable_bias=True, the E/H/S logit priors become per-router Parameters + initialized from bias_* for finetuning experiments. + """ + + def __init__( + self, + sample_size: int = 32, + quad_samples: int = 512, + sphere_k_candidates: str = "0.25,0.5,1.0,2.0,4.0", + tau_h: float = 4.0, + tau_s: float = 4.0, + bias_e: float = 2.0, + bias_h: float = -2.0, + bias_s: float = -2.0, + learnable_bias: bool = False, + time_e_bias: float = 1.0, + time_h_bias: float = 0.0, + time_s_bias: float = 0.0, + eps: float = 1e-6, + detach_scores: bool = True, + log_metrics: bool = False, + ): + super().__init__() + self.sample_size = sample_size + self.quad_samples = quad_samples + if isinstance(sphere_k_candidates, str): + self.sphere_k_candidates = parse_float_list(sphere_k_candidates) + else: + self.sphere_k_candidates = [float(k) for k in sphere_k_candidates] + self.tau_h = tau_h + self.tau_s = tau_s + self.learnable_bias = learnable_bias + if learnable_bias: + self.bias = nn.Parameter(torch.tensor([bias_e, bias_h, bias_s], dtype=torch.float32)) + else: + self.bias_e = float(bias_e) + self.bias_h = float(bias_h) + self.bias_s = float(bias_s) + self.time_e_bias = time_e_bias + self.time_h_bias = time_h_bias + self.time_s_bias = time_s_bias + self.eps = eps + self.detach_scores = detach_scores + self.log_metrics = log_metrics + # Gate warmup: a training-time schedule that blends the learned gates + # toward uniform [1/3,1/3,1/3] so the hyperbolic/sphere branches are + # forced to contribute early (breaks the cold-start "death spiral" + # where suppressed branches never get trained). Implemented as a + # requires_grad=False Parameter, NOT a buffer: torch.compile constant- + # folds buffers (verified — in-place buffer updates don't reach the + # compiled forward), but keeps Parameters live across in-place updates. + # Muon/Adam skip it (they filter requires_grad), and eval resets it to + # 0. set_gate_warmup_alpha() updates it per-step; defaults to 0 (off). + self.gate_warmup_alpha = nn.Parameter(torch.zeros(1), requires_grad=False) + # Last detached metrics, for offline inspection only (not buffers: + # never checkpointed, never synced). + self.latest_gate_mean: Optional[torch.Tensor] = None + self.latest_e_h_mean: Optional[torch.Tensor] = None + self.latest_e_s_mean: Optional[torch.Tensor] = None + self.latest_logits_mean: Optional[torch.Tensor] = None + + def forward( + self, + hidden: torch.Tensor, + t: torch.Tensor, + geometry_mask: Optional[torch.Tensor] = None, + ) -> Tuple[torch.Tensor, Dict[str, torch.Tensor]]: + """hidden: (B, N, C); t: (B,); geometry_mask: optional (B, N), 1=valid. + + Returns (gates (B, 3) in hidden.dtype, scores dict of detached fp32 + tensors). Gate order is [E, H, S]. + """ + if t is None: + raise ValueError("GeometryRouter.forward requires the diffusion time t (B,)") + if self.detach_scores: + with torch.no_grad(): + e_h, e_s = _compute_geometry_scores( + hidden.detach(), geometry_mask, self.sample_size, + self.quad_samples, self.sphere_k_candidates, self.eps, + ) + else: + e_h, e_s = _compute_geometry_scores( + hidden, geometry_mask, self.sample_size, + self.quad_samples, self.sphere_k_candidates, self.eps, + ) + + t_f = t.float().reshape(-1) + if self.learnable_bias: + bias = self.bias.to(device=t_f.device, dtype=torch.float32) + bias_e, bias_h, bias_s = bias.unbind() + else: + bias_e, bias_h, bias_s = self.bias_e, self.bias_h, self.bias_s + l_e = bias_e + self.time_e_bias * (1.0 - t_f) + l_h = bias_h - self.tau_h * e_h + self.time_h_bias * t_f + l_s = bias_s - self.tau_s * e_s + self.time_s_bias * t_f + logits = torch.stack([l_e, l_h, l_s], dim=-1) # (B, 3) + gates_learned = F.softmax(logits, dim=-1) + + # Gate warmup: blend toward uniform by alpha (eager helper so alpha + # stays live under torch.compile; alpha=0 is a no-op). Stays + # normalized: (1-a)*sum(gates) + a*3*(1/3) = 1. + gates_eff = _apply_gate_warmup(gates_learned, self.gate_warmup_alpha) + + # Metrics record the LEARNED gates (the quantity we care about: does the + # model choose to keep H/S open?), not the warmup-forced ones. + scores: Dict[str, torch.Tensor] = { + "e_H": e_h.detach(), + "e_S": e_s.detach(), + "logits": logits.detach(), + "gates": gates_learned.detach(), + "gates_eff": gates_eff.detach(), + } + if self.log_metrics: + self.latest_gate_mean = gates_learned.detach().mean(dim=0) + self.latest_e_h_mean = e_h.detach().mean() + self.latest_e_s_mean = e_s.detach().mean() + self.latest_logits_mean = logits.detach().mean(dim=0) + return gates_eff.to(hidden.dtype), scores + + +# Run the whole router forward eagerly under torch.compile. The gate math is +# cheap (the expensive eigvalsh is already eager via _compute_geometry_scores), +# and eager execution is what keeps the requires_grad=False gate_warmup_alpha +# live: read inside a compiled graph it gets constant-folded (verified), so the +# warmup would freeze at its first-traced value. The trainable bias still trains +# normally via eager autograd across the graph break. +if dynamo is not None: + GeometryRouter.forward = dynamo.disable(GeometryRouter.forward) diff --git a/src/modules/layers.py b/src/modules/layers.py index b1b56d3..81a3d25 100644 --- a/src/modules/layers.py +++ b/src/modules/layers.py @@ -221,6 +221,219 @@ def forward(self, x: torch.Tensor, rope_fn: Optional[nn.Module], return x +# ============================================================ +# Geometry-routed attention (curvature-aware operator mixing) +# ============================================================ + +def apply_attention_mask_to_logits(logits: torch.Tensor, + attention_mask: Optional[torch.Tensor]) -> torch.Tensor: + """Mask invalid key positions in attention logits. + + logits: (B, H, N, N). attention_mask: (B, N) or (B, N, N), 1=valid. + Uses a large finite negative instead of -inf so a fully-masked row + softmaxes to uniform rather than NaN. + """ + if attention_mask is None: + return logits + if attention_mask.dim() == 2: + key_mask = attention_mask[:, None, None, :] # (B, 1, 1, N) + elif attention_mask.dim() == 3: + key_mask = attention_mask[:, None, :, :] # (B, 1, N, N) + else: + key_mask = attention_mask + neg = torch.tensor(-1e4, dtype=logits.dtype, device=logits.device) + return torch.where(key_mask.bool(), logits, neg) + + +def softmax_attention_from_logits(logits: torch.Tensor, v: torch.Tensor, + attention_mask: Optional[torch.Tensor] = None, + dropout_p: float = 0.0, + deterministic: bool = True) -> torch.Tensor: + """Softmax attention from explicit logits. logits: (B, H, N, N), v: (B, H, N, D).""" + probs = F.softmax(apply_attention_mask_to_logits(logits, attention_mask), dim=-1) + if dropout_p > 0.0 and not deterministic: + probs = F.dropout(probs, p=dropout_p, training=True) + return probs @ v + + +def poincare_exp0(u: torch.Tensor, c: float = 1.0, eps: float = 1e-6) -> torch.Tensor: + """Exponential map at the origin of the Poincare ball with curvature -c. + + u: (..., D) tangent vectors -> points inside the ball of radius 1/sqrt(c), + clamped to (1/sqrt(c)) * (1 - eps) for numerical safety. + """ + sqrt_c = math.sqrt(c) + norm = u.norm(dim=-1, keepdim=True) + # tanh(sqrt(c) * n) / (sqrt(c) * n) -> 1 as n -> 0. + scaled = sqrt_c * norm + coef = torch.where(scaled > eps, torch.tanh(scaled) / scaled.clamp(min=eps), + torch.ones_like(scaled)) + x = coef * u + max_norm = (1.0 / sqrt_c) * (1.0 - eps) + x_norm = x.norm(dim=-1, keepdim=True).clamp(min=eps) + return torch.where(x_norm > max_norm, x * (max_norm / x_norm), x) + + +def busemann_proxy_score(q: torch.Tensor, k: torch.Tensor, c: float = 1.0, + eps: float = 1e-6) -> torch.Tensor: + """First-order Busemann/PV proxy attention logits, (B, H, N, D) -> (B, H, N, N). + + Maps queries into the Poincare ball via exp0 and treats normalized keys as + ideal boundary directions p_j; the logit is the (negated) Busemann-style + function log(1 - c||q_i||^2) - log(||sqrt(c) q_i - p_j||^2). This is a + first-version proxy of PV/Busemann attention, replaceable later — it is + NOT claimed to be the exact PV operator. + """ + qf, kf = q.float(), k.float() + sqrt_c = math.sqrt(c) + q_ball = poincare_exp0(qf, c=c, eps=eps) + p = F.normalize(kf, dim=-1, eps=eps) # ideal boundary directions + q_norm2 = q_ball.pow(2).sum(dim=-1, keepdim=True) # (B, H, N, 1) + # ||sqrt(c) q_i - p_j||^2 = c||q_i||^2 - 2 sqrt(c) + 1 + dot = torch.matmul(q_ball, p.transpose(-2, -1)) # (B, H, N, N) + denom = (c * q_norm2 - 2.0 * sqrt_c * dot + 1.0).clamp(min=eps) + score = torch.log((1.0 - c * q_norm2).clamp(min=eps)) - torch.log(denom) + return score.to(q.dtype) + + +def poincare_distance_score(q: torch.Tensor, k: torch.Tensor, c: float = 1.0, + eps: float = 1e-6) -> torch.Tensor: + """Negative squared Poincare distance logits, (B, H, N, D) -> (B, H, N, N).""" + qf, kf = q.float(), k.float() + head_dim = q.shape[-1] + q_ball = poincare_exp0(qf, c=c, eps=eps) + k_ball = poincare_exp0(kf, c=c, eps=eps) + q_norm2 = q_ball.pow(2).sum(dim=-1, keepdim=True) # (B, H, N, 1) + k_norm2 = k_ball.pow(2).sum(dim=-1, keepdim=True).transpose(-2, -1) # (B, H, 1, N) + # ||q_i - k_j||^2 expanded via the gram matrix. + diff2 = (q_norm2 + k_norm2 + - 2.0 * torch.matmul(q_ball, k_ball.transpose(-2, -1))).clamp(min=0.0) + denom = ((1.0 - c * q_norm2) * (1.0 - c * k_norm2)).clamp(min=eps) + acosh_arg = (1.0 + 2.0 * c * diff2 / denom).clamp(min=1.0 + eps) + dist = torch.acosh(acosh_arg) / math.sqrt(c) + score = -dist.pow(2) / math.sqrt(head_dim) + return score.to(q.dtype) + + +def sphere_score(q: torch.Tensor, k: torch.Tensor, mode: str = "cosine", + eps: float = 1e-6) -> torch.Tensor: + """Spherical/angular attention logits, (B, H, N, D) -> (B, H, N, N).""" + head_dim = q.shape[-1] + q_s = F.normalize(q.float(), dim=-1, eps=eps) + k_s = F.normalize(k.float(), dim=-1, eps=eps) + dot = torch.matmul(q_s, k_s.transpose(-2, -1)).clamp(-1.0 + eps, 1.0 - eps) + if mode == "cosine": + score = dot / math.sqrt(head_dim) + elif mode == "negative_angular": + score = -torch.acos(dot).pow(2) / math.sqrt(head_dim) + else: + raise ValueError(f"Unknown sphere_score mode: {mode}") + return score.to(q.dtype) + + +class GeometryRoutedAttention(nn.Module): + """Multi-head self-attention mixing Euclidean / hyperbolic / spherical operators. + + Same qkv / q_norm / k_norm / proj structure (and initialization) as + Attention, so parameter shapes and names line up. Only the attention + logits differ per branch; values stay in R^d in all branches, so the + branch outputs live in the same Euclidean coordinates and can be mixed + directly by the router gates. + """ + + def __init__(self, dim: int, num_heads: int = 8, qkv_bias: bool = True, + qk_norm: bool = True, attn_drop: float = 0.0, proj_drop: float = 0.0, + geometry_router: Optional[nn.Module] = None, + hyperbolic_curvature: float = 1.0, + hyperbolic_score: str = "busemann_proxy", + sphere_score: str = "cosine"): + super().__init__() + self.dim = dim + self.num_heads = num_heads + self.qk_norm = qk_norm + self.attn_drop = attn_drop + self.proj_drop = proj_drop + head_dim = dim // num_heads + self.qkv = _make_linear(dim, dim * 3, bias=qkv_bias) + self.q_norm = RMSNorm(head_dim) if qk_norm else nn.Identity() + self.k_norm = RMSNorm(head_dim) if qk_norm else nn.Identity() + self.proj = _make_linear(dim, dim, bias=True) + + self.geometry_router = geometry_router + self.hyperbolic_curvature = hyperbolic_curvature + if hyperbolic_score not in ("busemann_proxy", "poincare_distance"): + raise ValueError(f"Unknown hyperbolic_score: {hyperbolic_score}") + self.hyperbolic_score = hyperbolic_score + if sphere_score not in ("cosine", "negative_angular"): + raise ValueError(f"Unknown sphere_score: {sphere_score}") + self.sphere_score_mode = sphere_score + + def forward(self, x: torch.Tensor, rope_fn: Optional[nn.Module], + attention_mask: Optional[torch.Tensor] = None, + deterministic: bool = True, + t: Optional[torch.Tensor] = None, + geometry_mask: Optional[torch.Tensor] = None, + routing_active: bool = True, + router_row_active: Optional[torch.Tensor] = None) -> torch.Tensor: + """x: (B, N, C). attention_mask: optional (B, N), 1=valid. t: (B,). + + routing_active=False bypasses routing for the whole call (original + SDPA path). router_row_active: optional (B,) with 1=routed row, + 0=row forced to the pure Euclidean gate (used by denoiser-only mode + for decoder-mode rows in the mixed training forward). + """ + B, N, C = x.shape + head_dim = self.dim // self.num_heads + qkv = self.qkv(x).reshape(B, N, 3, self.num_heads, head_dim).permute(2, 0, 3, 1, 4) + q, k, v = qkv[0], qkv[1], qkv[2] + if self.qk_norm: + q = self.q_norm(q) + k = self.k_norm(k) + if rope_fn is not None: + q = rope_fn(q) + k = rope_fn(k) + + if self.geometry_router is None or not routing_active: + # Fallback: behave like the original Attention. + out = scaled_dot_product_attention(q, k, v, attn_mask=attention_mask) + else: + if t is None: + raise ValueError( + "GeometryRoutedAttention requires the diffusion time t; " + "ELFBlock should pass it through." + ) + eps = self.geometry_router.eps + logits_e = torch.matmul(q, k.transpose(-2, -1)) / math.sqrt(head_dim) + if self.hyperbolic_score == "busemann_proxy": + logits_h = busemann_proxy_score(q, k, c=self.hyperbolic_curvature, eps=eps) + else: + logits_h = poincare_distance_score(q, k, c=self.hyperbolic_curvature, eps=eps) + logits_s = sphere_score(q, k, mode=self.sphere_score_mode, eps=eps) + + out_e = softmax_attention_from_logits( + logits_e, v, attention_mask, self.attn_drop, deterministic) + out_h = softmax_attention_from_logits( + logits_h, v, attention_mask, self.attn_drop, deterministic) + out_s = softmax_attention_from_logits( + logits_s, v, attention_mask, self.attn_drop, deterministic) + + gates, _ = self.geometry_router(x, t, geometry_mask) # (B, 3) + if router_row_active is not None: + # Rows flagged inactive get the pure Euclidean gate [1, 0, 0]. + euclid = torch.zeros_like(gates) + euclid[:, 0] = 1.0 + act = router_row_active.to(gates.dtype).view(-1, 1) + gates = act * gates + (1.0 - act) * euclid + g = gates.to(out_e.dtype).view(B, 3, 1, 1, 1) + out = g[:, 0] * out_e + g[:, 1] * out_h + g[:, 2] * out_s + + out = out.permute(0, 2, 1, 3).reshape(B, N, C) + out = self.proj(out) + if self.proj_drop > 0.0: + out = F.dropout(out, p=self.proj_drop, training=not deterministic) + return out + + class SwiGLUFFN(nn.Module): """SwiGLU Feed-Forward Network.""" diff --git a/src/modules/model.py b/src/modules/model.py index 898f561..f8cbbe3 100644 --- a/src/modules/model.py +++ b/src/modules/model.py @@ -8,18 +8,24 @@ from torch.utils.checkpoint import checkpoint from modules.layers import ( - Attention, BottleneckTextProj, FinalLayer, RMSNorm, SwiGLUFFN, - TextRotaryEmbeddingFast, TimestepEmbedder, + Attention, BottleneckTextProj, FinalLayer, GeometryRoutedAttention, + RMSNorm, SwiGLUFFN, TextRotaryEmbeddingFast, TimestepEmbedder, DEFAULT_KERNEL_INIT, DEFAULT_BIAS_INIT, NORMAL_INIT_002, _make_linear, ) +from modules.geometry_router import GeometryRouter, parse_layer_spec class ELFBlock(nn.Module): """ELF Transformer block.""" def __init__(self, hidden_size: int, num_heads: int, mlp_ratio: float = 4.0, - attn_drop: float = 0.0, proj_drop: float = 0.0): + attn_drop: float = 0.0, proj_drop: float = 0.0, + geometry_router_enabled: bool = False, + geometry_router: Optional[nn.Module] = None, + hyperbolic_curvature: float = 1.0, + hyperbolic_score: str = "busemann_proxy", + sphere_score: str = "cosine"): super().__init__() self.hidden_size = hidden_size self.num_heads = num_heads @@ -28,19 +34,40 @@ def __init__(self, hidden_size: int, num_heads: int, mlp_ratio: float = 4.0, self.proj_drop = proj_drop mlp_hidden_dim = int(hidden_size * mlp_ratio) self.norm1 = RMSNorm(hidden_size, eps=1e-6) - self.attn = Attention( - hidden_size, num_heads, qkv_bias=True, qk_norm=True, - attn_drop=attn_drop, proj_drop=proj_drop, - ) + if geometry_router_enabled and geometry_router is not None: + self.attn = GeometryRoutedAttention( + hidden_size, num_heads, qkv_bias=True, qk_norm=True, + attn_drop=attn_drop, proj_drop=proj_drop, + geometry_router=geometry_router, + hyperbolic_curvature=hyperbolic_curvature, + hyperbolic_score=hyperbolic_score, + sphere_score=sphere_score, + ) + else: + self.attn = Attention( + hidden_size, num_heads, qkv_bias=True, qk_norm=True, + attn_drop=attn_drop, proj_drop=proj_drop, + ) self.norm2 = RMSNorm(hidden_size, eps=1e-6) self.mlp = SwiGLUFFN(hidden_size, mlp_hidden_dim, drop=proj_drop) def forward(self, x: torch.Tensor, rope_fn: Optional[nn.Module] = None, attention_mask: Optional[torch.Tensor] = None, - deterministic: bool = True) -> torch.Tensor: + deterministic: bool = True, + t: Optional[torch.Tensor] = None, + geometry_mask: Optional[torch.Tensor] = None, + routing_active: bool = True, + router_row_active: Optional[torch.Tensor] = None) -> torch.Tensor: x_normed = self.norm1(x) - attn_out = self.attn(x_normed, rope_fn, attention_mask=attention_mask, - deterministic=deterministic) + if isinstance(self.attn, GeometryRoutedAttention): + attn_out = self.attn(x_normed, rope_fn, attention_mask=attention_mask, + deterministic=deterministic, t=t, + geometry_mask=geometry_mask, + routing_active=routing_active, + router_row_active=router_row_active) + else: + attn_out = self.attn(x_normed, rope_fn, attention_mask=attention_mask, + deterministic=deterministic) x = x + attn_out x_normed = self.norm2(x) @@ -68,6 +95,27 @@ def __init__( num_model_mode_tokens: int = 0, vocab_size: int = 0, gradient_checkpointing: bool = False, + geometry_router_enabled: bool = False, + geometry_router_layers: str = "all", + geometry_router_denoiser_only: bool = False, + geometry_router_sample_size: int = 32, + geometry_router_quad_samples: int = 512, + geometry_router_tau_h: float = 4.0, + geometry_router_tau_s: float = 4.0, + geometry_router_bias_e: float = 2.0, + geometry_router_bias_h: float = -2.0, + geometry_router_bias_s: float = -2.0, + geometry_router_learnable_bias: bool = False, + geometry_router_time_e_bias: float = 1.0, + geometry_router_time_h_bias: float = 0.0, + geometry_router_time_s_bias: float = 0.0, + geometry_router_sphere_k: str = "0.25,0.5,1.0,2.0,4.0", + geometry_router_eps: float = 1e-6, + geometry_router_detach_scores: bool = True, + geometry_router_log_metrics: bool = False, + geometry_hyperbolic_curvature: float = 1.0, + geometry_hyperbolic_score: str = "busemann_proxy", + geometry_sphere_score: str = "cosine", ): super().__init__() self.text_encoder_dim = text_encoder_dim @@ -115,14 +163,48 @@ def __init__( dim=head_dim, pt_seq_len=max_length, num_empty_token=prefix_total, ) + # Geometry router: one (parameter-free) router per routed block, so + # the disabled model keeps an identical state_dict to the original. + self.geometry_router_enabled = geometry_router_enabled + self.geometry_router_denoiser_only = geometry_router_denoiser_only + routed_layers = ( + parse_layer_spec(geometry_router_layers, depth) + if geometry_router_enabled else set() + ) + + def _make_router() -> GeometryRouter: + return GeometryRouter( + sample_size=geometry_router_sample_size, + quad_samples=geometry_router_quad_samples, + sphere_k_candidates=geometry_router_sphere_k, + tau_h=geometry_router_tau_h, + tau_s=geometry_router_tau_s, + bias_e=geometry_router_bias_e, + bias_h=geometry_router_bias_h, + bias_s=geometry_router_bias_s, + learnable_bias=geometry_router_learnable_bias, + time_e_bias=geometry_router_time_e_bias, + time_h_bias=geometry_router_time_h_bias, + time_s_bias=geometry_router_time_s_bias, + eps=geometry_router_eps, + detach_scores=geometry_router_detach_scores, + log_metrics=geometry_router_log_metrics, + ) + self.blocks = nn.ModuleList() q1, q3 = depth // 4, depth // 4 * 3 for i in range(depth): in_drop_range = q3 > i >= q1 + block_routed = i in routed_layers self.blocks.append(ELFBlock( hidden_size, num_heads, mlp_ratio=mlp_ratio, attn_drop=attn_drop if in_drop_range else 0.0, proj_drop=proj_drop if in_drop_range else 0.0, + geometry_router_enabled=block_routed, + geometry_router=_make_router() if block_routed else None, + hyperbolic_curvature=geometry_hyperbolic_curvature, + hyperbolic_score=geometry_hyperbolic_score, + sphere_score=geometry_sphere_score, )) # Final flow-matching output head. @@ -139,6 +221,44 @@ def __init__( DEFAULT_KERNEL_INIT(self.unembed_kernel) DEFAULT_BIAS_INIT(self.unembed_bias) + def geometry_router_metrics(self) -> dict: + """Return latest per-layer router metrics for offline inspection.""" + metrics = {} + for idx, block in enumerate(self.blocks): + attn = getattr(block, "attn", None) + router = getattr(attn, "geometry_router", None) + if router is None: + continue + entry = {} + if router.latest_gate_mean is not None: + gate = router.latest_gate_mean.detach().float().cpu() + entry.update({ + "gate_e": float(gate[0]), + "gate_h": float(gate[1]), + "gate_s": float(gate[2]), + }) + if router.latest_e_h_mean is not None: + entry["e_H"] = float(router.latest_e_h_mean.detach().float().cpu()) + if router.latest_e_s_mean is not None: + entry["e_S"] = float(router.latest_e_s_mean.detach().float().cpu()) + if router.latest_logits_mean is not None: + logits = router.latest_logits_mean.detach().float().cpu() + entry.update({ + "logit_e": float(logits[0]), + "logit_h": float(logits[1]), + "logit_s": float(logits[2]), + }) + if getattr(router, "learnable_bias", False): + bias = router.bias.detach().float().cpu() + entry.update({ + "bias_e": float(bias[0]), + "bias_h": float(bias[1]), + "bias_s": float(bias[2]), + }) + if entry: + metrics[f"layer_{idx}"] = entry + return metrics + def build_context(self, t: torch.Tensor, self_cond_cfg_scale: Optional[torch.Tensor] = None) -> list: B = t.shape[0] @@ -168,6 +288,17 @@ def forward( """x: (N, S, C) or (N, S, 2C) with self-cond. t: (N,). attention_mask: (N, S), 1=valid.""" B = x.shape[0] + # Geometry router statistics only consider the actual text/latent + # tokens, never the prepended control tokens, so remember the + # original-token validity before any prefix concatenation. + original_token_mask = None + if self.geometry_router_enabled: + if attention_mask is None: + original_token_mask = torch.ones( + (B, x.shape[1]), dtype=torch.float32, device=x.device) + else: + original_token_mask = attention_mask.to(torch.float32).clone() + # Self-conditioning: input is [z, x_pred] when 2x encoder dim with torch.amp.autocast('cuda', enabled=False): if x.shape[-1] == 2 * self.text_encoder_dim: @@ -205,17 +336,45 @@ def forward( dtype=attention_mask.dtype, device=attention_mask.device) attention_mask = torch.cat([prefix_mask, attention_mask], dim=1) + # Sequence layout after prepends is [prefix_tokens, mode_tokens, + # actual_tokens]; control tokens stay valid for attention but are + # excluded from the router's geometry statistics. + geometry_mask = None + if self.geometry_router_enabled: + geometry_mask = torch.cat([ + torch.zeros((B, prefix_len + model_mode_offset), + dtype=torch.float32, device=x.device), + original_token_mask, + ], dim=1) + + # Denoiser-only routing: decoder-mode rows fall back to the pure + # Euclidean gate; an all-decoder forward (decode path at generation, + # decoder_step_active=True) bypasses routing entirely. A forward + # without decoder_step_active is a denoiser call and stays routed. + routing_active = True + router_row_active = None + if (self.geometry_router_enabled and self.geometry_router_denoiser_only + and decoder_step_active is not None): + if isinstance(decoder_step_active, torch.Tensor) and decoder_step_active.dim() > 0: + router_row_active = 1.0 - decoder_step_active.to(torch.float32).reshape(-1) + elif bool(decoder_step_active): + routing_active = False + use_checkpoint = self.gradient_checkpointing and self.training and torch.is_grad_enabled() for block in self.blocks: if use_checkpoint: def _block_forward(hidden: torch.Tensor, block: ELFBlock = block) -> torch.Tensor: return block(hidden, rope_fn=self.feat_rope, attention_mask=attention_mask, - deterministic=deterministic) + deterministic=deterministic, t=t, geometry_mask=geometry_mask, + routing_active=routing_active, + router_row_active=router_row_active) x = checkpoint(_block_forward, x, use_reentrant=False) else: x = block(x, rope_fn=self.feat_rope, attention_mask=attention_mask, - deterministic=deterministic) + deterministic=deterministic, t=t, geometry_mask=geometry_mask, + routing_active=routing_active, + router_row_active=router_row_active) x = x[:, prefix_len + model_mode_offset:] diff --git a/src/modules/t5_encoder.py b/src/modules/t5_encoder.py index 9ca31c4..35307fb 100644 --- a/src/modules/t5_encoder.py +++ b/src/modules/t5_encoder.py @@ -1,10 +1,12 @@ #!/usr/bin/env python """Frozen T5 text embedder, wrapping `transformers.T5EncoderModel`.""" +import inspect from typing import Any, Optional import torch import torch.nn as nn +from transformers.modeling_outputs import BaseModelOutputWithPastAndCrossAttentions from utils.logging_utils import log_for_0 @@ -63,6 +65,95 @@ def __init__(self, config: T5EncoderConfig, *, pretrained: bool = True): config.is_gated_act = bool(getattr(hf, "is_gated_act", False)) self.config = config + def _encode_with_pairwise_mask( + self, + input_ids: torch.Tensor, + attention_mask: torch.Tensor, + ) -> BaseModelOutputWithPastAndCrossAttentions: + """Run the T5 encoder with an ELF pairwise self-attention mask. + + ELF builds a 3D mask so condition tokens cannot attend to target tokens + during latent encoding. Recent transformers versions expand T5 encoder + masks as if every mask were 2D, which turns a 3D mask into an invalid + 5D tensor. This path mirrors the encoder stack forward pass but supplies + the intended 4D additive mask directly to each T5 block. + """ + encoder = self.model.encoder + input_shape = input_ids.size() + input_ids = input_ids.view(-1, input_shape[-1]) + inputs_embeds = encoder.embed_tokens(input_ids) + + batch_size, seq_length = input_shape + if attention_mask.shape != (batch_size, seq_length, seq_length): + raise ValueError( + "Pairwise T5 attention mask must have shape " + f"{(batch_size, seq_length, seq_length)}, got {tuple(attention_mask.shape)}." + ) + + causal_mask = attention_mask[:, None, :, :].to(dtype=inputs_embeds.dtype, device=inputs_embeds.device) + causal_mask = (1.0 - causal_mask) * torch.finfo(inputs_embeds.dtype).min + cache_position = torch.arange(seq_length, device=inputs_embeds.device) + + output_attentions = bool(encoder.config.output_attentions) + output_hidden_states = bool(encoder.config.output_hidden_states) + return_dict = bool(encoder.config.use_return_dict) + + head_mask = encoder.get_head_mask(None, encoder.config.num_layers) + all_hidden_states = () if output_hidden_states else None + all_attentions = () if output_attentions else None + position_bias = None + + hidden_states = encoder.dropout(inputs_embeds) + for i, layer_module in enumerate(encoder.block): + if output_hidden_states: + all_hidden_states = all_hidden_states + (hidden_states,) + + # T5Block.forward changed across transformers versions + # (past_key_value -> past_key_values, cache_position added); + # build kwargs from the actual signature so both APIs work. + block_params = inspect.signature(layer_module.forward).parameters + layer_kwargs = dict( + layer_head_mask=head_mask[i], + use_cache=False, + output_attentions=output_attentions, + return_dict=return_dict, + ) + if "past_key_values" in block_params: + layer_kwargs["past_key_values"] = None + elif "past_key_value" in block_params: + layer_kwargs["past_key_value"] = None + if "cache_position" in block_params: + layer_kwargs["cache_position"] = cache_position + layer_outputs = layer_module( + hidden_states, + causal_mask, + position_bias, + **layer_kwargs, + ) + hidden_states = layer_outputs[0] + position_bias = layer_outputs[1] + + if output_attentions: + all_attentions = all_attentions + (layer_outputs[2],) + + hidden_states = encoder.final_layer_norm(hidden_states) + hidden_states = encoder.dropout(hidden_states) + + if output_hidden_states: + all_hidden_states = all_hidden_states + (hidden_states,) + + if not return_dict: + values = [hidden_states, None, all_hidden_states, all_attentions, None] + return tuple(v for v in values if v is not None) + + return BaseModelOutputWithPastAndCrossAttentions( + last_hidden_state=hidden_states, + past_key_values=None, + hidden_states=all_hidden_states, + attentions=all_attentions, + cross_attentions=None, + ) + def forward( self, input_ids: torch.Tensor, @@ -73,7 +164,17 @@ def forward( if deterministic: self.model.eval() try: - out = self.model(input_ids=input_ids, attention_mask=attention_mask) + if attention_mask is not None and attention_mask.ndim == 3: + # Older transformers (e.g. 4.44) expand 3D masks correctly via + # get_extended_attention_mask; prefer the stock path and only + # fall back to the manual stack walk on versions where the 3D + # mask is mis-expanded (raises a shape/dim error). + try: + out = self.model(input_ids=input_ids, attention_mask=attention_mask) + except (ValueError, RuntimeError, IndexError): + out = self._encode_with_pairwise_mask(input_ids=input_ids, attention_mask=attention_mask) + else: + out = self.model(input_ids=input_ids, attention_mask=attention_mask) finally: if not deterministic and was_training: self.model.train() diff --git a/src/train.py b/src/train.py index d5eb57b..8ce1e54 100644 --- a/src/train.py +++ b/src/train.py @@ -27,10 +27,14 @@ ) from utils.train_utils import ( TrainState, prefetch_to_device, get_optimizer, create_learning_rate_fn, - attach_lr_scheduler, + attach_lr_scheduler, unwrap_model, ) +from utils.router_metrics import write_geometry_router_metrics from generation import run_generation from configs.config import load_config_from_yaml, apply_config_overrides, load_sampling_configs, SamplingConfig +from modules.geometry_router import ( + geometry_model_kwargs, validate_geometry_router_config, set_gate_warmup_alpha, +) from modules.model import ELF_models from utils.data_utils import get_dataloader, prepare_batch, load_dataset, get_pad_token_id from train_step import train_step @@ -152,6 +156,24 @@ def run_training(config, *, force_cpu: bool = False): except TypeError: vocab_size = tokenizer.vocab_size log_for_0(f"Tokenizer vocab: CE head={vocab_size}") + geometry_router_enabled = bool(getattr(config, "geometry_router_enabled", False)) + gate_warmup_steps = int(getattr(config, "geometry_router_gate_warmup_steps", 0)) + validate_geometry_router_config(config) # rejects reserved/unimplemented options + if geometry_router_enabled: + log_for_0( + "Geometry router: enabled | " + f"layers={getattr(config, 'geometry_router_layers', 'all')}, " + f"denoiser_only={bool(getattr(config, 'geometry_router_denoiser_only', False))}, " + f"learnable_bias={bool(getattr(config, 'geometry_router_learnable_bias', False))}, " + f"gate_warmup_steps={gate_warmup_steps}, " + f"hyperbolic_score={getattr(config, 'geometry_hyperbolic_score', 'busemann_proxy')}, " + f"sphere_score={getattr(config, 'geometry_sphere_score', 'cosine')}, " + f"sphere_k={getattr(config, 'geometry_router_sphere_k', '0.25,0.5,1.0,2.0,4.0')}, " + f"sample_size={getattr(config, 'geometry_router_sample_size', 32)}, " + f"quad_samples={getattr(config, 'geometry_router_quad_samples', 512)}" + ) + else: + log_for_0("Geometry router: disabled") model = ELF_models[config.model]( text_encoder_dim=encoder_config.d_model, max_length=config.max_length, attn_drop=config.attn_dropout, proj_drop=config.proj_dropout, @@ -161,6 +183,7 @@ def run_training(config, *, force_cpu: bool = False): num_model_mode_tokens=config.num_model_mode_tokens, bottleneck_dim=config.bottleneck_dim, gradient_checkpointing=bool(getattr(config, "gradient_checkpointing", True)), + **geometry_model_kwargs(config), ).to(device) total_params = sum(p.numel() for p in model.parameters()) @@ -323,8 +346,15 @@ def run_training(config, *, force_cpu: bool = False): # Track last save point for fractional save_freq; use fractional epoch from # checkpoint to avoid re-saving immediately after resume. last_save_epoch = resume_epoch_fractional if resume_step > 0 else float(start_epoch) + stop_training = False + max_train_steps = getattr(config, "max_train_steps", None) - for epoch in range(start_epoch, config.epochs): + end_epoch = config.epochs + if max_train_steps is not None and int(max_train_steps) > global_step: + extra_epochs = (int(max_train_steps) - global_step + steps_per_epoch - 1) // steps_per_epoch + end_epoch = max(end_epoch, start_epoch + max(1, extra_epochs)) + + for epoch in range(start_epoch, end_epoch): log_for_0(f"\nEpoch {epoch + 1}/{config.epochs}") # Free device buffers from previous epoch before allocating new ones, to avoid @@ -355,6 +385,11 @@ def run_training(config, *, force_cpu: bool = False): if epoch == start_epoch and step_in_epoch < steps_to_skip_in_epoch: continue batch = prepare_batch(batch, config, generator=g) + # Gate warmup schedule: linearly decay alpha 1->0 over the first + # gate_warmup_steps, forcing the geometry branches to train early. + if geometry_router_enabled and gate_warmup_steps > 0: + alpha = max(0.0, 1.0 - global_step / gate_warmup_steps) + set_gate_warmup_alpha(unwrap_model(state.model), alpha) state, metrics = train_step(state, encoder=encoder, batch=batch, config=config) # Sync only on first step to measure torch.compile time; @@ -421,7 +456,14 @@ def run_training(config, *, force_cpu: bool = False): log_for_0(f"Saved checkpoint at epoch {progress:.2f} (step {global_step})") last_save_epoch = progress + if max_train_steps is not None and global_step >= int(max_train_steps): + log_for_0(f"Reached max_train_steps={max_train_steps}; stopping training loop") + stop_training = True + break + epoch_pbar.close() + if stop_training: + break current_epoch = epoch + 1 state.epoch = current_epoch @@ -443,6 +485,14 @@ def run_training(config, *, force_cpu: bool = False): log_for_0("=" * 60) save_checkpoint(state, config.output_dir, global_step, hf_repo_id=config.hf_repo_id) log_for_0(f"Final checkpoint saved to {config.output_dir}") + if bool(getattr(config, "geometry_router_log_metrics", False)): + metrics_path = getattr(config, "geometry_router_metrics_path", None) + if not metrics_path: + metrics_path = os.path.join(config.output_dir, "geometry_router_metrics_train.json") + write_geometry_router_metrics( + state.model, metrics_path, + extra={"step": int(global_step), "epoch": float(state.epoch)}, + ) if config.use_wandb and rank == 0 and wandb is not None: wandb.finish() diff --git a/src/utils/checkpoint_utils.py b/src/utils/checkpoint_utils.py index 60af3dd..287c8c0 100644 --- a/src/utils/checkpoint_utils.py +++ b/src/utils/checkpoint_utils.py @@ -176,7 +176,11 @@ def load_checkpoint(checkpoint_path: str, state) -> Tuple[Any, int]: log_for_0(f"Loaded checkpoint keys: {list(ckpt.keys())}") inner_model = unwrap_model(state.model) - inner_model.load_state_dict(ckpt["params"]) + missing, unexpected = inner_model.load_state_dict(ckpt["params"], strict=False) + if missing: + log_for_0(f"Checkpoint load: initialized missing model keys from current model: {missing}") + if unexpected: + log_for_0(f"Checkpoint load: ignored unexpected checkpoint keys: {unexpected}") ema_src = ckpt.get("ema_params1", ckpt["params"]) device_map = {n: p.device for n, p in inner_model.named_parameters()} for n, b in inner_model.named_buffers(): @@ -185,7 +189,14 @@ def load_checkpoint(checkpoint_path: str, state) -> Tuple[Any, int]: state.ema_params1 = { n: t.to(device_map.get(n, fallback_device)) for n, t in ema_src.items() } - state.optimizer.load_state_dict(ckpt["opt_state"]) + try: + state.optimizer.load_state_dict(ckpt["opt_state"]) + except ValueError as e: + log_for_0( + f"Optimizer state is incompatible with current parameters ({e}); " + "continuing with freshly initialized optimizer state.", + level=logging.WARNING, + ) if state.lr_scheduler is not None and ckpt.get("lr_scheduler") is not None: state.lr_scheduler.load_state_dict(ckpt["lr_scheduler"]) state.step = int(ckpt["step"]) diff --git a/tests/test_geometry_router.py b/tests/test_geometry_router.py new file mode 100644 index 0000000..f79b08f --- /dev/null +++ b/tests/test_geometry_router.py @@ -0,0 +1,391 @@ +"""Tests for the geometry router and geometry-routed attention. + +Run with either: + PYTHONPATH=src python -m unittest tests.test_geometry_router -v + PYTHONPATH=src pytest -q tests/test_geometry_router.py (if pytest installed) +""" + +import os +import sys +import unittest + +import torch + +REPO_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +SRC = os.path.join(REPO_ROOT, "src") +if SRC not in sys.path: + sys.path.insert(0, SRC) + +from configs.config import Config # noqa: E402 +from modules.geometry_router import ( # noqa: E402 + GeometryRouter, estimate_delta_rel, estimate_spherical_fit, + geometry_model_kwargs, masked_token_subsample, pairwise_dist, + parse_float_list, parse_layer_spec, validate_geometry_router_config, +) +from modules.layers import Attention, GeometryRoutedAttention # noqa: E402 +from modules.model import ELF_models # noqa: E402 + + +class TestParsers(unittest.TestCase): + def test_parse_float_list(self): + self.assertEqual(parse_float_list("0.25,0.5,1.0"), [0.25, 0.5, 1.0]) + + def test_parse_layer_spec(self): + self.assertEqual(parse_layer_spec("all", 4), {0, 1, 2, 3}) + self.assertEqual(parse_layer_spec("0,1,2", 12), {0, 1, 2}) + self.assertEqual(parse_layer_spec("0-3,6,8-11", 12), + {0, 1, 2, 3, 6, 8, 9, 10, 11}) + with self.assertRaises(ValueError): + parse_layer_spec("0-13", 12) + + +class TestRouterShape(unittest.TestCase): + """Test 1: router gates shape / normalization / finiteness.""" + + def test_gates(self): + torch.manual_seed(0) + hidden = torch.randn(2, 16, 32) + mask = torch.ones(2, 16) + t = torch.tensor([0.1, 0.9]) + router = GeometryRouter() + gates, scores = router(hidden, t, mask) + self.assertEqual(gates.shape, (2, 3)) + self.assertTrue(torch.allclose(gates.sum(dim=-1), torch.ones(2), atol=1e-5)) + self.assertTrue(torch.isfinite(gates).all()) + for key in ("e_H", "e_S", "logits", "gates"): + self.assertTrue(torch.isfinite(scores[key]).all(), key) + + def test_requires_t(self): + router = GeometryRouter() + with self.assertRaises(ValueError): + router(torch.randn(2, 16, 32), None, None) + + def test_learnable_bias_and_metrics(self): + torch.manual_seed(0) + router = GeometryRouter(learnable_bias=True, log_metrics=True) + self.assertIn("bias", dict(router.named_parameters())) + hidden = torch.randn(2, 16, 32) + mask = torch.ones(2, 16) + t = torch.tensor([0.1, 0.9]) + gates, _ = router(hidden, t, mask) + self.assertEqual(gates.shape, (2, 3)) + self.assertIsNotNone(router.latest_gate_mean) + self.assertIsNotNone(router.latest_e_h_mean) + self.assertIsNotNone(router.latest_e_s_mean) + self.assertIsNotNone(router.latest_logits_mean) + + +class TestDeltaRel(unittest.TestCase): + """Test 2: points on a line are 0-hyperbolic -> small delta_rel.""" + + def test_line_is_thin(self): + pts = torch.arange(16, dtype=torch.float32).view(1, 16, 1) \ + * torch.tensor([[1.0, 0.0, 0.0]]) + mask = torch.ones(1, 16) + D = pairwise_dist(pts, mask) + delta_rel = estimate_delta_rel(D, mask, quad_samples=512) + self.assertLess(delta_rel.item(), 0.1) + + def test_neutral_when_too_few_tokens(self): + pts = torch.randn(1, 16, 4) + mask = torch.zeros(1, 16) + mask[0, :3] = 1 # only 3 valid tokens -> no valid quadruple + D = pairwise_dist(pts, mask) + delta_rel = estimate_delta_rel(D, mask, quad_samples=512) + self.assertEqual(delta_rel.item(), 1.0) + + +class TestSphericalFit(unittest.TestCase): + """Test 3: spherical fit is finite and in a sane range.""" + + def test_random_no_crash(self): + torch.manual_seed(1) + pts = torch.randn(3, 16, 32) + mask = torch.ones(3, 16) + D = pairwise_dist(pts, mask) + e_s = estimate_spherical_fit(D, mask, [0.25, 0.5, 1.0, 2.0, 4.0], rank_dim=32) + self.assertTrue(torch.isfinite(e_s).all()) + self.assertTrue(((e_s >= 0) & (e_s <= 1)).all()) + + def test_rank_penalty_fires(self): + torch.manual_seed(1) + pts = torch.randn(1, 16, 32) + mask = torch.ones(1, 16) + D = pairwise_dist(pts, mask) + # rank cap of 2 cannot hold 16 random 32-d points -> nonzero residual. + e_s = estimate_spherical_fit(D, mask, [0.25, 0.5, 1.0, 2.0, 4.0], rank_dim=1) + self.assertGreater(e_s.item(), 0.0) + + def test_masked_tokens_ignored(self): + torch.manual_seed(2) + base = torch.randn(1, 16, 8) + mask = torch.ones(1, 16) + mask[0, 12:] = 0 + poisoned = base.clone() + poisoned[0, 12:] = 1e3 # garbage in masked positions must not matter + out = [] + for pts in (base, poisoned): + s, sm = masked_token_subsample(pts, mask, 16) + D = pairwise_dist(s, sm) + out.append(estimate_spherical_fit(D, sm, [0.5, 1.0], rank_dim=8)) + self.assertTrue(torch.allclose(out[0], out[1])) + + +class TestGeometryRoutedAttention(unittest.TestCase): + """Test 4: routed attention output shape / finiteness.""" + + def test_forward(self): + torch.manual_seed(0) + B, N, C, H = 2, 12, 64, 4 + x = torch.randn(B, N, C) + t = torch.tensor([0.2, 0.8]) + mask = torch.ones(B, N) + for hyp in ("busemann_proxy", "poincare_distance"): + for sph in ("cosine", "negative_angular"): + attn = GeometryRoutedAttention( + C, H, geometry_router=GeometryRouter(), + hyperbolic_score=hyp, sphere_score=sph) + out = attn(x, None, attention_mask=mask, t=t, geometry_mask=mask) + self.assertEqual(out.shape, (B, N, C)) + self.assertTrue(torch.isfinite(out).all(), (hyp, sph)) + + def test_fallback_matches_attention(self): + torch.manual_seed(0) + B, N, C, H = 2, 12, 64, 4 + x = torch.randn(B, N, C) + mask = torch.ones(B, N) + base = Attention(C, H) + routed = GeometryRoutedAttention(C, H, geometry_router=None) + routed.load_state_dict(base.state_dict()) + self.assertTrue(torch.allclose( + base(x, None, attention_mask=mask), + routed(x, None, attention_mask=mask, t=torch.zeros(B)), + atol=1e-6, + )) + + +class TestDisabledModelParity(unittest.TestCase): + """Test 5: disabled geometry router keeps the original state_dict + forward.""" + + @classmethod + def setUpClass(cls): + torch.manual_seed(0) + cls.model = ELF_models["ELF-B"]( + text_encoder_dim=512, max_length=16, vocab_size=128, + num_time_tokens=4, num_self_cond_cfg_tokens=4, num_model_mode_tokens=4, + geometry_router_enabled=False, + ) + + def test_no_geometry_keys_in_state_dict(self): + geo_keys = [k for k in self.model.state_dict() if "geometry" in k.lower()] + self.assertEqual(geo_keys, []) + for block in self.model.blocks: + self.assertIsInstance(block.attn, Attention) + + def test_forward_smoke(self): + torch.manual_seed(0) + x = torch.randn(2, 16, 512) + t = torch.rand(2) + # self_cond_cfg_scale is required whenever num_self_cond_cfg_tokens > 0 + # (the RoPE buffer reserves slots for those prefix tokens). + sc = torch.ones(2) + with torch.no_grad(): + out, dec = self.model(x, t, self_cond_cfg_scale=sc) + self.assertEqual(out.shape, (2, 16, 512)) + self.assertIsNone(dec) + self.assertTrue(torch.isfinite(out).all()) + + def test_enabled_state_dict_unchanged(self): + # With default fixed priors the router adds no learnable bias; the only + # extra state_dict entries are the per-routed-layer gate_warmup_alpha + # (a requires_grad=False Parameter, one per routed block). Everything + # else must match the disabled model exactly. + torch.manual_seed(0) + routed = ELF_models["ELF-B"]( + text_encoder_dim=512, max_length=16, vocab_size=128, + num_time_tokens=4, num_self_cond_cfg_tokens=4, num_model_mode_tokens=4, + geometry_router_enabled=True, geometry_router_layers="0-3", + ) + extra = set(routed.state_dict()) - set(self.model.state_dict()) + self.assertEqual(extra, {f"blocks.{i}.attn.geometry_router.gate_warmup_alpha" + for i in range(4)}) + # gate_warmup_alpha must not be trainable. + for i in range(4): + self.assertFalse(routed.blocks[i].attn.geometry_router.gate_warmup_alpha.requires_grad) + self.assertIsInstance(routed.blocks[0].attn, GeometryRoutedAttention) + self.assertIsInstance(routed.blocks[4].attn, Attention) + + def test_learnable_bias_adds_router_params(self): + torch.manual_seed(0) + routed = ELF_models["ELF-B"]( + text_encoder_dim=512, max_length=16, vocab_size=128, + num_time_tokens=4, num_self_cond_cfg_tokens=4, num_model_mode_tokens=4, + geometry_router_enabled=True, geometry_router_layers="0,1", + geometry_router_learnable_bias=True, + ) + bias_keys = [k for k in routed.state_dict() if k.endswith("geometry_router.bias")] + self.assertEqual(len(bias_keys), 2) + + +class TestEnabledModelForward(unittest.TestCase): + """Enabled-router end-to-end forward, with mask and self-conditioning.""" + + def test_forward(self): + torch.manual_seed(0) + model = ELF_models["ELF-B"]( + text_encoder_dim=512, max_length=16, vocab_size=128, + num_time_tokens=4, num_self_cond_cfg_tokens=4, num_model_mode_tokens=4, + geometry_router_enabled=True, geometry_router_layers="0,1", + geometry_router_sample_size=8, geometry_router_quad_samples=64, + ) + x = torch.randn(2, 16, 512) + t = torch.rand(2).clamp(0.05, 0.95) + mask = torch.ones(2, 16) + mask[1, 10:] = 0 + sc = torch.full((2,), 1.5) + with torch.no_grad(): + out, dec = model(x, t, attention_mask=mask, + self_cond_cfg_scale=sc, decoder_step_active=True) + self.assertEqual(out.shape, (2, 16, 512)) + self.assertEqual(dec.shape, (2, 16, 128)) + self.assertTrue(torch.isfinite(out).all()) + self.assertTrue(torch.isfinite(dec).all()) + + def test_metrics_collection(self): + torch.manual_seed(0) + model = ELF_models["ELF-B"]( + text_encoder_dim=512, max_length=16, vocab_size=128, + num_time_tokens=4, num_self_cond_cfg_tokens=4, num_model_mode_tokens=4, + geometry_router_enabled=True, geometry_router_layers="0,1", + geometry_router_sample_size=8, geometry_router_quad_samples=64, + geometry_router_log_metrics=True, + ) + x = torch.randn(2, 16, 512) + t = torch.rand(2).clamp(0.05, 0.95) + sc = torch.ones(2) + with torch.no_grad(): + model(x, t, self_cond_cfg_scale=sc) + metrics = model.geometry_router_metrics() + self.assertEqual(set(metrics), {"layer_0", "layer_1"}) + for layer_metrics in metrics.values(): + for key in ("gate_e", "gate_h", "gate_s", "e_H", "e_S"): + self.assertIn(key, layer_metrics) + + +class TestConfigValidation(unittest.TestCase): + """Reserved options must be rejected loudly, not silently ignored.""" + + def _enabled_config(self) -> Config: + c = Config() + c.geometry_router_enabled = True + return c + + def test_disabled_config_never_validated(self): + c = Config() + c.geometry_router_on_attention = False # nonsense, but router is off + c.geometry_router_on_mlp = True + validate_geometry_router_config(c) # must not raise + + def test_on_attention_false_rejected(self): + c = self._enabled_config() + c.geometry_router_on_attention = False + with self.assertRaises(NotImplementedError): + geometry_model_kwargs(c) + + def test_on_mlp_true_rejected(self): + c = self._enabled_config() + c.geometry_router_on_mlp = True + with self.assertRaises(NotImplementedError): + geometry_model_kwargs(c) + + def test_hard_mode_rejected(self): + c = self._enabled_config() + c.geometry_router_mode = "hard" + with self.assertRaises(NotImplementedError): + geometry_model_kwargs(c) + + def test_valid_enabled_config_passes(self): + kw = geometry_model_kwargs(self._enabled_config()) + self.assertTrue(kw["geometry_router_enabled"]) + self.assertFalse(kw["geometry_router_denoiser_only"]) + + +class TestDenoiserOnly(unittest.TestCase): + """geometry_router_denoiser_only: decoder rows / decode path stay Euclidean.""" + + @classmethod + def setUpClass(cls): + torch.manual_seed(0) + common = dict( + text_encoder_dim=512, max_length=16, vocab_size=128, + num_time_tokens=4, num_self_cond_cfg_tokens=4, num_model_mode_tokens=4, + ) + cls.disabled = ELF_models["ELF-B"](**common, geometry_router_enabled=False) + # final_layer.linear is zero-initialized, which would make every + # `output` identically zero and the difference assertions vacuous — + # give it (shared) random weights so outputs are informative. + torch.nn.init.normal_(cls.disabled.final_layer.linear.weight, std=0.02) + torch.nn.init.normal_(cls.disabled.final_layer.linear.bias, std=0.02) + # Hostile router prior (strongly hyperbolic) so routed rows visibly + # differ from Euclidean rows. + router_kw = dict( + geometry_router_enabled=True, geometry_router_layers="all", + geometry_router_sample_size=8, geometry_router_quad_samples=64, + geometry_router_bias_e=-4.0, geometry_router_bias_h=4.0, + geometry_router_time_e_bias=0.0, + ) + # strict=False: routed models carry extra router params (learnable + # bias + gate_warmup_alpha) absent from the disabled model; we only + # want to copy the shared backbone weights so the arms match. + cls.routed = ELF_models["ELF-B"]( + **common, **router_kw, geometry_router_denoiser_only=True) + cls.routed.load_state_dict(cls.disabled.state_dict(), strict=False) + cls.routed_always = ELF_models["ELF-B"]( + **common, **router_kw, geometry_router_denoiser_only=False) + cls.routed_always.load_state_dict(cls.disabled.state_dict(), strict=False) + for m in (cls.disabled, cls.routed, cls.routed_always): + m.eval() + torch.manual_seed(7) + cls.x = torch.randn(2, 16, 512) + cls.t = torch.tensor([0.3, 0.6]) + cls.sc = torch.ones(2) + + def test_decode_path_bypasses_routing(self): + # decoder_step_active=True (python bool) = decode-mode forward: + # denoiser-only model must match the disabled model exactly. + with torch.no_grad(): + out_d, dec_d = self.disabled(self.x, self.t, self_cond_cfg_scale=self.sc, + decoder_step_active=True) + out_r, dec_r = self.routed(self.x, self.t, self_cond_cfg_scale=self.sc, + decoder_step_active=True) + out_a, _ = self.routed_always(self.x, self.t, self_cond_cfg_scale=self.sc, + decoder_step_active=True) + self.assertTrue(torch.equal(out_d, out_r)) + self.assertTrue(torch.equal(dec_d, dec_r)) + # ... while the default (shared-backbone) mode keeps routing here. + self.assertFalse(torch.allclose(out_d, out_a, atol=1e-3)) + + def test_denoiser_forward_stays_routed(self): + # No decoder_step_active = pure denoiser call: routing must be live. + with torch.no_grad(): + out_d, _ = self.disabled(self.x, self.t, self_cond_cfg_scale=self.sc) + out_r, _ = self.routed(self.x, self.t, self_cond_cfg_scale=self.sc) + self.assertFalse(torch.allclose(out_d, out_r, atol=1e-3)) + + def test_mixed_rows(self): + # Row 0 decoder-mode (forced Euclidean), row 1 denoiser-mode (routed). + active = torch.tensor([1.0, 0.0]) + with torch.no_grad(): + out_d, _ = self.disabled(self.x, self.t, self_cond_cfg_scale=self.sc, + decoder_step_active=active) + out_r, _ = self.routed(self.x, self.t, self_cond_cfg_scale=self.sc, + decoder_step_active=active) + # Decoder row: Euclidean gate -> matches disabled model (custom + # softmax vs SDPA gives tiny numerical差, hence atol not equal). + self.assertTrue(torch.allclose(out_d[0], out_r[0], atol=1e-4)) + # Denoiser row: visibly routed away from Euclidean. + self.assertFalse(torch.allclose(out_d[1], out_r[1], atol=1e-3)) + + +if __name__ == "__main__": + unittest.main() diff --git a/watch_and_stop.sh b/watch_and_stop.sh new file mode 100644 index 0000000..37738b3 --- /dev/null +++ b/watch_and_stop.sh @@ -0,0 +1,25 @@ +#!/usr/bin/env bash +# watch_and_stop.sh +# Stop a from-scratch training arm cleanly once epoch 5 is fully done. +# The training loop saves the epoch-5 checkpoint and runs the epoch-5 +# generation eval BEFORE it prints "Epoch 6/...", so waiting for that line +# guarantees the epoch-5 artifacts are flushed before we kill the process. +arm=$1 +log=/tmp/scratch_${arm}.log +pat="train_de-en_ELF-B_scratch_${arm}.yml" +stamp(){ echo "[$(date +%H:%M:%S)] $*"; } + +stamp "watching arm '$arm' (log=$log) for epoch-5 completion" > /tmp/watch_${arm}.log +while true; do + if grep -q 'Epoch 6/' "$log" 2>/dev/null; then + pkill -9 -f "$pat" + stamp "epoch 5 done -> stopped arm '$arm'" >> /tmp/watch_${arm}.log + break + fi + # Bail out if the training process already died on its own. + if ! pgrep -f "$pat" >/dev/null 2>&1; then + stamp "arm '$arm' process gone before epoch 6 (crash or finished)" >> /tmp/watch_${arm}.log + break + fi + sleep 60 +done