passages
listlengths
1
27
query
stringlengths
5
182
query_type
stringclasses
5 values
answers
listlengths
1
53
query_id
int64
8
1.19M
[ { "is_selected": 0, "passage_text": "Surface Resistivity and Surface Resistance Measurements Using a Concentric Ring Probe Technique where the radius r varies from R1 to R2. It is important to remember that when testing the sur-face resistivity (or resistance) of any material, it is assumed that all the currents flow between elec-trodes along the surface and do not penetrate into", "url": "http://www.trekinc.com/pdf/1005_Resistivity_Resistance.pdf" }, { "is_selected": 1, "passage_text": "Electrical resistivity is a property of materials and is different from electrical resistance which is a property of a component. Resistivity is also known as Specific Electrical Resistance or Volume Resistivity. Resistivity can also be defined as the inverse of the conductivity of a material - ρ = 1 / σ.It is a measure of how a material opposes the flow of electric current. The SI unit of resistivity is ohm meter (ω.m).", "url": "http://calculator.org/property.aspx?name=electrical%20resistivity" }, { "is_selected": 0, "passage_text": "Trek Application Note Number 1005. Surface Resistivity and Surface Resistance Measurements. Using a Concentric Ring Probe Technique. William A. Maryniak, Toshio Uehara, Maciej A. Noras. Abstract The relationship between surface resistivity and surface resistance is established and. explained. 1 Introduction.", "url": "http://www.trekinc.com/pdf/1005_Resistivity_Resistance.pdf" }, { "is_selected": 0, "passage_text": "2 Surface resistivity and surface resistance 2.1 Current density and surface cur-rent density It is possible to establish a relationship between the surface resistance and surface resistivity for any electrode configuration. An idea of the cur-rent density is very helpful in understanding of that relationship. Consider two samples of a material", "url": "http://www.trekinc.com/pdf/1005_Resistivity_Resistance.pdf" }, { "is_selected": 0, "passage_text": "other important properties of a material. The volume resistivity. of some insulators, such as sapphire and Teflon®, can be as high. as 1016 to 1018 ohm-cm. Because of such large magnitudes, measuring the resistivity of insulators can be difficult unless. proper test methods and instrumentation are used.", "url": "http://www.four-point-probes.com/volume_surface.pdf" }, { "is_selected": 0, "passage_text": "Ohm. Because of that surface resistivity and the surface resistance are often mixed up. In order to differentiate between the two, surface resistiv-ity is often expressed also in Ohm/square (Ω/sq.) which is not a valid unit from the dimensional anal-ysis point of view. 2 Surface resistivity and surface resistance 2.1 Current density and surface cur-", "url": "http://www.trekinc.com/pdf/1005_Resistivity_Resistance.pdf" }, { "is_selected": 0, "passage_text": "What is Electrical Resistivity? Electrical resistivity is a property of materials and is different from electrical resistance which is a property of a component. Resistivity is also known as Specific Electrical Resistance or Volume Resistivity. Resistivity can also be defined as the inverse of the conductivity of a material - ρ = 1 / σ.It is a measure of how a material opposes the flow of electric current. The SI unit of resistivity is ohm meter (Ω.m). Resistivity, ρ (Greek letter rho), is defined as:", "url": "http://calculator.org/property.aspx?name=electrical%20resistivity" }, { "is_selected": 0, "passage_text": "surface resistivity measurement. Surface resistivity is a property of a material. The-oretically it should remain constant regardless of the method and configuration of the electrodes used for the surface resistivity measurement. A result of the surface resistance measurement de-pends on both the material and the geometry of", "url": "http://www.trekinc.com/pdf/1005_Resistivity_Resistance.pdf" }, { "is_selected": 0, "passage_text": "Volume and Surface Resistivity Measurements. of Insulating Materials Using the Model 6517A. Electrometer/High Resistance Meter. Introduction. A fundamental property of insulators is resistivity.", "url": "http://www.four-point-probes.com/volume_surface.pdf" }, { "is_selected": 0, "passage_text": "Surface Resistivity and Surface Resistance Measurements Using a Concentric Ring Probe Technique L D U electrodes material D (a) Sample #1. L D/2 U electrodes material D/2 (b) Sample #2. Figure 2: Current density. When the voltage U is kept constant, the current density for the thin and the thick bar is the same. The electric current density is often expressed by: J = I", "url": "http://www.trekinc.com/pdf/1005_Resistivity_Resistance.pdf" } ]
volume resistivity
NUMERIC
[ "Volume resistivity is a property of materials." ]
538,315
[ { "is_selected": 1, "passage_text": "01 July 2014. In this article we will describe some simple hard drive speed tests you can perform using your Linux system and command line tool hdparm. hdparm tool is an easy to use tool to quickly asses your hard drive's speed. When performing speed tests hdparm disregards files system currently in use as it writes to a raw device. The actual real read/write speed of your hard drive will be slightly slower and dependent on file system in use. In any case the hdparm should provide you with a solid overview of your hard drive's speed.", "url": "https://linuxconfig.org/hard-drive-speed-test-using-linux-command-line-and-hdparm" }, { "is_selected": 0, "passage_text": "Simplest Test: The DD Test. This test measures the most basic single-threaded disk access: a large sequential write, followed by a large sequential read. It is relevant to database performance because it gives you a maximum speed for sequential scans for large tables. Real table scans are generally about 30% of this maximum. dd is a Unix command line utility which simply writes to a block device. We use it for this 3-step test.", "url": "http://it.toolbox.com/blogs/database-soup/testing-disk-speed-the-dd-test-31069" }, { "is_selected": 0, "passage_text": "Also Read : How to Open the File in Read Only Mode on Linux. Example on how to check disk Disk Read Write Speed for /dev/sda on CentOS6.3 : [root@centos63 ~]# hdparm -tT /dev/sda /dev/sda: Timing cached reads: 4128 MB in 2.00 seconds = 2065.62 MB/sec Timing buffered disk reads: 276 MB in 3.06 seconds = 90.30 MB/sec.", "url": "http://www.ehowstuff.com/how-to-check-disk-read-write-speed-in-linux/" }, { "is_selected": 0, "passage_text": "Linux tool/command to check file system performance. up vote 5 down vote favorite. 1. What is the simplest way to check read/write performance to a specific location (e.g. a mounted iSCSI device). I suspect I can't use hdparm because that's lower level.", "url": "https://serverfault.com/questions/233836/linux-tool-command-to-check-file-system-performance" }, { "is_selected": 0, "passage_text": "Example on how to check disk Disk Read Write Speed for /dev/sdb on CentOS6.3 : [root@centos63 ~]# hdparm -tT /dev/sdb /dev/sdb: Timing cached reads: 3410 MB in 2.00 seconds = 1705.84 MB/sec Timing buffered disk reads: 364 MB in 3.00 seconds = 121.29 MB/sec.", "url": "http://www.ehowstuff.com/how-to-check-disk-read-write-speed-in-linux/" }, { "is_selected": 0, "passage_text": "Here is a small bash script to test a hard drive transfer speed. It should be take as an approximation. The speed value is taken from Linux dd command output. One way to test your hard drive speed is to use hdparm command: # hdparm -Tt /dev/sda. OUTPUT: /dev/sda:", "url": "https://linuxconfig.org/bash-script-to-test-hard-drive-transfer-speed" }, { "is_selected": 0, "passage_text": "Important: When writing to a device (such as /dev/sda), the data stored there will be lost. For that reason, you should only use empty RAID arrays, hard disks or partitions. Note: When using if=/dev/zero and bs=1G, Linux will need 1GB of free space in RAM.", "url": "https://www.thomas-krenn.com/en/wiki/Linux_I/O_Performance_Tests_using_dd" }, { "is_selected": 0, "passage_text": "The dd command is a simple command line tool that can be used to read and write arbitrary blocks of data to a drive and measure the speed at which the data transfer took place. In this post we shall use the dd command to test and read and write speed of usb and ssd drives using the dd command.", "url": "https://www.linux.com/blog/test-readwrite-speed-usb-and-ssd-drives-dd-command-linux" }, { "is_selected": 0, "passage_text": "Server Fault is a question and answer site for system and network administrators. Linux tool/command to check file system performance. What is the simplest way to check read/write performance to a specific location (e.g. a mounted iSCSI device). I suspect I can't use hdparm because that's lower level.", "url": "https://serverfault.com/questions/233836/linux-tool-command-to-check-file-system-performance" }, { "is_selected": 0, "passage_text": "Whereas Sata 3.0 supports twice that speed. Test Method. Mount the drive and navigate into it from the terminal. Then use the dd command to first write a file using fixed... Read full post here. Test read/write speed of usb and ssd drives with dd command on Linux.", "url": "https://www.linux.com/blog/test-readwrite-speed-usb-and-ssd-drives-dd-command-linux" } ]
linux how to test file read speed
NUMERIC
[ "Hard disk parameter is a tool to test file read speed in Linux.", "To test file read speed is HDPARM tool is an easy to use tool to quickly asses your hard drive's speed." ]
440,394
[ { "is_selected": 1, "passage_text": "Matt and Julie did get back together in season 2 of Friday Night Lights. ChaCha on! Matt and Julie did get back together in season 2 of Friday Night Lights. ChaCha.", "url": "http://www.chacha.com/question/do-julie-and-matt-get-back-together-in-season-2-of-friday-night-lights" }, { "is_selected": 0, "passage_text": "Episode Summary. Buddy opens up to Lyla about their money troubles, after he has a brief run in with the law. Coach Taylor catches Julie and Matt sleeping together. J.D.'s father worries about him losing focus after meeting a new girl. Tyra gets a little tutoring help from Landry for her SAT's.moreless.", "url": "http://www.tv.com/shows/friday-night-lights/the-giving-tree-1242885/" }, { "is_selected": 0, "passage_text": "They will end up together, which is why Matt’s departure was the most heart-wrenching goodbye on Friday Night Lights to date. Matt and Julie have always been my favourite FNL pairing. Their lead-up to becoming a super couple was very gradual and awkward but so satisfying when it finally came to fruition.", "url": "https://gaslightedition.wordpress.com/2009/12/14/until-they-meet-again-matt-and-julie/" }, { "is_selected": 0, "passage_text": "Friday Night Lights – Season 3. Shortened by the writer’s strike, last season was a washout in terms of plot and story, and apparently in Dillon Texas as well, as we find out that the Panthers were swept out of the playoffs early after Smash suffers a knee injury.", "url": "https://jacbuiltthishouse.wordpress.com/2009/02/21/friday-night-lights-season-3/" }, { "is_selected": 0, "passage_text": "This season, Jason and Smash are both graduated and Tim, Tyra, Lyla and Matt all seniors so there’re plenty of farewells in the works here. Given unprecendented life in a deal NBC cut with DirecTV, Season 3 is possibly the last season of Friday Night Lights ever. All my episode reactions for Season 3 are listed below, as well as my concluding thoughts about Season 3 in general.", "url": "https://jacbuiltthishouse.wordpress.com/2009/02/21/friday-night-lights-season-3/" }, { "is_selected": 0, "passage_text": "Friday Night Lights Do you think Matt and Julie will get back together in season 3?", "url": "http://www.fanpop.com/clubs/friday-night-lights/picks/show/115435/think-matt-julie-will-back-together-season-3" }, { "is_selected": 0, "passage_text": "Until They Meet Again: Matt and Julie. For the first time in four seasons, I actually put off watching Friday Night Lights. Well, that’s a lie. I didn’t put it off so much as it just wasn’t available to stream online until Friday.", "url": "https://gaslightedition.wordpress.com/2009/12/14/until-they-meet-again-matt-and-julie/" }, { "is_selected": 0, "passage_text": "And then it hit me as I watched this episode: it’s all about the timing. The show saved up all the love and brought it out in this week’s episode in a big way. Between Tim and Lyla and Matt and Julie, there was enough love and looks of deep affection to keep me warm all winter long.", "url": "https://gaslightedition.wordpress.com/2009/12/14/until-they-meet-again-matt-and-julie/" }, { "is_selected": 0, "passage_text": "Friday Night Lights (season 2) The second season of the American serial drama television series Friday Night Lights commenced airing in the United States and Canada on October 5, 2007 and concluded its 15-episode season on February 7, 2008, on NBC.", "url": "https://en.wikipedia.org/wiki/Friday_Night_Lights_(season_2)" }, { "is_selected": 0, "passage_text": "By David Plotz. Zach Gilford as Matt Saracen and Aimee Teegarden as Julie Taylor in Friday Night Lights. First, an apology. We didn't realize that NBC wasn't airing FNL last week, so we briefly posted this entry last Friday and Saturday. When we realized that it was a skip week, we immediately pulled down the entry.", "url": "http://www.slate.com/articles/arts/tv_club/features/2010/friday_night_lights_season_4/week_11_matt_and_julie_break_my_heart.html" } ]
what episode does matt and julie get back together
ENTITY
[ "In season 2 of Friday Night Lights Matt and Julie gets back together." ]
657,653
[ { "is_selected": 1, "passage_text": "Average Bathroom Remodel Cost. As you can imagine, there is a lot you can do in your bathroom, no matter how small or large it is. While the average bathroom remodeling cost is just under $8,500, we have seen simple installation projects run as low as $268 for a bathroom mirror. To ensure you get the best possible price, you must do your research and always get multiple quotes for your specific project.", "url": "http://www.improvenet.com/r/costs-and-prices/bathroom-remodel-cost-estimator" }, { "is_selected": 0, "passage_text": "New to this site. My first thought is to the DIY throw a bathroom together in a weekend comment makers. Your comments about how much it cost you 2,000 to do a bathroom in your home correctly or incorrectly without a picture of the finished product is invalid in this forum.", "url": "https://www.angieslist.com/articles/how-much-does-bathroom-remodel-cost.htm" }, { "is_selected": 0, "passage_text": "According to our cost estimator, the average price to install a new sink is $509. Note: If you move the sink to another location, expect the price due to rise due to new plumbing. Install Toilet. Buying a new toilet might not be exciting, but it is necessary during many bathroom remodels.", "url": "http://www.improvenet.com/r/costs-and-prices/bathroom-remodel-cost-estimator" }, { "is_selected": 0, "passage_text": "Find out what the average bathroom remodel costs. If a dripping faucet or stained bathroom walls have you dreaming of the brushed metal, glass tile and ultra-modern sinks in a remodeled bathroom, you’re not alone. There are numerous benefits in bathroom remodeling — improved aesthetics, safety and comfort.", "url": "https://www.angieslist.com/articles/how-much-does-bathroom-remodel-cost.htm" }, { "is_selected": 0, "passage_text": "Second to a kitchen remodel, a bathroom remodel is the greatest home improvement you can make in terms of return on investment (ROI). Though the ROI on a bathroom remodel varies from year to year, the average return is 60 percent. (Some years it can climb to 85 percent, depending on market trends.) As you might expect, your budget will determine the scope of your project. If money is tight, you might focus on paint.", "url": "http://www.homeadvisor.com/cost/bathrooms/" }, { "is_selected": 0, "passage_text": "Adding a Bathroom - Costs To Consider. Adding a bathroom can cost from $3,000.00 for a simple conversion of existing space to $25,000.00 for a new addition to your house. The national average for a 100-square-foot, spa-like bathroom is over $75,000.00, so watch your budget carefully.", "url": "http://www.homeadvisor.com/cost/bathrooms/" }, { "is_selected": 0, "passage_text": "Of course, it’s up to you where to spend and where to splurge, but this breakdown is a good starting point. Plus, remember to reserve an additional 10 to 20 percent for unforeseen costs that might come up during construction. When to remodel: You can do a bathroom remodel pretty much any time of year.", "url": "http://time.com/money/4235550/bathroom-remodel-cost/" }, { "is_selected": 0, "passage_text": "The typical split for labor/material is 60/40; a little more than half the cost is labor. The labor cost includes general contractor overhead and profit. $17,000 sounds like a reasonable average for a master bathroom remodel. A smaller powder room or guest bath could of course be much less.", "url": "https://www.angieslist.com/articles/how-much-does-bathroom-remodel-cost.htm" }, { "is_selected": 0, "passage_text": "Unfortunately, some smaller bathrooms take up a minimal 24sf. Replacing tile with hardwood will certainly increase your bathroom remodeling cost, but it would not hurt as much if your bathroom was the more standard 50sf. Pine flooring can cost as much as $25/sf. Keep in mind, the sizes above refer to guest bathrooms.", "url": "http://www.improvenet.com/r/costs-and-prices/bathroom-remodel-cost-estimator" }, { "is_selected": 0, "passage_text": "Remodeling a bathroom also provides an increased home resale value, with a return on investment of up to 80 percent. The average bathroom remodel cost $11,364 in 2016, according to the National Kitchen and Bath Association, with about 20 percent of that being labor cost.", "url": "https://www.angieslist.com/articles/how-much-does-bathroom-remodel-cost.htm" } ]
how much does a small bathroom remodel cost
NUMERIC
[ "A small bathroom remodel cost is $15,000." ]
311,476
[ { "is_selected": 0, "passage_text": "1 RNA polymerase, together with one or more general transcription factor, binds to promoter DNA. RNA polymerase creates a transcription bubble, which separates the two strands of the DNA helix. This is done by breaking the hydrogen bonds between complementary DNA nucleotides.", "url": "https://en.wikipedia.org/wiki/Transcription_(genetics)" }, { "is_selected": 0, "passage_text": "To simplify the process, let's follow the synthesis of a hypothetical peptide, or short amino acid strand (proteins are essentially just longer peptides), of the sequence Methionine-Leucine-Cysteine-Serine. DNA -(transcription)-> mRNA -(translation)-> Protein.", "url": "https://www.quora.com/What-is-protein-synthesis" }, { "is_selected": 0, "passage_text": "The antisense strand of DNA is read by RNA polymerase from the 3' end to the 5' end during transcription (3' → 5'). The complementary RNA is created in the opposite direction, in the 5' → 3' direction, matching the sequence of the sense strand with the exception of switching uracil for thymine.", "url": "https://en.wikipedia.org/wiki/Transcription_(genetics)" }, { "is_selected": 0, "passage_text": "The stretch of DNA transcribed into an RNA molecule is called a transcription unit and encodes at least one gene. If the gene encodes a protein, the transcription produces messenger RNA (mRNA); the mRNA will in turn serve as a template for the protein's synthesis through translation.", "url": "https://en.wikipedia.org/wiki/Transcription_(genetics)" }, { "is_selected": 0, "passage_text": "One strand of the DNA, the template strand (or noncoding strand), is used as a template for RNA synthesis. As transcription proceeds, RNA polymerase traverses the template strand and uses base pairing complementarity with the DNA template to create an RNA copy.", "url": "https://en.wikipedia.org/wiki/Transcription_(genetics)" }, { "is_selected": 0, "passage_text": "When the stop codon is reached, the ribosome will release the peptide. Translation occurs in the 5' -> 3' direction, and marks the last phase of the peptide's synthesis. The exact same concept applies to proteins, which as I mentioned are essentially just longer peptides.", "url": "https://www.quora.com/What-is-protein-synthesis" }, { "is_selected": 0, "passage_text": "The two major steps in creating a protein are transcription and translation. Transcription creates an mRNA molecule, using a DNA sequence as a template. DNA and mRNA are similar, although certainly not identical, molecules. An mRNA sequence is essentially a copy of a DNA sequence with the thymines replaced by uracil. The production of mRNA is known as transcription which means copying. Creating a protein from an mRNA sequence is known as translation because the structure of a protein is very different from that of mRNA. Proteins are sequences of amino acids, not bases. The information in the mRNA is converted to a new form – it is translated. A sequence of bases is translated into a sequence of amino acids. View the animation below, then complete the quiz to test your knowledge of the concept.", "url": "http://highered.mheducation.com/sites/9834092339/student_view0/chapter15/how_translation_works.html" }, { "is_selected": 0, "passage_text": "During translation, an mRNA sequence is read using the genetic code, which is a set of rules that defines how an mRNA sequence is to be translated into the 20-letter code of amino acids, which are the building blocks of proteins.", "url": "http://www.nature.com/scitable/definition/translation-RNA-translation-173" }, { "is_selected": 0, "passage_text": "Transcription is the first step of gene expression, in which a particular segment of DNA is copied into RNA (mRNA) by the enzyme RNA polymerase. Both DNA and RNA are nucleic acids, which use base pairs of nucleotides as a complementary language.", "url": "https://en.wikipedia.org/wiki/Transcription_(genetics)" }, { "is_selected": 0, "passage_text": "Protein synthesis is the formation (synthesis) of proteins from amino acid building blocks. To simplify the process, let's follow the synthesis of a hypothetical peptide, or short amino acid strand (proteins are essentially just longer peptides), of the sequence Methionine-Leucine-Cysteine-Serine. If at any point you feel lost, remember: DNA -(transcription)-> mRNA -(translation)-> Protein.", "url": "https://www.quora.com/What-is-protein-synthesis" } ]
translation is the synthesis of
DESCRIPTION
[ "Translation is the synthesis of a protein from an mRNA template where the code in the mRNA is converted into an amino acid sequence in a protein." ]
524,006
[ { "is_selected": 0, "passage_text": "It is not to be confused with Price elasticity of supply. Price elasticity of demand (PED or Ed) is a measure used in economics to show the responsiveness, or elasticity, of the quantity demanded of a good or service to a change in its price, ceteris paribus.", "url": "https://en.wikipedia.org/wiki/Price_elasticity_of_demand" }, { "is_selected": 0, "passage_text": "What is 'Elasticity'. Elasticity is a measure of a variable's sensitivity to a change in another variable. In business and economics, elasticity refers the degree to which individuals, consumers or producers change their demand or the amount supplied in response to price or income changes. It is predominantly used to assess the change in consumer demand as a result of a change in a good or service's price. Next Up.", "url": "http://www.investopedia.com/terms/e/elasticity.asp" }, { "is_selected": 0, "passage_text": "Elasticity can be quantified as the ratio of the percentage change in one variable to the percentage change in another variable, when the latter variable has a causal influence on the former. A more precise definition is given in terms of differential calculus.", "url": "https://en.wikipedia.org/wiki/Elasticity_(economics)" }, { "is_selected": 0, "passage_text": "When the price elasticity of demand for a good is relatively inelastic (-1 < Ed < 0), the percentage change in quantity demanded is smaller than that in price. Hence, when the price is raised, the total revenue increases, and vice versa.", "url": "https://en.wikipedia.org/wiki/Price_elasticity_of_demand" }, { "is_selected": 1, "passage_text": "In economics, elasticity is the measurement of how responsive an economic variable is to a change in another. It gives answers to questions such as:", "url": "https://en.wikipedia.org/wiki/Elasticity_(economics)" }, { "is_selected": 0, "passage_text": "In economics, the demand elasticity refers to how sensitive the ... An economic term referring to the change in behavior that buyers ... A measure of the relationship between a change in the quantity ... An economic concept that measures the responsiveness in the quantity ...", "url": "http://www.investopedia.com/terms/e/elasticity.asp" }, { "is_selected": 0, "passage_text": "In general, the demand for a good is said to be inelastic (or relatively inelastic) when the PED is less than one (in absolute value): that is, changes in price have a relatively small effect on the quantity of the good demanded.", "url": "https://en.wikipedia.org/wiki/Price_elasticity_of_demand" }, { "is_selected": 0, "passage_text": "This measure of elasticity is sometimes referred to as the own-price elasticity of demand for a good, i.e., the elasticity of demand with respect to the good's own price, in order to distinguish it from the elasticity of demand for that good with respect to the change in the price of some other good, i.e., a complementary or substitute good.", "url": "https://en.wikipedia.org/wiki/Price_elasticity_of_demand" }, { "is_selected": 0, "passage_text": "In economics, elasticity is the measurement of how responsive an economic variable is to a change in another. An elastic variable (with elasticity value greater than 1) is one which responds more than proportionally to changes in other variables.", "url": "https://en.wikipedia.org/wiki/Elasticity_(economics)" }, { "is_selected": 0, "passage_text": "Cross-price elasticity of demand is a measure of the responsiveness of the demand for one product to changes in the price of a different product. It is the ratio of percentage change in the former to the percentage change in the latter.", "url": "https://en.wikipedia.org/wiki/Elasticity_(economics)" } ]
definition of inelasticity in economics
DESCRIPTION
[ "In economics, an inelasticity is the measurement of how responsive an economic variable is to a change in another." ]
135,484
[ { "is_selected": 0, "passage_text": "Some firms bonus the shares to the employees - in other words the firm is giving an amount of money to the employee as a bonus, with the agreement that the employee turns around and pays all of it into the firm. Different states have different laws regarding who can own shares in an architecture firm, and how much ownership they can have.", "url": "https://archinect.com/forum/thread/66936/becoming-a-partner-buying-into-a-firm" }, { "is_selected": 1, "passage_text": "Principal Architect Job Description Samples. A principal architect is a licensed and experienced design professional who usually holds a senior management position at an architectural firm. According to the American Institute of Architects (AIA), this individual is often a co-founder or partner of a firm, in which both parties usually have previous experience of working together.", "url": "http://www.josephchris.com/principal-architect-job-description-samples" }, { "is_selected": 0, "passage_text": "Say the share of the firm is $100k and you're slated to get a $20k bonus, then it will take 5 years to purchase the full share. Another path is via a company backed loan to provide the capital. It is rare that you are expected to go into your own savings/pocket for the buy-in amount.", "url": "https://archinect.com/forum/thread/66936/becoming-a-partner-buying-into-a-firm" }, { "is_selected": 0, "passage_text": "I've seen many architecture firms do that with the associate title. Principal still carries more weight, but I've heard of that title getting polluted as well. Recently heard of a Principal of CAD Coordination or Job Captain in my book.", "url": "https://archinect.com/forum/thread/66936/becoming-a-partner-buying-into-a-firm" }, { "is_selected": 0, "passage_text": "It is common for firms to partner with principal architects, with each managing separate groups of employees and developing different client base. In most cases, this type of architect serves as co-owner of an architectural design firm.", "url": "http://www.josephchris.com/principal-architect-job-description-samples" }, { "is_selected": 0, "passage_text": "Generally, a principal architect in an architectural firm has similar roles with principals or partners in other professional businesses, like legal firms and medical facilities. Essential Duties and Responsibilities. Whatever type of architectural firm a principal architect works for, there are essential roles that he should fill in.", "url": "http://www.josephchris.com/principal-architect-job-description-samples" }, { "is_selected": 0, "passage_text": "A principal architect serves as one of the owners in an architectural design firm. In a single-person firm, the founder not only serves as the principal architect, but also handles all business and design decisions on his own.", "url": "http://www.wisegeek.com/what-does-a-principal-architect-do.htm" }, { "is_selected": 0, "passage_text": "In some companies, each principal architect is responsible for a specific task, such as marketing or finance, while some firms split these responsibilities among all company leaders. The principal in an architectural firms fills a similar role to partners or principals in other professional businesses, such as legal firms or medical offices. Unlike staff architects, principals at a design firm are responsible for decisions related to business management.", "url": "http://www.wisegeek.com/what-does-a-principal-architect-do.htm" }, { "is_selected": 0, "passage_text": "In a single-person firm, the founder serves as the principal architect and handles all business and design decisions. Principal architects usually have graduate-level credentials in architectural design and planning. A principal architect develops design concepts.", "url": "http://www.wisegeek.com/what-does-a-principal-architect-do.htm" }, { "is_selected": 0, "passage_text": "A principal architect plans the direction of his firm and determines what type/s of project they will focus on. He is the one who comes up with strategies for his company’s financial planning, budgeting and marketing efforts.", "url": "http://www.josephchris.com/principal-architect-job-description-samples" } ]
what is a principal at an architectural firm
DESCRIPTION
[ "A principal architect is a licensed and experienced design professional who usually holds a senior management position at an architectural firm." ]
696,019
[ { "is_selected": 0, "passage_text": "Religion & Spirituality. The Mass: The Central Act of Worship in the Catholic Church. Catholics worship God in a variety of ways, but the chief act of corporate or communal worship is the Liturgy of the Eucharist.", "url": "https://www.thoughtco.com/catholic-mass-542959" }, { "is_selected": 0, "passage_text": "An explanation of the Christian sacrament of the Eucharist, also called Holy Communion or Mass: a re-enactment of Jesus's Last Supper of bread and wine. The Eucharist. The Eucharist. The Eucharist, which is also called the Holy Communion, Mass, the Lord's Supper or the Divine Liturgy, is a sacrament accepted by almost all Christians. Christians don't say that they 'do' or 'carry out' the Eucharist; they celebrate it.", "url": "http://www.bbc.co.uk/religion/religions/christianity/ritesrituals/eucharist_1.shtml" }, { "is_selected": 1, "passage_text": "As previously stated, the word Mass in religious usage means a death sacrifice.. The impact of this fact is horrifying and shocking; for when the millions of people are saying, Merry Christmas, they are literally saying Merry death of Christ!.", "url": "http://www.lasttrumpetministries.org/tracts/tract4.html" }, { "is_selected": 0, "passage_text": "In the Eastern churches, Catholic and Orthodox, this is known as the Divine Liturgy; in the West, it is known as the Mass, an English word derived from the Latin text of the priest's dismissal of the congregation at the end of the liturgy ( Ite, missa est.", "url": "https://www.thoughtco.com/catholic-mass-542959" }, { "is_selected": 0, "passage_text": "The True Meaning Of Christ-Mass. They tell us that it is the season to be jolly. It is a time of ornaments, red and green decorations, silver bells, holly, mistletoe and colored lights. It is also a time of department store Santas calling out their universal mantra, Ho ho ho, Merry Christmas..", "url": "http://www.lasttrumpetministries.org/tracts/tract4.html" }, { "is_selected": 0, "passage_text": "By Steve Ray. As a Protestant, I went to an Evangelical church that changed an important and. historical word in the Apostles Creed. Instead of the “holy, catholic Church,”. we were the “holy, Christian church.” At the time, I thought nothing of it. There. was certainly no evil intent, just a loathing of the Catholic Church and a. distinct desire to distance ourself from its heresy and man-made traditions.", "url": "http://www.catholic-convert.com/wp-content/uploads/CatholicWordMean.pdf" }, { "is_selected": 0, "passage_text": "1. a body of coherent matter, usu. of indefinite shape: a mass of dough. 2. a collection of incoherent particles, parts, or objects regarded as forming one body: a mass of sand. 3. aggregate; whole: People, in the mass, mean well. 4. a considerable number or quantity: a mass of errors. 5. bulk; massiveness: towers of great mass and strength.", "url": "http://www.thefreedictionary.com/mass" }, { "is_selected": 0, "passage_text": "Yes, the word Mass does mean death sacrifice, and to cement that fact, we will consider the definition of the inventors of the religious application of the word Mass.. I am looking at page 537 of the Catholic Encyclopedia, which says, In the Christian law, the supreme sacrifice is that of the Mass..", "url": "http://www.lasttrumpetministries.org/tracts/tract4.html" }, { "is_selected": 0, "passage_text": "The Standard Electrical Dictionary(0.00 / 0 votes)Rate this definition: The quantity of matter in a body. The C. G. S. unit of mass is the quantity of matter in a gram. While weight varies with latitude and other circumstances, mass is invariable.", "url": "http://www.definitions.net/definition/mass" }, { "is_selected": 0, "passage_text": "1. (Ecclesiastical Terms) (in the Roman Catholic Church and certain Protestant Churches) the celebration of the Eucharist. See also High Mass, Low Mass. 2. (Music, other) a musical setting of those parts of the Eucharistic service sung by choir or congregation.", "url": "http://www.thefreedictionary.com/mass" } ]
what does mass mean religious
DESCRIPTION
[ "The religious meaning of mass is death sacrifice." ]
642,975
[ { "is_selected": 0, "passage_text": "Also, since we know the time taken by the Earth to go once around the Sun (P = 1 year), and the distance traveled by the Earth in this process (approximately 2πa, since Earth's orbit is nearly circular), we can calculate the average orbital speed of Earth as v = (2πa)/P.", "url": "http://curious.astro.cornell.edu/about-us/41-our-solar-system/the-earth/orbit/87-how-do-you-measure-the-distance-between-earth-and-the-sun-intermediate" }, { "is_selected": 1, "passage_text": "Since the distances are so large, we usually express them in Astronomical Units (AU). (An AU is the average distance from Earth to the Sun, about 150 million kilometers or 93 million miles.) The table below lists the distance of each planet from the Sun in AU. (Numbers were taken from this page.)", "url": "http://curious.astro.cornell.edu/about-us/56-our-solar-system/planets-and-dwarf-planets/general-questions/214-how-far-is-each-planet-from-earth-intermediate" }, { "is_selected": 0, "passage_text": "The average distance is about 150 million kilometers (149.6) or 93 million miles (92.9). This is defined as 1 astronomical unit, or AU, and is equal to about 8.2 light-minutes, as light from the Sun takes about 8 minutes to reach Earth.", "url": "http://www.answers.com/Q/What_is_the_distance_between_Earth_and_the_Sun" }, { "is_selected": 0, "passage_text": "The average distance from the Earth to the Sun is also called 1 astronomical unit (or AU). This is established as 149, 597, 870.7 kilometers (92,955,887.6 miles).Aphelion (when the Earth is the farthest from the Sun) occurs around the first week of July.", "url": "http://www.answers.com/Q/What_is_the_distance_between_Earth_and_the_Sun" }, { "is_selected": 0, "passage_text": "To get the number in kilometers, multiply by the conversion above: 0.28 × (150 million kilometers) = 42 million kilometers. Another example: Jupiter is 5.2 AU from the Sun and Earth is 1.0 AU from the Sun. So the distance between Jupiter's orbit and Earth's orbit is about 5.2 - 1.0 = 4.2 AU or 630 million kilometers.", "url": "http://curious.astro.cornell.edu/about-us/56-our-solar-system/planets-and-dwarf-planets/general-questions/214-how-far-is-each-planet-from-earth-intermediate" }, { "is_selected": 0, "passage_text": "(distance between Earth and Venus) = a × cos(e) Similarly, with a little more trigonometry: (distance between Venus and the Sun) = a × sin(e) The greatest elongation of Venus is about 46 degrees, so by this reasoning, the Sun-Venus distance is about 72% of the Sun-Earth distance. Similar observations and calculations yield the relative distance between the Sun and Mercury.", "url": "http://curious.astro.cornell.edu/about-us/41-our-solar-system/the-earth/orbit/87-how-do-you-measure-the-distance-between-earth-and-the-sun-intermediate" }, { "is_selected": 0, "passage_text": "The orbit of the Earth around the Sun is an ellipse. The distance is not fixed, but varies throughout its orbit. The average distance is about 150 million kilometers (149,597,…890 km) or about 93 million miles (92,955,820 mi.). The distance at perihelion is 147,098,290 km, the distance at aphelion is 152,098,232 km.", "url": "http://www.answers.com/Q/What_is_the_distance_between_Earth_and_the_Sun" }, { "is_selected": 0, "passage_text": "Then 4,080,000 stades is less than 1% of the actual Earth-Sun distance, no matter which definition of a stade one chooses. However, 804,000,000 stadia is between 126 million and 168 million kilometers - a range which includes the actual Earth-Sun distance of (approximately) 150 million kilometers.", "url": "http://curious.astro.cornell.edu/about-us/41-our-solar-system/the-earth/orbit/87-how-do-you-measure-the-distance-between-earth-and-the-sun-intermediate" }, { "is_selected": 0, "passage_text": "Aristarchus calculated that the Sun is about nineteen times farther than the Moon; it is actually about 390 times farther than the Moon. Another ancient Greek astronomer, Eratosthenes (276-194 BC), estimated the distance between Earth and Sun to be either 4,080,000 stadia or 804,000,000 stadia.", "url": "http://curious.astro.cornell.edu/about-us/41-our-solar-system/the-earth/orbit/87-how-do-you-measure-the-distance-between-earth-and-the-sun-intermediate" }, { "is_selected": 0, "passage_text": "To find the approximate distance between the orbits of two planets in AU, subtract the two planet-Sun distances. For example, Earth orbits at 1 AU from the Sun and Venus orbits at 0.72 AU from the Sun. The difference between these two distances is 1.00 - 0.72 = 0.28 AU.", "url": "http://curious.astro.cornell.edu/about-us/56-our-solar-system/planets-and-dwarf-planets/general-questions/214-how-far-is-each-planet-from-earth-intermediate" } ]
the average distance from earth to the sun is
NUMERIC
[ "The average distance from earth to the sun is 150 million kilometers or 93 million miles. " ]
514,290
[ { "is_selected": 1, "passage_text": "Yes, you can alternate between Tylenol (acetaminophen) and Aleve (naproxen) every 6-8 hours. Note: The maximum daily dosage of acetaminophen is 4,000 mg. The maximum dose of … naproxen is 1,500 mg (equivalent to 1,650 mg of naproxen sodium) per day.hose with liver damage should not take acetaminophen, and anyone with a history of stomach bleeding, or that has a risk of stomach bleeding, should not take NSAID drugs, including Aleve or Advil. NOTE: I am not a doctor or a pharmacist.", "url": "http://www.answers.com/Q/Can_you_take_Tylenol_together_with_Aleve" }, { "is_selected": 0, "passage_text": "Answer: Naproxen and Acetaminophen (the ingredient in Tylenol and Tylenol Extra Strength) are compatible drugs. The two drugs can be taken at the same time. Talk to your doctor about your plan to take acetaminophen to be sure it is the best therapy for you.The link below has additional information on naproxen.nswer: Naproxen and Acetaminophen (the ingredient in Tylenol and Tylenol Extra Strength) are compatible drugs. The two drugs can be taken at the same time. Talk to your doctor about your plan to take acetaminophen to be sure it is the best therapy for you. The link below has additional information on naproxen.", "url": "http://www.netwellness.org/question.cfm/56258.htm" }, { "is_selected": 0, "passage_text": "1. Get help from a doctor now ›. No: It is safe to take either Naproxen or Ibuprofen with Acetaminophen as directed, but Naproxen and Ibuprofen are both nsaids and taking them will double up on the same pathways, causing increased possibility for damage, including stomach, bleeding, and kindey issues.. Get help from a doctor now ›. No: It is safe to take either Naproxen or Ibuprofen with Acetaminophen as directed, but Naproxen and Ibuprofen are both nsaids and taking them will double up on the same pathways, causing increased possibility for damage, including stomach, bleeding, and kindey issues.", "url": "https://www.healthtap.com/topics/can-you-take-naproxen-and-acetaminophen-together" }, { "is_selected": 0, "passage_text": "Naproxen and ibuprofen work in the body the same and have the same side effects. Ibuprofen is typically taken every 6-8 hours; naproxen is taken every 12 hours. Aspirin works a little differently than ibuprofen and naproxen but has very similar side effects.The usual dose of aspirin is 500-1,000 mg every 4-6 hours. Acetaminophen works a little differently than naproxen and ibuprofen, has different side effects, and can be taken every 6-8 hours.So, to answer my brother-in-law’s question… He could take his naproxen (Aleve) eight hours after taking ibuprofen (Motrin, Advil) or he could take ibuprofen 12 hours after taking naproxen.aproxen and ibuprofen work in the body the same and have the same side effects. Ibuprofen is typically taken every 6-8 hours; naproxen is taken every 12 hours. Aspirin works a little differently than ibuprofen and naproxen but has very similar side effects.", "url": "http://www.safemedication.com/safemed/PharmacistsJournal/CanYouDoubleUponPainKillers" }, { "is_selected": 0, "passage_text": "It is safe to take both of these medications together if you need to. One contains naproxen and pseudoephedrine and the other acetaminophen. These can be taken together safely provided you are able to take each of the individual active ingredients without any adverse effects.t is safe to take both of these medications together if you need to. One contains naproxen and pseudoephedrine and the other acetaminophen. These can be taken together safely provided you are able to take each of the individual active ingredients without any adverse effects.", "url": "https://answers.yahoo.com/question/index?qid=20081025032053AA7E6ol" }, { "is_selected": 0, "passage_text": "Both Tylenol and Aleve provide pain relief and lower fever. Tylenol is acetaminophen and Aleve is a nonsteroidal anti-inflammatory. Taking Tylenol according to recommended dosage produces negligible adverse effects.Aleve, however, causes many side effects. When taken together, Tylenol and Aleve can lead to serious side effects.he liver metabolizes both Tylenol and Aleve, so people who take Tylenol and Aleve together for a prolonged period of time have an increased risk of developing liver toxicity. Liver toxicity causes nausea, abdominal pain, elevated liver enzymes and yellow discoloration of the skin.", "url": "http://www.livestrong.com/article/149465-what-are-the-side-effects-of-mixing-tylenol-aleve/" }, { "is_selected": 0, "passage_text": "Please be aware that both acetaminophen and naproxen sodium are contraindicated for certain individuals. Acetaminophen has been shown to cause liver damage at high dosages, and NSAID drugs, including Aleve and Advil, can cause severe stomach bleeding. Both of these conditions can be fatal.Those with liver damage should not take acetaminophen, and anyone with a history of stomach bleeding, or that has a risk of stomach bleeding, should not take NSAID drugs, including Aleve or Advil. NOTE: I am not a doctor or a pharmacist.hose with liver damage should not take acetaminophen, and anyone with a history of stomach bleeding, or that has a risk of stomach bleeding, should not take NSAID drugs, including Aleve or Advil. NOTE: I am not a doctor or a pharmacist.", "url": "http://www.answers.com/Q/Can_you_take_Tylenol_together_with_Aleve" }, { "is_selected": 0, "passage_text": "Aleve and Tylenol 3 are both used for pain. Aleve is a nonsteroidal anti-inflammatory drug (NSAID) that reduces inflammation. Tylenol 3 is the combination of acetaminophen … and codeine.hose with liver damage should not take acetaminophen, and anyone with a history of stomach bleeding, or that has a risk of stomach bleeding, should not take NSAID drugs, including Aleve or Advil. NOTE: I am not a doctor or a pharmacist.", "url": "http://www.answers.com/Q/Can_you_take_Tylenol_together_with_Aleve" }, { "is_selected": 0, "passage_text": "Get help from a doctor now ›. Tylenol Aleve Ibup: Hello. Don't take Aleve and Ibuprofen at the same time. They are both NSAIDs. Taking both together can lead to unwanted side effects like severe stomach pain, GI bleeds, etc.Try staggering your medications.Take Ibuprofen (no more than 800mg).et help from a doctor now ›. Tylenol Aleve Ibup: Hello. Don't take Aleve and Ibuprofen at the same time. They are both NSAIDs. Taking both together can lead to unwanted side effects like severe stomach pain, GI bleeds, etc. Try staggering your medications. Take Ibuprofen (no more than 800mg).", "url": "https://www.healthtap.com/topics/is-it-safe-to-take-aleve-and-tylenol-together" }, { "is_selected": 0, "passage_text": "Ketorolac (Toradol) is a nonsteroidal anti-inflammatory agent (NSAID), the same class of drugs as ibuprofen (Motrin, Advil) and naproxen (Aleve). If you are taking ketorolac you should not be taking any other NSAID medications. This could lead to kidney problems were severe bleeding.etorolac (Toradol) is a nonsteroidal anti-inflammatory agent (NSAID), the same class of drugs as ibuprofen (Motrin, Advil) and naproxen (Aleve). If you are taking ketorolac you should not be taking any other NSAID medications. This could lead to kidney problems were severe bleeding.", "url": "http://www.uvos.org/oral-surgery-instructions/medications.aspx" } ]
may aleve and tylenol be taken together
ENTITY
[ "Yes, Aleve and Tylenol may be taken together." ]
446,561
[ { "is_selected": 0, "passage_text": "The codes of the right and the cruel sceptre are found in the ancient Tamil work of Tirukkural. In Chapters 55 and 56, the text deals with the right and the cruel sceptre, respectively, furthering the thought on the ethical behaviour of the king discussed in many of the preceding and the following chapters.", "url": "https://en.wikipedia.org/wiki/Sceptre" }, { "is_selected": 0, "passage_text": "With the introduction of the Scepter instrument, we now have a range of tools that help life scientists simplify tedious, repetitive tasks and improve the reproducibility of their experiments.", "url": "http://legal-dictionary.thefreedictionary.com/scepter" }, { "is_selected": 1, "passage_text": "A sceptre or scepter (see spelling differences) is a symbolic ornamental staff or wand held in the hand by a ruling monarch as an item of royal or imperial insignia. Figuratively, it means royal or imperial authority or sovereignty, either right or cruel.", "url": "https://en.wikipedia.org/wiki/Sceptre" }, { "is_selected": 0, "passage_text": "As a part of the program, Mentor Graphics will offer their Board Station(TM) customers a 28 percent savings off the list price of Scepter fabrication software -- as well as one free Scepter software seat for a fabrication partner sponsored by the Board Station user.", "url": "http://legal-dictionary.thefreedictionary.com/scepter" }, { "is_selected": 0, "passage_text": "The tubular cross-flow technology and 316L stainless steel construction make SCEPTER membrane systems virtually 'bullet-proof', and allow processing of a wide variety of difficult, dirty of hostile streams, over a broad range of chemical conditions, pressures and temperatures.", "url": "http://legal-dictionary.thefreedictionary.com/scepter" }, { "is_selected": 0, "passage_text": "The earliest English coronation form of the 9th century mentions a sceptre (sceptrum), and a staff (baculum). In the so-called coronation form of Ethelred II a sceptre (sceptrum), and a rod (virga) appear, as they do also in the case of a coronation order of the 12th century.", "url": "https://en.wikipedia.org/wiki/Sceptre" }, { "is_selected": 0, "passage_text": "Headquartered in Bermuda with offices in New York and representative offices in London and Beijing, Scepter is a standing syndicate of ruling families, ultra-high-net-worth industrialists and sovereign wealth funds.", "url": "http://legal-dictionary.thefreedictionary.com/scepter" }, { "is_selected": 0, "passage_text": "Depending upon the concentration of the Selar RB resin added to the blend, according to Scepter, the solvent barrier of laminar containers can be as much as 100 times that of containers made of an often-used competitive polymer.", "url": "http://legal-dictionary.thefreedictionary.com/scepter" }, { "is_selected": 0, "passage_text": "―The Other to Loki. The Chitauri Scepter, sometimes referred to as Loki's Scepter, was a scepter that served as a containment device for the Mind Stone, one of the Infinity Stones. It was wielded by Loki, who received it as a gift from Thanos in the invasion of Earth.", "url": "http://marvelcinematicuniverse.wikia.com/wiki/Scepter" }, { "is_selected": 0, "passage_text": "For this reason, they are often described as sceptres, even if they are full-length staffs. One of the earliest royal sceptres was discovered in the 2nd Dynasty tomb of Khasekhemwy in Abydos. Kings were also known to carry a staff, and Pharaoh Anedjib is shown on stone vessels carrying a so-called mks-staff.", "url": "https://en.wikipedia.org/wiki/Sceptre" } ]
what is a scepter
DESCRIPTION
[ "A scepter is a symbolic ornamental staff or wand held in the hand by a ruling monarch as an item of royal or imperial insignia." ]
699,051
[ { "is_selected": 0, "passage_text": "Health > Times Health Guide > c > Charley Horse. A charley horse is the common name for a muscle spasm. Muscle spasms can occur in any muscle in the body, but often happen in the leg. When a muscle is in spasm, it contracts without your control and does not relax. News & Features. Reining In Charley Horse.", "url": "http://www.nytimes.com/health/guides/disease/charley-horse/overview.html" }, { "is_selected": 0, "passage_text": "If you’re in the throes of a cramp, stretching can provide relief. For a foot or calf cramp, sit or lie down and flex the toes of the affected leg or foot upward toward your nose, says Eldadah. This action works by pulling the calf and foot muscles in the opposite direction of the contracted muscles. Massaging the area could minimize discomfort too.", "url": "http://www.aarp.org/health/conditions-treatments/info-02-2012/charley-horse-leg-cramps-relief-tips.html" }, { "is_selected": 0, "passage_text": "Treatment of a Muscle Spasm. When muscle cramps occur, there are several things you can do to help ease them, such as massaging, stretching, or icing the muscle, warming the muscle, or taking a bath with Epsom salt.", "url": "http://www.webmd.com/pain-management/muscle-spasms-cramps-charley-horse" }, { "is_selected": 0, "passage_text": "Our amazing old Amish remedy will stop leg cramps at night. in about 60 seconds. It also works on muscle cramps. in your hands and feet. Works instantly on all manner of cramps including leg, foot and. hand cramps. It works equally as well on back cramps, thigh. cramps and arm cramps and at lightning fast speeds.", "url": "http://www.stopslegcramps.com/" }, { "is_selected": 0, "passage_text": "A muscle cramp is a sudden and involuntary contraction of one or more of your muscles. If you've ever been awakened in the night or stopped in your tracks by a sudden charley horse, you know that muscle cramps can cause severe pain. Though generally harmless, muscle cramps can make it temporarily impossible to use the affected muscle. Long periods of exercise or physical labor, particularly in hot weather, can lead to muscle cramps. Some medications and certain medical conditions also may cause muscle cramps. You usually can treat muscle cramps at home with self-care measures.", "url": "http://www.mayoclinic.org/diseases-conditions/muscle-cramp/home/ovc-20186047" }, { "is_selected": 0, "passage_text": "Bananas and oranges, which are often associated with cramp relief, are high in potassium; brown rice, almonds and avocadoes are good sources of magnesium; and spinach contains all three minerals.", "url": "http://www.aarp.org/health/conditions-treatments/info-02-2012/charley-horse-leg-cramps-relief-tips.html" }, { "is_selected": 0, "passage_text": "We find it curious that it has never before been made generally available to leg cramp and charlie horse sufferers until now especially, considering that this Amish remedy is the fastest acting relief for muscle cramps of any natural product anywhere.", "url": "http://www.stopslegcramps.com/" }, { "is_selected": 0, "passage_text": "In addition to the foot and calf muscles, other muscles prone to spasms include the front and back of the thigh, the hands, arms, abdomen, and muscles along the rib cage. Almost everyone experiences muscle cramps, which come without warning.", "url": "http://www.webmd.com/pain-management/muscle-spasms-cramps-charley-horse" }, { "is_selected": 0, "passage_text": "For a charley horse in the calf or a cramp in the back of the thigh (hamstring), try putting your weight on the affected leg and bending your knee slightly, or sit or lie down with your leg out straight and pull the top of your foot toward your head.", "url": "http://www.webmd.com/pain-management/muscle-spasms-cramps-charley-horse" }, { "is_selected": 1, "passage_text": "You are having a muscle cramp. Sometimes called charley horses -- particularly when they are in the calf muscles -- cramps are caused by muscle spasms, involuntary contractions of one or more muscles.", "url": "http://www.webmd.com/pain-management/muscle-spasms-cramps-charley-horse" } ]
what causes charlie horses
DESCRIPTION
[ "Muscle spasms cause charlie horses." ]
586,477
[ { "is_selected": 0, "passage_text": "Irving (/ɜrvɪŋ/ UR-ving) is a city located in Dallas County in the U.S. state of Texas. According to a 2013 estimate from the United States Census Bureau, the city population was 228,653 making it the thirteenth most populous city in Texas. Irving is part of the Dallas–Fort Worth metroplex.", "url": "https://en.wikipedia.org/wiki/Irving,_Texas" }, { "is_selected": 0, "passage_text": "The presence of so many notable companies means a low unemployment rate — 5.9 percent compared to 6.9 percent statewide and 8.1 percent nationwide (May 2012) — and an enviable debt ratio.", "url": "http://www.irvingchamber.com/edc/economic-profile-demographics/" }, { "is_selected": 0, "passage_text": "Irving is home to more of the DFW Metroplex’s largest private and public companies than any other city except Dallas, including Citi, Microsoft, Verizon, NEC Corporation, Allstate Insurance Company, Time Warner Cable, RIM (BlackBerry), Aviall, Michaels Stores, Pioneer Natural Resources, CEC Entertainment and TXU Energy.", "url": "http://www.irvingchamber.com/edc/economic-profile-demographics/" }, { "is_selected": 0, "passage_text": "Irving was the home of Texas Stadium, the former home stadium of the Dallas Cowboys. The stadium was demolished on April 11, 2010. Irving Independent School District (IISD) high schools play football and other sports at Irving Schools Stadium.", "url": "https://en.wikipedia.org/wiki/Irving,_Texas" }, { "is_selected": 0, "passage_text": "By the early 1960s the city had a population of approximately 45,000. A number of manufacturing plants operated in Irving, along with transportation, retail and financial businesses. The University of Dallas in Irving opened in 1956, and Texas Stadium was completed in 1971 as the home field of the Dallas Cowboys.", "url": "https://en.wikipedia.org/wiki/Irving,_Texas" }, { "is_selected": 0, "passage_text": "The Las Colinas development, home to more than 2,000 companies, offers 24.1 million square-feet of office space, 9.0 million square feet of light industrial space and 1.6 million square feet of retail space.", "url": "http://www.irvingchamber.com/edc/economic-profile-demographics/" }, { "is_selected": 0, "passage_text": "Small Business. The U.S. Chamber of Commerce recognized five Irving businesses with Blue Ribbon Small Business Awards in 2012: Big State Drug Store, Car Concepts Inc./Rick’s Independent Car Kare, FastSigns, Glory House Catering Company and Larsen Dye Associations.", "url": "http://www.irvingchamber.com/edc/economic-profile-demographics/" }, { "is_selected": 1, "passage_text": "The 2014 Irving, Texas, population is 217,021. There are 3,238 people per square mile (population density). The median age is 31.2. The US median is 37.2. 51.82% of people in Irving, Texas, are married. 10.00% are divorced. The average household size is 2.65 people. 38.39% of people are married, with children. 20.39% have children, but are single. 57.80% of people are white, 12.11% are black, 14.50% are asian, 0.67% are native american, and 12.50% claim 'Other'.", "url": "http://www.bestplaces.net/people/city/texas/irving" }, { "is_selected": 0, "passage_text": "The Irving Arts Center, a Smithsonian Affiliate; the revitalized downtown Heritage District; four championship golf courses; abundant dining; and an expansive parks system — and, of course all the attractions of Dallas and Fort Worth, just minutes away — make Irving a visitor’s delight.", "url": "http://www.irvingchamber.com/edc/economic-profile-demographics/" }, { "is_selected": 0, "passage_text": "Texas Stadium, the now-demolished former home of the Dallas Cowboys in Irving. Irving was founded in 1903 by J.O. Otto Schulze and Otis Brown. It is believed that literary author Washington Irving was a favorite of Netta Barcus Brown, and consequently the name of the town site, Irving, was chosen.", "url": "https://en.wikipedia.org/wiki/Irving,_Texas" } ]
population irving texas
NUMERIC
[ "The population of Irving, Texas is 217,021." ]
477,178
[ { "is_selected": 0, "passage_text": "Forsyth County’s new Shakerag Water Reclamation Facility is complete and the public is invited to tour the facility during an open house scheduled for Friday, July 29, from 3 to 6 p.m. The Shakerag Water Reclamation Facility is located at 545 Kemp Road in southern Forsyth County.", "url": "http://www.forsythco.com/Calendar" }, { "is_selected": 0, "passage_text": "High School Football in Forsyth County 2016. High School Football in Forsyth County 2016 Last year was the first time we took our kids to a High School Football game and they LOVED it! I’m not sure why we didn’t do it sooner. If you are looking for plans on a Friday night, this is a great way to spend it.", "url": "http://www.cumminglocal.com/" }, { "is_selected": 0, "passage_text": "The event is free to attend, and during the event dogs and cats will be available for adoption. The Forsyth County Animal Shelter is located just off of GA 400 at 4065 County Way in northern Forsyth County. The shelter is open for adoptions Tuesday through Saturday from 10:30 a.m. to 5 p.m.", "url": "http://www.forsythco.com/Calendar" }, { "is_selected": 1, "passage_text": "Cumming is a city in Forsyth County, Georgia, United States. The population was 5,430 at the 2010 census. However, places with a Cumming mailing address have a population of around 100,000. The city is the county seat of Forsyth County. The area now called Cumming is located west of Hall County around the area of Vann's Crossing. The area, now called Cumming, was first inhabited by Cherokee tribes. They came in 1755, the Cherokee and Creek people developed disputes over hunting land.", "url": "https://www.mapquest.com/us/ga/cumming-282038953" }, { "is_selected": 0, "passage_text": "Forsyth County is a county located in the north central portion of the U.S. state of Georgia. As of the 2010 census, the population was 175,511. The county seat is Cumming. Forsyth County is included in the Atlanta-Sandy Springs-Roswell, GA Metropolitan Statistical Area. During the early 21st century, Forsyth County has been one of the fastest-growing areas in the United States in terms of percentage of growth.", "url": "https://en.wikipedia.org/wiki/Forsyth_County,_Georgia" }, { "is_selected": 0, "passage_text": "All five trials, (including Tony Howell for the Ellen Grice case) were set for October 3 in Cumming, the county seat. The prisoners were escorted by four companies of the state militia by train to the Buford, Georgia station, and walked the remaining 14 miles (23 km).", "url": "https://en.wikipedia.org/wiki/Forsyth_County,_Georgia" }, { "is_selected": 0, "passage_text": "Community is lucky to have thes...e coaches and young people. Great to see a media outlet devoting time and energy to the positive in their community. Congratulations Forsyth County News. Yesterday I was driving through a school zone at 25 mph and had a guy pass me going over 50mph, on a double yellow line,... driving through left turn lane for the opposing traffic. About 20 minutes later I was going back through the same school zone so I parked in a parking lot for few minutes.", "url": "https://www.facebook.com/forsythcountynews" }, { "is_selected": 0, "passage_text": "Watch Episode 1 of Camp Chronicles with the Forsyth Central Bulldogs here - http://www.forsythnews.com/multimedia/984/. Presented by DC Cheek Heating & Cooling. Camp Chronicles, Episode 1: Dawn of a New Era. Contents of this site are © Copyright 2016 Forsyth News, Cumming, GA.", "url": "https://www.facebook.com/forsythcountynews" }, { "is_selected": 0, "passage_text": "At their April 21, 2016 meeting, the Forsyth County Board of Commissioners proclaimed May 5, 2016 as “Day of Prayer” in Forsyth County. All are invited to meet outside of the Forsyth County Courthouse in downtown Cumming at 10 a.m. on May 5, for observance of “Day of Prayer.”.", "url": "http://www.forsythco.com/Calendar" }, { "is_selected": 0, "passage_text": "Forsyth County is hosting a vendor symposium at 8:30 a.m. on Tuesday, Aug. 30, for companies interested in doing business with the county government at the county’s administration building in downtown Cumming.", "url": "https://www.facebook.com/forsythcountynews" } ]
what county is cumming ga in
LOCATION
[ "Cumming, Georgia is in Forsyth County." ]
604,850
[ { "is_selected": 0, "passage_text": "Often birth control pills are prescribed to help women cope with heavy and painful periods. But what about using birth control as a treatment for the pain, pressure, and bleeding caused by uterine fibroids? Birth control pills can decrease the heaviness of the flow and help with symptoms.", "url": "https://fibroids.com/blog/health-information/899-can-birth-control-treat-fibroids/" }, { "is_selected": 0, "passage_text": "1 Use GnRH-a to shrink fibroids before surgery, to stop heavy bleeding, or to treat symptoms for a short time before menopause. Choose another method to treat uterine fibroids, such as over-the-counter pain medicine, fibroid embolization, birth control pills, or surgery.", "url": "http://www.uwhealth.org/health/topic/decisionpoint/uterine-fibroids-should-i-use-gnrh-a-therapy/tv7259.html" }, { "is_selected": 0, "passage_text": "Many women wonder if taking a pill up until menopause will stop fibroid symptoms until the body naturally stops producing higher amount of hormones. Unfortunately, no such pill exists, and menopause does not guarantee that fibroids will shrink and discomfort will cease. Birth control pills do not reduce the size of uterine fibroids but often help to regulate the length of menses as well as the amount of bleeding and cramping. However, taking birth control for fibroid bleeding is not a sure-fire treatment for the often debilitating symptoms of fibroids.", "url": "https://fibroids.com/blog/health-information/899-can-birth-control-treat-fibroids/" }, { "is_selected": 0, "passage_text": "How to Shrink Fibroids Naturally. Uterine fibroids, or leiomyomata, are non-cancerous tumors that form on the uterus. At some point in their lives, up to 70% of women will develop fibroids. Normally, fibroids do not cause any symptoms.", "url": "http://www.wikihow.com/Shrink-Fibroids-Naturally" }, { "is_selected": 0, "passage_text": "1 You can take birth control pills to control bleeding from fibroids. 2 You can have fibroid embolization to shrink your fibroids. 3 You can have surgery to take out your uterus or just the fibroids. If you're close to menopause, you can try to live with the symptoms for a while.", "url": "http://www.uwhealth.org/health/topic/decisionpoint/uterine-fibroids-should-i-use-gnrh-a-therapy/tv7259.html" }, { "is_selected": 0, "passage_text": "Now, however, most doctors advise watchful waiting when small fibroids don't cause significant problems such as abnormal bleeding, infertility, or painful periods. Over time, many fibroids start shrinking on their own. Fibroids tend to form at reproductive age, grow larger with pregnancy, and shrink after menopause.", "url": "http://www.wikihow.com/Shrink-Fibroids-Naturally" }, { "is_selected": 0, "passage_text": "Because fibroids are very hormone-responsive, physicians will recommend a low dose pill that will not induce fibroid growth. Birth control pills can be used to treat the bleeding symptoms and menstrual cramps caused by uterine fibroids because they decrease the production of female hormones and prevent ovulation.", "url": "https://fibroids.com/blog/health-information/899-can-birth-control-treat-fibroids/" }, { "is_selected": 0, "passage_text": "1 You have severe bleeding from uterine fibroids and need treatment right away. 2 Other treatments for fibroids haven't helped your symptoms, and you're planning surgery later. 3 You're close to menopause, when fibroids will get smaller or go away. You're planning to have surgery to take out large fibroids.", "url": "http://www.uwhealth.org/health/topic/decisionpoint/uterine-fibroids-should-i-use-gnrh-a-therapy/tv7259.html" }, { "is_selected": 0, "passage_text": "How to Shrink Fibroids Naturally. Three Methods:Trying Natural MethodsUnderstanding Other Treatment OptionsUnderstanding FibroidsCommunity Q&A. Uterine fibroids, or leiomyomata, are non-cancerous tumors that form on the uterus. At some point in their lives, up to 70% of women will develop fibroids. Normally, fibroids do not cause any symptoms. But sometimes they can cause pain and heavy bleeding.", "url": "http://www.wikihow.com/Shrink-Fibroids-Naturally" }, { "is_selected": 1, "passage_text": "Get the facts. 1 Use GnRH-a to shrink fibroids before surgery, to stop heavy bleeding, or to treat symptoms for a short time before menopause. Choose another method to treat uterine fibroids, such as over-the-counter pain medicine, fibroid embolization, birth control pills, or surgery.", "url": "http://www.uwhealth.org/health/topic/decisionpoint/uterine-fibroids-should-i-use-gnrh-a-therapy/tv7259.html" } ]
what hormone pills should i take to shrink fibroids
ENTITY
[ "You should take Gonadotropin-releasing hormone pills to shrink fibroids." ]
669,409
[ { "is_selected": 0, "passage_text": "Age Old Organics. Discussion in 'Organic Soil' started by DowNwithDirT, Feb 23, 2011. Page 1 of 3 1 2 3 Next >. Feb 23, 2011 #1. I have been using their products for the last grow and all I can say is wow! it is most def lacking in cal/mag even more so in mag with some strains but that is nothing we can't easily fix.", "url": "https://www.thcfarmer.com/community/threads/age-old-organics.31372/" }, { "is_selected": 0, "passage_text": "Age Old Organics Bloom feeding schedule. Discussion in 'Outdoor Growing' started by NorthBayStoner, Aug 10, 2011. I would like to get some different opinions on feeding schedules for Age Old Organics. I have been using AOO Grow along with the fish & seaweed at the rate of 1tbs. per gallon every other watering and the plants are some awesome bushes right now. Within the last few days most have showing signs of flower.", "url": "http://www.rollitup.org/t/age-old-organics-bloom-feeding-schedule.454772/" }, { "is_selected": 1, "passage_text": "On average 6 feedings each day. Usually 4-6 feedings each day. as your baby takes more solids, the number of feedings may decrease. As the baby takes more solids the number of feedings will decrease. Usually 4 feedings each day. On average every 3-4 hours or 6-8 feedings each day, 2-3 fl. oz. per feeding. Feed on demand.", "url": "https://earthsbest.com/en/infant-feeding-schedule/" }, { "is_selected": 0, "passage_text": "2-8 Week Old Newborn, Formula Feeding. (You will see that this schedule outlines longer naps and fewer feedings than the breastfeeding schedule above; this is simply because formula is more difficult for baby to digest, so baby tends to feel fuller longer, and therefore needs slightly fewer feedings.", "url": "http://www.babysleepsite.com/schedules/newborn-sleep-feeding-schedule/" }, { "is_selected": 0, "passage_text": "Age Old is outstanding. The homie Medic put me on this a hot minute back and its all I will touch for organics. Really great stuff. Ran FF, Roots, some GO, custom soil mix...and hands down Age Old is consistent and great. I do suggest using Age Old Humic 12 regularly as a humic/fulvic additive as well. My regular line up with great success was- Grow, Bloom, Kelp, Humic 12 and I was able to do just fine with calplex (no mag).", "url": "https://www.thcfarmer.com/community/threads/age-old-organics.31372/" }, { "is_selected": 0, "passage_text": "Once your baby is past 3 months of age, and is in the infant stage, that will slowly stretch into 5-6 hours, and then 7-8, and eventually right up to 10 or 11 hours once your baby is 9 or 10 months old.", "url": "http://www.babysleepsite.com/schedules/newborn-sleep-feeding-schedule/" }, { "is_selected": 0, "passage_text": "The suggested infant feeding schedule below can be a useful tool when introducing your baby to solid foods. It was developed with pediatrician Dr. Harold Raucher, but you should always consult your own pediatrician if you are unsure whether or not your baby is ready to begin eating solid foods.", "url": "https://earthsbest.com/en/infant-feeding-schedule/" }, { "is_selected": 0, "passage_text": "Skip to the schedules. A baby is considered a newborn from birth until about 3 months of age. During the first 3 months of life, your newborn’s sleep patterns will look nothing like yours – your baby will sleep in short bursts (anywhere from 30 or 45 minutes – 3 or possibly 4 hours), and then eat between sleeps. In this way, newborn’s don’t follow a typical day/night sleep schedule.", "url": "http://www.babysleepsite.com/schedules/newborn-sleep-feeding-schedule/" }, { "is_selected": 0, "passage_text": "On average every 2-3 hours, or 8-10 feedings each day, 2-3 fl. oz, per feeding. Feed on demand. On average 6-8 feedings each day. The number of feedings will decrease as your baby sleeps longer at night.", "url": "https://earthsbest.com/en/infant-feeding-schedule/" }, { "is_selected": 0, "passage_text": "Age Old has been my favorite lineup for about 8 years now. http://www.ageoldorganics.com/. There's a retailer search on this official website. If you want to use Age Old for a PK boost, you can make a tea out of their Dry Fruit; I believe the numbers on it are 2-10-20, with calcium also.", "url": "https://www.thcfarmer.com/community/threads/age-old-organics.31372/" } ]
age old feeding schedule
NUMERIC
[ "Baby needs usually 4-6 feedings each day. As your baby takes more solids, the number of feedings may decrease." ]
13,958
[ { "is_selected": 1, "passage_text": "In 1984, Apple debuted the operating system that is now known as the Classic Mac OS with its release of the original Macintosh System Software. The system, rebranded Mac OS in 1996, was preinstalled on every Macintosh until 2002 and offered on Macintosh clones for a short time in the 1990s.", "url": "https://en.wikipedia.org/wiki/Mac_OS" }, { "is_selected": 0, "passage_text": "Previous editions of the OS X operating system each had a separate code name of their own. The very first build was known as Cheetah.. Other monikers included Puma, Jaguar, Panther, Tiger, Snow Leopard and Lion. In June 2014, Apple released a beta for OS X 10, otherwise known as Yosemite..", "url": "https://www.techwalla.com/articles/what-operating-system-does-mac-use" }, { "is_selected": 0, "passage_text": "Answer Wiki. The iPad runs Apple's proprietary mobile operating system, which is called iOS. iOS hides the file system from you -- there is no need to manage folder upon folder of documents. Instead, any documents you create live in virtual seclusion from one another and are (for the most part) only accessible from the app you used to create them.", "url": "https://www.quora.com/which-operating-system-is-easier-to-use-the-apple-or-the-microsoft-for-a-novice" }, { "is_selected": 0, "passage_text": "What operating system does the iPhone use? Can it run Mac OS X applications like Skype and Photoshop? This Q&A was written first on February 5, 2007, when the operating system on the iPhone did not have a formal name and many readers were unclear regarding software compatibility. Now thousands of applications are available specifically for iOS.. However, this Q&A is quite useful for historical reference.", "url": "http://www.everymac.com/systems/apple/iphone/iphone-faq/iphone-runs-os-x-not-macos-x-cannot-run-macos-x-applications-skype-or-ipod-games.html" }, { "is_selected": 1, "passage_text": "March 31, 2015. Apple uses its own signature operating system, which since 2001 has been derived from Unix and known as OS X. Before OS X came OS 9, otherwise known as Classic.. As of June 2014, the latest version of OS X is called Mavericks..", "url": "https://www.techwalla.com/articles/what-operating-system-does-mac-use" }, { "is_selected": 0, "passage_text": "These pages are intended to help those who are new to the Mac Operating System (OS) get acquainted with their new environment. Many of the tips will also be valuable to more experienced users. These tips are shown using OS 8.6 and 9. Most will work with OS 8.1 and above. Finder Basics. How you view your Finder.", "url": "http://www.macoptions.com/os85/" }, { "is_selected": 0, "passage_text": "The family of Macintosh operating systems developed by Apple Inc. includes the graphical user interface-based operating systems it has designed for use with its Macintosh series of personal computers since 1984, as well as the related system software it once created for compatible third-party systems.", "url": "https://en.wikipedia.org/wiki/Mac_OS" }, { "is_selected": 0, "passage_text": "On March 17, 2009, upon unveiling a developer's preview of the third version of the operating system, Apple started referring to it as the iPhone OS and on June 7, 2010, the company again changed the name to just iOS. In the original iPhone Q&A published on February 5, 2007, EveryiPhone.com noted:", "url": "http://www.everymac.com/systems/apple/iphone/iphone-faq/iphone-runs-os-x-not-macos-x-cannot-run-macos-x-applications-skype-or-ipod-games.html" }, { "is_selected": 0, "passage_text": "Q: what operating system does an iPad has? I want to know what operating system does an ipad has. I want to set it up with my printer but in order to find a driver i need to know about its operating system which i'm 100% sure that it does not has but still i wonder if it does. iPad 2. Posted on May 3, 2013 2:44 AM.", "url": "https://discussions.apple.com/thread/5012018?start=0&tstart=0" }, { "is_selected": 0, "passage_text": "2 Answers. 1 The iPad runs Apple's proprietary mobile operating system, which is called iOS. iOS hides the file system from you -- there is no need to manage folder upon folder of documents. Instead, any documents you create live in virtual seclusion from one another and are (for the most part) only accessible from the app you used to create them.", "url": "https://www.quora.com/which-operating-system-is-easier-to-use-the-apple-or-the-microsoft-for-a-novice" } ]
what computer operating system does apple use
ENTITY
[ "Mac OS is the operating system that Apple uses.", "Apple uses a macOS computer operating system." ]
599,864
[ { "is_selected": 0, "passage_text": "Each year, the Port Authority, in cooperation with the Federal Highway Administration (FHWA), promotes the federally sponsored National Work Zone Awareness Week (NWZAW). This year, NWZAW will take place from April 15-19. This year's theme is Work Zone Safety: We're All In This Together..", "url": "http://www.panynj.gov/bridges-tunnels/george-washington-bridge.html" }, { "is_selected": 0, "passage_text": "The George Washington Bridge, with a span of 4,760 feet (1,450 m) in total – including a main span of 3,500 feet (1,100 m) – was the longest main bridge span in the world at the time, at nearly double the 1,850 feet (560 m) of the previous record holder, the Ambassador Bridge in Detroit.", "url": "https://en.wikipedia.org/wiki/George_Washington_Bridge" }, { "is_selected": 0, "passage_text": "The George Washington Bridge – known informally as the GW Bridge, the GWB, the GW, or the George – is a double-decked suspension bridge spanning the Hudson River between the Washington Heights neighborhood of Manhattan in New York City and Fort Lee, New Jersey.", "url": "https://en.wikipedia.org/wiki/George_Washington_Bridge" }, { "is_selected": 0, "passage_text": "Download/Print the 2012-2015 toll rate schedule. All rates apply to the Lincoln & Holland tunnels, the George Washington, Bayonne & Goethals bridges, and the Outerbridge Crossing. Tolls are collected entering New York. No tolls are collected entering New Jersey.", "url": "http://www.panynj.gov/bridges-tunnels/tolls.html" }, { "is_selected": 0, "passage_text": "The toll is paid heading into New York. Westbound to New Jersey is always free. Some restrictions apply. Learn More. E-ZPass users can save time and enjoy special discounts. Learn More.", "url": "http://www.panynj.gov/bridges-tunnels/george-washington-bridge.html" }, { "is_selected": 0, "passage_text": "4. Re: Toll fee for Lincoln tunnel or George Washington bridge. Apr 10, 2014, 8:41 AM. You'll need to get an EZ pass issued by NY State in order to get discounts on the Hudson River crossings. You don't need to be a NY State resident in order to get one of these.", "url": "https://www.tripadvisor.com/ShowTopic-g60763-i5-k7357600-Toll_fee_for_Lincoln_tunnel_or_George_Washington_bridge-New_York_City_New_York.html" }, { "is_selected": 1, "passage_text": "Unlike your standard $0.50 or $1 toll booth, these guys aren’t cheap. The George Washington toll is $8.00 and the Throgs Neck toll is $5.50. Round trip, I paid $19.00 in tolls and it got me to wondering just how much these toll booths collect each and every day. On the George Washington Bridge, there are 23 cash toll booths as well as 8 EZ pass booths.", "url": "http://www.doughroller.net/personal-finance/how-much-is-collected-at-toll-booths/" }, { "is_selected": 0, "passage_text": "This page gives information about tolling policy, planning, and facilities in Washington State. To learn more about payment options and how to lower your toll bills, visit the Good To Go! home page. Washington currently has four toll facilities:", "url": "http://www.wsdot.wa.gov/Tolling/default.htm" }, { "is_selected": 0, "passage_text": "In 2006, bridge tolls totaled about $1 million per day; at the time, tolls for cars were $6 cash, $5 E-ZPass peak hours, and $4 E-ZPass off-peak hours. As of December 6, 2015, the cash tolls going from New Jersey to New York are $15 for both cars and motorcycles.", "url": "https://en.wikipedia.org/wiki/George_Washington_Bridge" }, { "is_selected": 0, "passage_text": "1. Re: Toll fee for Lincoln tunnel or George Washington bridge. Apr 10, 2014, 2:33 AM. The tolls are the same. You can find the full list by Googling bridge tunnel tolls NYC. Sorry, for some reason I couldn't paste the link for you. Middle of the day any day should not be bad.", "url": "https://www.tripadvisor.com/ShowTopic-g60763-i5-k7357600-Toll_fee_for_Lincoln_tunnel_or_George_Washington_bridge-New_York_City_New_York.html" } ]
how much is the george washington toll
NUMERIC
[ "The George Washington toll is $8.00." ]
323,215
[ { "is_selected": 0, "passage_text": "Nouns denoting stable states of affairs. Synonyms: atrophy; wasting away; wasting. Hypernyms (atrophy is a kind of...): symptom ((medicine) any sensation or change in bodily function that is experienced by a patient and is associated with a particular disease).", "url": "http://www.audioenglish.org/dictionary/atrophy.htm" }, { "is_selected": 1, "passage_text": "Hello, Thank you for your question. These suffix trophy means nutrition or growth. Click ***** ACCEPT (GREEN) ***** or I do not get credit for my answer and Just Answer holds your deposit. Take a moment to leave a ***** POSITIVE ***** feedback which does not cost you anything. This response is for your information only and does not substitute for a visit to your doctor.", "url": "http://www.justanswer.com/medical/1vmol-does-medical-suffix-trophy-mean.html" }, { "is_selected": 0, "passage_text": "Wiktionary (1.00 / 1 vote) Rate this definition: suffix (Noun). One or more letters or sounds added at the end of a word to modify the word's meaning, such as able, which changes sing into singable, for example. suffix (Verb). to append (something) to the end of something else.", "url": "http://www.definitions.net/definition/suffix" }, { "is_selected": 0, "passage_text": "1 The answer was far more informative than what I got from the Physicians I saw in person for my problem. 2 Julie Lockesburg, AR. 3 You have been more help than you know. 4 I seriously don't know what my sisters situation would be today if you had not gone above and beyond just answering my questions.", "url": "http://www.justanswer.com/medical/1vmol-does-medical-suffix-trophy-mean.html" }, { "is_selected": 0, "passage_text": "Play/er in this word, -er is the suffix. Hepat/ic in this medical term, -ic (which means pertaining to) is the suffix. Hepat is the word root for liver; therefore hepatic means pertaining to the liver. Hepat/itis in this medical term, -itis (which means inflammation) is the suffix. The term hepatitis means inflammation of the liver.", "url": "http://www.dentonisd.org/cms/lib/TX21000245/Centricity/Domain/4323/Intro-to-Medical-Terminology.pptx" }, { "is_selected": 0, "passage_text": "The noun ATROPHY has 2 senses: 1. a decrease in size of an organ caused by disease or disuse. 2. any weakening or degeneration (especially through lack of use). Familiarity information: ATROPHY used as a noun is rare. • ATROPHY (verb). The verb ATROPHY has 1 sense: 1. undergo atrophy. Familiarity information: ATROPHY used as a verb is very rare.", "url": "http://www.audioenglish.org/dictionary/atrophy.htm" }, { "is_selected": 0, "passage_text": "Guideline #2: When connecting a word root and a suffix, a combining vowel is USUALLY NOT USED if the suffix DOES BEGIN with a vowel. Guideline #2 Example. : In the medical term hepat/ic, the suffix. -ic. begins with the vowel. i. ; therefore a combining vowel is not used.", "url": "http://www.dentonisd.org/cms/lib/TX21000245/Centricity/Domain/4323/Intro-to-Medical-Terminology.pptx" }, { "is_selected": 0, "passage_text": "From Greek-trophos, one who nourishes, one who is nourished, from Greek trephein, to nourish. Origin of-troph.", "url": "http://www.yourdictionary.com/troph" }, { "is_selected": 0, "passage_text": "pathy: A suffix derived from the Greek pathos meaning suffering or disease that serves as a suffix in many terms including myopathy (muscle disease), neuropathy (nerve disease), retinopathopathy (disease of the retina), sympathy (literally, suffering together), etc.", "url": "http://www.medicinenet.com/script/main/art.asp?articlekey=6388" }, { "is_selected": 0, "passage_text": "Suffix. In linguistics, a suffix is an affix which is placed after the stem of a word. Common examples are case endings, which indicate the grammatical case of nouns or adjectives, and verb endings, which form the conjugation of verbs.", "url": "http://www.definitions.net/definition/suffix" } ]
what does the suffix trophy mean
DESCRIPTION
[ "The suffix trophy means nutrition or growth." ]
652,906
[ { "is_selected": 0, "passage_text": "But such was the state of car manufacturing in the late 1800s and early 1900s. If not works of art, cars were certainly works of the finest craftsmanship. So much so that almost no one could afford one.", "url": "https://www.pbslearningmedia.org/resource/phy03.sci.engin.design.techcars/the-impact-of-technology-cars/" }, { "is_selected": 1, "passage_text": "Cars are among the most expensive purchases most people ever make, and the auto industry that creates them is a vital part of the American economy. The economic impact of cars is a complex series of small and large details, but the basic areas where automobiles harm, or help, the economy are not that difficult to understand. Employment One of the most visible impacts cars have on the economy is the creation of jobs at automakers and car dealers.", "url": "https://bizfluent.com/list-5923616-effects-cars-economy.html" }, { "is_selected": 0, "passage_text": "The Impact of Technology: Cars Henry Ford is credited with a revolution in the automobile manufacturing industry. He put interchangeable parts and assembly-line technologies to staggeringly profitable use.", "url": "https://www.pbslearningmedia.org/resource/phy03.sci.engin.design.techcars/the-impact-of-technology-cars/" }, { "is_selected": 0, "passage_text": "Negative Impact of the Automobile The mass use of motor vehicles was bound to have some unforeseen and undesirable consequences, of which three can be singled out: traffic congestion, air pollution, and highway accidents.", "url": "http://l3d.cs.colorado.edu/systems/agentsheets/New-Vista/automobile/negative.html" }, { "is_selected": 0, "passage_text": "Anyone who has purchased a new vehicle knows how important cars are to personal economics. Cars are among the most expensive purchases most people ever make, and the auto industry that creates them is a vital part of the American economy. The economic impact of cars is a complex series of small and large details, but ...", "url": "https://bizfluent.com/list-5923616-effects-cars-economy.html" }, { "is_selected": 0, "passage_text": "In less than a year, Ford had reduced chassis assembly time from 12 1/2 worker-hours to 93 worker-minutes. His manufacturing design feats had successfully reduced the price of cars to an affordable level for many Americans, and forced his competitors as well as the heads of many other industries to embrace similar manufacturing techniques.", "url": "https://www.pbslearningmedia.org/resource/phy03.sci.engin.design.techcars/the-impact-of-technology-cars/" }, { "is_selected": 0, "passage_text": "Negative Impact of the Automobile. The mass use of motor vehicles was bound to have some unforeseen and undesirable consequences, of which three can be singled out: traffic congestion, air pollution, and highway accidents.", "url": "http://l3d.cs.colorado.edu/systems/agentsheets/New-Vista/automobile/negative.html" }, { "is_selected": 0, "passage_text": "Beginning with the National Traffic and Motor Vehicle Act of 1966, the United States has required automobiles to have safety features such as seatbelts. By the early 1990s, all new cars sold in the United States were equipped either with automatic seat belts or with air bags that inflate upon impact. In 1973-74 the US Congress, attempting to reduce fatalities and conserve fuel, passed a law making 55 miles per hour (mph) the national maximum speed limit.", "url": "http://l3d.cs.colorado.edu/systems/agentsheets/New-Vista/automobile/negative.html" }, { "is_selected": 0, "passage_text": "Use of fuels that are low in pollutants, such as low-sulfur forms of petroleum; more complete burning of fossil fuels, at best down to carbon dioxide and water; and the shift to less polluting forms of power generation, such as solar or electrical cars in place of combustion engines--all are methods that can be used for controlling pollution.", "url": "http://l3d.cs.colorado.edu/systems/agentsheets/New-Vista/automobile/negative.html" }, { "is_selected": 0, "passage_text": "The Impact of Technology: Cars. Henry Ford is credited with a revolution in the automobile manufacturing industry. He put interchangeable parts and assembly-line technologies to staggeringly profitable use. This video segment, adapted from A Science Odyssey: Bigger, Better, Faster, tells the story of Henry Ford's industrial revolution.", "url": "https://www.pbslearningmedia.org/resource/phy03.sci.engin.design.techcars/the-impact-of-technology-cars/" } ]
impact of cars
ENTITY
[ "One of the most visible impacts cars have on the economy is the creation of jobs at automakers and car dealers." ]
392,852
[ { "is_selected": 0, "passage_text": "Assurance of a cross-sectional representation of potential jurors is congruent with the requirement established by the Federal Jury Selection and Service Act of 1968. At the state level, as in California, the basic notion of this cross-sectionality is also congruent with the California Code of Civil Procedure of 1981.", "url": "http://www.sciencedirect.com/science/article/pii/0047235291900816" }, { "is_selected": 0, "passage_text": "Assurance of a cross-sectional representation of potential jurors is congruent with the requirement established by the Federal Jury Selection and Service Act of 1968.", "url": "http://www.sciencedirect.com/science/article/pii/0047235291900816" }, { "is_selected": 0, "passage_text": "3. (Ecclesiastical Terms) a representation of the Cross used as an emblem of Christianity or as a reminder of Christ's death. 4. any mark or shape consisting of two intersecting lines, esp such a symbol (×) used as a signature, point of intersection, error mark, etc. 5.", "url": "http://www.thefreedictionary.com/cross" }, { "is_selected": 0, "passage_text": "The Catholic crucifix is a symbolic representation of Christ the Redeemer. A crucifix is generally referred to a cross that is embedded with the image of Jesus. Going by this explanation we could say that all crucifixes are Catholic crucifixes.", "url": "http://www.holylandirect.com/the-catholic-crucifix-the-symbolic-representation-of-faith/" }, { "is_selected": 1, "passage_text": "The Catholic Crucifix represents the ultimate symbol of Catholic religious belief. It stands for an integral part of the Catholic worship. The Catholic crucifix is a symbolic representation of Christ the Redeemer. A crucifix is generally referred to a cross that is embedded with the image of Jesus.", "url": "http://www.holylandirect.com/the-catholic-crucifix-the-symbolic-representation-of-faith/" }, { "is_selected": 0, "passage_text": "It stands for an integral part of the Catholic worship. The Catholic crucifix is a symbolic representation of Christ the Redeemer. A crucifix is generally referred to a cross that is embedded with the image of Jesus.", "url": "http://www.holylandirect.com/the-catholic-crucifix-the-symbolic-representation-of-faith/" }, { "is_selected": 0, "passage_text": "The incidence of crossed aphasia is very low [ 11 ]. Hecaen hécaen et. [ al ] 12 estimated an incidence of.038, % While benson And [ geschwind ] 13 proposed a figure of approximately1. % in large clinical, samples it has been found to be around4 % in the acute stage and1 % in the chronic [ stage ]. 14", "url": "http://www.hindawi.com/journals/crinm/2015/301297/" }, { "is_selected": 0, "passage_text": "representation. n. 1. the act or an instance of representing or the state of being represented. 2. anything that represents, such as a verbal or pictorial portrait. 3. anything that is represented, such as an image brought clearly to mind.", "url": "http://www.thefreedictionary.com/representation" }, { "is_selected": 0, "passage_text": "The Catholic crucifix is a symbolic representation of Christ the Redeemer. A crucifix is generally referred to a cross that is embedded with the image of Jesus. Going by this explanation we could say that all crucifixes are Catholic crucifixes. However this is not true.", "url": "http://www.holylandirect.com/the-catholic-crucifix-the-symbolic-representation-of-faith/" }, { "is_selected": 0, "passage_text": "It stands for an integral part of the Catholic worship. The Catholic crucifix is a symbolic representation of Christ the Redeemer. A crucifix is generally referred to a cross that is embedded with the image of Jesus. Going by this explanation we could say that all crucifixes are Catholic crucifixes.", "url": "http://www.holylandirect.com/the-catholic-crucifix-the-symbolic-representation-of-faith/" } ]
what is crossed representation
DESCRIPTION
[ "The cross is an ultimate symbol of Catholic religious belief." ]
736,123
[ { "is_selected": 1, "passage_text": "Among African-Americans, the rate is higher. Sarcoidosis is not cancer; nor is it contagious. Although it can occur in families, it is not inherited. Usually the disease is not disabling; most people with sarcoidosis live normal lives.In fact, in the majority of cases, the disease appears only briefly and disappears on its own.t is characterized by the buildup of immune system cells in organs that form small clusters called granulomas, a type of inflammation of the involved tissues. Sarcoidosis is found throughout the world.", "url": "http://www.webmd.com/lung/understanding-sarcoidosis-basics" }, { "is_selected": 0, "passage_text": "Sarcoidosis is a chronic disease that affects multiple systems in the body, from the eyes to the lungs to the brain. It is characterized by the buildup of immune system cells in organs that form small clusters called granulomas, a type of inflammation of the involved tissues.Sarcoidosis is found throughout the world.t is characterized by the buildup of immune system cells in organs that form small clusters called granulomas, a type of inflammation of the involved tissues. Sarcoidosis is found throughout the world.", "url": "http://www.webmd.com/lung/understanding-sarcoidosis-basics" }, { "is_selected": 0, "passage_text": "Sarcoidosis is a disease which, despite many years of research, still has no known specific cause. Sarcoidosis is not a cancer and is not a contagious disease in some cases it seems to run in families.Medical textbooks twenty years ago listed the disease as being primarily one of African American women and patients of Scandinavian descent.arcoidosis is not a cancer and is not a contagious disease in some cases it seems to run in families. Medical textbooks twenty years ago listed the disease as being primarily one of African American women and patients of Scandinavian descent.", "url": "http://berniemacfoundation.org/about-sarcoidosis/" }, { "is_selected": 0, "passage_text": "A Honor Society of Nursing (STTI) answered. Although the exact cause or causes of sarcoidosis have not yet been determined, it is not contagious. It is currently believed that sarcoidosis is most likely caused by a pre-existing disorder of the immune system.You cannot catch sarcoidosis from someone who has it. Honor Society of Nursing (STTI) answered. Although the exact cause or causes of sarcoidosis have not yet been determined, it is not contagious. It is currently believed that sarcoidosis is most likely caused by a pre-existing disorder of the immune system.", "url": "https://www.sharecare.com/health/immune-lymphatic-system-disorders/is-sarcoidosis-contagious" }, { "is_selected": 0, "passage_text": "Sarcoidosis (say “sar-coy-doe-sis”) is a disease that may affect any organ or system in your body. If you have sarcoidosis, you may have no symptoms at all.Only small changes might show up on a chest x-ray, or you may have progressive failure of many organs in your body.The cause of sarcoidosis isn't known.ever is not often associated with sarcoidosis. Although the nervous system isn't usually affected, sar-coidosis can cause muscle weakness or paralysis, seizures, tremor, poor coordination, hearing loss, blindness or problems with walking.", "url": "http://www.aafp.org/afp/1998/1201/p2055.html" }, { "is_selected": 0, "passage_text": "A Sarcoid is a tumour involving connective tissue {ie. muscle, sub-cutaneos tissue, etc.}. A tumour which may appear outwardly similar is the Lymphoma {cutaneous lymphosarcoma}, which involves the Lymphatic system {glandular system to you or I}. Sarcoid is a tumour involving connective tissue {ie. muscle, sub-cutaneos tissue, etc.}. A tumour which may appear outwardly similar is the Lymphoma {cutaneous lymphosarcoma}, which involves the Lymphatic system {glandular system to you or I}.", "url": "http://www.equiworld.net/horses/horsecare/veterinary/sarcoids/index.htm" }, { "is_selected": 0, "passage_text": "Sarcoid is not an infection and it is not contagious. Contagion and contagiousness refers to how easily the spread of Sarcoid is possible from one person to another.arcoid is not an infection and it is not contagious. Contagion and contagiousness refers to how easily the spread of Sarcoid is possible from one person to another.", "url": "http://www.rightdiagnosis.com/s/sarcoid/contagious.htm" }, { "is_selected": 0, "passage_text": "Sarcoidosis, also called sarcoid, is a disease involving abnormal collections of inflammatory cells (granulomas) that can form as nodules in multiple organs.arcoidosis, also called sarcoid, is a disease involving abnormal collections of inflammatory cells (granulomas) that can form as nodules in multiple organs.", "url": "https://en.wikipedia.org/wiki/Sarcoidosis" }, { "is_selected": 0, "passage_text": "While no one knows what causes sarcoidosis, it is associated with increased immune system activity. This causes clusters of inflamed tissue (granulomas) to form in your body and lymph nodes (part of the immune system). Sarcoidosis most commonly affects your lungs, but it can affect any organ in your body.People over the age of 20 and women are more likely to develop sarcoidosis. Many patients never have symptoms, and the disease is diagnosed only because a chest X-ray is taken for another reason.n very few cases, sarcoidosis can be life-threatening if it causes heart or severe lung disease. If your symptoms last more than 2 years despite treatment, your disease is considered chronic, and the symptoms may worsen your quality of life.", "url": "http://www.lung.org/lung-health-and-diseases/lung-disease-lookup/sarcoidosis/learn-about-sarcoidosis.html" }, { "is_selected": 0, "passage_text": "Multi-system sarcoidosis is not caused by any element, but granulomatous disease of the lung and skin may be caused by beryllium. The disease is called berylliosis. Zirconium (used in deodorants) can cause granulomas in the skin, but it does not cause not systemic sarcoidosis. 35.ulti-system sarcoidosis is not caused by any element, but granulomatous disease of the lung and skin may be caused by beryllium. The disease is called berylliosis. Zirconium (used in deodorants) can cause granulomas in the skin, but it does not cause not systemic sarcoidosis. 35.", "url": "http://www.sarcoid-network.org/FAQ/faq-disease.php" } ]
is sarcoidosis contagious
DESCRIPTION
[ "No, Sarcoidosis is not contagious." ]
423,133
[ { "is_selected": 0, "passage_text": "Weather in Niigata in December 2017. Expect 8°C daytime maximum temperatures in the shade with on average 2 hours of sunshine per day in Niigata in December. Check more long-term weather averages for Niigata in December before you book your next holiday to Japan in 2017.", "url": "https://www.weather2travel.com/december/japan/niigata.php" }, { "is_selected": 0, "passage_text": "Local Weather. Today's Weather; Hourly Forecast; Extended; Weekend; Month Outlook; Current Weather", "url": "https://www.accuweather.com/en/jp/niigata-shi/224807/march-weather/224807" }, { "is_selected": 0, "passage_text": "Get Niigata-shi, Japan typical March Weather including average and record temperatures from AccuWeather.com", "url": "https://www.accuweather.com/en/jp/niigata-shi/224807/march-weather/224807" }, { "is_selected": 0, "passage_text": "Be prepared with the most accurate 10-day forecast for Niigata, Japan with highs, lows, chance of precipitation from The Weather Channel and Weather.com Be prepared with the most accurate 10-day forecast for Niigata, Japan with highs, lows, chance of precipitation from The Weather Channel and Weather.com Scan for updated forecast Connection restored!", "url": "https://weather.com/weather/tenday/l/Niigata+Japan+JAXX0061:1:JA" }, { "is_selected": 0, "passage_text": "Weather. Today's Forecast; Hourly Forecast; 10 Day Forecast; Monthly Forecast; National Forecast; Get Notifications; Maps. Weather in Motion® Radar Maps; Classic Weather Maps; Regional Satellite; Driving Difficulty Map; Traffic and Radar NEW! Severe. Severe Alerts; Hurricane Central; Tornado Central; Local Severe Storm Risk; Winter Storm Central; Safety and Preparedness", "url": "https://weather.com/weather/tenday/l/Niigata+Japan+JAXX0061:1:JA" }, { "is_selected": 1, "passage_text": "Guide to Niigata weather in December The average maximum daytime temperature in Niigata in December is a cool 8°C (46°F). The average night-time temperature is usually a cold 2°C (36°F).", "url": "https://www.weather2travel.com/december/japan/niigata.php" }, { "is_selected": 0, "passage_text": "© 2018 AccuWeather, Inc. All Rights Reserved. AccuWeather.com is a registered trademark of AccuWeather, Inc. Terms of usage under which this service is provided Privacy Statement | Ad Choices", "url": "https://www.accuweather.com/en/jp/niigata-shi/224807/march-weather/224807" }, { "is_selected": 0, "passage_text": "The Weather Station by Netatmo; AccuWeather for Android; The AccuWeather Network; Free Weather For Your Site; Try RadarPro™ Today; Netatmo Weather Station; YourCaster for iOS; AccuWeather - Weather for Life; The AccuWeather Store; Site Specific Severe Weather Warnings; Telemet Data Feeds; The Weather Station for Smartphone", "url": "https://www.accuweather.com/en/jp/niigata-shi/224807/march-weather/224807" }, { "is_selected": 0, "passage_text": "Key weather averages for Niigata in December. 1 8. 8°C max day temperature. 2 2. 2 hours of sunshine per day. 3 28. 28 days with some rainfall. 4 2. 2°C min night temperature. 5 10. 10 hours of daylight per day. 6 0. No heat & humidity. 7 216. 216 mm of monthly rainfall. 8 2. 2 (Low) UV index. 9 15. 15°C sea temperature.", "url": "https://www.weather2travel.com/december/japan/niigata.php" }, { "is_selected": 0, "passage_text": "Going to Niigata? Find the best month to visit Niigata based on the weather. Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec. Expect 8°C daytime maximum temperatures in the shade with on average 2 hours of sunshine per day in Niigata in December. Check more long-term weather averages for Niigata in December before you book your next holiday to Japan in 2018.", "url": "https://www.weather2travel.com/december/japan/niigata.php" } ]
niigata japan weather in
DESCRIPTION
[ "The average maximum daytime temperature in Niigata in December is a cool 8°C. The average night-time temperature is usually a cold 2°C." ]
464,495
[ { "is_selected": 0, "passage_text": "TRENDING NOW. 1 nonnuclear 'Not nuclear'. 2 armada 'A fleet of warships'. 3 volunteer 'Someone who does something without being forced to do it'. 4 operationalize Bannon was removed from the National Security Council. filibuster 'An effort to prevent action in a legislature'.", "url": "https://www.merriam-webster.com/medical/iliac%20crest" }, { "is_selected": 0, "passage_text": "What Is A Hip Pointer Injury? A hip pointer injury is an extremely painful, acute injury to the iliac crest of the pelvis. The injury causes bleeding into the abdominal muscles, which attach to the iliac crest. The bone and overlying muscle are often bruised, and the pain can be intense.", "url": "https://www.verywell.com/hip-pointer-injury-3119227" }, { "is_selected": 1, "passage_text": "Medical Definition of iliac crest. : the thick curved upper border of the ilium.", "url": "https://www.merriam-webster.com/medical/iliac%20crest" }, { "is_selected": 0, "passage_text": "When you put your hands on your hips, they are on the iliac crest of your hip bones, the front and outer area of your pelvic girdle. The iliac crest is the thick curved upper border of the ilium, the most prominent bone on the pelvis.", "url": "https://www.verywell.com/iliac-crest-definition-3120351" }, { "is_selected": 0, "passage_text": " High incidence of postop. complications.  Hypothesis:  Minimally invasive ICBG harvest will result in a lower. incidence of chronic pain, neuropathic pain, and sensory. nerve deficits when compared to results reported in the.", "url": "https://www.aofas.org/PRC/meeting/Documents/donorsitemorbidityaftermi.pdf" }, { "is_selected": 0, "passage_text": "The ilium (/ˈɪliəm/) (plural ilia) is the uppermost and largest part of the hip bone, and appears in most vertebrates including mammals and birds, but not bony fish. All reptiles have an ilium except snakes, although some snake species have a tiny bone which is considered to be an ilium.", "url": "https://en.wikipedia.org/wiki/Ilium_(bone)" }, { "is_selected": 0, "passage_text": "Anatomy of the Iliac Crest. The iliac crest is the upper border of the wing of the ilium, the outer and upper margin of the pelvic girdle. It runs from the anterior superior iliac spine to the posterior superior iliac spine. It has an inner and outer lip. There is an iliac tubercle on the widest point of the iliac crest.", "url": "https://www.verywell.com/iliac-crest-definition-3120351" }, { "is_selected": 0, "passage_text": "Iliac Crest. The iliac crest is the curved superior border of the ilium, the largest of the three bones that merge to form the os coxa, or hip bone. It is located on the superior and lateral edge of the ilium very close to the surface of the skin in the hip region.", "url": "http://www.innerbody.com/image_skelfov/skel18_new.html" }, { "is_selected": 0, "passage_text": "The ilium of the human is divisible into two parts, the body and the wing; the separation is indicated on the top surface by a curved line, the arcuate line, and on the external surface by the margin of the acetabulum.", "url": "https://en.wikipedia.org/wiki/Ilium_(bone)" }, { "is_selected": 0, "passage_text": "Definition and Function. The iliac crest is the margin of the ileum. It is a curved, broad structure made to protect the insides of the pelvic region. It serves as an attachment of muscles, aponeurosis, and fascia of the nearby structures [1]. The iliac crest is in the middle of anterior and posterior superior iliac spines.", "url": "http://healthfixit.com/iliac-crest/" } ]
lilac crest definition
DESCRIPTION
[ "Lilac crest is the thick curved upper border of the ilium." ]
440,033
[ { "is_selected": 0, "passage_text": "Bloomington, IL. {{::location.tagLine.value.text}}. Sponsored Topics. Whether teeing off on one of its three golf courses, biking along the 37 miles of Constitution Trail or observing a Sumatran tiger at the Miller Park Zoo, tourists visiting Bloomington, Illinois, find plenty of things to do. In fact, for a city with fewer than 100,000 residents, there’s a lot going on.", "url": "https://www.mapquest.com/us/il/bloomington-282037754" }, { "is_selected": 0, "passage_text": "Bond set for man accused of firing shots in Normal. BLOOMINGTON — A Normal man will be allowed to leave McLean County jail on a $5,000 personal recognizance bond after being formally charged with reckless discharge of a firearm for allegedly firing shots at glass bottles at a residence in Normal.", "url": "http://www.pantagraph.com/news/local/crime-and-courts/" }, { "is_selected": 0, "passage_text": "Office Types. 1 Administrative Office - management of DHS services, programs and facilities. 2 Child Care Resource & Referral - information for parents looking for quality child care; and for child care providers.", "url": "http://www.dhs.state.il.us/page.aspx?module=12&officetype=&county=McLean" }, { "is_selected": 1, "passage_text": "About the City. The City of Bloomington is located in the heart of Central Illinois, approximately 125 miles southwest of Chicago, 155 miles northeast of St. Louis, and 64 miles northeast of Springfield, the State Capital. Bloomington is the County Seat of McLean County, the largest county in Illinois (approximately 762,240 acres). Bloomington (pop. 76,610) is a twin City with the Town of Normal (pop. 52,497). Interstates 39, 55 and 74 converge on Bloomington-Normal, as well as US Route 51 and State Route 9.", "url": "http://www.cityblm.org/?navid=241" }, { "is_selected": 0, "passage_text": "McLean County, Illinois. McLean County is the largest county by land area in the U.S. state of Illinois. According to the 2010 census, it had a population of 169,572. Its county seat is Bloomington. McLean County is included in the Bloomington–Normal, IL Metropolitan Statistical Area.", "url": "https://en.wikipedia.org/wiki/McLean_County,_Illinois" }, { "is_selected": 0, "passage_text": "Find Bloomington Illinois clerk, including county, city, and circuit clerk, and clerk of court. Clerks provide information on public court records and legal documents, criminal, jail, and arrest records, marriage licenses, divorce, judicial, and probate records, businesses liens, notary services, real estate taxes and voter registration services. Name. Bloomington City Clerk. Address. 109 East Olive Street, Bloomington, Illinois, 61701.", "url": "http://www.countyoffice.org/bloomington-il-clerk/" }, { "is_selected": 0, "passage_text": "BLOOMINGTON — Bloomington police believe a domestic relationship was the cause of a break-in and stabbing Saturday morning.", "url": "http://www.pantagraph.com/news/local/crime-and-courts/" }, { "is_selected": 0, "passage_text": "DHS Offices and Service Providers for McLean County. 1 DHS Family Community Resource Center in Macon County - Long Term Care Family Community Resource Center 707 East Wood Street. 2 DHS Family Community Resource Center in McLean County Family Community Resource Center 501 West Washington Street.", "url": "http://www.dhs.state.il.us/page.aspx?module=12&officetype=&county=McLean" }, { "is_selected": 0, "passage_text": "Monday - Friday (except state holidays) Receives applications for Cash, SNAP, and Medical Assistance by fax, mail or in person. IDHS Human Services - (Spanish) DHS 4001 S. IDHS Human Services - DHS 4001. Department of Human Services Main Office - Chicago Administrative Offices 401 South Clinton Street.", "url": "http://www.dhs.state.il.us/page.aspx?module=12&officetype=&county=McLean" }, { "is_selected": 0, "passage_text": "As a recipient of Federal financial assistance, McLean County does not exclude, deny benefits to, or otherwise discriminate against any person on the basis of race, color, national origin, disability, or age in admission to, participation in, or receipt of the services and benefits under any of its programs and activities, whether carried out by ...", "url": "http://www.mcleancountyil.gov/" } ]
what county is bloomington il in
LOCATION
[ "Bloomington, Illinois is in McLean County." ]
603,247
[ { "is_selected": 0, "passage_text": "If you are a US citizen, you can indeed cross into Canada using your birth certificate and a photo ID. For safety reasons, you may want to bring the original birth certificate, or at least a certified copy.If you are not a US (or Canadian) citizen or permanent resident, you cannot enter Canada without passport:or safety reasons, you may want to bring the original birth certificate, or at least a certified copy. If you are not a US (or Canadian) citizen or permanent resident, you cannot enter Canada without passport:", "url": "http://travel.stackexchange.com/questions/13867/can-i-cross-the-usa-canada-border-with-a-birth-certificate-and-a-passport-locato" }, { "is_selected": 0, "passage_text": "To cross the border into Canada you will need the following documents: 1 American Citizens: A passport is not required but is strongly recommended. 2 For Canadians returning to Canada: a passport is strongly recommended by the Canadian Border Services Agency.ocumentation you need to cross the border. There are different document requirements when crossing by land, air,or water. We describe each of the types of travel documents listed below in detail on a separate page titled “ Types of Documentation “.", "url": "http://www.ezbordercrossing.com/the-inspection-experience/documentation-needed-to-cross-border/" }, { "is_selected": 0, "passage_text": "Best Answer: You can't cross the border without a passport. Your licence will be acceptable if it has been enhanced with a computer chip to act as a passport. By the way, since your country introduced passports for that particular border, rape is a rather unfortunate word.anadian customs officers are not in the habit of raping people that try to come into Canada without a passport. I find that comment rather offensive, quite frankly. Someone who has been the victim of sexual assault probably would also not find that humorous.", "url": "https://answers.yahoo.com/question/index?qid=20100226094432AAGXaPo" }, { "is_selected": 1, "passage_text": "If you are a citizen of the United States, you do not need a passport to enter Canada. However, you should carry proof of your citizenship, such as a birth certificate, certificate of citizenship or naturalization, as well as photo identification.If you are a permanent resident of Canada or the U.S, you should bring your Permanent Resident Card with you.or safety reasons, you may want to bring the original birth certificate, or at least a certified copy. If you are not a US (or Canadian) citizen or permanent resident, you cannot enter Canada without passport:", "url": "http://travel.stackexchange.com/questions/13867/can-i-cross-the-usa-canada-border-with-a-birth-certificate-and-a-passport-locato" }, { "is_selected": 0, "passage_text": "Though Canada is just a drive north of the USA for many people, it's still a foreign country, and proper ID is needed to visit. Americans crossing the border into Canada from Washington without a passport won't be denied entry as long as they can provide alternate forms of identification.oss of Passport. If your passport is lost or stolen in Canada, crossing back into the United States at the Washington border might not be possible if you lack other forms of required ID.", "url": "http://traveltips.usatoday.com/dont-passport-washington-canada-border-106741.html" }, { "is_selected": 0, "passage_text": "ENTERING CANADA. Identification. United States citizens and legal residents of the United States do not need passports or visas to enter Canada as visitors. If you do have a valid passport we recommend bringing it since it will help facilitate crossing the border both into Canada and returning to the United States.Passports are scheduled to be required to enter the United States from Canada in 2008, or 2007 if traveling by air or boat.When crossing the border you may be asked to show proof of citizenship such as birth certificate, naturalization certificate or passport.anada-US Border crossing wait times. Passports are not required for US Citizens to enter Canada. A requirement for a Passport or PASS card for entering, or re-entering, the United States from all foreign destinations is not scheduled to be implemented until January 1, 2008 by land or water.", "url": "http://www.wildernessisland.com/CanadaUSBorder.php" }, { "is_selected": 0, "passage_text": "This friendly border crossing agreement used to be mutual; however, now the WHTI requires that U.S. citizens have a passport to return home. In this way, passport requirements for Canada and U.S. borders are different on paper, but, are in practice, the same.Canada will not allow a U.S. citizen into the country who does not have the proper documentation to return home.n this way, passport requirements for Canada and U.S. borders are different on paper, but, are in practice, the same. Canada will not allow a U.S. citizen into the country who does not have the proper documentation to return home.", "url": "http://gocanada.about.com/od/canadatraveloverview/qt/uscitizenborder.htm" }, { "is_selected": 0, "passage_text": "To return to the U.S. from Canada, it's necessary to have a passport or another approved form of identification. For a quick trip through immigration, have your passport, passport card or enhanced driver's license, which also proves citizenship and can be used on its own.oss of Passport. If your passport is lost or stolen in Canada, crossing back into the United States at the Washington border might not be possible if you lack other forms of required ID.", "url": "http://traveltips.usatoday.com/dont-passport-washington-canada-border-106741.html" }, { "is_selected": 0, "passage_text": "If you need a passport right away, get a passport within 24 hrs with Rushmypassport.com. In Depth: Passport requirements have been a complicated and ever changing issue for U.S. travellers to Canada for the past few years due to the Western Hemisphere Travel Initiative (WHTI), which was introduced in 2004 by the U.S.n this way, passport requirements for Canada and U.S. borders are different on paper, but, are in practice, the same. Canada will not allow a U.S. citizen into the country who does not have the proper documentation to return home.", "url": "http://gocanada.about.com/od/canadatraveloverview/qt/uscitizenborder.htm" }, { "is_selected": 0, "passage_text": "You'll be able to cross the border into Canada with a birth certificate and a valid driver's license, it's getting back into the United States that's going to be your real challenge!The United States imposes these stupid laws, not Canada!anadian customs officers are not in the habit of raping people that try to come into Canada without a passport. I find that comment rather offensive, quite frankly. Someone who has been the victim of sexual assault probably would also not find that humorous.", "url": "https://answers.yahoo.com/question/index?qid=20100226094432AAGXaPo" } ]
can you cross into canada without a passport
DESCRIPTION
[ "No,You can not cross into Canada without a passport." ]
76,650
[ { "is_selected": 0, "passage_text": "1 The diagnosis of the cause of anal itching requires examination of the anus for common anal problems such as hemorrhoids or fissures, skin diseases such as psoriasis or cancer, infectious diseases such as pinworms or yeast, and leakage of stool. 2 Treatment of anal itching depends on the cause.", "url": "http://www.medicinenet.com/anal_itching/article.htm" }, { "is_selected": 0, "passage_text": "The two types of hemorrhoids are internal and external. External hemorrhoids are found under the skin around the anus, and they can become painful and itchy; internal hemorrhoids are usually painless, but they can protrude outside the body and become painful and itchy as well. 1 Previous. 2 Continue.", "url": "http://www.webmd.com/digestive-disorders/rm-quiz-hemorrhoids" }, { "is_selected": 0, "passage_text": "Hemorrhoid symptoms (which can include pain, itching, swelling, and bleeding during bowel movements), usually go away within a few days; they are not considered dangerous. However, if you have rectal bleeding or severe pain, you should see a doctor to rule out more serious conditions. 1 Previous. 2 Continue.", "url": "http://www.webmd.com/digestive-disorders/rm-quiz-hemorrhoids" }, { "is_selected": 0, "passage_text": "Signs and Symptoms of Hemorrhoids. Symptoms of hemorrhoids include: 1 extreme itching around the anus. 2 irritation and pain around the anus. 3 itchy lump located near your anus. 4 fecal leakage. 5 painful bowel movement. 6 blood on your tissue after having a bowel movement.", "url": "http://www.healthline.com/health/hemorrhoids" }, { "is_selected": 0, "passage_text": "Hemorrhoids are also called piles. Of the two forms of hemorrhoids, external hemorrhoids are the most common and the most troublesome. Hemorrhoids cause pain, severe itching, and difficulty sitting. The good news is that they are treatable.", "url": "http://www.healthline.com/health/hemorrhoids" }, { "is_selected": 0, "passage_text": "Anal itching is the irritation of the skin at the exit of the rectum, known as the anus, accompanied by the desire to scratch. Although itching may be a reaction to chemicals in the stool, it often implies that there is inflammation of the anal area.", "url": "http://www.medicinenet.com/anal_itching/article.htm" }, { "is_selected": 0, "passage_text": "1 Examples of causes of anal itching include hemorrhoids, anal fissures, pinworms, foods, medications, and other diseases or conditions. 2 Additional symptoms associated with anal itching include burning and pain if the anal skin is traumatized by scratching.", "url": "http://www.medicinenet.com/anal_itching/article.htm" }, { "is_selected": 0, "passage_text": "Other problems that can cause anal itching include: 1 pinworms, 2 hemorrhoids, 3 tears of the anal skin (fissures), and. 4 skin tags (abnormal local growth of anal skin).", "url": "http://www.medicinenet.com/anal_itching/article.htm" }, { "is_selected": 0, "passage_text": "Anti-itch creams are good for relief from itching caused by hemorrhoids. Such creams and ointments generally contain 1% hydrocortisone. You may also adopt an anti-itch diet, which can lower the pH balance of the stools.", "url": "http://www.buzzle.com/articles/hemorrhoids-itching.html" }, { "is_selected": 1, "passage_text": "The swollen veins of the hemorrhoids grow and cause itching and a burning sensation. External hemorrhoids cause itching, when sufficient care is not taken, to keep the area clean. Soap and other disinfectants which are used to clean the region, may also cause itching. Hemorrhoid itching can be treated in different ways.", "url": "http://www.buzzle.com/articles/hemorrhoids-itching.html" } ]
what causes hemorrhoids to itch
DESCRIPTION
[ "The swollen veins of the hemorrhoids grow and cause itching and a burning sensation." ]
588,613
[ { "is_selected": 0, "passage_text": "noun. The definition of a hussy is a woman with low moral standards. An example of a hussy is a young girl who will have sex with any man who pays attention to her.", "url": "http://www.yourdictionary.com/hussy" }, { "is_selected": 1, "passage_text": "Definition of HUSSY. 1. : a lewd or brazen woman. 2. : a saucy or mischievous girl. See hussy defined for English-language learners. See hussy defined for kids.", "url": "http://www.merriam-webster.com/dictionary/hussy" }, { "is_selected": 0, "passage_text": "Definition of HUSSY. 1. : a lewd or brazen woman. 2. : a saucy or mischievous girl. See hussy defined for English-language learners. See hussy defined for kids. ADVERTISEMENT.", "url": "http://www.merriam-webster.com/dictionary/hussy" }, { "is_selected": 0, "passage_text": "An example of a hussy is a young girl who will have sex with any man who pays attention to her.", "url": "http://www.yourdictionary.com/hussy" }, { "is_selected": 0, "passage_text": "Hussy developed in the mid 16th century from housewife (Middle English), which was the word's first meaning. Some hundred years later it became a rude or playful way of addressing a woman, and also a derogatory term implying a lack of morals.", "url": "http://www.oxforddictionaries.com/definition/english/hussy" }, { "is_selected": 0, "passage_text": "The original hussy was far more respectable, though—she was a housewife. Hussy developed in the mid 16th century from housewife (Middle English), which was the word's first meaning. Some hundred years later it became a rude or playful way of addressing a woman, and also a derogatory term implying a lack of morals.", "url": "http://www.oxforddictionaries.com/definition/english/hussy" }, { "is_selected": 0, "passage_text": "hussy. n, pl-sies. 1. a shameless or promiscuous woman. 2. a folder for needles, thread, etc. [C16 (in the sense: housewife): from hussif housewife].", "url": "http://www.thefreedictionary.com/hussy" }, { "is_selected": 0, "passage_text": "Hussy (noun). a worthless woman or girl; a forward wench; a jade; -- used as a term of contempt or reproach. Hussy (noun). a pert girl; a frolicsome or sportive young woman; -- used jocosely. Hussy (noun). a case or bag.", "url": "http://www.definitions.net/definition/hussy" }, { "is_selected": 0, "passage_text": "Hussy (noun). a housewife or housekeeper. Hussy (noun). a worthless woman or girl; a forward wench; a jade; -- used as a term of contempt or reproach. Hussy (noun). a pert girl; a frolicsome or sportive young woman; -- used jocosely. Hussy (noun). a case or bag.", "url": "http://www.definitions.net/definition/hussy" }, { "is_selected": 0, "passage_text": "Used to describe an attractive girl, often one that is a few years younger than ones self. Girl must be young and not particularly smart, but also flirtatious and appealing and have friends that are older guys. In this meaning, the word does not in anyway mean that the girl is a slut or anything of that nature.", "url": "http://www.urbandictionary.com/define.php?term=Hussey" } ]
what is hussy
DESCRIPTION
[ "A hussy is a lewd or brazen woman. " ]
756,334
[ { "is_selected": 0, "passage_text": "a start-up technology company with a value $1 billion or more from fundraising The PayPal group’s close ties with the current crop of unicorns — a collection of some of the most valuable technology start-ups ever seen — suggest its influence is undiminished.", "url": "http://dictionary.cambridge.org/us/dictionary/english/enchanting" }, { "is_selected": 0, "passage_text": "1 Such an enchanting smile. 2 Some of his most poignant and most enchanting letters were written during this romantic period of his life. 3 He desires to paint you the dreamiest, shadiest, quietest, most enchanting bit of romantic landscape in all the valley of the Saco.", "url": "http://www.yourdictionary.com/enchanting" }, { "is_selected": 1, "passage_text": "Use enchanting in a sentence. LINK / CITE ADD TO WORD LIST. adjective. The definition of enchanting is a delightful or fascinating person or thing. An example of enchanting is someone who's charming and interesting. 1 charming; delightful. 2 bewitching; fascinating.", "url": "http://www.yourdictionary.com/enchanting" }, { "is_selected": 0, "passage_text": "But I cannot make out that I was sensible of the literature; it was the forever enchanting story that I enjoyed. My Literary Passions by Howells,William Dean View in context. I am very sorry to leave your enchanting party, said he, turning to Anna Pavlovna.", "url": "http://legal-dictionary.thefreedictionary.com/enchanting" }, { "is_selected": 0, "passage_text": "The mysterious, enchanting Kitty herself could not love such an ugly person as he conceived himself to be, and, above all, such an ordinary, in no way striking person. Anna Karenina by Tolstoy, Leo View in context.", "url": "http://legal-dictionary.thefreedictionary.com/enchanting" }, { "is_selected": 0, "passage_text": "Once you experience the swiftness and ease-of-use SwordSearcher gives you right on your own computer, combined with the most powerful search features available, you will never want to use the web to do online study again.", "url": "http://av1611.com/kjbp/kjv-dictionary/enchant.html" }, { "is_selected": 0, "passage_text": "Enchantments, often shortened to Enchants, are special abilities that can be applied to any piece of Armor or certain tools whilst using an Enchantment Table. When a piece of armor or a tool is enchanted, It will glow, much like a potion, allowing the holder (and anybody else) to see that the item is enchanted. It is also to be noted that an enchanted item will display any current enchantments and their level of strength on the item if examined in the inventory. Using the Enchantment Table method only allows the player to enchant all Armors, Shovels, Pickaxes, Axes, Swords and the Bow.", "url": "http://minecraft.wikia.com/wiki/Enchantments" }, { "is_selected": 0, "passage_text": "Sharpness is a special enchantment that is enchanted onto a Sword, and is the most common enchantment for it. Sharpness gives the sword-of-choice a random chance of dealing one to two damage extra on the target, as if turning an Iron Sword into the equivalant of a Diamond Sword.", "url": "http://minecraft.wikia.com/wiki/Enchantments" }, { "is_selected": 0, "passage_text": "How many is a billion? The answer may seem obvious, but the use of this word can lead to confusion. In the UK and Ireland the word traditionally meant the number 1,000,000,000,000 (a million millions), which is called a trillion in the United States. A billion in the United States is considerably.", "url": "http://dictionary.cambridge.org/us/dictionary/english/enchanting" }, { "is_selected": 0, "passage_text": "enchanting adjective. › very ​pleasant or ​charming: Belgium is an enchanting ​country. (Definition of enchanting from the Cambridge Academic Content Dictionary © Cambridge University Press).", "url": "http://dictionary.cambridge.org/us/dictionary/english/enchanting" } ]
definition of enchanting
DESCRIPTION
[ "The definition of enchanting is very pleasant or ​charming. " ]
134,322
[ { "is_selected": 0, "passage_text": "the text interact with each other, and it was a revolutionary way of looking at the history of. literature and literary criticism. Reception Theory, however, confines the role of the reader. within this process, and the “power” of the reader does not function as the dominant in the act of. reading the text. Reception Theory introduces the necessity of the reader’s involvement in the. 7 Holub, 84.", "url": "http://www.yumikinoshita.com/receptiontheory.pdf" }, { "is_selected": 0, "passage_text": "Reception Theory introduced the concept of reader involvement and how text and reader converge in a process of literary experience and meaning production. This paradigm shift was", "url": "http://www.yumikinoshita.com/receptiontheory.pdf" }, { "is_selected": 0, "passage_text": "Classical Reception Studies: Reconceptualizing the Study of the Classical Tradition Maarten De Pourcq, Radboud Universiteit Nijmegen - Netherlands Organisation for Scientific Research, Netherlands Abstract: The heritage ofGreco-Roman antiquity is stilt deemed among the most powerful transcultural and transhistorical archives of the contemporary ...", "url": "http://www.academia.edu/2386554/Classical_Reception_Studies_Reconceptualizing_the_Study_of_the_Classical_Tradition" }, { "is_selected": 0, "passage_text": "Classical Reception Studies: Reconceptualizing the Study of the Classical Tradition Maarten De Pourcq, Radboud Universiteit Nijmegen - Netherlands Organisation for Scientific Research, Netherlands Abstract: The heritage ofGreco-Roman antiquity is stilt deemed among the most powerful transcultural and transhistorical archives of the contemporary world.", "url": "http://www.academia.edu/2386554/Classical_Reception_Studies_Reconceptualizing_the_Study_of_the_Classical_Tradition" }, { "is_selected": 0, "passage_text": "The term 're- ception' functions here as what Mieke Bal has called a 'travelling concept', a name that primordially seeks to institutionalize a new pedagogical community by opening up one's field to concepts from neighbouring fields.8 It is at this point that the reference to reception theory in the name 'classical reception studies' becomes truly effective. lts appeal is that it inspires to reorganize and to refresh the study of 'the classical tradition' by adopting new intellectual ...", "url": "http://www.academia.edu/2386554/Classical_Reception_Studies_Reconceptualizing_the_Study_of_the_Classical_Tradition" }, { "is_selected": 0, "passage_text": "In his book, Reception Theory (1984), Robert C. Holub (1949- ) characterizes Reception Theory as “a general shift in concern from the author and the work to the text and the reader.”1 Reception Theory reflects a paradigm shift in the history of literature, and it is considered “a reaction to social, intellectual, and literary developments in West Germany during the late 1960s.”2 According to Holub, Reception Theory was a revolutionary approach to contemporary", "url": "http://www.yumikinoshita.com/receptiontheory.pdf" }, { "is_selected": 0, "passage_text": "It is at this point that classical reception studies envisages to make a difference. As a field of study classical reception studies is an only relatively new direction in the humanities. Research into the afterlife of antiquity has already been conducted by scholars ofvarious disciplines, like art history, classical studies, comparative literature, legal history, intellectual history and philosophy.", "url": "http://www.academia.edu/2386554/Classical_Reception_Studies_Reconceptualizing_the_Study_of_the_Classical_Tradition" }, { "is_selected": 1, "passage_text": "This suggest that Reception Theory defines literature as the process of how the reader and the text interact with each other, and it was a revolutionary way of looking at the history of literature and literary criticism. Reception Theory, however, confines the role of the reader within this process, and the “power” of the reader does not function as the dominant in the act of reading the text.", "url": "http://www.yumikinoshita.com/receptiontheory.pdf" }, { "is_selected": 0, "passage_text": "The first reason is that there have been no extensive dialogues with either the hermeneutical or the empirical branches of reception studies in the foUTdecades separating Jauss from the rise of classical reception studies.6 The second reason for speaking of an invented tradition is that long before Jauss's coining ofthe concept, the term 'reception' was already in use as a syn- 2 See Loma Hardwiek, Reception Studies (Oxford: Oxford University Press, 2003), esp. 2-11; Charles Martindale ...", "url": "http://www.academia.edu/2386554/Classical_Reception_Studies_Reconceptualizing_the_Study_of_the_Classical_Tradition" }, { "is_selected": 0, "passage_text": "The reason why we speak of 'classical reception studies' today - rather than, for example, 'classical memory studies' or 'classical heritage studies' -lies in the twofold opportunity of adopting an existing concept in classical studies and the theoretical humanities at once.", "url": "http://www.academia.edu/2386554/Classical_Reception_Studies_Reconceptualizing_the_Study_of_the_Classical_Tradition" } ]
reception studies define
DESCRIPTION
[ "Reception Theory defines literature as the process of how the reader and the text interact with each other." ]
485,909
[ { "is_selected": 0, "passage_text": "1 If you are using spring curling tongs and want loose waves, clip the tongs an inch or two above the ends of your hair, holding them in a vertical position, and roll up. 2 Varying the direction in which you curl will help to create a more natural look.3 If you are using clipless tongs, start at the roots of your hair. If your hair is damaged, oily, or limp, wash and condition it with something designed to create volume. 2 If your hair is thick or not particularly oily, do not wash it before curling. 3 Simply apply a dry shampoo to your roots.", "url": "http://www.wikihow.com/Curl-Your-Hair-with-Tongs" }, { "is_selected": 1, "passage_text": "You will then divide the hair further depending on how much curl you want. 2. Place the tongs halfway down the hair and start to turn the hair in the direction of the curl. 3. Release the clamp slowly with your fingers or thumb to allow the barrel of the tongs to collect more hair.At the same time, wind the tongs towards the scalp.Do not fully release the clamp or you will lose all the hair.ell, if you are looking for Hair Tips that will teach you how to create beautiful curls with Tongs, this is the Tutorial for you. Remember, if you are going to a formal affair or you want to mix it up a little, watch until the end of the Video Tutorial and we will teach you how to create a variety of curled updos.", "url": "http://saloninyourhome.com/tutorials/curl-with-tongs-and-style" }, { "is_selected": 0, "passage_text": "Again, the size of the section will depend on how much curl you want. 7. Place the hot tongs halfway down the hair, and start to turn the hair in the direction of the curl. Following the same process, release the clamp slowly with your fingers or thumb to allow the barrel of the tong to collect more hair.ell, if you are looking for Hair Tips that will teach you how to create beautiful curls with Tongs, this is the Tutorial for you. Remember, if you are going to a formal affair or you want to mix it up a little, watch until the end of the Video Tutorial and we will teach you how to create a variety of curled updos.", "url": "http://saloninyourhome.com/tutorials/curl-with-tongs-and-style" }, { "is_selected": 0, "passage_text": "Hold the section of hair by the tip, keeping it taught. 3. Apply the tongs to your hair. There are a few different ways to do this. 1 If you are using spring curling tongs and want to achieve a bouncy curl, clip the tongs close to the roots and slide them gently down to the tip, holding them horizontally. If your hair is damaged, oily, or limp, wash and condition it with something designed to create volume. 2 If your hair is thick or not particularly oily, do not wash it before curling. 3 Simply apply a dry shampoo to your roots.", "url": "http://www.wikihow.com/Curl-Your-Hair-with-Tongs" }, { "is_selected": 0, "passage_text": "1 You can curl your hair using a curling iron and hairspray so that that the curls stay in place. 2 Braid your hair then put on a roller. 3 Sleep with over-night and when you wake-up you'll have luscious curls. 4 The size of the braid and the size of the roller will determine the size of your curls.se a volumizing or curl-enhancing shampoo and conditioner, and make sure to rinse your hair well afterwards. 1 Brush out your hair in the shower while you still have the conditioner in, using a wide-toothed comb. 2 Towel dry your hair once you get out of the shower.", "url": "http://www.wikihow.com/Curl-Hair" }, { "is_selected": 0, "passage_text": "Well, if you are looking for Hair Tips that will teach you how to create beautiful curls with Tongs, this is the Tutorial for you. Remember, if you are going to a formal affair or you want to mix it up a little, watch until the end of the Video Tutorial and we will teach you how to create a variety of curled updos.ell, if you are looking for Hair Tips that will teach you how to create beautiful curls with Tongs, this is the Tutorial for you. Remember, if you are going to a formal affair or you want to mix it up a little, watch until the end of the Video Tutorial and we will teach you how to create a variety of curled updos.", "url": "http://saloninyourhome.com/tutorials/curl-with-tongs-and-style" }, { "is_selected": 0, "passage_text": "If you try to curl your hair with the iron before it reaches the correct temperature, the curls will not hold. 1 Some curling irons will have different settings which you can play around with until you achieve the best result. 2 A good guide is 320ºF (160ºC) for fine hair and 430ºF (220ºC).se a volumizing or curl-enhancing shampoo and conditioner, and make sure to rinse your hair well afterwards. 1 Brush out your hair in the shower while you still have the conditioner in, using a wide-toothed comb. 2 Towel dry your hair once you get out of the shower.", "url": "http://www.wikihow.com/Curl-Hair" }, { "is_selected": 0, "passage_text": "Have you ever wanted to get good at professional hair styling tips. Well look no further than this informative video on How To Curl Hair With Tongs.Follow Videojug's professional experts as they help you through this tutorial. Subscribe! http://www.youtube.com/subscription_c...ave you ever wanted to get good at professional hair styling tips. Well look no further than this informative video on How To Curl Hair With Tongs.", "url": "http://www.youtube.com/watch?v=eJ_HTTU2tDs" }, { "is_selected": 0, "passage_text": "Not only are they the perfect curling tongs for producing waves on shorter hairstyles, but they’re also ideal for adding tighter curls to this season’s medium length hairstyles, too-so, if you dream of Lily Collins-esque spirals, make 24mm tongs your iron of choice and curl up in style.n the other hand, the 38mm (1 ½ inch) Babyliss Pro Curling Tongs work wonders for achieving beachy waves like Lauren Conrad’s. Wind large sections of hair around your iron to get the look-or, for a piece-y, surfer-girl kind of style, work with smaller sections of hair.", "url": "http://dirtylooks.com/blog/how-to-choose-the-perfect-curling-tongs" }, { "is_selected": 0, "passage_text": "1 B-If you have super-long hair, you can wrap curl with this iron. 2 Sorry short to medium length girls, you can’t really get a good curl by wrapping the hair around this iron. 3 C-Definitely a good iron for those of you sporting a heavy side part and wanting to pair it with soft, messy, big curls.his curling iron is best for those with long hair who want to make it look like they had a blowout. It’s a good way to fake that round-brushed look. 1 A-Bend the ends of a voluminous updo. 2 Tease and secure first, then hit the ends with this iron to give it some life.", "url": "http://thebeautydepartment.com/tag/what-size-curling-iron-should-i-get/" } ]
how to curl long hair with tongs
DESCRIPTION
[ "Place the tongs halfway down the hair and start to turn the hair in the direction of the curl. 3. Release the clamp slowly with your fingers or thumb to allow the barrel of the tongs to collect more hair.At the same time, wind the tongs towards the scalp." ]
353,796
[ { "is_selected": 0, "passage_text": "From Wikipedia, the free encyclopedia. The BSL Fingerspelling Alphabet. British Sign Language (BSL) is the sign language used in the United Kingdom (UK), and is the first or preferred language of some deaf people in the UK; there are 125,000 deaf adults in the UK who use BSL plus an estimated 20,000 children.rom Wikipedia, the free encyclopedia. The BSL Fingerspelling Alphabet. British Sign Language (BSL) is the sign language used in the United Kingdom (UK), and is the first or preferred language of some deaf people in the UK; there are 125,000 deaf adults in the UK who use BSL plus an estimated 20,000 children.", "url": "https://en.wikipedia.org/wiki/British_Sign_Language" }, { "is_selected": 0, "passage_text": "BSL File Opener. Download ». The fastest and easiest way to open your BSL file is to double-click it. This allows the intelligence of Windows to decide the correct software application to open your BSL file.SL File Opener. Download ». The fastest and easiest way to open your BSL file is to double-click it. This allows the intelligence of Windows to decide the correct software application to open your BSL file.", "url": "http://www.solvusoft.com/en/file-extensions/file-extension-bsl/" }, { "is_selected": 0, "passage_text": "BSL Scotland Act Facebook group now open. A new Facebook group launched about the BSL (Scotland) Act, which will be an exciting ongoing engagement with Deaf community.SL (Scotland) Bill Stage 3 to take place-Get your tickets. Stage 3 of the BSL (Scotland) Bill will take place on Thursday 17 September 2015 at 2.30pm at The Scottish Parliament.", "url": "https://www.bda.org.uk/what-is-bsl" }, { "is_selected": 0, "passage_text": "BSL (Scotland) Bill Stage 3 to take place-Get your tickets. Stage 3 of the BSL (Scotland) Bill will take place on Thursday 17 September 2015 at 2.30pm at The Scottish Parliament.SL (Scotland) Bill Stage 3 to take place-Get your tickets. Stage 3 of the BSL (Scotland) Bill will take place on Thursday 17 September 2015 at 2.30pm at The Scottish Parliament.", "url": "https://www.bda.org.uk/what-is-bsl" }, { "is_selected": 1, "passage_text": "Breed-specific legislation is a law passed by a legislative body pertaining to a specific breed or breeds of domesticated animals.nother point of view is that comprehensive dog bite legislation, coupled with better consumer education and legally mandating responsible pet keeping practices, is a better solution than breed-specific legislation to the problem of dangerous dogs.", "url": "https://en.wikipedia.org/wiki/Breed-specific_legislation" }, { "is_selected": 0, "passage_text": "There are constantly new dogs and and their families becoming innocent victims of BSL in the UK and other countries, despite being responsible owners and their innocent dogs having done nothing wrong.his is despite the fact that the majority of these dogs are gentle, loving, affectionate and friendly family dogs, and completely innocent of any wrong doing. On introduction of this Breed Specific Legislation, every one of these breeds in the UK was taken from it’s family and put to death.", "url": "http://www.animal-rights-action.com/Breed-Specific-Legislation.html" }, { "is_selected": 0, "passage_text": "As with any other laws, all citizens are expected to respect and follow them. The Breed-Specific Legislation may also be in the form of specific restrictions to a particular dog breed. Owners of the restricted dogs for example may be required to have their dogs neutered if the BSL is in place or being implemented.s with any other laws, all citizens are expected to respect and follow them. The Breed-Specific Legislation may also be in the form of specific restrictions to a particular dog breed. Owners of the restricted dogs for example may be required to have their dogs neutered if the BSL is in place or being implemented.", "url": "http://www.qwhatis.com/what-is-bsl/" }, { "is_selected": 0, "passage_text": "17545 Views. “When you drive down the street and see a gang banger with all kinds of gang regalia walking along with two or three pit bulls, it’s pretty simple for the policeman to raise the dog’s tail and see whether or not it’s spayed or neutered.t’s not difficult to trace the source of breed-specific legislation. It was, and always has been, the brain child of radical animal rights groups whose stated end-goal is to eliminate all domestic animal ownership.", "url": "http://www.nopitbullbans.com/2013/10/31/what-is-bsl/" }, { "is_selected": 0, "passage_text": "In the UK, Breed Specific Legislation was introduced and owning certain dog breeds was made illegal. Under the Dangerous Dogs Act four breeds of dog are banned – the pit bull terrier, Japanese Tosa, Dogo Argentino and Fila Brasileiro.his is despite the fact that the majority of these dogs are gentle, loving, affectionate and friendly family dogs, and completely innocent of any wrong doing. On introduction of this Breed Specific Legislation, every one of these breeds in the UK was taken from it’s family and put to death.", "url": "http://www.animal-rights-action.com/Breed-Specific-Legislation.html" }, { "is_selected": 0, "passage_text": "This is despite the fact that the majority of these dogs are gentle, loving, affectionate and friendly family dogs, and completely innocent of any wrong doing. On introduction of this Breed Specific Legislation, every one of these breeds in the UK was taken from it’s family and put to death.Anybody who did not give their dog up was prosecuted and their dog was taken and put to death anyway.his is despite the fact that the majority of these dogs are gentle, loving, affectionate and friendly family dogs, and completely innocent of any wrong doing. On introduction of this Breed Specific Legislation, every one of these breeds in the UK was taken from it’s family and put to death.", "url": "http://www.animal-rights-action.com/Breed-Specific-Legislation.html" } ]
what is bsl
DESCRIPTION
[ "Breed-specific legislation is a law passed by a legislative body pertaining to a specific breed or breeds of domesticated animals." ]
726,147
[ { "is_selected": 0, "passage_text": "Annual Weather Averages Near San Luis Obispo. Averages are for San Luis Obispo County-Mc Chesney Field, which is 3 miles from San Luis Obispo. All Year Climate & Weather Averages in San Luis Obispo. January Climate & Weather Averages in San Luis Obispo.", "url": "https://www.timeanddate.com/weather/usa/san-luis-obispo/climate" }, { "is_selected": 0, "passage_text": "Climate San Luis Obispo - California. °C | °F. Climate data for san luis obispo ap, Longitude: -120.641, Latitude: 35.2372. Average weather San Luis Obispo, CA - 93401 - 1981-2010 normals. Jan: January, Feb: February, Mar: March, Apr: April, May: May, Jun: June, Jul: July, Aug: August, Sep: September, Oct: October, Nov: November, Dec: December.", "url": "http://www.usclimatedata.com/climate/san-luis-obispo/california/united-states/usca1502" }, { "is_selected": 0, "passage_text": "San Luis Obispo: Annual Weather Averages. August is the hottest month in San Luis Obispo with an average temperature of 20°C (68°F) and the coldest is January at 12°C (54°F). Average Temperature: San Luis Obispo. Loading weather data.", "url": "http://www.holiday-weather.com/san_luis_obispo_us/averages/" }, { "is_selected": 1, "passage_text": "The highest monthly average temperature in San Luis Obispo for August is 64 degrees. The lowest monthly average temperature in San Luis Obispo for December is 51 degrees. The most monthly precipitation in San Luis Obispo occurs in January with 4.9 inches. The air quality index in San Luis Obispo is 12% worse than the national average. The pollution index in San Luis Obispo is 10% worse than the national average.", "url": "http://www.areavibes.com/san+luis+obispo-ca/weather/" }, { "is_selected": 0, "passage_text": "The length of the day in San Luis Obispo varies significantly over the course of the year. In 2017, the shortest day is December 21, with 9 hours, 47 minutes of daylight; the longest day is June 21, with 14 hours, 32 minutes of daylight.", "url": "https://weatherspark.com/y/1286/Average-Weather-in-San-Luis-Obispo-California-United-States" }, { "is_selected": 0, "passage_text": "San Luis Obispo, CA Weather. San Luis Obispo, CA climate is mild during summer when temperatures tend to be in the 60's and cool during winter when temperatures tend to be in the 50's.", "url": "http://www.idcide.com/weather/ca/san-luis-obispo.htm" }, { "is_selected": 0, "passage_text": "California Weather > San Luis Obispo Weather. San Luis Obispo, CA climate is mild during summer when temperatures tend to be in the 60's and cool during winter when temperatures tend to be in the 50's.", "url": "http://www.idcide.com/weather/ca/san-luis-obispo.htm" }, { "is_selected": 0, "passage_text": "Average Weather in San Luis Obispo California, United States. San Luis Obispo has a mediterranean climate with dry warm summers and mild winters. The temperature typically varies from 41°F to 78°F over the course of the year, and is rarely below 33°F or above 89°F. The warm season lasts for 119 days, from June 21 to October 18, with an average daily high temperature above 75°F.", "url": "https://weatherspark.com/y/1286/Average-Weather-in-San-Luis-Obispo-California-United-States" }, { "is_selected": 0, "passage_text": "* Updated Wednesday, April 19, 2017 11:21:56 pm San Luis Obispo time - Weather by CustomWeather, © 2017. 14 day forecast, day-by-dayHour-by-hour forecast for next week.", "url": "http://www.timeanddate.com/weather/usa/san-luis-obispo" }, { "is_selected": 0, "passage_text": "San Luis Obispo Weather and When to Go. San Luis Obispo weather essentials. Never too warm, never too cold would certainly describe the weather of San Luis Obispo. The temperatures seldom get below freezing and the average snowfall has been practically non-existent for the past 60 years.", "url": "https://www.tripadvisor.com/Travel-g33026-s208/San-Luis-Obispo:California:Weather.And.When.To.Go.html" } ]
temperature in san luis obispo december
NUMERIC
[ "In December, the temperature in San Luis Obispo is 51 degrees." ]
512,348
[ { "is_selected": 0, "passage_text": "a short statement, usually one sentence, that summarizes the main point or claim of an essay, research paper, etc., and is developed, supported, and explained in the text by means of examples and evidence. Contemporary definitions for thesis statement Expand. noun. an explanation of the topic or purpose of a research paper.", "url": "http://www.dictionary.com/browse/thesis-statement" }, { "is_selected": 0, "passage_text": "Tip: In order to write a successful thesis statement: 1 Avoid burying a great thesis statement in the middle of a paragraph or late in the paper. 2 Be as clear and as specific as possible; avoid vague words. Indicate the point of your paper but avoid sentence structures like, “The point of my paper is…”.", "url": "http://www.cws.illinois.edu/workshop/writers/tips/thesis/" }, { "is_selected": 0, "passage_text": "The thesis statement is typically located at the end of your opening paragraph. (The opening paragraph serves to set the context for the thesis.) Remember, your reader will be looking for your thesis. Make it clear, strong, and easy to find. Attributes of a good thesis:", "url": "http://www.kean.edu/~roneilfi/How%20to%20write%20a%20thesis%20statement.htm" }, { "is_selected": 0, "passage_text": "We disagreed with the basic thesis of the report. The book's central thesis is that propaganda influences the masses in important ways. [+] more examples [-] hide examples [+] Example sentences [-] Hide examples.", "url": "http://www.learnersdictionary.com/definition/thesis" }, { "is_selected": 0, "passage_text": "A thesis statement declares what you believe and what you intend to prove. A good thesis statement makes the difference between a thoughtful research project and a simple retelling of facts. A good tentative thesis will help you focus your search for information. But don't rush!", "url": "http://www.kean.edu/~roneilfi/How%20to%20write%20a%20thesis%20statement.htm" }, { "is_selected": 0, "passage_text": "Should you teach thesis statements? If so, in what grade should you teach thesis statements? Hey, are thesis statements even important? Most people don’t really understand what a thesis statement is, and even the people who do understand what a thesis statement is don’t really understand why it is important. Until a few years ago, I didn’t really get them. I didn’t think they were important.", "url": "http://patternbasedwriting.com/elementary_writing_success/why-thesis-statements-are-important-for-kids/" }, { "is_selected": 0, "passage_text": "A thesis statement focuses your ideas into one or two sentences. It should present the topic of your paper and also make a comment about your position in relation to the topic. Your thesis statement should tell your reader what the paper is about and also help guide your writing and keep your argument focused.", "url": "http://www.cws.illinois.edu/workshop/writers/tips/thesis/" }, { "is_selected": 0, "passage_text": "Your thesis statement is no exception to your writing: it needs to be as clear as possible. By being as clear as possible in your thesis statement, you will make sure that your reader understands exactly what you mean. Tip: In order to be as clear as possible in your writing:", "url": "http://www.cws.illinois.edu/workshop/writers/tips/thesis/" }, { "is_selected": 0, "passage_text": "Search the meaning/definition of over one hundred thousand words! enlarged means expanded in scope; the enlarged authority of the committee; (of an organ or body part) excessively enlarged as a result of increased size in the constitu... more.", "url": "http://dictionary.kids.net.au/word/thesis" }, { "is_selected": 1, "passage_text": "Definition of thesis. 1 a treatise advancing a new point of view resulting from research; usually a requirement for an advanced academic degree. an unproved statement put forward as a premise in an argument.", "url": "http://dictionary.kids.net.au/word/thesis" } ]
what is a thesis (definition for kids
DESCRIPTION
[ "A thesis is a treatise advancing a new point of view resulting from research, usually a requirement for an advanced academic degree." ]
703,356
[ { "is_selected": 0, "passage_text": "The United States Armed Forces are the federal military forces of the United States. They consist of the Army, Navy, Marine Corps, Air Force, and Coast Guard. The United States has a strong tradition of civilian control of the military.", "url": "https://en.wikipedia.org/wiki/United_States_Armed_Forces" }, { "is_selected": 0, "passage_text": "As of 2013, the United States spends about $554.2 billion annually to fund its military forces, and appropriates approximately $88.5 billion to fund Overseas Contingency Operations. Put together, the United States constitutes roughly 39 percent of the world's military expenditures.", "url": "https://en.wikipedia.org/wiki/United_States_Armed_Forces" }, { "is_selected": 0, "passage_text": "Note: The ^current Army employee_ category does not include permanent Army National Guard employees in the competitive service. Supporting documentation: You are required to submit the documents which prove you are a current Department of the Army employee in one of the categories described above.", "url": "http://www.armycivilianservice.com/JOA/Army.pdf" }, { "is_selected": 1, "passage_text": "As of 31 December 2013, 1,369,532 people were on active duty in the armed forces, with an additional 850,880 people in the seven reserve components. It is an all-volunteer military, but conscription through the Selective Service System can be enacted at the President's request and Congress' approval.", "url": "https://en.wikipedia.org/wiki/United_States_Armed_Forces" }, { "is_selected": 0, "passage_text": "If you are eligible in this category, you are required to submit two SF-50s: (1) an SF-50 showing current Army DCIPS employment, and (2) an SF-50 showing career/ career-conditional employment in the Competitive Service (block 24 of your SF-50 must be a 1 or 2 AND block 34 must be a1_).", "url": "http://www.armycivilianservice.com/JOA/Army.pdf" }, { "is_selected": 0, "passage_text": "In general, the DefensePlanning Guidance tells the Army what missions and scenarios to or-ganize and train for. Internal Army processes lead to decisions aboutspecific types of units to create, whether those units should be re-serve or active, and whether those units should be resourced fully orat some lower level.", "url": "http://www.rand.org/content/dam/rand/pubs/monograph_reports/MR790/MR790.chap3.pdf" }, { "is_selected": 0, "passage_text": "For example, in the Army,projections are made over an 84-month time horizon, for some 300skills, in 9 grades, using 12 personnel quality groups, differentiatingmale and female, and incorporating policy for recruiting, reclassify-ing, promoting, and separating.", "url": "http://www.rand.org/content/dam/rand/pubs/monograph_reports/MR790/MR790.chap3.pdf" }, { "is_selected": 0, "passage_text": "For example, the number ofnew accessions into the training base for the next three months can- ______________ 7 For reporting purposes, ELIM results include officer data. Officer strengths are notoptimized within ELIM.", "url": "http://www.rand.org/content/dam/rand/pubs/monograph_reports/MR790/MR790.chap3.pdf" }, { "is_selected": 0, "passage_text": "These forces demobilized in 1784 after the Treaty of Paris ended the War for Independence. The Congress of the Confederation created the United States Army on 3 June 1784, and the United States Congress created the United States Navy on 27 March 1794, and the United States Marine Corps on 11 July 1798.", "url": "https://en.wikipedia.org/wiki/United_States_Armed_Forces" }, { "is_selected": 0, "passage_text": "17 Chapter Three ARMY STRENGTH MANAGEMENT Strength management concerns matching the inventory of people ina military service with the needs for them in units and organizationsthat accomplish military missions. This chapter describes how theArmy manages its strength and uses models to do so.", "url": "http://www.rand.org/content/dam/rand/pubs/monograph_reports/MR790/MR790.chap3.pdf" } ]
how many people are considered an army
NUMERIC
[ "There are 1,369,532 people were on active duty in the armed forces, with an additional 850,880 people in the seven reserve components." ]
291,813
[ { "is_selected": 0, "passage_text": "Guess (clothing) Guess (styled as GUESS or Guess?) is an American clothing brand and retailer. In addition to clothing for both men and women, Guess markets other fashion accessories such as watches, jewelry, perfumes, and shoes.", "url": "https://en.wikipedia.org/wiki/Guess_(clothing)" }, { "is_selected": 0, "passage_text": "Gc Watches. Times Circle is your authorized Gc Watches dealer. Gc represents a perfect unique fusion of timeless fashion and quality Swiss Made watchmaking. Each timepiece is an expression in luxurious sophisticated aesthetics and refined European design. Smart Luxury is the essence of the brand – an intelligent way to live luxury.", "url": "https://timescircle.ca/watches/gc-watches" }, { "is_selected": 0, "passage_text": "Gc Watches. Gc represents a perfect unique fusion of timeless fashion and quality Swiss Made watchmaking. Each timepiece is an expression in luxurious sophisticated aesthetics and refined European design. Smart Luxury is the essence of the brand – an intelligent way to live luxury. Gc offers substance, value and fine craftsmanship to fulfil dreams of self-expression and success reflecting personal achievement.", "url": "http://www.independentjewellers.net/gc/" }, { "is_selected": 0, "passage_text": "Guess Gc Sport Class XXL Watch Review. Gc stands for Guess Collection but they aren't the only timepieces with the Guess brand name on them. There are also lower-range Guess watches leaving Gc pieces to be the brand's higher-end family of watches - that we are further proud to say are still quite affordable. In the past we've freely mentioned Gc watches when recommending a nice watch for a woman when your budget is a few hundred dollars.", "url": "http://www.ablogtowatch.com/guess-gc-sport-class-xxl-watch-review/" }, { "is_selected": 0, "passage_text": "Cookies on ernestjones.co.uk. We use cookies to give you a better service and so you can place orders. However, if you would like to turn off cookies, you can manage cookies in your browser settings. sign in or register. Gc Watches 57 products match your choices.", "url": "http://www.ernestjones.co.uk/webstore/l/watches/brand%7cgc/" }, { "is_selected": 0, "passage_text": "1-48 of 931 results for Clothing, Shoes & Jewelry : gc watches gc watches. Cancel. GUESS Men's U0864G2 Sporty Rose-Gold Stainless Steel Multi-Function Watch with Chronograph Dial and Silicone Strap... GUESS Women's U0896L2 Trendy Gold-Tone Watch with Gold Dial , Crystal-Accented Bezel and Stainless Steel G-Link...", "url": "https://www.amazon.com/gc-watches-Clothing-Shoes-Jewelry/s?ie=UTF8&page=1&rh=n%3A7141123011%2Ck%3Agc%20watches" }, { "is_selected": 1, "passage_text": "Gc Watches. Gc Swiss watches are made in Fashion-Luxury class and are known for their provocative respectability. Watch company Gc is popular in all watch markets of Europe and now aims to take a leading position in Russia. Swiss brand Gc was founded by one of the owners of the brand Guess Paul Marciano. He decided to create a brand for people who choose a unique and perfect style. The company Gc was founded in 1997.", "url": "http://montre24.com/brand/GcWatches/aboutgc/" } ]
what brand of watch is gc
PERSON
[ "Gc is Paul Marciano's brand of watch." ]
579,961
[ { "is_selected": 1, "passage_text": "In physiology, a stimulus (plural stimuli) is a detectable change in the internal or external environment. The ability of an organism or organ to respond to external stimuli is called sensitivity.When a stimulus is applied to a sensory receptor, it normally elicits or influences a reflex via stimulus transduction.ne internal stimulus that causes hormone release is blood pressure. Hypotension, or low blood pressure, is a large driving force for the release of vasopressin, a hormone which causes the retention of water in the kidneys.", "url": "https://en.wikipedia.org/wiki/Stimulus_%28physiology%29" }, { "is_selected": 0, "passage_text": "A stimulus is something that triggers a response. An example of external stimulus is a ball hitting your face. The ball triggers a response in your body, causing you to react. … An example of internal stimulus is hormone.Hormones such as testosterone triggers a response in various parts of your body internally.n example of an external stimulus is a painful prick (and any other stimulus that happens OUT side the organism). The organism could respond by pulling away from the pain ca … used by the stimuli.", "url": "http://www.answers.com/Q/What_does_an_internal_stimulus_do" }, { "is_selected": 0, "passage_text": "Answers. Relevance. Rating Newest Oldest. Best Answer: An internal stimulus is something from within that gets you do 'do' something. An example of this would be you feel a hunger pain, so you go get some food. An external stimulus is something from outside (the environment) that gets you to 'do' something.And example of this would be you see a commercial about food, so you go get some food. Source(s): reesome · 8 years ago.n external stimulus is something from outside (the environment) that gets you to 'do' something. And example of this would be you see a commercial about food, so you go get some food. Source(s): reesome · 8 years ago.", "url": "https://answers.yahoo.com/question/index?qid=20070528161005AAAxaHU" }, { "is_selected": 0, "passage_text": "The difference between an external stimulus and an internal stimulus is that an external stimulus is a stimulus that comes from outside an organism.But an internal st … umulus is a stimulus that comes from inside an organism.n example of an external stimulus is a painful prick (and any other stimulus that happens OUT side the organism). The organism could respond by pulling away from the pain ca … used by the stimuli.", "url": "http://www.answers.com/Q/What_does_an_internal_stimulus_do" }, { "is_selected": 0, "passage_text": "A stimulus can be internal, or from within the organism itself. A stimulus can also be external, meaning it occurs outside the organism. Both internal and external stimuli can cause a response, or resulting reaction, in an organism. A response can be behavioral or biological. stimulus can be internal, or from within the organism itself. A stimulus can also be external, meaning it occurs outside the organism. Both internal and external stimuli can cause a response, or resulting reaction, in an organism. A response can be behavioral or biological.", "url": "http://classroom.misd.org/users/0705/7.13AB%20STEMscopedia_English.pdf" }, { "is_selected": 0, "passage_text": "Stimulus. Definition. noun, plural: stimuli. (1) (physiology) A detectable change in the internal or external environment. (2) (physiology) That which influences or causes a temporary increase of physiological activity or response in the whole organism or in any of its parts.timulus. Definition. noun, plural: stimuli. (1) (physiology) A detectable change in the internal or external environment. (2) (physiology) That which influences or causes a temporary increase of physiological activity or response in the whole organism or in any of its parts.", "url": "http://www.biology-online.org/dictionary/Stimulus" }, { "is_selected": 0, "passage_text": "What is an internal stimuli of an animal? This is a very broad question, so a broad answer would be: Internal stimuli will most commonly be automatic reflexes triggered by external stimuli.Example, a drop in temp. w … ill start shivering, cold is felt on the skin a nerve pathway is initiated to the brain triggering follicle stimulation and muscle spasming.hat is an internal stimuli of an animal? This is a very broad question, so a broad answer would be: Internal stimuli will most commonly be automatic reflexes triggered by external stimuli.", "url": "http://www.answers.com/Q/What_is_internal_stimuli" }, { "is_selected": 0, "passage_text": "This realization is triggered by either an internal or an external stimulus. An internal stimulus is related to something the buyer feels, such as hunger or thirst. An external stimulus comes from outside the buyer, including advertising, recommendations, and store displays.n internal stimulus is based upon something that you feel, such as hunger, thirst, love, or pain. It comes from within a person. In contrast, an external stimulus comes from outside a person.", "url": "http://study.com/academy/lesson/internal-stimulus-definition-lesson-quiz.html" }, { "is_selected": 0, "passage_text": "Stimuli itself is of two types-external stimuli and internal stimuli. External stimuli refers to touch, pressure, heat etc. Internal stimuli refers to the stimuli produced by body components-like hormones etc.hat is an internal stimuli of an animal? This is a very broad question, so a broad answer would be: Internal stimuli will most commonly be automatic reflexes triggered by external stimuli.", "url": "http://www.answers.com/Q/What_is_internal_stimuli" }, { "is_selected": 0, "passage_text": "An example of an external stimulus is a painful prick (and any other stimulus that happens OUT side the organism). The organism could respond by pulling away from the pain ca … used by the stimuli.n example of an external stimulus is a painful prick (and any other stimulus that happens OUT side the organism). The organism could respond by pulling away from the pain ca … used by the stimuli.", "url": "http://www.answers.com/Q/What_does_an_internal_stimulus_do" } ]
what does an internal stimulus do
DESCRIPTION
[ "Internal stimulus causes hormone release." ]
631,974
[ { "is_selected": 0, "passage_text": "But if there is a weather problem, all of the airports are equally effected. One more thing....should you fly into LaGuardia and IF the landing approach is the one over Brooklyn, then you will get a magnificent view of the statue of liberty and all of Manhattan from the left side of the plane. But that is luck.", "url": "https://answers.yahoo.com/question/index?qid=20060726200209AAWMJFS" }, { "is_selected": 0, "passage_text": "Washington DC. PointSavers offers up to 33% in point savings, depending on the hotel category and number of nights requested. This hotel is offering Seasonal Awards, so you can use fewer points when you book a stay during these dates.", "url": "http://www.marriott.com/hotel-search/statue-of-liberty.hotels.rooms/" }, { "is_selected": 0, "passage_text": "Browse Expedia’s selection and check out the best hotels close to Statue of Liberty for the world-class spas and restaurants, or snatch up one of the cheap hotel deals near Statue of Liberty, if you’re searching for an inexpensive retreat.", "url": "https://www.expedia.com/Statue-Of-Liberty-Hotels.0-l502066-0.Travel-Guide-Filter-Hotels" }, { "is_selected": 0, "passage_text": "You can fly into any of the 3 New York Area Airports (John F. Kennedy, LaGuardia or Newark Liberty) to ge to NYC. All are reaonably close to New York. Depending on where you live and the airfares, one of them will be best for you.", "url": "https://answers.yahoo.com/question/index?qid=20060726200209AAWMJFS" }, { "is_selected": 0, "passage_text": "View and Manage Reservations. Find specific reservations, including those made by phone or when not signed in. Required FieldFirst name. Required FieldLast name. Required FieldConfirmation number. Required FieldCheck-in date. Sign In to My Account. Sign In to view your current reservations.", "url": "http://www.marriott.com/hotel-search/statue-of-liberty.hotels.rooms/" }, { "is_selected": 0, "passage_text": "Situated in New York's Broadway-Times Square neighborhood, this hotel is close to the International Center of Photography … More.", "url": "https://www.expedia.com/Statue-Of-Liberty-Hotels.0-l502066-0.Travel-Guide-Filter-Hotels" }, { "is_selected": 0, "passage_text": "John F. Kennedy International Airport is one of the busiest airports in the New York City area, The Statue of Liberty, located on Liberty Island, is one of the cities biggest attractions.", "url": "http://traveltips.usatoday.com/hotels-near-jfk-airport-statue-liberty-39277.html" }, { "is_selected": 1, "passage_text": "And it costs a fortune to get a cab from there. Everyone keeps saying LaGuardia, and that's okay, but seriously Newark, NJ is the best one, for sure. First of all, you can see the statue of liberty from Liberty State Park, which is in NJ, right around Newark Airport! But, if you want to come into the city, then you can totally take a cab (so quick and easy) from Newark right through the Holland tunnel to lower Manhattan where the ferries to the Statue of Liberty are.", "url": "https://answers.yahoo.com/question/index?qid=20060726200209AAWMJFS" }, { "is_selected": 0, "passage_text": "Downtown Brooklyn. Downtown Brooklyn has a number of hotels and is one of the closest neighborhoods to the Statue of Liberty with hotels. The NU is an independent hotel open since 2008 that includes a cafe-style bar and specials catering to bachelorettes.", "url": "http://traveltips.usatoday.com/hotels-near-jfk-airport-statue-liberty-39277.html" }, { "is_selected": 0, "passage_text": "Excellent location. Hotel Mela is well located for lots of New York attractions Times Square obviously but also central station, Macy's, and the Empire State. Other sights to see within walking distance include Central Park, the Rockefeller center and shopping on fifth avenue. The hotel itself was clean and the staff all helpful.", "url": "https://www.expedia.com/Statue-Of-Liberty-Hotels.0-l502066-0.Travel-Guide-Filter-Hotels" } ]
what airport is near the statue of liberty
LOCATION
[ "Newark Airport is near the statue of liberty. " ]
552,755
[ { "is_selected": 0, "passage_text": "Although insect repellents can prevent various insect bites, sometimes, there is no stopping the menace of getting bitten by these bugs. The most common occurrence when an insect bites is a rash. These rashes are red and cause itchy bumps on top of the skin.The rash is, in fact, an allergic reaction to substances that enter when the insect bites.Most insect bites cause a mild reaction while others cause serious, sometimes, life-threatening reactions. When chiggers bite, it leaves red, itchy bumps on the skin. 2 You may suffer for several hours with itching. 3 At the same time, you may also see small, red, lesions around the bitten area. 4 Scratching the area despite itchiness as the rash may worsen and lacerations from nail marks may cause infections.", "url": "http://www.md-health.com/Bug-Bite-Rash.html" }, { "is_selected": 0, "passage_text": "Spider bites: Spider bites typically form a blister or pustual on top of the bite within 1-2 days. Brown recluse spider bites don't cause problems for most people. But in a small percentage of cases, the swelling may form a blister.If this happens, a dark, scabby material called eschar may cover the blister within a week after the bite. If you suspect this bite, see your doctor. Plantain may be used externally to treat blisters and insect bites. 2 A poultice of the leaves may be applied to the affected area. 3 For relief from an insect bite, simply shred (or chew) a plantain leaf and hold it on the bite for a few minutes.", "url": "http://www.optiderma.com/articles/bug-bites-blister/" }, { "is_selected": 0, "passage_text": "Insect Bites. Insect bites are very common and typically result in itchy, red bumps or swelling in the area of the bite or sting. Some of the common types of insect bite reactions we treat are: small blister or pus filled bump usually occurs a few days later. In rare cases, some patients can develop anaphylaxis to fire ant bites. Lice bites usually present as small, red bumps on the shoulders, neck, and scalp. They are very itchy and are a sign that there are probably numerous nits and lice in the scalp.", "url": "http://dermcarecharlotte.com/medical-dermatology/insect-bites/" }, { "is_selected": 1, "passage_text": "Spider bites. 1 Brown recluse spider bites cause a painful bite that later may develop into a bruise or blister. 2 Black widow spider bites typically are not painful but within several hours patients develop a systemic reaction presenting as muscle pain, stomach pain, and breathing difficulties. small blister or pus filled bump usually occurs a few days later. In rare cases, some patients can develop anaphylaxis to fire ant bites. Lice bites usually present as small, red bumps on the shoulders, neck, and scalp. They are very itchy and are a sign that there are probably numerous nits and lice in the scalp.", "url": "http://dermcarecharlotte.com/medical-dermatology/insect-bites/" }, { "is_selected": 0, "passage_text": "Many kinds: Many insects cause blisters but some may be so small that they are not easily visible and look like little bumps.But some insects and spiders cause large blisters, these are brown recluse spider yellow sac spiders fire ants blister beetles bed bugs mosquito bite in some people mites rarely tick bites.any kinds: Many insects cause blisters but some may be so small that they are not easily visible and look like little bumps.But some insects and spiders cause large blisters, these are brown recluse spider yellow sac spiders fire ants blister beetles bed bugs mosquito bite in some people mites rarely tick bites.", "url": "https://www.healthtap.com/topics/insect-bite-cluster-of-tiny-blisters" }, { "is_selected": 0, "passage_text": "Insect bites can lead to redness, inflammation or swelling and itchiness in the affected area. Occasionally, insect bites can cause intense allergic reactions involving breathing difficulties, formation of hives, etc. It can also adversely affect the skin by causing the appearance of blisters. 2 It is important to note that the insect bite by a brown recluse spider may not initially cause pain, but can later become increasingly sensitive along with the development of a solid lump beneath the skin or a nodule at the affected area.", "url": "http://www.myhealthyfeeling.com/insect-bite-identification-blister-infection-reaction-pictures/" }, { "is_selected": 0, "passage_text": "Bug bites that blister can develop due to allergies. Many of the mosquito saliva proteins can cause immune reactions, including allergic reactions. Severe reactions are not common but they may result in blistering rashes, bruises, or large areas of swelling at the bite sites. Plantain may be used externally to treat blisters and insect bites. 2 A poultice of the leaves may be applied to the affected area. 3 For relief from an insect bite, simply shred (or chew) a plantain leaf and hold it on the bite for a few minutes.", "url": "http://www.optiderma.com/articles/bug-bites-blister/" }, { "is_selected": 0, "passage_text": "Many insects cause blisters, but many blisters are so tiny that you experience them as just little bumps. However, some insects and spiders produce distinct and often very large blisters.In the United States, the bites of the brown recluse spider, the yellow sac spider and fire ants cause characteristic blisters. Handling of blister beetles also causes eruption of blisters on the skin.The blister-causing bites of these insects and arachnids are not life-threatening except in cases of hypersensitive individuals, who may have a severe allergic reaction to the venom or toxin.any insects cause blisters, but many blisters are so tiny that you experience them as just little bumps. However, some insects and spiders produce distinct and often very large blisters.", "url": "http://www.ehow.com/info_8109316_insect-bites-cause-blisters.html" }, { "is_selected": 0, "passage_text": "1 Plantain may be used externally to treat blisters and insect bites. 2 A poultice of the leaves may be applied to the affected area. 3 For relief from an insect bite, simply shred (or chew) a plantain leaf and hold it on the bite for a few minutes.4 A plantain ointment can also rapidly relieves itching and swelling. Plantain may be used externally to treat blisters and insect bites. 2 A poultice of the leaves may be applied to the affected area. 3 For relief from an insect bite, simply shred (or chew) a plantain leaf and hold it on the bite for a few minutes.", "url": "http://www.optiderma.com/articles/bug-bites-blister/" }, { "is_selected": 0, "passage_text": "Bug Bites that Cause Blisters. Bug bites that cause blisters may be painful and terribly itchy. They may also cause redness, swelling, and red bumps.Let us know how to manage this condition from the following article. Advertisement. With onset of rainy season, the intensity of insect infestation increases.ug Bites that Cause Blisters. Bug bites that cause blisters may be painful and terribly itchy. They may also cause redness, swelling, and red bumps.", "url": "http://www.buzzle.com/articles/bug-bites-that-cause-blisters.html" } ]
what bug bite causes small blisters
ENTITY
[ "Spider bites cause small blisters. " ]
580,274
[ { "is_selected": 1, "passage_text": "Lymph nodes and what they do. Lymph vessels route lymph fluid through nodes throughout the body. Lymph nodes are small structures that work as filters for harmful substances. They contain immune cells that can help fight infection by attacking and destroying germs that are carried in through the lymph fluid.his fluid may filter through lymph nodes at the elbow, or those under the arm. Fluid from the head, scalp, and face flows down through lymph nodes in the neck. Some lymph nodes are deep inside the body, such as between the lungs or around the bowel, to filter fluid in those areas.", "url": "http://www.cancer.org/cancer/cancerbasics/lymph-nodes-and-cancer" }, { "is_selected": 0, "passage_text": "Lymph nodes are small, bean-shaped glands throughout the body. They are part of the lymph system, which carries fluid (lymph fluid), nutrients, and waste material between the body tissues and the bloodstream.The lymph system is an important part of the immune system, the body's defense system against disease.The lymph nodes filter lymph fluid as it flows through them, trapping bacteria, viruses, and other foreign substances, which are then destroyed by special white blood cells called lymphocytes.he lymph system is an important part of the immune system, the body's defense system against disease. The lymph nodes filter lymph fluid as it flows through them, trapping bacteria, viruses, and other foreign substances, which are then destroyed by special white blood cells called lymphocytes.", "url": "http://www.webmd.com/a-to-z-guides/swollen-lymph-nodes-topic-overview" }, { "is_selected": 0, "passage_text": "Lymph nodes are small clumps of immune cells that act as filters for the lymphatic system. The lymphatic system runs throughout the body (like the circulatory (blood) system) and carries fluid and cells.The lymph nodes in the underarm (the axillary lymph nodes) are the first place breast cancer is likely to spread.Figure 4.4 shows the location of the axillary lymph nodes.he lymphatic system runs throughout the body (like the circulatory (blood) system) and carries fluid and cells. The lymph nodes in the underarm (the axillary lymph nodes) are the first place breast cancer is likely to spread. Figure 4.4 shows the location of the axillary lymph nodes.", "url": "http://ww5.komen.org/BreastCancer/LymphNodeStatus.html" }, { "is_selected": 0, "passage_text": "Answer: Lymph nodes are filtering stations along the chain of lymph drainage fluid. Lymph drainage fluid drains the excess fluid from all parts of our body; the best example people are aware of of lymph nodes is when they get a strep throat and get swollen glands in their neck.Those glands are really lymph nodes responding to the infection in the throat.nd the cancers can grow in those lymph nodes and then continue to spread beyond. Spread to a lymph node is a factor which affects the long term outcome of cancer, by denoting that this cancer has the ability to be able to get into a vessel, to be able to spread, and to be able to grow in a site outside the breast.", "url": "http://abcnews.go.com/Health/OnCallPlusTreatment/story?id=3656553" }, { "is_selected": 0, "passage_text": "Lymph is clear or white fluid that travels through vessels, moves within tissues and work to keep all the parts of the body clean. After passing through the channels of the lymphatic system they drain into the lymph nodes.The lymph nodes act as filters along the lymphatic system. These nodes trap germs like bacteria, viruses, toxins as well as cancer cells and ensure that these are removed from the body.he lymph is a clear or whitish fluid that flows through the lymph channels. It flows through the tiniest of the blood vessels and lymph channels called capillaries and bathe the cells in the tissues of the body.", "url": "http://www.news-medical.net/health/What-are-lymph-nodes.aspx" }, { "is_selected": 0, "passage_text": "This fluid may filter through lymph nodes at the elbow, or those under the arm. Fluid from the head, scalp, and face flows down through lymph nodes in the neck. Some lymph nodes are deep inside the body, such as between the lungs or around the bowel, to filter fluid in those areas.his fluid may filter through lymph nodes at the elbow, or those under the arm. Fluid from the head, scalp, and face flows down through lymph nodes in the neck. Some lymph nodes are deep inside the body, such as between the lungs or around the bowel, to filter fluid in those areas.", "url": "http://www.cancer.org/cancer/cancerbasics/lymph-nodes-and-cancer" }, { "is_selected": 0, "passage_text": "Lymph nodes are bean or oval shaped and range in size from a few millimeters to about 1–2 cm long. Each lymph node is surrounded by a fibrous capsule, and inside the lymph node the fibrous capsule extends to form trabeculae.The substance of the lymph node is divided into the outer cortex and the inner medulla.ymph nodes are bean or oval shaped and range in size from a few millimeters to about 1–2 cm long. Each lymph node is surrounded by a fibrous capsule, and inside the lymph node the fibrous capsule extends to form trabeculae.", "url": "https://en.wikipedia.org/wiki/Lymph_node" }, { "is_selected": 0, "passage_text": "Lymph nodes are found all through the body, and act as filters or traps for foreign particles. They contain white blood cells that use oxygen to process and they are important in the proper functioning of the immune system. Germs, can set up infections anywhere in the body.ymph nodes are found all through the body, and act as filters or traps for foreign particles. They contain white blood cells that use oxygen to process and they are important in the proper functioning of the immune system. Germs, can set up infections anywhere in the body.", "url": "https://answers.yahoo.com/question/index?qid=20100226074545AAthN1L" }, { "is_selected": 0, "passage_text": "Lymph in the lymph vessels eventually reaches a lymph node -- there are about 100 nodes scattered throughout the body. Lymph nodes filter the lymph and also contain large numbers of white blood cells (a big part of the immune system), which remove foreign cells and debris from the lymph.ymph in the lymph vessels eventually reaches a lymph node -- there are about 100 nodes scattered throughout the body. Lymph nodes filter the lymph and also contain large numbers of white blood cells (a big part of the immune system), which remove foreign cells and debris from the lymph.", "url": "http://health.howstuffworks.com/human-body/systems/lymphatic/question138.htm" }, { "is_selected": 0, "passage_text": "Your lymph nodes are small, round, or bean-shaped masses of tissue found throughout your body. They are part of your immune system -- more specifically the lymphatic system -- that helps your body fight infection and disease.our lymph nodes are small, round, or bean-shaped masses of tissue found throughout your body. They are part of your immune system -- more specifically the lymphatic system -- that helps your body fight infection and disease.", "url": "http://www.webmd.com/pain-management/swollen-glands" } ]
what do lymph nodes do
DESCRIPTION
[ "Lymph nodes are small structures that work as filters for harmful substances." ]
623,829
[ { "is_selected": 1, "passage_text": "Didymo (Didymosphenia geminata), also known as rock snot, is a non-native invasive microscopic algae (diatom) that can produce large amounts of stalk material to form thick brown mats on stream bottoms.", "url": "http://www.dec.ny.gov/animals/54244.html" }, { "is_selected": 0, "passage_text": "Didymosphenia geminata, commonly known as didymo or rock snot, is a species of diatom that produces nuisance growths in freshwater rivers and streams with consistently cold water temperatures and low nutrient levels.", "url": "https://en.wikipedia.org/wiki/Didymosphenia_geminata" }, { "is_selected": 0, "passage_text": "Environmental Protection. Didymo (Didymosphenia geminata), also known as rock snot, is a non-native invasive microscopic algae (diatom) that can produce large amounts of stalk material to form thick brown mats on stream bottoms. Didymo threatens aquatic habitat, biodiversity and recreational opportunities.", "url": "http://www.dec.ny.gov/animals/54244.html" }, { "is_selected": 0, "passage_text": "Environmental Protection. Didymo (Didymosphenia geminata), also known as rock snot, is a non-native invasive microscopic algae (diatom) that can produce large amounts of stalk material to form thick brown mats on stream bottoms.", "url": "http://www.dec.ny.gov/animals/54244.html" }, { "is_selected": 0, "passage_text": "Pennsylvania Department of. Environmental Protection. Didymo (Didymosphenia geminata), also known as rock snot, is a non-native invasive microscopic algae (diatom) that can produce large amounts of stalk material to form thick brown mats on stream bottoms.", "url": "http://www.dec.ny.gov/animals/54244.html" }, { "is_selected": 0, "passage_text": "It’s a microscopic alga known as a diatom that’s invading our rivers and streams. Didymosphenia geminata, also known as ‘rock snot’ or ‘didymo’, can smother entire stream beds with mats as thick as eight inches and can ruin just about any river or creek.", "url": "http://www.fish.state.pa.us/water/habitat/ans/didymo/faq_didymo.htm" }, { "is_selected": 0, "passage_text": "The Situation: Didymo or rock snot, is a highly invasive species of freshwater diatom that can form large and extensive mats in rivers, streams, and lakes. Didymo is native to cool temperate areas of the northern Hemisphere including Europe, North America, and Asia.", "url": "http://cisr.ucr.edu/didymo_rock_snot.html" }, { "is_selected": 0, "passage_text": "Didymosphenia geminata (didymo), also known as rock snot is a freshwater diatom (a type of alga) and was first reported in New Zealand in the Lower Waiau River in 2004. Didymo is currently found in over 150 South Island Rivers, but is not in the North Island.", "url": "http://www.biosecurity.govt.nz/didymo" }, { "is_selected": 0, "passage_text": "Didymo is a member of the group of single-celled aquatic plants (freshwater algae) known as diatoms. Although it is microscopic, didymo can form dense colonies called algal blooms which can be seen with the naked eye.", "url": "http://www.biosecurity.govt.nz/faq/term/907/didymo-1.htm" }, { "is_selected": 0, "passage_text": "The Situation: Didymo or rock snot, is a highly invasive species of freshwater diatom that can form large and extensive mats in rivers, streams, and lakes.", "url": "http://cisr.ucr.edu/didymo_rock_snot.html" } ]
what is didymo
DESCRIPTION
[ "Didymo is a non-native invasive microscopic algae that can produce large amounts of stalk material to form thick brown mats on stream bottoms." ]
739,325
[ { "is_selected": 0, "passage_text": "The law of war is considered distinct from other bodies of law—such as the domestic law of a particular belligerent to a conflict—that may provide additional legal limits to the conduct or justification of war. 1880 Manual of the Laws and Customs of War at Oxford. 2 At its session in Geneva in 1874 the Institute of International Law appointed a committee to study the Brussels Declaration of the same year and to submit to the Institute its opinion and supplementary proposals on the subject.", "url": "https://en.wikipedia.org/wiki/Law_of_war" }, { "is_selected": 0, "passage_text": "The cases establish that war is a course of hostility engaged in by entities that have at least significant attributes of sovereignty. Under international law war is waged by states or state-like entities.... (W)ar (is) a contention between two or more States through their armed forces.here is no such context in the policy now under consideration. I can see no good reason for giving to the word war a meaning which excludes one type of war.. The right of making war belongs to nations only as a remedy against injustice. It is the offspring of unhappy necessity.", "url": "http://www.duhaime.org/LegalDictionary/W/War.aspx" }, { "is_selected": 0, "passage_text": "To qualify as a subject under the traditional definition of international law, a state had to be sovereign: It needed a territory, a population, a government, and the ability to engage in diplomatic or foreign relations.ules or principles must be accepted by the states as legally binding in order to be considered rules of international law. Thus, the mere fact that a custom is widely followed does not make it a rule of international law.", "url": "http://legal-dictionary.thefreedictionary.com/International+Law" }, { "is_selected": 0, "passage_text": "The International Law Commission was established by the General Assembly in 1948 with a mandate to undertake the progressive development and codification of international law under article 13(1)(a) of the Charter of the United Nations.he development of International Law is one of the primary goals of the United Nations. The Charter of the United Nations, in its Preamble, sets the objective to establish conditions under which justice and respect for the obligations arising from treaties and other sources of international law can be maintained.", "url": "http://www.un.org/en/globalissues/internationallaw/" }, { "is_selected": 0, "passage_text": "The definition of a state is well established in international law: Under international law, a state is an entity that has a defined territory and a permanent population, under the control of its own government, and that engages in, or has the capacity to engage in, formal relations with other such entities....he definition of a state is well established in international law: Under international law, a state is an entity that has a defined territory and a permanent population, under the control of its own government, and that engages in, or has the capacity to engage in, formal relations with other such entities....", "url": "http://www.lawofwar.org/introduction.htm" }, { "is_selected": 0, "passage_text": "The law of war is binding not only upon States as such but also upon individuals and, in particular, the members of their armed forces. Parties are bound by the laws of war to the extent that such compliance does not interfere with achieving legitimate military goals. 1880 Manual of the Laws and Customs of War at Oxford. 2 At its session in Geneva in 1874 the Institute of International Law appointed a committee to study the Brussels Declaration of the same year and to submit to the Institute its opinion and supplementary proposals on the subject.", "url": "https://en.wikipedia.org/wiki/Law_of_war" }, { "is_selected": 1, "passage_text": "English and American cases dealing with the insurance meaning of war have defined it in accordance with the ancient international law definition: war refers to and includes only hostilities carried on by entities that constitute governments at least de facto in character..here is no such context in the policy now under consideration. I can see no good reason for giving to the word war a meaning which excludes one type of war.. The right of making war belongs to nations only as a remedy against injustice. It is the offspring of unhappy necessity.", "url": "http://www.duhaime.org/LegalDictionary/W/War.aspx" }, { "is_selected": 0, "passage_text": "States within the United States, provinces, and cantons were not considered subjects of international law, because they lacked the legal authority to engage in foreign relations. In addition, individuals did not fall within the definition of subjects that enjoyed rights and obligations under international law.ules or principles must be accepted by the states as legally binding in order to be considered rules of international law. Thus, the mere fact that a custom is widely followed does not make it a rule of international law.", "url": "http://legal-dictionary.thefreedictionary.com/International+Law" }, { "is_selected": 0, "passage_text": "The concept of war crimes began to emerge during the end of the 19th century and the beginning of the 20th century when the body of customary international law applicable to warfare between sovereign states was codified.olloquial definitions of war crime include violations of established protections of the laws of war, but also include failures to adhere to norms of procedure and rules of battle, such as attacking those displaying a peaceful flag of truce, or using that same flag as a ruse to mount an attack on enemy troops.", "url": "https://en.wikipedia.org/wiki/War_crime" }, { "is_selected": 0, "passage_text": "... in my view, the word war in a policy of insurance includes civil war unless the context makes it clear that a different meaning should be given to the word. There is no such context in the policy now under consideration.I can see no good reason for giving to the word war a meaning which excludes one type of war.. The right of making war belongs to nations only as a remedy against injustice. It is the offspring of unhappy necessity.here is no such context in the policy now under consideration. I can see no good reason for giving to the word war a meaning which excludes one type of war.. The right of making war belongs to nations only as a remedy against injustice. It is the offspring of unhappy necessity.", "url": "http://www.duhaime.org/LegalDictionary/W/War.aspx" } ]
definition of war under international law
DESCRIPTION
[ "War under international law is war refers to and includes only hostilities carried on by entities that constitute governments at least de facto in character." ]
139,364
[ { "is_selected": 1, "passage_text": "Harold Vernon Gould (December 10, 1923 – September 11, 2010) was an American actor best known for playing Miles Webber on the 1985-1992 sitcom The Golden Girls and Martin Morgenstern in the 1974-1978 sitcom Rhoda.n Soap, Gould played the hospital roommate of Jody Dallas (Billy Crystal) who has suicidal feelings while deciding whether or not to undergo a sex change. Gould's character sometimes refers to Jody as a 'fagela', which is Yiddish for a homosexual man. Gould as Martin Morgenstern on The Mary Tyler Moore Show in 1973.", "url": "https://en.wikipedia.org/wiki/Harold_Gould" }, { "is_selected": 0, "passage_text": "Gould received Emmy nominations for his roles in Rhoda, Mrs. Delafield Wants to Marry and Moviola. Gould played Miles Webber, the steadfast suitor of Rose Nylund (Betty White) on the NBC series The Golden Girls (he also played a different boyfriend of Rose's named Arnie in the show's first season).n Soap, Gould played the hospital roommate of Jody Dallas (Billy Crystal) who has suicidal feelings while deciding whether or not to undergo a sex change. Gould's character sometimes refers to Jody as a 'fagela', which is Yiddish for a homosexual man. Gould as Martin Morgenstern on The Mary Tyler Moore Show in 1973.", "url": "https://en.wikipedia.org/wiki/Harold_Gould" }, { "is_selected": 0, "passage_text": "Gould played Miles Webber, the steadfast boyfriend of Rose Nylund (Betty White) on the NBC series The Golden Girls (he also played a different boyfriend of Rose's named Arnie in the show's first season).ould lived in Los Angeles with his wife, Lea. Harold Gould died from prostate cancer on September 11, 2010. He is survived by two sons, Joshua and Lowell, and a daughter, Deborah. Harold Gould was 86 years old at the time of his death.", "url": "http://www.hollywoodmemoir.com/harold-gould" }, { "is_selected": 0, "passage_text": "Harold Gould, a veteran character actor who played con man Kid Twist in the 1973 movie The Sting, Valerie Harper's father on TV's Rhoda and Betty White's boyfriend on The Golden Girls, has died.He was 86.n television, Gould may be best remembered for playing Martin Morgenstern on the 1974-78 situation comedy Rhoda and Miles Webber on the 1985-92 sitcom The Golden Girls..", "url": "http://articles.latimes.com/2010/sep/14/local/la-me-harold-gould-20100914" }, { "is_selected": 0, "passage_text": "Harold V. Goldstein (December 10, 1923 – September 11, 2010), best known by his stage name Harold Gould, was an American actor best known for playing Martin Morgenstern in the 1970s sitcoms Rhoda and The Mary Tyler Moore Show and as Miles Webber on The Golden Girls.ould lived in Los Angeles with his wife, Lea. Harold Gould died from prostate cancer on September 11, 2010. He is survived by two sons, Joshua and Lowell, and a daughter, Deborah. Harold Gould was 86 years old at the time of his death.", "url": "http://www.hollywoodmemoir.com/harold-gould" }, { "is_selected": 0, "passage_text": "The Golden Girls is an American sitcom, created by Susan Harris, that originally aired on NBC from September 14, 1985, to May 9, 1992.Starring Beatrice Arthur, Betty White, Rue McClanahan, and Estelle Getty, the show centers on four older women sharing a home in Miami, Florida.he Golden Girls is an American sitcom, created by Susan Harris, that originally aired on NBC from September 14, 1985, to May 9, 1992.", "url": "https://en.wikipedia.org/wiki/The_Golden_Girls" }, { "is_selected": 0, "passage_text": "On television, Gould may be best remembered for playing Martin Morgenstern on the 1974-78 situation comedy Rhoda and Miles Webber on the 1985-92 sitcom The Golden Girls..He was such a fine actor and such a lovely man, White said in a statement to The Times on Monday. He will be sorely missed..n television, Gould may be best remembered for playing Martin Morgenstern on the 1974-78 situation comedy Rhoda and Miles Webber on the 1985-92 sitcom The Golden Girls..", "url": "http://articles.latimes.com/2010/sep/14/local/la-me-harold-gould-20100914" }, { "is_selected": 0, "passage_text": "On Soap, Gould played the hospital roommate of Jody Dallas (Billy Crystal) who has suicidal feelings while deciding whether or not to undergo a sex change. Gould's character sometimes refers to Jody as a 'fagela', which is Yiddish for a homosexual man. Gould as Martin Morgenstern on The Mary Tyler Moore Show in 1973.In 1972, Gould was cast as Martin Morgenstern, the father of Mary's best friend Rhoda, in an episode of The Mary Tyler Moore Show.n Soap, Gould played the hospital roommate of Jody Dallas (Billy Crystal) who has suicidal feelings while deciding whether or not to undergo a sex change. Gould's character sometimes refers to Jody as a 'fagela', which is Yiddish for a homosexual man. Gould as Martin Morgenstern on The Mary Tyler Moore Show in 1973.", "url": "https://en.wikipedia.org/wiki/Harold_Gould" }, { "is_selected": 0, "passage_text": "He was portrayed by Harold Gould. Miles Webber (born Nicholas Carbone in Chicago) was Rose's professor boyfriend who appeared in 14 episodes.iles Webber (born Nicholas Carbone in Chicago) was Rose's professor boyfriend who appeared in 14 episodes.", "url": "http://goldengirls.wikia.com/wiki/Miles_Webber" }, { "is_selected": 0, "passage_text": "Ooh! We just remembered another. The actor who played Rose Nylund's lover Miles also appeared in season one as Arnie, another of Rose's suitors. And Denise's husband on The Cosby Show had earlier been a love interest of Sondra.oh! We just remembered another. The actor who played Rose Nylund's lover Miles also appeared in season one as Arnie, another of Rose's suitors. And Denise's husband on The Cosby Show had earlier been a love interest of Sondra.", "url": "http://mentalfloss.com/article/53689/15-actors-brought-back-play-different-roles-same-show" } ]
the actor who played miles on golden girls
PERSON
[ "Harold Vernon Gould has played the role of Miles in Golden Girls. " ]
514,086
[ { "is_selected": 0, "passage_text": "Best Perf-spec Cars? So I believe I have pretty decent cars right now for most of my specs (Street: Volkswagen GTI, Dirt: Nissan Skyline, Raid: Buggy, Circuit: Corvette Z1) however, I really have a hard time figuring out what car to use for Perf-spec.", "url": "https://steamcommunity.com/app/241560/discussions/0/619573787609282833/" }, { "is_selected": 0, "passage_text": "Skyline, Murcielago, or the Aventador and the Mclaren is up there as well. The LaFerrari, 458 and Huayra are extremely fast but handle like they're on ice and have tons of wheel spin that degrade their performance. Bascially anything that has a 4wd drivetrain, with some 2wd cars making it in there as well.", "url": "https://steamcommunity.com/app/241560/discussions/0/619573787609282833/" }, { "is_selected": 1, "passage_text": "The Crew Most Expensive Car - Koenigsegg Agera R Test Drive. The most expensive car in The Crew, “Koenigsegg Agera R” Swedish name – with the top speed 261 / MPH and power was 1140 / BHP. It’s price is 1.1 Million in the game, and it’s not easy to buy, but you can always get a free Test Drive. PC PS4 The Crew Xbox One cyberblackdeals.net.", "url": "http://n4g.com/news/1632309/the-crew-most-expensive-car-koenigsegg-agera-r-test-drive" }, { "is_selected": 0, "passage_text": "The world’s largest and most expensive ship. June 20, 2008 It’s destined to be the world’s largest cruise ship – when launched next year, Royal Caribbean’s US$1.24 billion Project Genesis will be 1,180 feet long, and carry 5400 passengers (6,400 at a pinch).", "url": "http://newatlas.com/the-worlds-largest-and-most-expensive-ship/9502/" }, { "is_selected": 0, "passage_text": "You can only achieve a speed over 236 mph (380 km/h) with two cars in the game: the RUF CTR-3 which can be bought at the Miami Car Dealer (costs $306,000 or 67,993 Crew Credits), and the Koenigsegg Agera R which can be bought at the Los Angeles Car Dealer (costs $1,107,000 or 245,975 Crew Credits).", "url": "http://www.cheatcc.com/xbox360/crewcheatscodes.html" }, { "is_selected": 0, "passage_text": "The most expensive car in the game is the Koenigsegg Agera R. It costs $1,107,000 or 245,975 Crew Credits. You can test drive it for free at the Car Dealer in Los Angeles. It is marked on your world map. You will get the Unlimited Testdrive Budget achievement as soon as you enter the car.", "url": "http://www.cheatcc.com/xbox360/crewcheatscodes.html" }, { "is_selected": 0, "passage_text": "The world’s largest and most expensive ship. Mike Hanlon June 19, 2008. View gallery - 13 images. June 20, 2008 It’s destined to be the world’s largest cruise ship – when launched next year, Royal Caribbean’s US$1.24 billion Project Genesis will be 1,180 feet long, and carry 5400 passengers (6,400 at a pinch).", "url": "http://newatlas.com/the-worlds-largest-and-most-expensive-ship/9502/" }, { "is_selected": 0, "passage_text": "2 years ago#2. I only played the beta so far, and only went to Detroit (obviously), and New York. The most expensive and fastest car in New York was the Skyline R34. Every thing else there, imo, was mediocre, and didn't make me want to replace my mustang or 370z from Detroit. I think I found the answer to all my problems. Belvedere, and Banana Snapple.", "url": "https://www.gamefaqs.com/boards/718281-the-crew/70714028" }, { "is_selected": 0, "passage_text": "It’s the most expensive ship in history, and it’s longer, wider and taller than the largest ocean liner ever built, (Cunard’s QM II), 43 per cent larger in size than the world’s largest cruise ship, (Freedom of the Seas) and remarkably, bigger than any military ship ever built, aircraft carriers included.", "url": "http://newatlas.com/the-worlds-largest-and-most-expensive-ship/9502/" }, { "is_selected": 0, "passage_text": "While in the Mountain States area, travel to the edge of the Mojave Desert just as you enter the Western Shrub-Steppes. There is a small military base north and slightly to the west of the Speed Skill 91 challenge. Once there, you can see a large silver UFO inside a fenced-off area.", "url": "http://www.cheatcc.com/xbox360/crewcheatscodes.html" } ]
most expensive car in the crew
ENTITY
[ "Koenigsegg Agera R is the most expensive car in the crew." ]
457,627
[ { "is_selected": 1, "passage_text": "The luteal phase is the third and final phase of the menstrual cycle, following ovulation. Also referred as as DPO (days past ovulation), its length is the number of days between ovulation up to the day before the start of your next period. A normal luteal phase is considered to be between 10 and 16 days.", "url": "http://mymonthlycycles.com/lutealcalc.jsp" }, { "is_selected": 0, "passage_text": "The luteal phase is the second half of your menstrual cycle. It starts the day after ovulation and ends the day before you get your menstruation period. The length is usually consistent each cycle. The average luteal phase length is typically 14 days long. But normal ranges are from 10 to 16 days in length.", "url": "http://www.thefertilityrealm.com/luteal-phase.html" }, { "is_selected": 0, "passage_text": "For example, if your cycle is 28 days long and your luteal phase is 12 days long, the ovulation will occur on day 16 of your cycle (28-12=16). Ovulation Calendar uses this formula to calculate your time of ovulation.", "url": "https://in.answers.yahoo.com/question/index?qid=20070905103046AAR3s1P" }, { "is_selected": 0, "passage_text": "The luteal phase is the third and final phase of the menstrual cycle, following ovulation. Also referred as as DPO (days past ovulation), its length is the number of days between ovulation up to the day before the start of your next period.", "url": "http://mymonthlycycles.com/lutealcalc.jsp" }, { "is_selected": 0, "passage_text": "Luteal Phase. This is the phase of your menstrual cycle which begins after you have ovulated and lasts until either pregnancy occurs or the breakdown of the corpus luteum has begun. The typical length for a luteal phase is 10 – 16 days, though most commonly it lasts for around 14 days.", "url": "https://www.huggies.com.au/conception/ovulation/calculator/cycle/luteal-phase" }, { "is_selected": 0, "passage_text": "The luteal phase, also referred to as 'days past ovulation' or 'DPO', is the part of the cycle that starts at ovulation and ends the day before your next period. It usually lasts about 14 days and does not vary by more than a day in each person.", "url": "http://www.ovulation-calendar.com/hlp-d04-luteal-phase.html" }, { "is_selected": 0, "passage_text": "The average luteal phase length is typically 14 days long. But normal ranges are from 10 to 16 days in length. If it is shorter than 10 days then you may have a luteal phase defect.", "url": "http://www.thefertilityrealm.com/luteal-phase.html" }, { "is_selected": 0, "passage_text": "The luteal phase is simply the length of the luteal phase, the phase of the menstrual cycle between ovulation and menstruation. It. is sometimes called the Days Post Ovulation(DPO) by some women. Practically, the luteal phase length(LPL) is the number of days from the. day after ovulation to the day before menses.", "url": "http://www.menstruation-info-with-doc.com/luteal-phase-length.html" }, { "is_selected": 0, "passage_text": "Practically, the luteal phase length(LPL) is the number of days from the. day after ovulation to the day before menses. The normal range is. usually 12 to 16 days, with an average of 14 days.", "url": "http://www.menstruation-info-with-doc.com/luteal-phase-length.html" }, { "is_selected": 0, "passage_text": "This is the phase of your menstrual cycle which begins after you have ovulated and lasts until either pregnancy occurs or the breakdown of the corpus luteum has begun. The typical length for a luteal phase is 10 – 16 days, though most commonly it lasts for around 14 days.", "url": "https://www.huggies.com.au/conception/ovulation/calculator/cycle/luteal-phase" } ]
luteal phase length mean
DESCRIPTION
[ "The luteal phase length means number of days between ovulation up to the day before the start of your next period." ]
443,701
[ { "is_selected": 0, "passage_text": "The Big Bed Company is the UK specialist retailer of extra wide, long, and made to measure beds, mattresses, bedding and bed linen. We specialise in extra long, extra large, and made to order beds, mattresses, bedding and bed linen, including 7 ft Emperor sheets, duvet covers, duvets and valances.", "url": "http://www.thebigbedcompany.com/" }, { "is_selected": 0, "passage_text": "All products can be made to fit any size, in addition to; Luxurious bedding from wider pillows to extra long duvets, available in odd and custom sizes including 6ft6in and 7 feet. Reinforced beds, super strong bed bases and extra firm mattresses also available. Eastern King 6'6 x 6'6 (200 x 200 cm) Emperor 7' x 7' (215 x 215 cm)", "url": "http://www.thebigbedcompany.com/" }, { "is_selected": 0, "passage_text": "This chart is an effort at providing standard information about bed sizes. These matress dimensions have been measured in inches. They are not always standard. Below you will find bed styles and sizes for the United States and bed styles and sizes for the United Kingdom and related territories. If you are aware of other sizes that are what could be termed as, standard, for any country, please let us know.", "url": "http://www.csgnetwork.com/bedsizes.html" }, { "is_selected": 0, "passage_text": "As Is reason: Item has hair Option: King Size only Upgrade your bedding with this plush white goose down comforter. Made with hypoallergenic materials and a 600 fill power that will keep...", "url": "http://www.beso.com/extra-wide-king-bedding/search" }, { "is_selected": 0, "passage_text": "Standard King or Eastern King beds are about 16 wider than a Queen bed and the same length. A King size bed is sold with two box springs or frames and one mattress. This makes it easier to move. Overall dimensions: 76 wide x 80 long.", "url": "https://www.thespruce.com/is-a-twin-bed-right-for-you-1976223" }, { "is_selected": 0, "passage_text": "However, they all are at least 76 inches wide to accommodate the king mattress. A typical width for a king headboard often ranges from 79 inches to 84 inches. There are a number of styles of headboards, and the exact width of a headboard often depends upon the style.", "url": "https://www.hunker.com/12003115/the-size-of-a-king-headboard" }, { "is_selected": 0, "passage_text": "Our extra-plush, 100% cotton-ribbed chenille bedspreads with additional 3 fringe adds soft, cozy warmth for supreme sleeping. Available in twin, 108 long x 80 wide; full, 108 long x 96...", "url": "http://www.beso.com/extra-wide-king-bedding/search" }, { "is_selected": 0, "passage_text": "Designer Jeffrey Bernett was being a bit cheeky with the name of his Parallel Bedroom Collection (2013), given that it features beds with headboards shaped more like trapezoids. However, we think the name still fits because this is indeed a collection without parallel when it comes to choices. You can equip your bed with an oak or walnut frame and fabric or leather upholstery, then opt for dressers tall and wide. Parallel is more than a bed – it’s a system for an entire room.", "url": "http://www.dwr.com/bedroom-beds/parallel-wide-bed/1632.html?lang=en_US" }, { "is_selected": 1, "passage_text": "King size bed dimensions vary slightly but, most king beds are 76 inches wide by 80 inches long. California king size bed dimensions usually run approximately 72 inches wide and 84 inches long. Be sure to measure out the proper space in the bedroom before selecting your king size bed. Select from wood, metal, wrought iron, platform & king size sleighbeds.", "url": "http://www.onewayfurniture.com/kingsizebed.html" }, { "is_selected": 0, "passage_text": "Before you go shopping for sheets, be sure to measure your bed exactly to be sure to buy the linens that will fit exactly. 1 Standard King or Eastern King beds are about 16 wider than a Queen bed and the same length. 2 California King or Western King beds are 12 wider than a Queen and 4 longer. This is the longest bed commonly available in stores and is the best choice for tall people. Like the Eastern King, the California King bed set comes with one mattress and two half-width box springs to be more manageable when moving.", "url": "https://www.thespruce.com/is-a-twin-bed-right-for-you-1976223" } ]
how wide is king bed
NUMERIC
[ "Most king beds are 76 inches wide by 80 inches long." ]
388,402
[ { "is_selected": 1, "passage_text": "For example, you could reduce your caloric intake by 200 calories and burn an extra 300 calories daily doing yoga for one hour, to lose about 1 pound weekly. While you can lose weight by doing yoga and carefully controlling your caloric intake, you'll burn calories more quickly by choosing other forms of exercise.", "url": "http://www.fitday.com/fitness-articles/fitness/cardio/calories-burned-for-yoga-is-it-enough-for-weight-loss.html" }, { "is_selected": 0, "passage_text": "The number of calories you'll expend doing yoga is based on your body weight and workout duration. If you weigh 125 pounds, you'll burn about 120 calories, and if you weigh 185 pounds you'll expend 178 calories in 30 minutes doing yoga, according to Harvard Health Publications. Bump up your workout duration to one hour and you'll burn about twice as many calories. Therefore, if your caloric intake stays constant and you add one hour of yoga to your daily routine, you should start to slowly shed pounds. Calories Needed for Weight Loss.", "url": "http://www.fitday.com/fitness-articles/fitness/cardio/calories-burned-for-yoga-is-it-enough-for-weight-loss.html" }, { "is_selected": 0, "passage_text": "This chart shows the estimated number of calories burned while doing various exercises for one hour. Specific calorie expenditures vary widely depending on the exercise, intensity level and individual characteristics such as weight.", "url": "http://www.mayoclinic.org/healthy-lifestyle/weight-loss/in-depth/exercise/art-20050999?pg=2" }, { "is_selected": 0, "passage_text": "Although calorie burning is not the main reason people do Pilates, many of us, especially those interested in weight loss, would like to know exactly how many calories Pilates burns. Unfortunately, unless you workout in a lab, measuring the calories burned doing Pilates is a very imprecise science.", "url": "https://www.verywell.com/measuring-how-many-calories-pilates-burns-2704495" }, { "is_selected": 0, "passage_text": "If you go to a gym, the average yoga class will last around 45 minutes. To burn at least 800 calories during that class, it would need to be as strenuous as running at 6.7 miles per hour during the entire class.", "url": "http://www.quickanddirtytips.com/health-fitness/exercise/does-yoga-burn-calories" }, { "is_selected": 0, "passage_text": "But to put yoga in a proper weight loss context, let’s examine the average calorie burn of basic familiar activity modes. Resting: At rest, you’ll burn 1 to 1.5 calories per minute (depending on your body weight) or 45 to 68 calories in 45 minutes. Wakling slowly: Walking at a leisurely 2 miles per hour pace, you’ll burn 2 to 5 calories per minute, or 90 to 225 calories in 45 minutes. Walk briskly: Walking at a more brisk 4 miles per hour pace, you’ll burn 4.6 to 10 calories per minute, or 207 to 450 calories in 45 minutes. Running: Running at 6.7 miles per hour, you’ll burn 9 to 19 calories per minute, or 405 to 855 calories per hour.", "url": "http://www.quickanddirtytips.com/health-fitness/exercise/does-yoga-burn-calories" }, { "is_selected": 0, "passage_text": "Obviously, calorie burn numbers would be higher than those cited for a person doing an intermediate or advanced Pilates workout. To give you some perspective, one calorie calculator projected 360 calories per hour for a 120lb person and 432 per hour for a 150lb person doing advanced Pilates. Keep in mind that most online calorie calculators only ask for weight and duration.", "url": "https://www.verywell.com/measuring-how-many-calories-pilates-burns-2704495" }, { "is_selected": 0, "passage_text": "There, however, some very general estimates made about the number of calories Pilates burns. My survey of online calorie calculators showed an average measure of all doing mat Pilates at a beginner level. 1 191 calories per hour for a 120lb person. 206 calories per hour for a 130lb person.", "url": "https://www.verywell.com/measuring-how-many-calories-pilates-burns-2704495" }, { "is_selected": 0, "passage_text": "Burning Calories for Weight Loss. If your interest in the calories burned in Pilates is because you want to lose weight, keep in mind that you have to burn 3500 calories more than you take in to lose one pound.", "url": "https://www.verywell.com/measuring-how-many-calories-pilates-burns-2704495" }, { "is_selected": 0, "passage_text": "The study did not focus on the calorie-burn of yoga, but rather on the way yoga influenced eating habits. In a survey of over 15,000 participants, researchers found that people who participated in a minimum of one 30 minute yoga session once a week either maintained or lost weight over a 10 year time frame.", "url": "http://www.livestrong.com/article/115621-calories-burned-during-yoga/" } ]
how much calories can you lose with one hr yoga.
NUMERIC
[ "You can lose 300 calories with one hour yoga." ]
302,936
[ { "is_selected": 0, "passage_text": "Create the right editorial calendar to support your unique editorial process. Whether we’re planning content for a homepage, a blog, a news site, a Twitter account or some other destination, an editorial calendar is an essential tool for making sense of the who, what, when, where, why and how of our content:enerally speaking, an editorial calendar is a tool for organizing and planning our content publishing efforts. But despite its name, an editorial calendar is about more than just dates. While days, times, milestones and deadlines are essential components of any editorial calendar, those are just the foundation.", "url": "http://meetcontent.com/blog/guidelines-for-effective-editorial-calendars/" }, { "is_selected": 0, "passage_text": "The details included and tracked in an editorial calendar depend upon the steps involved in publishing content for a publication, as well as what is useful to track. Too little or too much data make editorial calendars difficult to maintain and use.f a spreadsheet is used for an editorial calendar, each section would be a tab. If paper is used to track publication, a page for each section in a file folder with notes about style decisions and glossary might work. Within each section of an editorial calendar, these elements might be tracked: 1 Story Title.", "url": "https://en.wikipedia.org/wiki/Editorial_calendar" }, { "is_selected": 0, "passage_text": "Traditional print publishers have used editorial calendars in some form for centuries to manage the publication of books, magazines, and newspapers. The internet has dramatically increased the number of publishers who also need to organize content and ensure content is published at regular intervals.f a spreadsheet is used for an editorial calendar, each section would be a tab. If paper is used to track publication, a page for each section in a file folder with notes about style decisions and glossary might work. Within each section of an editorial calendar, these elements might be tracked: 1 Story Title.", "url": "https://en.wikipedia.org/wiki/Editorial_calendar" }, { "is_selected": 0, "passage_text": "Adding a new blog post to the editorial calendar is easy. When you create an item, you can add comments and create tasks with or without due dates. For example, if a post is written, you can create a task for your editor to review it.Assign tasks to team members to keep things moving along. blog editorial calendar shows you all of your blog posts and where they are in the production process. It sounds simple enough–perhaps so simple you may think you don’t need one. But an editorial calendar has a large impact on your overall organization and productivity.", "url": "http://www.socialmediaexaminer.com/editorial-calendar-tools/" }, { "is_selected": 0, "passage_text": "A blog editorial calendar shows you all of your blog posts and where they are in the production process. It sounds simple enough–perhaps so simple you may think you don’t need one. But an editorial calendar has a large impact on your overall organization and productivity.Use an editorial calendar tool to organize, track and plan your blog content. Blog editorial calendars are especially useful if you’re working with a team of writers. blog editorial calendar shows you all of your blog posts and where they are in the production process. It sounds simple enough–perhaps so simple you may think you don’t need one. But an editorial calendar has a large impact on your overall organization and productivity.", "url": "http://www.socialmediaexaminer.com/editorial-calendar-tools/" }, { "is_selected": 1, "passage_text": "Generally speaking, an editorial calendar is a tool for organizing and planning our content publishing efforts. But despite its name, an editorial calendar is about more than just dates. While days, times, milestones and deadlines are essential components of any editorial calendar, those are just the foundation.enerally speaking, an editorial calendar is a tool for organizing and planning our content publishing efforts. But despite its name, an editorial calendar is about more than just dates. While days, times, milestones and deadlines are essential components of any editorial calendar, those are just the foundation.", "url": "http://meetcontent.com/blog/guidelines-for-effective-editorial-calendars/" }, { "is_selected": 0, "passage_text": "An editorial calendar for your business has the same goal. Anyone who publishes information to any platform (print, online, video, etc.) can use an editorial calendar to keep content marketing organized and on schedule.he editorial content calendar can be used to manage your daily to-do list for creating content for blogs, newsletters, websites and social media. Don’t forget to incorporate keywords into your calendar to help your ranking in search engines.", "url": "http://www.sproutcontent.com/blog/bid/155918/What-is-an-Editorial-Calendar" }, { "is_selected": 0, "passage_text": "An editorial calendar is a good idea, especially if you have a busy lifestyle or busy blog. Much like a home office, you need a calendar to keep everything organized. I liked your four questions in particularly “who am I trying to reach?” and “how will I promote this content?” The answers require quite a bit of thought.his is where my editorial calendar comes and saves the day. Oh, editorial calendar, you divine source of sanity and motivation. This happy place is where the content planning and assignment takes place for the Shareaholic blog.", "url": "https://blog.shareaholic.com/editorial-calendar-guide/" }, { "is_selected": 0, "passage_text": "The editorial content calendar can be used to manage your daily to-do list for creating content for blogs, newsletters, websites and social media. Don’t forget to incorporate keywords into your calendar to help your ranking in search engines.Here are a few examples of what editorial content calendars look like:he editorial content calendar can be used to manage your daily to-do list for creating content for blogs, newsletters, websites and social media. Don’t forget to incorporate keywords into your calendar to help your ranking in search engines.", "url": "http://www.sproutcontent.com/blog/bid/155918/What-is-an-Editorial-Calendar" }, { "is_selected": 0, "passage_text": "#2: Include Social Sharing. CoSchedule is a paid blog editorial calendar ($10 per month). You can use CoSchedule as a web application (access it directly from the CoSchedule website) or you can use it within WordPress. The advantage of the web application is ease of access. blog editorial calendar shows you all of your blog posts and where they are in the production process. It sounds simple enough–perhaps so simple you may think you don’t need one. But an editorial calendar has a large impact on your overall organization and productivity.", "url": "http://www.socialmediaexaminer.com/editorial-calendar-tools/" } ]
what is an editorial calendar
DESCRIPTION
[ "An editorial calendar is a tool for organizing and planning the content publishing efforts." ]
713,088
[ { "is_selected": 0, "passage_text": "Use the Power button on your TV, OR. Use the Power button on your Remote (make sure the TV/Cable/VCR switch is set to TV. You may need to hold down the TV button as you press Powe r. Change the TV channel to 04. Use the CH +/- buttons on the TV or the Remote.se the Power button on your TV, OR. Use the Power button on your Remote (make sure the TV/Cable/VCR switch is set to TV. You may need to hold down the TV button as you press Powe r. Change the TV channel to 04. Use the CH +/- buttons on the TV or the Remote.", "url": "http://www.mvrhs.org/library/How_to/TV/Basic_TV_VCR.html" }, { "is_selected": 0, "passage_text": "If you want to watch a TV channel. Change the channel using the VCR channel buttons, not the TV buttons. See the channel chart on the Library web page for a list of available channels.If you want to watch a VCR. Insert the videotape. Playback may start automatically. If not press Play.se the Power button on your TV, OR. Use the Power button on your Remote (make sure the TV/Cable/VCR switch is set to TV. You may need to hold down the TV button as you press Powe r. Change the TV channel to 04. Use the CH +/- buttons on the TV or the Remote.", "url": "http://www.mvrhs.org/library/How_to/TV/Basic_TV_VCR.html" }, { "is_selected": 0, "passage_text": "If your new TV does not have audio video outputs you will need to buy a digital converter box for the VCR and then split your antenna to feed both the TV and converter box. The converter box connects to the VCR via the antenna or av inputs.If you use the antenna you set the VCR to channel 3 usually.There is a downside in that the VCR will not change the channels on the converter box so your programming flexibility is limited by this. Your VCR should connect to the AV inputs on the TV for playback.f your new TV does not have audio video outputs you will need to buy a digital converter box for the VCR and then split your antenna to feed both the TV and converter box. The converter box connects to the VCR via the antenna or av inputs.", "url": "http://www.tomsguide.com/forum/54105-4-record-program-recognize-digtital" }, { "is_selected": 0, "passage_text": "Press it and you should get a menu to appear on the TV. Just toggle until you get to antenna or the VCR input. So, how it works is this -- when you want broadcast TV in high definition switch to the antenna input and when you want to record or watch a video on VHS then switch to VCR's video input.Operating the VCR with a DTV converter box is detailed in the how to use a DTV converter box with a VCR article.nce that is done go ahead and connect the other end of the same RCA cable to the same colored inputs on the back of the HDTV. How It Works-Use a VCR to Watch One Channel and Record Another. This process is so much easier with a HDTV than with an analog TV.", "url": "http://tv.about.com/od/hdtv/qt/tvvcr.htm" }, { "is_selected": 1, "passage_text": "HiCustomer. If you are using coax (antenna cable) connections, connect the converter box to the TV Antenna in (VHF/UHF) and then the TV out of the VCR to the TV's VHF/UHF input. Both the VCR and the TV must be tuned to the same channel as the Converter channel output that is selected (Channel 3 or 4).ame for your old TV, but you can connect the converter box directly to the VCR with the A/V cables and then program the VCR to record at a certain time on Line-In; however, you will need to have the converter box on and set to the channel you want to record.", "url": "http://www.justanswer.com/tv-repair/2oly2-possible-use-old-vcrs-record-tv.html" }, { "is_selected": 0, "passage_text": "Connect the Audio Out ports of the cable box to the Audio In ports on the VCR. Use a red and white two-pronged audio cable. 5. Connect the Video Out port of the VCR to the Video 1 Video In port on the back of the TV.Use a yellow video cable. 3. Connect the Audio Out ports of the VCR to the Video 1 Audio In ports on the back of the TV.Use a red and white two-pronged audio cable. 4. Connect your antenna to the the RF/ANT In port on the back of your VCR (optional).onnect the Video Out port of the VCR to the Video 1 Video In port on the back of the TV. Use a yellow video cable. 6. Connect the Audio Out ports of the VCR to the Video 1 Audio In ports on the back of the TV.", "url": "http://www.wikihow.com/Hook-Up-a-VCR-to-a-TV" }, { "is_selected": 0, "passage_text": "1. Turn on the VCR and then the TV, and change the TV channel to 4. 2. Insert a videotape. The VCR should be on already. 3. Set the TV / Cable / VCR switch on your remote to VCR, then: On your remote, type in the channel that your program is on.. Turn on the VCR and then the TV, and change the TV channel to 4. 2. Insert a videotape. The VCR should be on already. 3. Set the TV / Cable / VCR switch on your remote to VCR, then: On your remote, type in the channel that your program is on.", "url": "http://www.mvrhs.org/library/How_to/TV/VCR_Recording.html" }, { "is_selected": 0, "passage_text": "Try to think of your setup as two different signal paths. Signal path A is the VCR and signal path B is the TV. To record a channel you will press the ‘A’ button on the A/B switch and tune the A-side DTV converter box to the channel you want to record. Then set your VCR to record on channel 3 and select a record time.After setting your VCR to record press the ‘B’ button on the A/B switch to watch TV. You can freely turn channels on the B-side DTV converter box while recording on side A. That’s why I recommend using two different DTV converter boxes.ry to think of your setup as two different signal paths. Signal path A is the VCR and signal path B is the TV. To record a channel you will press the ‘A’ button on the A/B switch and tune the A-side DTV converter box to the channel you want to record. Then set your VCR to record on channel 3 and select a record time.", "url": "http://tv.about.com/od/frequentlyaskedquestions/a/watchrecorddtv.htm" }, { "is_selected": 0, "passage_text": "Same for your old TV, but you can connect the converter box directly to the VCR with the A/V cables and then program the VCR to record at a certain time on Line-In; however, you will need to have the converter box on and set to the channel you want to record.ame for your old TV, but you can connect the converter box directly to the VCR with the A/V cables and then program the VCR to record at a certain time on Line-In; however, you will need to have the converter box on and set to the channel you want to record.", "url": "http://www.justanswer.com/tv-repair/2oly2-possible-use-old-vcrs-record-tv.html" }, { "is_selected": 0, "passage_text": "Channel memory programming is NOT needed when you connect the TV or VCR to a cable box or satellite box. In this case, set the VCR and TV to channel 3 or 4, the same channel as the CH3 or CH4 switch on the back of the VCR. Then, the channel you want to record or view may be selected at the cable box or satellite box.. Do not connect your DVD or VCR to your cable converter and then to the TV. Try switching connections so they are ordered cable converter, DVD/VCR, TV. 4. If you have an internal antenna (rod or 'rabbit ears'), connect your television to an external antenna if possible.", "url": "http://www.funai-corp.com/support/faq.aspx" } ]
what channel do you use for vcr
DESCRIPTION
[ "You can use 3 or 4 channel for video cassette recorder." ]
594,497
[ { "is_selected": 0, "passage_text": "Google average salary is $116,429, median salary is $111,500 with a salary range from $38,380 to $1,550,000.Google salaries are collected from government agencies and companies. Each salary is associated with a real job position.oogle Salary. Google average salary is $116,429, median salary is $111,500 with a salary range from $38,380 to $1,550,000. Google salaries are collected from government agencies and companies.", "url": "http://www.salarylist.com/company/Google-Salary.htm" }, { "is_selected": 0, "passage_text": "Google Salary. Google average salary is $116,429, median salary is $111,500 with a salary range from $38,380 to $1,550,000. Google salaries are collected from government agencies and companies.Each salary is associated with a real job position.oogle Salary. Google average salary is $116,429, median salary is $111,500 with a salary range from $38,380 to $1,550,000. Google salaries are collected from government agencies and companies.", "url": "http://www.salarylist.com/company/Google-Salary.htm" }, { "is_selected": 1, "passage_text": "A PayScale survey said that Google employees with 10 years of experience make about $141,000. Microsoft came in second with a mid-career pay of $127,000. Microsoft, on the other hand, will start its employees off at a higher rate than Google.Microsoft highest average starting salary is $86,900, whereas Google’s is $82,600. Facebook trailed behind with an average starting salary pay of $59,100.If you can’t get a job at Google, Amazon was found to pay 17 percent more than the industry average with a starting salary of $72,200 and a mid-career salary of $110,000.Both Apple and Microsoft pay 15 percent more than the IT standard. PayScale survey said that Google employees with 10 years of experience make about $141,000. Microsoft came in second with a mid-career pay of $127,000. Microsoft, on the other hand, will start its employees off at a higher rate than Google.", "url": "http://www.geek.com/news/google-pays-23-more-than-industry-average-and-then-theres-the-perks-1390323/" }, { "is_selected": 0, "passage_text": "A compensation of $3 million per year, or even $500,000 per year, is well above the Silicon Valley average for an engineer. Recruiter Scott Purcell says the software engineers he's placing typically make a base salary of $165,000. The average base salary for a Google engineer is $128,000.But there are outliers besides our $3 million engineer. Twitter's senior vice president of engineer, Christopher Fry, earned $10.3 million last year. Google has an industry-wide reputation for getting — and keeping — the people it wants.ecruiter Scott Purcell says the software engineers he's placing typically make a base salary of $165,000. The average base salary for a Google engineer is $128,000. But there are outliers besides our $3 million engineer.", "url": "http://www.businessinsider.com/a-google-programmer-blew-off-a-500000-salary-at-startup--because-hes-already-making-3-million-every-year-2014-1" }, { "is_selected": 0, "passage_text": "Although the companies weren't ranked, Google excelled in every category. Googlers have the highest mid-career median salary at $141,000. Second place goes to Microsoft at $127,000. Googlers are extremely satisfied, as are Amazon, Apple and Facebook employees.But Google and Apple employees are also relatively stress-free.As for perks, only Googlers receive free meals.lthough the companies weren't ranked, Google excelled in every category. Googlers have the highest mid-career median salary at $141,000. Second place goes to Microsoft at $127,000. Googlers are extremely satisfied, as are Amazon, Apple and Facebook employees.", "url": "http://www.businessinsider.com/google-really-is-the-best-tech-company-to-work-for-2011-6" }, { "is_selected": 0, "passage_text": "The average salary for a NASCAR employee depends on the specific job in question. For example, a manager's salary ranges from $95k to $104k, and the salary for a software … engineer ranges from $75k to $81k.Melissa MacFarlane.he average salary for a NASCAR employee depends on the specific job in question. For example, a manager's salary ranges from $95k to $104k, and the salary for a software … engineer ranges from $75k to $81k. Melissa MacFarlane.", "url": "http://www.answers.com/Q/What_is_the_average_salary_of_a_Google_employee" }, { "is_selected": 0, "passage_text": "Interns at Google typically commit to three months of full-time work, which means the average intern making $6,000 monthly would take home nearly $20,000 after one summer. And the staggering salary is just the beginning.nterns at Google typically commit to three months of full-time work, which means the average intern making $6,000 monthly would take home nearly $20,000 after one summer. And the staggering salary is just the beginning.", "url": "http://www.huffingtonpost.com/2013/06/12/google-intern-salary_n_3429746.html" }, { "is_selected": 0, "passage_text": "The average salary of research engineers at Google is approx $118,000. Software Research Engineers – Again, these too are hired based on different skill sets. The salary may vary for different skill sets but the average salary of software research engineers at Google is $117,000.hile the get all the free facilities available across different posts – like food, play rooms, laundry etc. -, it pays them in the range of $139,084. That is, the average salary of a senior programmer at Google is almost $140,000.", "url": "http://www.thewindowsclub.com/salaries-at-google" }, { "is_selected": 0, "passage_text": "Typically, In the Mountain View office, some Google employees make over $100,000 a year, plus amazing benefits, and amazing work conditions, including on site buffets free for … google employees, fitness instructors, nutritionists, and all sorts of other things.he average salary for a NASCAR employee depends on the specific job in question. For example, a manager's salary ranges from $95k to $104k, and the salary for a software … engineer ranges from $75k to $81k. Melissa MacFarlane.", "url": "http://www.answers.com/Q/What_is_the_average_salary_of_a_Google_employee" }, { "is_selected": 0, "passage_text": "And it treats them well. While the get all the free facilities available across different posts – like food, play rooms, laundry etc. -, it pays them in the range of $139,084. That is, the average salary of a senior programmer at Google is almost $140,000.Research Scientists – Google has taken up some “off the computer” projects such as the driverless cars.These tasks need research scientists who are good at researching and getting things done.hile the get all the free facilities available across different posts – like food, play rooms, laundry etc. -, it pays them in the range of $139,084. That is, the average salary of a senior programmer at Google is almost $140,000.", "url": "http://www.thewindowsclub.com/salaries-at-google" } ]
average salary of google employee
NUMERIC
[ "The average salary of google employee is $82,600. " ]
43,354
[ { "is_selected": 0, "passage_text": "Sponsored Topics. Howell is a city in the U.S. state of Michigan. As of the 2000 census, the city had a total population of 9,232. It is the county seat of Livingston County and is located mostly within Howell Township, but is politically independent from Howell Township. The city is part of the South Lyon-Howell-Brighton Urban Area.", "url": "https://www.mapquest.com/us/mi/howell-282029631" }, { "is_selected": 0, "passage_text": "Howell, MI Profile: Facts, Map & Data. Howell, Michigan - Basic Facts. The City of Howell had a population of 9,788 as of July 1, 2016. Howell ranks in the upper quartile for Population Density when compared to the other cities, towns and Census Designated Places (CDPs) in Michigan. See peer rankings below.", "url": "http://michigan.hometownlocator.com/mi/livingston/howell.cfm" }, { "is_selected": 1, "passage_text": "City of. Howell. Livingston County, Michigan. LOCATION. As the county seat, the City of Howell is. centrally located within Livingston County. As. the most populated city in the County, Howell is. known for its rich architectural history and. Romanesque style county courthouse that is on.", "url": "https://www.livgov.com/plan/econdev/Documents/CITY%20OF%20HOWELL.pdf" }, { "is_selected": 0, "passage_text": "Howell, Michigan. Howell is a city in the U.S. state of Michigan. As of the 2010 census, the city had a total population of 9,489. It is the county seat of Livingston County and is located mostly within Howell Township, but is politically independent from Howell Township. The city is part of the South Lyon-Howell-Brighton Urban Area.", "url": "https://en.wikipedia.org/wiki/Howell,_Michigan" }, { "is_selected": 0, "passage_text": "City News. The City of Howell 2017-18 Proposed Budget is now availabe for review. The Livingston County Solid Waste Program has scheduled the 2017 Household Hazardous Waste Collection Events. The three events will be held on Saturday, May 6th, Saturday July 22nd, and Saturday, October 7th, 2017. The events will run from 9:00 am to noon.", "url": "http://www.cityofhowell.org/" }, { "is_selected": 0, "passage_text": "Howell, Michigan. 1 Howell. 2 Howell: Howell Depot. 3 Howell: Best restaurant in Howell. Howell: CSX trundles through 1 Howell. Howell: An array of colors at the Howell Hot Air Balloon Festival. Howell: Northern lights ,holloween 2007,Thompson Lake ,city of howell public boat 1 launch. Howell: Lightning at the industrial 2 park. add.", "url": "http://www.city-data.com/city/Howell-Michigan.html" }, { "is_selected": 0, "passage_text": "1) Mayor - 1 position, 2 year term. 2) Council Member - 3 positions, 4 year terms. 3) Board of Review - 2 positions, 4 year terms. Nominating petitions may be picked up at the City Clerk's office, 611 E. Grand River (3rd Floor City Hall). You must be a resident of the City of Howell and a registered voter to qualify. Deadline to file petitions is April 25, 2017 at 4:00 p.m.", "url": "http://www.cityofhowell.org/city_departments/city_clerk_and_elections/index.php" }, { "is_selected": 0, "passage_text": "Location of Livingston County within the state of Michigan. Livingston County is a county equivalent area found in Michigan, USA. The county government of Livingston is found in the county seat of Howell. With a total 1,516.2 sq. km of land and water area, Livingston County, Michigan is the 1802nd largest county equivalent area in the United States.", "url": "http://www.worldatlas.com/na/us/mi/c-livingston-county-michigan.html" }, { "is_selected": 0, "passage_text": "One of the old and honored medicine men and citizens of Howell County, Missouri, is Dr. C.B. Dixon. This gentleman was born in Tennessee, August 20, 1823, and is a son of Thomas and Ann (Maybury Dixon. The grandfather, Edam Dixon, was a soldier in the Revolutionary War.", "url": "https://www.accessgenealogy.com/locations/howell-county-mo" }, { "is_selected": 0, "passage_text": "6.3%. According to our research of Michigan and other state lists there were 102 registered sex offenders living in Howell, Michigan as of March 28, 2017. The ratio of number of residents in Howell to the number of sex offenders is 93 to 1. Nearest city with pop. 50,000+: Ann Arbor, MI (25.2 miles , pop. 114,024).", "url": "http://www.city-data.com/city/Howell-Michigan.html" } ]
what county is howell michigan located in
LOCATION
[ "Howell is located in Livingston County, Michigan. " ]
607,437
[ { "is_selected": 0, "passage_text": "1913 image of S/M sexuality. Sadomasochism is the giving or receiving pleasure from acts involving the receipt or infliction of pain or humiliation. Practitioners of sadomasochism may seek sexual gratification from their acts. While the terms sadist and masochist refer respectively to one who enjoys giving or receiving pain, practitioners of sadomasochism may switch between activity and passivity.", "url": "https://en.wikipedia.org/wiki/Sadism_and_masochism" }, { "is_selected": 0, "passage_text": "For wickedness, or evil, is outside the paradigm. of science, and, I think, should remain so. It is, instead, the default of morality, or moral choice, and occupies the paradoxic position of being. known to the science of psychology, yet not of it. In the clinical practices of psychiatry and. psychology, moreover, we cannot avoid occa·.", "url": "http://drreidmeloy.com/wp-content/uploads/2015/12/1997_ThePsychologyof.pdf" }, { "is_selected": 0, "passage_text": "Several different types of therapy have been found helpful in treating sadomasochism including psychotherapy, cognitive behavioral therapy, aversion and positive behavioral therapy approaches, reality therapy, medications, hormonal treatment, reconditioning and restructuring techniques.", "url": "http://www.psychologistanywhereanytime.com/sexual_problems_pyschologist/psychologist_sadomasochism.htm" }, { "is_selected": 0, "passage_text": "Everyday Sadism: Throwing Light on the Dark Triad. The Dark Triad. It could well be a cast of villains in an epic tale of fantasy. All three of these dark powers are callous and exploitative, but each is also malignant in its own way. One is charming but remorseless. The second is known for its cynicism and deception.", "url": "https://www.psychologicalscience.org/news/were-only-human/everyday-sadism-throwing-light-on-the-dark-triad.html" }, { "is_selected": 0, "passage_text": "(in psychiatry) a psychosexual disorder characterized by the infliction of physical or psychological pain or humiliation on another person, either a consenting or a nonconsenting partner, to achieve sexual excitement or gratification.", "url": "http://medical-dictionary.thefreedictionary.com/sadism" }, { "is_selected": 0, "passage_text": "The Psychology of Sadomasochism. An attempt to explain sadism and masochism. Sadomasochism can be defined as the giving or receiving of pleasure, often sexual, from the infliction or reception of pain or humiliation. It can feature as an enhancement to sexual pleasure, or, in some cases, as a substitute or sine qua non.", "url": "https://www.psychologytoday.com/blog/hide-and-seek/201408/the-psychology-sadomasochism" }, { "is_selected": 0, "passage_text": "Weight Control. Sadism and masochism (sadomasochism) are two of the behaviors in a group of sexual problems called paraphilias. Paraphilias are associated with sexual arousal in response to stimuli not associated with normal sexual behavior patterns.", "url": "http://www.psychologistanywhereanytime.com/sexual_problems_pyschologist/psychologist_sadomasochism.htm" }, { "is_selected": 1, "passage_text": "sadism - a form of perversion in which a person finds pleasure in inflicting abuse and maltreatment. sadist - one who practices sadism. sadomasochism - a form of perversion marked by enjoyment of cruelty and/or humiliation in its received or active and/or dispensed and passive form.", "url": "http://medical-dictionary.thefreedictionary.com/sadism" }, { "is_selected": 0, "passage_text": "Medical Definition of Sexual sadism. Sexual sadism: Individuals with sexual sadism disorder have persistent fantasies in which sexual excitement results from inflicting psychological or physical suffering (including humiliation and terror) on a sexual partner. This disorder is different from minor acts of aggression in normal sexual activity; for example, rough sex.", "url": "http://www.medicinenet.com/script/main/art.asp?articlekey=46417" }, { "is_selected": 0, "passage_text": "/sa·dism/ (sa´dizm) (sad´izm) the act or instance of gaining pleasure from inflicting physical or psychological pain on another; the term is usually used to denote sexual s. sadis´tic. sexual sadism a paraphilia in which sexual gratification is derived from infliciting physical or psychological pain on another.", "url": "http://medical-dictionary.thefreedictionary.com/sadism" } ]
psychological definition of sadist
DESCRIPTION
[ "Sadist is a form of perversion marked by enjoyment of cruelty and/or humiliation in its received or active and/or dispensed and passive form." ]
483,614
[ { "is_selected": 0, "passage_text": "Disparate impact is usually defined by statistical measurements of how a policy affects members of particular groups at a substantially higher rate than members of other groups. Disparate impact is not illegal on its own; what makes it illegal is when the policy in question is unrelated to success in the position.", "url": "https://gosmallbiz.com/what-are-disparate-impact-and-disparate-treatment/" }, { "is_selected": 0, "passage_text": "The Disparate Impact Theory of Discrimination. The majority of charges filed during EEOC's early years of operation involved claims of race discrimination against black workers and applicants in hiring and promotion, in selection and testing practices, and by the maintenance of segregated seniority lines by employers.", "url": "https://www.eeoc.gov/eeoc/history/35th/1965-71/shaping.html" }, { "is_selected": 0, "passage_text": "In addressing a Title VII discrimination case, the U.S. Supreme Court said that the burden of proof shifted to the employer once the employee (past or present) or job applicant was able to prove that a particular employment practice caused a disparate impact on their protected class.", "url": "http://employment.findlaw.com/employment-discrimination/disparate-impact-discrimination.html" }, { "is_selected": 0, "passage_text": "Proving discrimination on the basis of disparate impact is generally difficult, especially since there is no single specific threshold or test. Therefore, each claim is decided on a case-by-case basis and may require considerable statistical analysis.", "url": "http://employment.findlaw.com/employment-discrimination/disparate-impact-discrimination.html" }, { "is_selected": 0, "passage_text": "This basic definition of discrimination, further elaborated in later court decisions, paved the way for EEOC to challenge many seemingly neutral employment practices that operated to restrict the advancement of minorities and women.", "url": "https://www.eeoc.gov/eeoc/history/35th/1965-71/shaping.html" }, { "is_selected": 0, "passage_text": "Disparate Impact Discrimination. Download article as a PDF. Federal and state employment laws such as Title VII of the Civil Rights Act of 1964 prohibit intentional discrimination against people on a number grounds, such as their race or gender.", "url": "http://employment.findlaw.com/employment-discrimination/disparate-impact-discrimination.html" }, { "is_selected": 0, "passage_text": "Disparate Impact Discrimination. Federal and state employment laws such as Title VII of the Civil Rights Act of 1964 prohibit intentional discrimination against people on a number grounds, such as their race or gender.", "url": "http://employment.findlaw.com/employment-discrimination/disparate-impact-discrimination.html" }, { "is_selected": 0, "passage_text": "The Commission's most significant early interpretations concerned the basic definition of discrimination, not provided in the statutory language of Title VII.", "url": "https://www.eeoc.gov/eeoc/history/35th/1965-71/shaping.html" }, { "is_selected": 0, "passage_text": "August 12, 2015. Human Resources. Perhaps the most common type of discrimination claim that employers face is disparate treatment. Disparate impact and disparate treatment are two legal theories of discrimination, and it’s critically important that you protect yourself and your business from these kinds of actions. Good intentions are not enough to defend yourself in these claims, which are all about results.", "url": "https://gosmallbiz.com/what-are-disparate-impact-and-disparate-treatment/" }, { "is_selected": 1, "passage_text": "In reviewing these charges, the Commission declared that discrimination did not merely take place through intentional acts of overt discrimination against individuals the generally accepted disparate treatment definition of discrimination.", "url": "https://www.eeoc.gov/eeoc/history/35th/1965-71/shaping.html" } ]
define disparate impact discrimination
DESCRIPTION
[ "Disparate impact discrimination refers to the majority of charges filed during Equal Employment Opportunity Commission's early years of operation involved claims of race discrimination against black workers and applicants in hiring and promotion, in selection and testing practices, and by the maintenance of segregated seniority lines by employers." ]
120,430
[ { "is_selected": 0, "passage_text": "1 Add chicken to remaining soy mixture; turn to coat. Place chicken on a broiler pan, skin side down. Broil 4-6 in. from the heat for 10-15 minutes on each side or until a thermometer reads 170°-175°. Brush occasionally with reserved soy mixture during the last 10 minutes of cooking. Yield: 4 servings.", "url": "http://www.tasteofhome.com/recipes/crispy-garlic-broiled-chicken-thighs" }, { "is_selected": 0, "passage_text": "Step 2: Place chicken in oven. Place the pan under the broiler so the surface of the poultry is 4 to 5 inches from the heat; chicken and Cornish game hen halves should be broiled 5 to 6 inches from the heat. Turn the poultry over when brown on one side, usually after half of the broiling time, and brush again with oil.", "url": "http://www.bhg.com/recipes/how-to/handling-meat/how-to-broil-chicken/" }, { "is_selected": 0, "passage_text": "1 Preheat oven to 350 degrees F (175 degrees C). Line a baking sheet with aluminum foil and spray with cooking spray. 2 Arrange chicken thighs on prepared baking sheet. Combine garlic salt, onion salt, oregano, thyme, paprika, and pepper together in a small container with a lid.", "url": "http://allrecipes.com/recipe/235151/crispy-and-tender-baked-chicken-thighs/" }, { "is_selected": 0, "passage_text": "The poultry is done when the meat is no longer pink and the juices run clear (180 degrees F for chicken thighs and drumsticks; 170 degrees F for breast meat; 165 degrees F for patties). If desired, brush with a sauce the last 5 minutes of cooking.", "url": "http://www.bhg.com/recipes/how-to/handling-meat/how-to-broil-chicken/" }, { "is_selected": 0, "passage_text": "Step 3: Turn the chicken and brush with oil. Turn the poultry over when brown on one side, usually after half of the broiling time, and brush again with oil. Chicken halves and meaty pieces should be turned after 20 minutes. Broiling times: -- Broiler-fryer, half: 1-1/4 to 1-1/2 pounds, 28 to 32 minutes.", "url": "http://www.bhg.com/recipes/how-to/handling-meat/how-to-broil-chicken/" }, { "is_selected": 0, "passage_text": "1 In a large bowl, mix the butter, soy sauce, garlic and pepper. Reserve 1/4 cup soy mixture for basting. Add chicken to remaining soy mixture; turn to coat. Place chicken on a broiler pan, skin side down. Broil 4-6 in. from the heat for 10-15 minutes on each side or until a thermometer reads 170°-175°. Brush occasionally with reserved soy mixture during the last 10 minutes of cooking.", "url": "http://www.tasteofhome.com/recipes/crispy-garlic-broiled-chicken-thighs" }, { "is_selected": 0, "passage_text": "1 Bake chicken in the preheated oven until skin is crispy, thighs are no longer pink at the bone, and the juices run clear, about 1 hour. An instant-read thermometer inserted near the bone should read 165 degrees F (74 degrees C). A tasty layered casserole of chicken and vegetables ready in under an hour.", "url": "http://allrecipes.com/recipe/235151/crispy-and-tender-baked-chicken-thighs/" }, { "is_selected": 1, "passage_text": "1 1 tablespoon vegetable oil. Preheat oven to 475°F. Season chicken with salt and pepper. Heat oil in a 12 cast-iron or heavy nonstick skillet over high heat until hot but not smoking. Nestle chicken in skillet, skin side down, and cook 2 minutes. Reduce heat to medium-high; continue cooking skin side down, occasionally rearranging chicken thighs and rotating pan to evenly distribute heat, until fat renders and skin is golden brown, about 12 minutes.", "url": "http://www.epicurious.com/recipes/food/views/perfect-pan-roasted-chicken-thighs-365489" }, { "is_selected": 0, "passage_text": "If the backbone is ... 1 of the chicken halves, hack it away or ... that connects the thigh bones with the legs. Do ... but leave the thighs and legs otherwise attached.", "url": "http://www.cooks.com/rec/search/0,1-0,broiled_chicken_thighs,FF.html" }, { "is_selected": 0, "passage_text": "1 Sprinkle spice mixture liberally over chicken thighs. Bake chicken in the preheated oven until skin is crispy, thighs are no longer pink at the bone, and the juices run clear, about 1 hour. An instant-read thermometer inserted near the bone should read 165 degrees F (74 degrees C).", "url": "http://allrecipes.com/recipe/235151/crispy-and-tender-baked-chicken-thighs/" } ]
how long to broil chicken thighs
NUMERIC
[ "Chicken thighs broil for 15 to 20 minutes." ]
268,784
[ { "is_selected": 0, "passage_text": "The decimals value is the number of digits to be calculated or rounded of the result of yard to meter conversion. You can also check the yard to meter conversion chart below, or go back to yard to meter converter to top.", "url": "https://www.conversion-metric.org/length/yard-to-meter" }, { "is_selected": 0, "passage_text": "Unit conversion is one of those things that Google recognizes requests for and does the conversion for you. So by asking google: how many meters in 100 yards It comes back quickly with the answer 100 yards = 91.44 meters. A meter stick is just a bit longer than a yard stick, so a good guess is that 100 yards is just a bit fewer than 100 meters. Google's answer is consistent with that expectation. 3.3k Views · 1 Upvote", "url": "https://www.quora.com/There-are-100-yards-on-a-football-field-how-many-meters-is-that" }, { "is_selected": 0, "passage_text": "Conversion Definitions. 1 The following is a list of definitions relating to conversions between yards and meters. 2 Let's take a closer look at the conversion formulas so that you can do these conversions yourself with a calculator or with an old-fashioned pencil and paper.", "url": "https://www.checkyourmath.com/convert/length/yards_m.php" }, { "is_selected": 0, "passage_text": "The following is a list of definitions relating to conversions between yards and meters. What is a yard (yd)? A yard is a unit of Length or Distance in both US Customary Units as well as the Imperial System. The symbol for yard is yd. There are 1.0936133 yards in a meter. What is a meter (m)? A meter is a unit of Length or Distance in the Metric System. The symbol for meter is m. There are 0.9144 meters in a yard.", "url": "https://www.checkyourmath.com/convert/length/yards_m.php" }, { "is_selected": 1, "passage_text": "There are 0.9144 meter in a yard. 1 Yard is equal to 0.9144 Meter. 1 yd = 0.9144 m. The Imperial system recognizes a yard as a linear measurement unit for measuring length or distance. Yard is commonly used in modern US system of measurement. A yard is equal to 36 inches or 3 feet.", "url": "https://www.conversion-metric.org/length/yard-to-meter" }, { "is_selected": 0, "passage_text": "So by asking google: how many meters in 100 yards. It comes back quickly with the answer 100 yards = 91.44 meters. A meter stick is just a bit longer than a yard stick, so a good guess is that 100 yards is just a bit fewer than 100 meters. Google's answer is consistent with that expectation.", "url": "https://www.quora.com/There-are-100-yards-on-a-football-field-how-many-meters-is-that" }, { "is_selected": 0, "passage_text": "1 yard = .9144 meters. Once you know that, you can figure out any arbitrary number of yards in meters. 100 yards = 91.44 meters", "url": "https://www.quora.com/There-are-100-yards-on-a-football-field-how-many-meters-is-that" }, { "is_selected": 0, "passage_text": "Yards to Meter Conversion Example. 1 Task: Convert 25 yards to meters (show work) Formula: yd x 0.9144 = m Calculations: 25 yd x 0.9144 = 22.86 m Result: 25 yd is equal to 22.86 m. 2 Task: Convert 50 meters to yards (show work) Formula: m ÷ 0.9144 = yd Calculations: 50 m ÷ 0.9144 = 54.68066492 yd Result: 50 m is equal to 54.68066492 yd.", "url": "https://www.checkyourmath.com/convert/length/yards_m.php" }, { "is_selected": 0, "passage_text": "Along with other units like a kilometer or an inch, a meter is one of the fundamental units in SI. One meter equals to the length of the path that a light travels in vacuum for the time of 1/299,792,458 second. SI symbol for meter is m, and one meter is 100 centimeters or 1/1000th (10-3) of a kilometer.", "url": "https://www.conversion-metric.org/length/yard-to-meter" }, { "is_selected": 0, "passage_text": "Along with other units like a kilometer or an inch, a meter is one of the fundamental units in SI. One meter equals to the length of the path that a light travels in vacuum for the time of 1/299,792,458 second. SI symbol for meter is m, and one meter is 100 centimeters or 1/1000 th (10-3) of a kilometer. Convert Meter", "url": "https://www.conversion-metric.org/length/yard-to-meter" } ]
how many meters one yard
NUMERIC
[ "A yard is equal to 0.9144 Meter." ]
288,414
[ { "is_selected": 0, "passage_text": "Find Public Records in Iredell County, North Carolina. This page lists public record sources in Iredell County, North Carolina. Additional resources can be found on our North Carolina State Public Records page, on city pages, and on topic pages using the navigation above. Population: 136,924. Area: 574 sq. miles.", "url": "http://publicrecords.onlinesearches.com/NC_Iredell.htm" }, { "is_selected": 1, "passage_text": "Iredell County Property Tax Assessor. The Iredell County Tax Assessor is responsible for assessing the fair market value of properties within Iredell County and determining the property tax rate that will apply. The Tax Assessor's office can also provide property tax history or property tax records for a property.", "url": "http://www.tax-rates.org/north_carolina/iredell_county_property_tax" }, { "is_selected": 0, "passage_text": "The Tax Administrator is responsible for the administration of Iredell County's ad valorem tax system. The system includes; listing and assessment of all property located in the county; tax collection, tax mapping/land records, and the dire ...", "url": "http://www.thepublicrecords.com/pages/co-iredell-nc-us/tax-asp" }, { "is_selected": 0, "passage_text": "Yearly median tax in Iredell County. The median property tax in Iredell County, North Carolina is $977 per year for a home worth the median value of $164,300. Iredell County collects, on average, 0.59% of a property's assessed fair market value as property tax.", "url": "http://www.tax-rates.org/north_carolina/iredell_county_property_tax" }, { "is_selected": 0, "passage_text": "News & Announcements. 1 Iredell County Board of Equalization and Review Meeting scheduled for April 20 Pursuant to N.C.G.S.105-322 the Iredell County Board of Equalization and Review will meet as required by law. The Board will convene for its first 2017 meeting on Thursday, April 20, 2017. Read on...", "url": "https://www.co.iredell.nc.us/" }, { "is_selected": 0, "passage_text": "Find Iredell County North Carolina treasurer, tax collector, tax assessor, and property assessor. Treasurers and tax collectors provide information on property searches, tax bills, property liens, tax assessed values, and deductions. Iredell County Treasurer & Tax Collector.", "url": "http://www.countyoffice.org/nc-iredell-county-treasurer-tax-collector/" }, { "is_selected": 0, "passage_text": "More on this page. The Tax Administrator is responsible for the administration of Iredell County's ad valorem tax system. The system includes; listing and assessment of all property located in the county; tax collection, tax mapping/land records, and the direction of the ...", "url": "http://www.thepublicrecords.com/pages/co-iredell-nc-us/tax-asp" }, { "is_selected": 0, "passage_text": "Search Iredell County free public tax records, including assessor, treasurer, tax office and collector records, tax lookup, tax departments, property and real estate taxes. Name. Iredell County NC Property Tax Search.", "url": "http://www.countyoffice.org/nc-iredell-county-tax-records/" }, { "is_selected": 0, "passage_text": "The Tax Administrator is responsible for the administration of Iredell County's ad valorem tax system. The system includes: The direction of the reappraisal of all real property on a 4 year cycle. Listing and assessment of all property located in the county. Tax collection. Tax mapping/land records.", "url": "https://www.co.iredell.nc.us/368/Tax-Administration-Land-Records" }, { "is_selected": 0, "passage_text": "Find Iredell County North Carolina treasurer, tax collector, tax assessor, and property assessor. Treasurers and tax collectors provide information on property searches, tax bills, property liens, tax assessed values, and deductions. Name.", "url": "http://www.countyoffice.org/nc-iredell-county-treasurer-tax-collector/" } ]
iredell county tax search
DESCRIPTION
[ "The Iredell County Tax Assessor is responsible for assessing the fair market value of properties within Iredell County and determining the property tax rate that will apply." ]
398,296
[ { "is_selected": 1, "passage_text": "List of Normal Hormone Levels in Women Photo Credit Jupiterimages/Brand X Pictures/Getty Images. Hormones are substances produced by the body that have chemical effects on other parts of the body. Women produce hormones, such as estradiol, follicle stimulating hormone (FSH), luteinizing hormone (LH) and progesterone. Certain hormones rise at various times of the menstrual cycle and during pregnancy. Hormone levels also change at menopause. Estrogen is the predominant female hormone; estradiol is the predominant form of estrogen produced in the ovaries. Normal estrogen levels, according to Fertility Plus hormone charts, on days two to three of the menstrual cycle are 25 to 75 picograms per milliliter (pg/ml).", "url": "http://www.livestrong.com/article/63806-list-normal-hormone-levels-women/" }, { "is_selected": 0, "passage_text": "The 2 major biologically active estrogens in nonpregnant humans are estrone (E1) and estradiol (E2). A third bioactive estrogen, estriol (E3), is the main pregnancy estrogen, but plays no significant role in nonpregnant women or men. E2 is produced primarily in ovaries and testes by aromatization of testosterone.", "url": "http://www.mayomedicallaboratories.com/test-catalog/Clinical+and+Interpretive/84230" }, { "is_selected": 0, "passage_text": "Estrogen replacement in reproductive age women should aim to mimic natural estrogen levels as closely as possible. E2 levels should be within the reference range for premenopausal women, LH/FSH should be within the normal range, and E2 levels should ideally be higher than E1 levels.", "url": "http://www.mayomedicallaboratories.com/test-catalog/Clinical+and+Interpretive/84230" }, { "is_selected": 0, "passage_text": "Follicle-stimulating hormone (FSH) blood test. The follicle stimulating hormone (FSH) blood test measures the level of FSH in blood. FSH is a hormone released by the pituitary gland, located on the underside of the brain. A blood sample is needed.", "url": "https://medlineplus.gov/ency/article/003710.htm" }, { "is_selected": 0, "passage_text": "This test allows the simultaneous high-sensitivity determination of serum estrone and estradiol levels. It is useful in situations requiring either higher sensitivity estradiol measurement, or estrone measurement, or both. This includes the following:", "url": "http://www.mayomedicallaboratories.com/test-catalog/Clinical+and+Interpretive/84230" }, { "is_selected": 0, "passage_text": "Average is about 20 at 4 weeks LMP, and 40 at 14 weeks LMP. It is important to note that while a higher progesterone level corresponds with higher pregnancy success rates, one cannot fully predict outcome based on progesterone levels.", "url": "http://www.fertilityplus.com/faq/hormonelevels.html" }, { "is_selected": 0, "passage_text": "Hormone Levels & Fertility Bloodwork. Please note that all labs have their own normal values, and those presented in these charts are just an average. These charts are provided as a tool to help patients have a better dialog with their doctors, not for self-diagnosis or as a substitute for good medical care.", "url": "http://www.fertilityplus.com/faq/hormonelevels.html" }, { "is_selected": 0, "passage_text": "A progesterone test is done to confirm ovulation. When a follicle releases its egg, it becomes what is called a corpus luteum and produces progesterone. A level over 5 probably indicates some form of ovulation, but most doctors want to see a level over 10 on a natural cycle, and a level over 15 on a medicated cycle.", "url": "http://www.fertilityplus.com/faq/hormonelevels.html" }, { "is_selected": 0, "passage_text": "In women, FSH helps manage the menstrual cycle and stimulates the ovaries to produce eggs. In men, FSH stimulates production of sperm. In children, FSH is involved with the development of sexual features.", "url": "https://medlineplus.gov/ency/article/003710.htm" }, { "is_selected": 0, "passage_text": "Additionally, there are a number of home fertility screening tests available for both women and men which can provide useful information about hormone levels, sperm count, sperm motility, and more.", "url": "http://www.fertilityplus.com/faq/hormonelevels.html" } ]
what is a normal estradiol level for women
DESCRIPTION
[ "The normal estradiol level for women is 25 to 75 picograms per milliliter." ]
692,828
[ { "is_selected": 0, "passage_text": "When a reflex arc consists of only two neurons in an animal (one sensory neuron, and one motor neuron), it is defined as monosynaptic. Monosynaptic refers to the presence of a single chemical synapse.here are two types of reflex arc: autonomic reflex arc (affecting inner organs) and somatic reflex arc (affecting muscles).", "url": "https://en.wikipedia.org/wiki/Reflex_arc" }, { "is_selected": 1, "passage_text": "Describe Monosynaptic reflex: When a reflex arc consists of only two neurons in an animal (one sensory neuron, and one motor neuron), it is defined as monosynaptic.Monosynaptic refers to the presence of a single chemical synapse.n polysynaptic reflex pathways, one or more interneurons connect afferent (sensory) and efferent (motor) signals. All but the most simple reflexes are polysynaptic, allowing processing or inhibition of polysynaptic reflexes within the spinal cord.", "url": "https://quizlet.com/4584065/reflex-sensation-flash-cards/" }, { "is_selected": 0, "passage_text": "The reflex arc typically consists of five components (3): 1. The receptor at the end of a sensory neuron reacts to a stimulus.2. The sensory (afferent) neuron conducts nerve impulses along an afferent pathway towards the central nervous system (CNS). 3.The integration center consists of one or more synapses in the CNS. 4. A motor (efferent) neuron conducts a nerve impulse along an efferent pathway from the integration center to an effector.he reflex arc typically consists of five components (3): 1. The receptor at the end of a sensory neuron reacts to a stimulus.", "url": "https://answers.yahoo.com/question/index?qid=20091124145904AAMKlP4" }, { "is_selected": 0, "passage_text": "Answers. Best Answer: A reflex arc refers to the neural pathway that a nerve impulse follows. The reflex arc typically consists of five components (3): 1. The receptor at the end of a sensory neuron reacts to a stimulus. 2.The sensory (afferent) neuron conducts nerve impulses along an afferent pathway towards the central nervous system (CNS). 3.The integration center consists of one or more synapses in the CNS. 4. A motor (efferent) neuron conducts a nerve impulse along an efferent pathway from the integration center to an effector.he reflex arc typically consists of five components (3): 1. The receptor at the end of a sensory neuron reacts to a stimulus.", "url": "https://answers.yahoo.com/question/index?qid=20091124145904AAMKlP4" }, { "is_selected": 0, "passage_text": "A reflex arc is a neural pathway that controls a reflex action. In higher animals, most sensory neurons do not pass directly into the brain, but synapse in the spinal cord.here are two types of reflex arc: autonomic reflex arc (affecting inner organs) and somatic reflex arc (affecting muscles).", "url": "https://en.wikipedia.org/wiki/Reflex_arc" }, { "is_selected": 0, "passage_text": "SEARCH. A receptor, a sensory neuron, a motor neuron, The motor neuron’s innervation of the peripheral nervous system, and at least one association neuron from the central nervous system are the ingredients to a conduction passageway of the reflex arc.he reflex arc is made up of five basic elements. These include the receptor, the sensory neuron, center, the motor neuron, and the effector. The receptor hosts the dendrite of the sensory neuron as well as the initiation of the entire process, the initiation of nerve impulse.", "url": "http://www.medicalook.com/human_anatomy/organs/Reflex_arc.html" }, { "is_selected": 0, "passage_text": "To maintain simplicity, only two or three neurons are involved in a reflex arc. The reflex arc is made up of five basic elements. These include the receptor, the sensory neuron, center, the motor neuron, and the effector.The receptor hosts the dendrite of the sensory neuron as well as the initiation of the entire process, the initiation of nerve impulse.he reflex arc is made up of five basic elements. These include the receptor, the sensory neuron, center, the motor neuron, and the effector. The receptor hosts the dendrite of the sensory neuron as well as the initiation of the entire process, the initiation of nerve impulse.", "url": "http://www.medicalook.com/human_anatomy/organs/Reflex_arc.html" }, { "is_selected": 0, "passage_text": "The Stretch Reflex : (See Figure 13.15). The stretch reflex in its simplest form involves only 2 neurons, and is therefore sometimes called a 2-neuron reflex. The two neurons are a sensory and a motor neuron. The sensory neuron is stimulated by stretch (extension) of a muscle.Stretch of a muscle normally happens when its antagonist contracts, or artificially when its tendon is stretched, as in the knee jerk reflex.he Stretch Reflex : (See Figure 13.15). The stretch reflex in its simplest form involves only 2 neurons, and is therefore sometimes called a 2-neuron reflex. The two neurons are a sensory and a motor neuron. The sensory neuron is stimulated by stretch (extension) of a muscle.", "url": "http://www.unm.edu/~jimmy/reflexes_notes.htm" }, { "is_selected": 0, "passage_text": "This characteristic allows reflex actions to occur relatively quickly by activating spinal motor neurons without the delay of routing signals through the brain, although the brain will receive sensory input while the reflex is carried out.Analysis of the signal takes place after action has been taken.here are two types of reflex arc: autonomic reflex arc (affecting inner organs) and somatic reflex arc (affecting muscles).", "url": "https://en.wikipedia.org/wiki/Reflex_arc" }, { "is_selected": 0, "passage_text": "Therefore a basic reflex arc consists of sensory cells and their associated nerve fibers, motor nerve fibres and the ultimate muscle or gland. Some reflex arcs can include a coordination centre within the spinal cord or brain prior to stimulation of the motor nerve.herefore a basic reflex arc consists of sensory cells and their associated nerve fibers, motor nerve fibres and the ultimate muscle or gland. Some reflex arcs can include a coordination centre within the spinal cord or brain prior to stimulation of the motor nerve.", "url": "http://en.wikivet.net/Reflex_Arcs_-_Anatomy_%26_Physiology" } ]
describe a reflex arc that consists of two neurons
DESCRIPTION
[ "When a reflex arc consists of only two neurons in an animal, it is defined as monosynaptic. " ]
141,529
[ { "is_selected": 0, "passage_text": "What does that mean? Pomegranates are one of the healthier foods you can eat. High in antioxidants, potassium, vitamin C, and a great source of fiber, pomegranates pack a nutritional punch that most foods can’t come close to! For more details on pomegranate nutritional content, visit our Health Research page.", "url": "http://www.pomegranates.org/index.php?c=7" }, { "is_selected": 1, "passage_text": "Check the rinds for splits. A ripe pom's skin splits open when rained on or exposed to rapid changes in humidity. Harvest the pomegranate tree when the first fruit splits, even if it the date falls prior to the expected harvest date.", "url": "http://homeguides.sfgate.com/identify-ripe-pomegranate-70700.html" }, { "is_selected": 0, "passage_text": "The pomegranate, botanical name Punica granatum, is a fruit-bearing deciduous shrub or small tree in the family Lythraceae that grows between 5 and 8 m (16 and 26 ft) tall. The fruit is typically in season in the Northern Hemisphere from September to February, and in the Southern Hemisphere from March to May.", "url": "https://en.wikipedia.org/wiki/Pomegranate" }, { "is_selected": 0, "passage_text": "If you want to make juice from the seeds, pulse a cup at a time in a blender, just enough to break the seeds, and then use a rubber spatula to push the juice through a fine sieve. Add sugar to desired sweetness level. 2 large pomegranates will generally yield 1 cup of juice.", "url": "http://www.simplyrecipes.com/recipes/how_to_cut_and_de_seed_a_pomegranate/" }, { "is_selected": 0, "passage_text": "In addition to their exotic, one-of-a-kind taste, pomegranates (Punica granatum), which thrive in U.S. Department of Agriculture plant hardiness zones 8 through 11, bear a striking form: a near-hexagonal shape with a crown-like calyx protruding from the blossom end, and a leathery, crimson skin pulled taut around a sac-filled interior.", "url": "http://homeguides.sfgate.com/identify-ripe-pomegranate-70700.html" }, { "is_selected": 0, "passage_text": "Where Do Pomegranates Grow? California is well known for its cultivation and harvest of pomegranate fruit. If you live in the United States, it’s likely that the fruit you see in the market during the height of pomegranate fruit season has come from the orchards in California.", "url": "http://www.amazing-pomegranate-health-benefits.com/fruit-season.html" }, { "is_selected": 0, "passage_text": "How to Harvest Pomegranates. When you are ready to harvest, cut the fruit from the tree, don’t pull it off. Cut the fruit as close as possible to the branch, taking the stem with the fruit. Store pomegranates in the refrigerator for up to 6-7 months, that is if you can wait that long to eat this delicious, nutritious fruit.", "url": "https://www.gardeningknowhow.com/edible/fruits/pomegranate/harvesting-pomegranate-fruit.htm" }, { "is_selected": 0, "passage_text": "The pomegranate originated in the region of modern-day Iran, and has been cultivated since ancient times throughout the Mediterranean region and northern India. It was introduced into Spanish America in the late 16th century and California, by Spanish settlers, in 1769.", "url": "https://en.wikipedia.org/wiki/Pomegranate" }, { "is_selected": 0, "passage_text": "How to freeze pomegranate seeds. Once you have de-seeded your pomegranate, make sure the seeds are dry. Arrange them in a single layer on a rimmed baking sheet lined with wax paper. Place in freezer for 2 hours or until frozen. Once frozen, put them into a freezer bag or container and store them in the freezer.", "url": "http://www.simplyrecipes.com/recipes/how_to_cut_and_de_seed_a_pomegranate/" }, { "is_selected": 0, "passage_text": "The pomegranate fruit season in the Northern Hemisphere is from September through February, but in the Southern Hemisphere, it runs from March through May. In the state of California in the United States, the season of the pomegranate is from October through January.", "url": "http://www.amazing-pomegranate-health-benefits.com/fruit-season.html" } ]
pomegranate harvest
DESCRIPTION
[ "Harvest the pomegranate tree when the first fruit splits, even if it the date falls prior to the expected harvest date." ]
476,721
[ { "is_selected": 1, "passage_text": "Be sure to get the right loan for your new or existing manufactured home. This article discussed the basic loan types. The three major loan programs for a manufactured home are: FHA, Conventional and Equity Loans. These programs are for manufactured homes on real estate you own, or will own.", "url": "http://www.sellenslending.com/mfg/Manufactured_Home_Loans_3_types.htm" }, { "is_selected": 0, "passage_text": "Conventional home loans are those not insured by a federal agency, such as the Federal Housing Administration (FHA), the U.S. Department of Veterans Affairs (VA) or the U.S. Department of Agriculture (USDA). Conventional options come in many varieties – fixed-rate, ARMs, conforming, non-conforming, jumbo, etc.", "url": "https://www.primelending.com/purchase-home/types-of-home-loans/" }, { "is_selected": 0, "passage_text": "Bridge/Swing Loans These types of mortgage loans are used when a seller has put a home on the market -- but it has not yet sold -- and the seller wants to borrow equity to buy another home. The seller's existing home is used as security for a bridge (also called swing) loan.", "url": "https://www.thebalance.com/mortgage-loan-types-1798413" }, { "is_selected": 0, "passage_text": "Types of Mortgages Available in 2017, Explained. There are many different types of mortgages available to home buyers. They are all thoroughly explained on this website. But here, for the sake of simplicity, we have boiled it all down to the following options and categories.", "url": "http://www.homebuyinginstitute.com/mortgagetypes.php" }, { "is_selected": 0, "passage_text": "Combo/Piggyback Mortgage Loan Types This type of mortgage financing consists of two loans: a first mortgage and a second mortgage. The mortgages can be adjustable-rate mortgages or fixed-rate or a combination of the two. Borrowers take out two loans when the down payment is less than 20% to avoid paying private mortgage insurance. Adjustable-rate Mortgage Types Adjustable-rate mortgages (ARMs) come in many flavors, colors, and sizes.", "url": "https://www.thebalance.com/mortgage-loan-types-1798413" }, { "is_selected": 0, "passage_text": "The 30-year fixed rate home loan is the gold standard of the industry. It gives homeowners long-term stability with one predictable monthly payment amount over the three decades of the loan. The fixed interest rate keeps the homeowner free from the fear of rising interest rates.", "url": "https://www.primelending.com/purchase-home/types-of-home-loans/" }, { "is_selected": 0, "passage_text": "Types of Home Loans. When it comes to paying for your home, you have a wide range of financing options. Your home mortgage will likely come through a financial institution such as bank, or it may come through the seller. We can direct you to a mortgage expert who can help you sort through the options.", "url": "http://www.realliving.com/pages/types-of-mortgage-loans" }, { "is_selected": 0, "passage_text": "Types of Consumer Credit & Loans. Loan contracts come in all kinds of forms and with varied terms, ranging from simple promissory notes between friends and family members to more complex loans like mortgage, auto, payday and student loans. Banks, credit unions and other people lend money for significant, but necessary items like a car, student loan or home.", "url": "https://www.debt.org/credit/loans/" }, { "is_selected": 0, "passage_text": "The most common form of revolving credit are credit cards, but home equity loans and home equity lines of credit (HELOC) also fall in this category. Credit cards are used for daily expenses, such as food, clothing, transportation and small home repairs.", "url": "https://www.debt.org/credit/loans/" }, { "is_selected": 0, "passage_text": "If FHA proposed changes pass there may even be 100% financing available for manufactured homes. But even now, if your income is low enough, you can get a 96.5% purchase loan for your manufactured home. The Mortgage Broker can offer you the third type of lending as well. This is called Equity Lending.", "url": "http://www.sellenslending.com/mfg/Manufactured_Home_Loans_3_types.htm" } ]
types of financing for homes
DESCRIPTION
[ "The three major loan programs for a manufactured home are the Federal Housing Administration ,Conventional and Equity Loans." ]
527,702
[ { "is_selected": 0, "passage_text": "no apac is not owned or operated by ups. we are an outsourced customer service company that ups pays to answer all their calls. by calling 1800 pickups, you are speaking to a … n apac employee. Peter Cranny.", "url": "http://www.answers.com/Q/List_out_the_APAC_countries" }, { "is_selected": 0, "passage_text": "Depends on what you mean by a 'Western country'. There are varying definitions of a 'Western country'. Mine is-any country that is significantly shaped enough by European/Wes … tern culture that its mainstream society develops a European/Westernised culture. Of course, this would include most European nations.", "url": "http://www.answers.com/Q/List_out_the_APAC_countries" }, { "is_selected": 0, "passage_text": "The regions containing most countries and territories in East Asia, Southeast Asia, the South Pacific, and Oceania. Sometimes it also includes the North and South American nations on the eastern shore of the Pacific, as well as occasionally Russia and South Asia.", "url": "http://financial-dictionary.thefreedictionary.com/Apac" }, { "is_selected": 1, "passage_text": "Apac. Apac is a town in Apac District, Northern Uganda. It is the 'chief town' of the district and the district headquarters are located there. The district is named after the town. see more on Definitions.net ».", "url": "http://www.abbreviations.com/APAC" }, { "is_selected": 0, "passage_text": "APAC 20 | APAC 31 | APAC 40 | APAC 44 | APAC 50 | APAC 51 | APAC 60 | APAC 65 | APAC 70 | APAC ENCapSeal™ | APAC V-Block™. APAC 20 is a concentrated acrylic primer used before installing self-leveling underlayments or topping materials on porous floor substrates.", "url": "http://www.apacadhesives.com/Products_subfloor_2011.html" }, { "is_selected": 0, "passage_text": "APAC 44 - Fast-Setting, Self Leveling Underlayment. APAC 44 is a fast-setting, cement-based, self-leveling, self-drying underlayment and repair mix for interior concrete and engineer-approved floors before the installation of tile, stone, wood, vinyl, carpet or other floor-covering materials.", "url": "http://www.apacadhesives.com/Products_subfloor_2011.html" }, { "is_selected": 0, "passage_text": "Industrial Automation Control Market in the APAC Region 2014-2018 by PR Newswire. Hong Kong, May 30, 2011 - (ACN Newswire) -. Resources Limited (. )(HKEx: 1104), an established natural resources investment and commodity trading company, announces the acquisition of 27.", "url": "http://acronyms.thefreedictionary.com/APAC" }, { "is_selected": 0, "passage_text": "APAC 70 is a high-performance, 100%-solids, two-part epoxy, one-coat moisture barrier system for concrete slabs that exhibit moisture vapor emission rates (MVERs) up to 20 lbs. per 1,000 sq. ft. per 24 hours and reduces transmission rates to less than 3 lbs.", "url": "http://www.apacadhesives.com/Products_subfloor_2011.html" }, { "is_selected": 0, "passage_text": "United States of America is independent so is... Chile Brazil Bolivia Peru Mexico Haiti panama Iceland Malta Vatican city Canada Spain Russia Greec … e Germany France Finland and many more to make a total of 195.", "url": "http://www.answers.com/Q/List_out_the_APAC_countries" }, { "is_selected": 0, "passage_text": "APAC 40 is a regular-setting, high-strength, self-leveling cement-based underlayment and repair mix for interior concrete and engineer-approved floors that are to later receive tile, stone or other floor-covering materials.", "url": "http://www.apacadhesives.com/Products_subfloor_2011.html" } ]
what is apac?
DESCRIPTION
[ "Apac is a town in Apac District, Northern Uganda." ]
718,881
[ { "is_selected": 0, "passage_text": "According to Atlassian, JIRA is used for issue tracking and project management by over 25,000 customers in 122 countries around the globe.", "url": "https://en.wikipedia.org/wiki/JIRA" }, { "is_selected": 1, "passage_text": "Confluence is a simple, powerful wiki that allows groups or departments to share information. A wiki is a website that lets people collaborate and share information quickly (wiki is a Hawaiian word for fast). It is organized into collaboration areas called spaces which contact pages, attachments, and other tyeps of content that can be viewed and edited by users. Unknown macro: {mso-style-parent}.", "url": "https://wiki.ucop.edu/pages/viewpage.action?pageId=6489086" }, { "is_selected": 0, "passage_text": "Information is scattered throughout email, hard drives, and shared network drives, causing team chaos as deadlines close in. In other words: 1 The information your team needs isn’t in one place and can’t be accessed by everyone. 2 There’s a lack of transparency about what needs to get done and by whom. 3 Communication, decisions, and status updates are reliant on email and meetings.", "url": "http://blogs.atlassian.com/2012/11/three-ways-confluence-makes-project-management-easy/" }, { "is_selected": 0, "passage_text": "JIRA (/ˈdʒi.rə/ JEE-rə) is a proprietary issue tracking product, developed by Atlassian.", "url": "https://en.wikipedia.org/wiki/JIRA" }, { "is_selected": 0, "passage_text": "1 Confluence does not have unlimited storage capacity. 2 If you expect to upload a significant number of large files (such as PowerPoints, images, videos, etc.) you might consider uploading those files to a file share, and then linking to those files from Confluence.", "url": "https://wiki.ucop.edu/pages/viewpage.action?pageId=6489086" }, { "is_selected": 0, "passage_text": "JIRA includes tools allowing migration from competitor Bugzilla. Compared to Bugzilla, JIRA is more internally customisable. Bugzilla has a single, fixed, state machine to represent the lifecycle of a 'bug'. All such bugs are assumed to follow the same fixed pattern of detection, repair and test.", "url": "https://en.wikipedia.org/wiki/JIRA" }, { "is_selected": 0, "passage_text": "Check out more collaboration tips and tricks from Atlassian. No job ages a person quite like the President of the United States, but project managers everywhere can attest that they’re not getting any younger.", "url": "http://blogs.atlassian.com/2012/11/three-ways-confluence-makes-project-management-easy/" }, { "is_selected": 0, "passage_text": "Give every team, project, or department its own space to create the things they need, whether it's meeting notes, product requirements, file lists, or project plans, you can get it done in Confluence.", "url": "https://confluence.atlassian.com/display/DOC/Confluence+Documentation+Home" }, { "is_selected": 0, "passage_text": "It provides bug tracking, issue tracking, and project management functions. Although normally styled JIRA, the product name is not an acronym, but a truncation of Gojira, the Japanese name for Godzilla, itself a reference to JIRA's main competitor, Bugzilla.", "url": "https://en.wikipedia.org/wiki/JIRA" }, { "is_selected": 0, "passage_text": "You might consider using Confluence if you want to: 1 Collaboratively author or edit documents. 2 Work on a project with people distributed across UCOP, the campuses or the world. 3 Make information easily accessible on the web. 4 Store departmental information and/or team documentation.", "url": "https://wiki.ucop.edu/pages/viewpage.action?pageId=6489086" } ]
what is a confluence tool?
DESCRIPTION
[ "Confluence is a simple, powerful wiki that allows groups or departments to share information." ]
678,851
[ { "is_selected": 0, "passage_text": "More accessible sidewalks may soon be coming to roads alongside Cleburne High School and Wheat Middle School. The Cleburne ISD board of trustees unanimously passed a resolution in support for the “Safe Routes to School” grant for the city of Cleburne on Monday night.", "url": "http://www.cleburnetimesreview.com/" }, { "is_selected": 0, "passage_text": "Central Appraisal District of Johnson County makes no warranty or guarantee concerning the accuracy or reliability of the content at this site or at other sites to which we link. Assessing accuracy and reliability of information is the responsibility of the user.", "url": "http://johnsoncad.com/" }, { "is_selected": 0, "passage_text": "CLEBURNE, TX. CLEBURNE, TEXAS. Cleburne, the county seat of Johnson County, is on U.S. Highway 67 thirty miles south of Fort Worth. Its origin and growth can be attributed to its role as a crossroads and transportation center.", "url": "https://tshaonline.org/handbook/online/articles/hec02" }, { "is_selected": 0, "passage_text": "Welcome Central Appraisal District of Johnson County. Central Appraisal District of Johnson County presents the information on this web site as a service to the public. We have tried to ensure that the information contained in this electronic document is accurate.", "url": "http://johnsoncad.com/" }, { "is_selected": 0, "passage_text": "Sponsored Topics. Cleburne is a city in Johnson County, Texas, United States, and a suburb of Fort Worth. According to 2007 United States Census Bureau estimates, the population is 29,050. It is the county seat of Johnson County. Cleburne is named for a Confederate General, Patrick Cleburne.", "url": "https://www.mapquest.com/us/tx/cleburne-282039995" }, { "is_selected": 1, "passage_text": "Cleburne, Texas. Cleburne is a city and county seat of Johnson County, Texas, United States. According to the 2010 U.S. Census, the population is 29,377. The city is named in honor of Patrick Cleburne, a Confederate General. Lake Pat Cleburne, the reservoir that provides water to the city and surrounding area, is also named after him.", "url": "https://en.wikipedia.org/wiki/Cleburne,_Texas" }, { "is_selected": 0, "passage_text": "County Courts. There is a County Court for each of the 254 counties in Texas. The Texas Constitution states that [t]here shall be established in each county in this State a County Court ... Sections 15 through 17 of Article V, as well as Chapters 25 and 26 of the Texas Government Code, outline the duties of these Courts and their officers.", "url": "http://johnsoncountytx.org/government/county-courts" }, { "is_selected": 0, "passage_text": "Notice of Road Construction - Granbury St (Lilly St - Rose Ave) Granbury St. will be closed to thru traffic between Lilly St. and Rose Ave. for water line improvements by the City of Cleburne contractors. This project will begin Wednesday, April 12, 2017 and is anticipated to last one week.", "url": "http://www.cleburne.net/" }, { "is_selected": 0, "passage_text": "Welcome to an Engaged Community. There's a better way to personalize your website experience. With myConnection, the profile you create allows you to set up a unique starting point for the tasks and transactions that you want to complete in your time on this website.", "url": "http://www.cleburne.net/" }, { "is_selected": 0, "passage_text": "Safety at churches requires more than prayers. Almost two years have passed since Dylann Roof gunned down nine people at Emanuel African Methodist Episcopal Church in Charleston, South Carolina. Roof, according to news stories, told investigators he committed the mass murder to provoke a race war. Roof has since been convicted of his crimes in federal court.", "url": "http://www.cleburnetimesreview.com/" } ]
what county is cleburne tx in
LOCATION
[ "Cleburne, Texas is in Johnson County." ]
604,376
[ { "is_selected": 0, "passage_text": "SCHOOL DISTRICT OF BOROUGH OF BRENTWOOD 3601 Brownsville Road Brentwood, Pittsburgh, PA 15227-3117 2017 - 2018 Directory Revised: 11/16/2017 SCHOOL BOARD (412-881-2227) Name Position E-mail Address Kircher, Robert F. President, School Board kircherr@bb-sd.com Gaughan, Roger Vice President, School Board gaughanr@bb-sd.com Werner, Donna Secretary, School Board wernerd@bb-sd.com Topolosky, Gary Assistant Secretary, School Board topoloskyg@bb-sd.com Briner, Richard School Board Member brinerr@bb-sd.com Hayden, Amy School Board Member haydena@bb-sd.com Johnson, Dale School Board Member johnsond@bb-sd.com Kraeuter, Kristie School Board Member kraeuterk@bb-sd.com Schaap, David School Board Member schaapd@bb-sd.com ADMINISTRATIVE OFFICE (412-881-2227)", "url": "http://www.bb-sd.com/documents/Directories/District_Directory.pdf" }, { "is_selected": 0, "passage_text": "The directory information on district name, address, and phone number are preliminary data from initial submissions of district level data for 2015-2016. Data provided on student membership and staffing are from the official district level data for 2014-2015. Source: CCD Public school district data for the 2014-2015, 2016-2017 school years National Center for Education Statistics Office of Educational Research & Improvement, U.S. Dept. of Education", "url": "https://nces.ed.gov/ccd/districtsearch/district_detail.asp?ID2=3605280" }, { "is_selected": 0, "passage_text": "SCHOOL DISTRICT OF BOROUGH OF BRENTWOOD. 3601 Brownsville Road. Brentwood, Pittsburgh, PA 15227-3117. 2017 - 2018 Directory. SCHOOL BOARD (412-881-2227) Name Position E-mail Address. Kircher, Robert F. President, School Board kircherr@bb-sd.com. Gaughan, Roger Vice President, School Board gaughanr@bb-sd.com.", "url": "http://www.bb-sd.com/documents/Directories/District_Directory.pdf" }, { "is_selected": 0, "passage_text": "NOTES. * 1 denotes a column with data from 2014-2015. [ † ] 2 indicates that the data are not applicable. For example, the enrollment and staff characteristics for districts that opened in the 2015-2016 school year will not be available until the full 2015-2016 file is released. [ – ] 3 indicates that the data are missing.", "url": "https://nces.ed.gov/ccd/districtsearch/district_detail.asp?ID2=3605280" }, { "is_selected": 0, "passage_text": "We very much look forward to establishing long-lasting relationships with students, staff, parents, and family members. On behalf of the Brentwood staff, I encourage and welcome you to take advantage of every opportunity you have to come into our school.", "url": "http://brentwood.ccsd59.org/about/letter-from-the-principal/" }, { "is_selected": 0, "passage_text": "For example, the enrollment and staff characteristics for districts that opened in the 2016-2017 school year will not be available until the full 2016-2017 file is released. [ – ] indicates that the data are missing.", "url": "https://nces.ed.gov/ccd/districtsearch/district_detail.asp?ID2=3605280" }, { "is_selected": 0, "passage_text": "* denotes a column with data from 2014-2015. [ † ] indicates that the data are not applicable. For example, the enrollment and staff characteristics for districts that opened in the 2015-2016 school year will not be available until the full 2015-2016 file is released.", "url": "https://nces.ed.gov/ccd/districtsearch/district_detail.asp?ID2=3605280" }, { "is_selected": 0, "passage_text": "SCHOOL DISTRICT OF BOROUGH OF BRENTWOOD Author: Administration Created Date: 11/16/2017 3:36:16 PM", "url": "http://www.bb-sd.com/documents/Directories/District_Directory.pdf" }, { "is_selected": 1, "passage_text": "Brentwood Union Free School District is an area in Brentwood Union Free School District with a population of 125,006. There are 62,805 male residents living in Brentwood Union Free School District and 62,201 female residents. The total number of households is 33,360 with 3.79 people per household on average. Total household expenditures in Brentwood Union Free School District are above the national average. The median age of the current population is 33.36 with 32,242 people being married and 47,038 being single.", "url": "https://www.point2homes.com/US/Neighborhood/NY/Suffolk-County/Brentwood-Union-Free-School-District-Demographics.html" }, { "is_selected": 0, "passage_text": "The directory information on district name, address, and phone number are preliminary data from initial submissions of district level data for 2016-2017. Data provided on student membership and staffing are from the official district level data for 2014-2015.", "url": "https://nces.ed.gov/ccd/districtsearch/district_detail.asp?ID2=3605280" } ]
brentwood school district ell population
NUMERIC
[ "Brentwood Union Free School District has a population of 125,006." ]
56,224
[ { "is_selected": 0, "passage_text": "To visit any county assessor's office home page, please click on your selection on the left, or your location on the map of Oklahoma. While much of OkAssessor.com's on-line information is free to download and use, detailed property records from the Appraisal Assistant for real estate professionals is available for a modest subscription fee.", "url": "http://oklahoma.usassessor.com/" }, { "is_selected": 0, "passage_text": "Overlake Transit Center Park & Ride Closing on 5/1. 1 The park & ride at the Overlake Transit Center (OTC) will close May 1, 2017 for construction of the East Link light rail. Transit will continue to serve the area—click the link below for more information.", "url": "http://www.redmond.gov/" }, { "is_selected": 0, "passage_text": "Community Health Center of Snohomish County complies with applicable Federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability, or sex. © Copyright 2017 Community Health Center of Snohomish County. All rights reserved.", "url": "http://www.chcsno.org/locations/" }, { "is_selected": 1, "passage_text": "Edmonds, WA. Sponsored Topics. Edmonds is a city in Snohomish County, Washington, United States. Edmonds has a view of Puget Sound and both the Olympic Mountains and Cascade Range. The third most populous city in Snohomish County after Everett and Marysville, the population was 39,709 according to the 2010 census.", "url": "https://www.mapquest.com/us/wa/edmonds-282039124" }, { "is_selected": 0, "passage_text": "13.4%. According to our research of Washington and other state lists there were 9 registered sex offenders living in Edmonds, Washington as of April 01, 2017. The ratio of number of residents in Edmonds to the number of sex offenders is 4,489 to 1. The number of registered sex offenders compared to the number of residents in this city is a lot smaller than the state average. Nearest city with pop. 50,000+: Shoreline, WA (3.7 miles , pop. 53,025).", "url": "http://www.city-data.com/city/Edmonds-Washington.html" }, { "is_selected": 0, "passage_text": "(Edmonds, WA) – The 4th Avenue Arts Corridor in downtown Edmonds has the potential to become a year-round hub of cultural events and festivities that highlight the Edmonds arts community, according to a plan created by Public Relations students at Western Washington University.", "url": "http://www.edmondswa.gov/" }, { "is_selected": 0, "passage_text": "detailed map of Edmonds and near places. Welcome to the Edmonds google satellite map! This place is situated in Snohomish County, Washington, United States, its geographical coordinates are 47° 48' 39 North, 122° 22' 34 West and its original name (with diacritics) is Edmonds. See Edmonds photos and images from satellite below, explore the aerial photographs of Edmonds in United States.", "url": "http://www.maplandia.com/united-states/washington/snohomish-county/edmonds/" }, { "is_selected": 0, "passage_text": "Oklahoma Assessor Data and Records for Appraisals done by. Appraisers, Realtors, Insurance Agents, Banks, and more. Welcome to OkAssessor.com, your user-supported connection to Public Records and Information from your County Assessor's office. This service can provide you property and tax information 24 hours/day, 7 days a week, and acts as the electronic customer service desk of Oklahoma's county Assessor offices.", "url": "http://oklahoma.usassessor.com/" }, { "is_selected": 0, "passage_text": "Edmonds, Washington. Edmonds is a city in Snohomish County, Washington, United States, and is a Northern Suburb of Seattle located 11 miles (18 km) north of the city. Edmonds has a view of Puget Sound and both the Olympic Mountains and Cascade Range.", "url": "https://en.wikipedia.org/wiki/Edmonds,_WA" }, { "is_selected": 0, "passage_text": "(Edmonds, WA) There is no better way to build international understanding than immersion in another culture. The Edmonds Sister City Commission provides students with a unique opportunity to experience the day to day life, language, and traditions of Japan through their annual exchange program. For 15 students each summer, it is the adventure of a lifetime.", "url": "http://www.edmondswa.gov/" } ]
what county is edmond washington in
LOCATION
[ "The county is Edmond Washington in Snohomish County. ", "Edmond is in Snohomish County, Washington. " ]
605,474
[ { "is_selected": 0, "passage_text": "A genetically modified (GM) food or genetically modified organism (GMO) results from the use of recombinant DNA biotechnological procedures that allow the genetic makeup of a food or organism to be altered in some way.", "url": "http://edis.ifas.ufl.edu/fs084" }, { "is_selected": 0, "passage_text": "In more than 60 countries, manufacturers must label foods that contain genetically modified ingredients. But GMO labeling isn’t required in the U.S. Yet our survey found that 92 percent of Americans want genetically modified foods to be labeled.", "url": "http://www.consumerreports.org/cro/2014/10/where-gmos-hide-in-your-food/index.htm" }, { "is_selected": 1, "passage_text": "Types of GMOs. GMO varieties exist for crops such as alfalfa, canola, corn, cotton, papaya, rice, soybean, sugar beet, summer squash, and tobacco. Currently, 95% of U.S. soybean and 90% of U.S. corn is genetically modified.", "url": "http://www.gmotesting.com/GMOs/Types-of-GMOs" }, { "is_selected": 0, "passage_text": "A genetically engineered (GE) organism is one where its DNA is modified using techniques that permit the direct transfer or removal of genes in that organism. Organisms that undergo genetic engineering are sometimes referred to as transgenic.", "url": "http://edis.ifas.ufl.edu/fs084" }, { "is_selected": 0, "passage_text": "Hard cheeses provide another example of the use of genetically modified organisms in food production. Chymosin, the primary component of rennet, is the milk-clotting enzyme used to make cheese and other dairy products. Traditionally, this substance was derived from the stomachs of calves.", "url": "http://edis.ifas.ufl.edu/fs084" }, { "is_selected": 0, "passage_text": "The food industry’s take. Companies that produce genetically modified organisms and their allies in the food industry argue that genetic engineering is just an extension of traditional breeding, which humans have been doing for thousands of years.", "url": "http://www.consumerreports.org/cro/2014/10/where-gmos-hide-in-your-food/index.htm" }, { "is_selected": 0, "passage_text": "Then we compared our results with any non-GMO-related claims. Find a list of all the products we tested in our full report. Genetically modified corn and soy are used in a wide variety of foods. Nearly all of the samples we tested of the products that did not make any non-GMO-related claim on the package did, in fact, contain substantial amounts of genetically modified corn or soy.", "url": "http://www.consumerreports.org/cro/2014/10/where-gmos-hide-in-your-food/index.htm" }, { "is_selected": 0, "passage_text": "More than 70 percent of Americans say they don’t want genetically modified organisms in their food, according to a recent Consumer Reports National Research Center survey of 1,000 adults. The trouble is, it’s hard to avoid them.", "url": "http://www.consumerreports.org/cro/2014/10/where-gmos-hide-in-your-food/index.htm" }, { "is_selected": 0, "passage_text": "GMO varieties of each crop may contain one or more of these events through a process known as gene stacking. GMO testing involves identification of a defined portion of the relevant genetic element (transgene) inserted in order to confer a new trait on the plant.", "url": "http://www.gmotesting.com/GMOs/Types-of-GMOs" }, { "is_selected": 0, "passage_text": "GM foods are classified into one of three generations. First-generation crops have enhanced input traits, such as herbicide tolerance, better insect resistance, and better tolerance to environmental stress.", "url": "http://edis.ifas.ufl.edu/fs084" } ]
different types of gmo
DESCRIPTION
[ "The different types of genetically modified organism or GMO are alfalfa, canola, corn, cotton, papaya, rice, soybean, sugar beet, summer squash, and tobacco." ]
150,477
[ { "is_selected": 0, "passage_text": "Moving to Firestone, CO: what to expect (5 replies) Relocating to Firestone, CO, Area (36 replies) Latest news from Firestone, CO collected exclusively by city-data.com from local newspapers, TV, and radio stations. Ancestries: German (23.6%), Irish (10.2%), English (8.0%), Swedish (4.3%), French (3.8%), Dutch (3.0%).", "url": "http://www.city-data.com/city/Firestone-Colorado.html" }, { "is_selected": 0, "passage_text": "Trustee Weinberger Resigns from Firestone Board of Trustees Firestone Trustee Jennifer Weinberger announced her resignation from the Board of Trustees at its July 27, 2016, meeting, due to a move out of Town limits. The Board will be discussing the open position at its next meeting on Aug. 10.", "url": "http://www.firestoneco.gov/" }, { "is_selected": 0, "passage_text": "The formal boundaries for the Town of Firestone (see map below) encompass a land area of 11.41 sq. miles and a water area of 0.18 sq. miles. Weld County is in the Mountain time zone (GMT -7). The elevation is 4,970 feet.", "url": "http://colorado.hometownlocator.com/co/weld/firestone.cfm" }, { "is_selected": 0, "passage_text": "November Ballot Will Allow Voters to Approve New Police Facility. Firestone residents will have the opportunity to cast their vote this November to approve financing for a new public safety facility for the Firestone Police Department. Read more about the process and needs for the department. Read on.", "url": "http://www.firestoneco.gov/" }, { "is_selected": 0, "passage_text": "As of the census of 2010, there were 10,147 people and 3,134 households in the town. The population density was 978.5 people per square mile (377.2/km²). There were 3,499 housing units at an average density of 337.4 per square mile (130/km²).", "url": "https://en.wikipedia.org/wiki/Firestone,_Colorado" }, { "is_selected": 0, "passage_text": "Colorado is one of 20 states where Census County Divisions (CCDs) are used for statistical tracking of subdivisions within each county. The Town of Firestone is located within Erie-Frederick Division of Weld County.", "url": "http://colorado.hometownlocator.com/co/weld/firestone.cfm" }, { "is_selected": 0, "passage_text": "thinking of moving to colorado. want land and outdoors (21 replies) Latest news from Firestone, CO collected exclusively by city-data.com from local newspapers, TV, and radio stations. Ancestries: German (23.6%), Irish (10.2%), English (8.0%), Swedish (4.3%), French (3.8%), Dutch (3.0%). Current Local Time: MST time zone.", "url": "http://www.city-data.com/city/Firestone-Colorado.html" }, { "is_selected": 1, "passage_text": "The Town of Firestone is a Statutory Town in Weld County, Colorado, United States. The population was 10,147 at the 2010 census.", "url": "https://en.wikipedia.org/wiki/Firestone,_Colorado" }, { "is_selected": 0, "passage_text": "Firestone, CO Profile: Facts, Map & Data. Firestone, Colorado - Basic Facts. The Town of Firestone had a population of 12,279 as of July 1, 2016. The primary coordinate point for Firestone is located at latitude 40.1493 and longitude -104.9619 in Weld County.", "url": "http://colorado.hometownlocator.com/co/weld/firestone.cfm" }, { "is_selected": 0, "passage_text": "Firestone is mentioned 369 times on our forum: Latest news from Firestone, CO collected exclusively by city-data.com from local newspapers, TV, and radio stations. Ancestries: German (23.6%), Irish (10.2%), English (8.0%), Swedish (4.3%), French (3.8%), Dutch (3.0%).", "url": "http://www.city-data.com/city/Firestone-Colorado.html" } ]
in what county is firestone, co
LOCATION
[ "Firestone is in Weld County, Colorado." ]
393,936
[ { "is_selected": 0, "passage_text": "From local community action to global treaties, addressing climate resilience is becoming a priority, although it could be argued that a significant amount of the theory has yet to be translated into practice.", "url": "https://en.wikipedia.org/wiki/Climate_resilience" }, { "is_selected": 0, "passage_text": "Climate resilience can be generally defined as the capacity for a socio-ecological system to : ( 1 ) absorb stresses and maintain function in the face of external stresses imposed upon it by climate change and ( 2 ) adapt , reorganize , and evolve into more desirable configurations that improve the sustainability of the system , leaving it better ...", "url": "https://en.wikipedia.org/wiki/Climate_resilience" }, { "is_selected": 0, "passage_text": "And as a result of this inflated and fallacious definition, any. behavior or environment that promotes health can be misconstrued as a resilience factor. It has been suggested that there is a distinct difference between recovery and resilience.", "url": "http://www.med.navy.mil/sites/nmcsd/nccosc/healthProfessionalsV2/reports/Documents/resilienceTWPFormatted2.pdf" }, { "is_selected": 0, "passage_text": "Currently, the majority of work regarding climate resilience has been centered around examining the capacity for social-ecological systems to sustain shocks and maintain the integrity of functional relationships in the face of external forces.", "url": "https://en.wikipedia.org/wiki/Climate_resilience" }, { "is_selected": 0, "passage_text": "Views expressed in this publication are not necessarily those of the Department of Defense. Although some of the commonly referenced resilience constructs are outlined below, it is difficult to. say whether they are all valid and reliable factors due to the way in which resilience was defined in. the various studies.", "url": "http://www.med.navy.mil/sites/nmcsd/nccosc/healthProfessionalsV2/reports/Documents/resilienceTWPFormatted2.pdf" }, { "is_selected": 0, "passage_text": "With the rising awareness of climate change impacts by both national and international bodies, building climate resilience has become a major goal for these institutions.", "url": "https://en.wikipedia.org/wiki/Climate_resilience" }, { "is_selected": 0, "passage_text": "Views expressed in this publication are not necessarily those of the Department of Defense. Published June 2010. Key Facts on Resilience. Kara Ballenger-Browning, MPH & Douglas C. Johnson, PhD.", "url": "http://www.med.navy.mil/sites/nmcsd/nccosc/healthProfessionalsV2/reports/Documents/resilienceTWPFormatted2.pdf" }, { "is_selected": 0, "passage_text": "However, the emergence of programs offering methods to make individuals resilient suggests the. term may be misunderstood. Resilience as a construct has traditionally lacked a consistent, complete. and measurable definition. Such definitional ambiguity has partly contributed to the term being. incorrectly applied and as a result, asymptomatic individuals are often deemed resilient.", "url": "http://www.med.navy.mil/sites/nmcsd/nccosc/healthProfessionalsV2/reports/Documents/resilienceTWPFormatted2.pdf" }, { "is_selected": 1, "passage_text": "Attribute: resilience is an attribute of the community. Continuing: a community’s resilience is an inherent and dynamic part of the. community. Adaptation: the community can adapt to adversity.", "url": "http://www.resilientus.org/wp-content/uploads/2013/08/definitions-of-community-resilience.pdf" }, { "is_selected": 0, "passage_text": "The fact that climate resilience encompasses a dual function, to absorb shock as well as to self-renew, is the primary means by which it can be differentiated from the concept of climate adaptation.", "url": "https://en.wikipedia.org/wiki/Climate_resilience" } ]
define resilience
DESCRIPTION
[ " Resilience means an attribute of the community." ]
126,483
[ { "is_selected": 1, "passage_text": "Invasive Mammary Carcinoma (IMC). Invasive mammary carcinoma, also known as infiltrating mammary carcinoma, is a mixture of invasive ductal and lobular carcinomas; meaning the cancer grows at the junction of the duct and the lobule.nvasive mammary carcinoma is treated with a lumpectomy or mastectomy, depending on the size and location of the tumor. Your oncology team also may recommend chemotherapy and/or radiation, hormonal therapy or biologic targeted therapy. Sometimes an MRI is done to help determine the diameter of the tumor.", "url": "http://www.hopkinsmedicine.org/breast_center/breast_cancers_other_conditions/invasive_mammary_carcinoma.html" }, { "is_selected": 0, "passage_text": "Invasive mammary carcinoma is the most common type of breast cancer. When we classify breast cancers, there are 2 main types of breast cancer: invasive and non-invasive cancers. In 2013, about 230,000 women (and about 2,000 men) are diagnosed with invasive mammary carcinoma.ost often (80% of the time) breast cancer begins in the milk ducts of the breast. If the abnormal cells have not broken through the duct into the surrounding breast tissue, it is called ductal carcinoma In situ (DCIS). This means it has no ability to spread, as the abnormal cells are still confined to the duct.", "url": "https://www.sharecare.com/health/breast-cancer/what-is-invasive-mammary-carcinoma" }, { "is_selected": 0, "passage_text": "Invasive mammary carcinoma, (IMC) also called infiltrating mammary carcinoma, is a mixture of invasive ductal and lobular carcinomas. That means the cancer grows where the breast lobe, or gland that produces milk, meets the breast duct, which is the tube that carries the milk to the nipple.ost often (80% of the time) breast cancer begins in the milk ducts of the breast. If the abnormal cells have not broken through the duct into the surrounding breast tissue, it is called ductal carcinoma In situ (DCIS). This means it has no ability to spread, as the abnormal cells are still confined to the duct.", "url": "https://www.sharecare.com/health/breast-cancer/what-is-invasive-mammary-carcinoma" }, { "is_selected": 0, "passage_text": "The abnormal cancer cells that began forming in the milk ducts have spread beyond the ducts into other parts of the breast tissue. Invasive cancer cells can also spread to other parts of the body. It is also sometimes called infiltrative ductal carcinoma.1 IDC is the most common type of breast cancer, making up nearly 70- 80% of all breast cancer diagnoses. 2 IDC is also the type of breast cancer that can most commonly affects men.he abnormal cancer cells that began forming in the milk ducts have spread beyond the ducts into other parts of the breast tissue. Invasive cancer cells can also spread to other parts of the body. It is also sometimes called infiltrative ductal carcinoma.", "url": "http://www.nationalbreastcancer.org/invasive-ductal-carcinoma" }, { "is_selected": 0, "passage_text": "The most common invasive breast cancers are: 1 Invasive ductal carcinoma (also called infiltrating ductal carcinoma) begins in the milk ducts and is the most common invasive breast cancer. 2 Invasive lobular carcinoma begins in the lobules and is the second most common invasive breast cancer.he most common invasive breast cancers are: 1 Invasive ductal carcinoma (also called infiltrating ductal carcinoma) begins in the milk ducts and is the most common invasive breast cancer. 2 Invasive lobular carcinoma begins in the lobules and is the second most common invasive breast cancer.", "url": "http://ww5.komen.org/AboutBreastCancer/FactsandStatistics/WhatisBreastCancer/InvasiveBreastCancers.html" }, { "is_selected": 0, "passage_text": "Sign in to receive recommendations (Learn more). Invasive Ductal Carcinoma Larger Version. Invasive ductal carcinoma (IDC), sometimes called infiltrating ductal carcinoma, is the most common type of breast cancer. About 80% of all breast cancers are invasive ductal carcinomas.Invasive means that the cancer has “invaded” or spread to the surrounding breast tissues.ign in to receive recommendations (Learn more). Invasive Ductal Carcinoma Larger Version. Invasive ductal carcinoma (IDC), sometimes called infiltrating ductal carcinoma, is the most common type of breast cancer. About 80% of all breast cancers are invasive ductal carcinomas.", "url": "http://www.breastcancer.org/symptoms/types/idc" }, { "is_selected": 0, "passage_text": "(Redirected from Mammary ductal carcinoma). Invasive carcinoma of no special type (NST) also known as invasive ductal carcinoma or ductal NOS and previously known as invasive ductal carcinoma, not otherwise specified (NOS) is a group of breast cancers that do not have the specific differentiating features.Redirected from Mammary ductal carcinoma). Invasive carcinoma of no special type (NST) also known as invasive ductal carcinoma or ductal NOS and previously known as invasive ductal carcinoma, not otherwise specified (NOS) is a group of breast cancers that do not have the specific differentiating features.", "url": "https://en.wikipedia.org/wiki/Mammary_ductal_carcinoma" }, { "is_selected": 0, "passage_text": "A Johns Hopkins Medicine answered. Invasive mammary carcinoma (IMC) is an aggressive and fast growing cancer that appears where the breast lobe and breast duct meet. The breast lobe produces milk and the breast duct carries milk to the nipple.nvasive mammary carcinoma (IMC) is an aggressive and fast growing cancer that appears where the breast lobe and breast duct meet.", "url": "https://www.sharecare.com/health/breast-cancer-treatment/what-treatment-invasive-mammary-carcinoma" }, { "is_selected": 0, "passage_text": "Invasive mammary carcinoma (IMC) is an aggressive and fast growing cancer that appears where the breast lobe and breast duct meet.The breast lobe produces milk and the breast duct carries milk to the nipple.nvasive mammary carcinoma (IMC) is an aggressive and fast growing cancer that appears where the breast lobe and breast duct meet.", "url": "https://www.sharecare.com/health/breast-cancer-treatment/what-treatment-invasive-mammary-carcinoma" }, { "is_selected": 0, "passage_text": "Invasive Ductal Carcinoma (IDC). Invasive ductal carcinoma (IDC), also known as infiltrating ductal carcinoma, is cancer that began growing in the duct and has invaded the fatty tissue of the breast outside of the duct. IDC is the most common form of breast cancer, representing 80 percent of all breast cancer diagnoses.nvasive ductal carcinoma (IDC), also known as infiltrating ductal carcinoma, is cancer that began growing in the duct and has invaded the fatty tissue of the breast outside of the duct.", "url": "http://www.hopkinsmedicine.org/breast_center/breast_cancers_other_conditions/invasive_ductal_carcinoma.html" } ]
what is invasive mammary carcinoma
ENTITY
[ "Invasive mammary carcinoma, also known as infiltrating mammary carcinoma, is a mixture of invasive ductal and lobular carcinomas; meaning the cancer grows at the junction of the duct and the lobule." ]
760,213
[ { "is_selected": 1, "passage_text": "1 The PATH is the system variable that your operating system uses to locate needed executables from the command line or Terminal window. The PATH system variable can be set using System Utility in control panel on Windows, or in your shell's startup file on Linux and Solaris.", "url": "https://www.java.com/en/download/help/path.xml" }, { "is_selected": 0, "passage_text": "The document is archived and information here might be outdated. Every process has an environment block that contains a set of environment variables and their values. There are two types of environment variables: user environment variables (set for each user) and system environment variables (set for everyone). By default, a child process inherits the environment variables of its parent process.", "url": "https://msdn.microsoft.com/en-us/library/windows/desktop/ms682653(v=vs.85).aspx" }, { "is_selected": 0, "passage_text": "Whenever a user types in a command at the command line that is not built into the shell or that does not include its absolute path and then presses the Enter key, the shell searches through those directories, which constitute the user's search path, until it finds an executable file with that name.", "url": "http://www.linfo.org/path_env_var.html" }, { "is_selected": 0, "passage_text": "The GetEnvironmentVariable function determines whether a specified variable is defined in the environment of the calling process, and, if so, what its value is. To retrieve a copy of the environment block for a given user, use the CreateEnvironmentBlock function.", "url": "https://msdn.microsoft.com/en-us/library/windows/desktop/ms682653(v=vs.85).aspx" }, { "is_selected": 0, "passage_text": "1 In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK. 2 Reopen Command prompt window, and run your java code. From the desktop, right click the Computer icon.", "url": "https://www.java.com/en/download/help/path.xml" }, { "is_selected": 0, "passage_text": "1 If the PATH environment variable does not exist, click New. 2 In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK. Reopen Command prompt window, and run your java code.", "url": "https://www.java.com/en/download/help/path.xml" }, { "is_selected": 0, "passage_text": "PATH is an environmental variable in Linux and other Unix-like operating systems that tells the shell which directories to search for executable files (i.e., ready-to-run programs) in response to commands issued by a user.", "url": "http://www.linfo.org/path_env_var.html" }, { "is_selected": 0, "passage_text": "An addition to a user's PATH variable can be made permanent by adding it to that user's .bash_profile file. .bash_profile is a hidden file in each user's home directory that defines any specific environmental variables and startup programs for that user.", "url": "http://www.linfo.org/path_env_var.html" }, { "is_selected": 0, "passage_text": "1 The PATH system variable can be set using System Utility in control panel on Windows, or in your shell's startup file on Linux and Solaris. 2 Making changes to the system PATH variable is typically not necessary for computers running Windows or Mac OS X. In Search, search for and then select: System (Control Panel)", "url": "https://www.java.com/en/download/help/path.xml" }, { "is_selected": 0, "passage_text": "It is a simple matter to add a directory to a user's PATH variable (and thereby add it to the user's default search path). It can be accomplished for the current session by using the following command, in which directory is the full path of the directory to be entered: PATH=directory:$PATH.", "url": "http://www.linfo.org/path_env_var.html" } ]
what is a path variable
DESCRIPTION
[ "The PATH is the system variable that your operating system uses to locate needed executables from the command line or Terminal window." ]
693,912
[ { "is_selected": 0, "passage_text": "1 Listen to and research popular composers like Beethoven, Mozart, Haydn, Brahms and Bach. 2 Research the top ten classical music albums or drop by the Top Ten Symphonies You Should Own page. 3 Don't hesitate to read the reviews and find out what others are saying. 4 Attend a classical music performance in your area.", "url": "http://classicalmusic.about.com/od/classicalmusic101/a/intro072104.htm" }, { "is_selected": 0, "passage_text": "classical music. In technical musical usage this means music composed during the late eighteenth and early nineteenth centuries, characterized by the development of the sonata by such composers as Mozart. In popular use, however, the term is used to mean any serious art music as distinct from jazz, pop, or folk.", "url": "http://www.thefreedictionary.com/classical+music" }, { "is_selected": 0, "passage_text": "However, the term classical music is used in a colloquial sense as a synonym for Western art music, which describes a variety of Western musical styles from the ninth century to the present, and especially from the sixteenth or seventeenth to the nineteenth. This article is about the specific period from 1730 to 1820. The Classical period falls between the Baroque and the Romantic periods. Classical music has a lighter, clearer texture than Baroque music and is less complex. It is mainly homophonic, using a clear melody over a subordinate chordal accompaniment, (but counterpoint was by no means forgotten, especially later in the period).", "url": "https://en.wikipedia.org/wiki/Classical_period_(music)" }, { "is_selected": 0, "passage_text": "Prelude -. A short piece originally preceded by a more substantial work, also an orchestral introduction to opera, however not lengthy enough to be considered an overture. Presto -. A direction in sheet music indicating the tempo is to be very fast.", "url": "http://www.classicalworks.com/html/glossary.html" }, { "is_selected": 0, "passage_text": "Key signature -. The flats and sharps at the beginning of each staff line indicating the key of music the piece is to be played. Klangfarbenmelodie -. The technique of altering the tone color of a single note or musical line by changing from one instrument to another in the middle of a note or line.", "url": "http://www.classicalworks.com/html/glossary.html" }, { "is_selected": 0, "passage_text": "Almost all of the composers who are described in music textbooks on the classical period and whose works are widely performed as part of the standard concert repertoire from the classical period are male composers, even though there has been a large number of women composers throughout the classical music period.", "url": "https://en.wikipedia.org/wiki/Classical_period_(music)" }, { "is_selected": 0, "passage_text": "When asked the question, “what is classical music?”, elevator music comes to the minds of many people. Although it is grossly inaccurate to say that classical music is elevator music, the two terms are similar in one way. They are both a generic term applied to a type of music. Classical music encompasses many styles of music spanning over 700 years.", "url": "http://classicalmusic.about.com/od/classicalmusic101/a/intro072104.htm" }, { "is_selected": 1, "passage_text": "1. classical music-traditional genre of music conforming to an established form and appealing to critical interest and developed musical taste. classical, serious music. chamber music-serious music performed by a small group of musicians.", "url": "http://www.thefreedictionary.com/classical+music" }, { "is_selected": 0, "passage_text": "The creation, performance, significance, and even the definition of music vary according to culture and social context. Indeed, throughout history, some new forms or styles of music have been criticized as not being music, including Beethoven 's Grosse Fuge in 1825 and early jazz in the beginning of the 1900s.", "url": "https://en.wikipedia.org/wiki/Music" }, { "is_selected": 0, "passage_text": "A piece of music played at the end of a recital responding to the audiences enthusiastic reaction to the performance, shown by continuous applause. Energico -. A symbol in sheet music a direction to play energetically.", "url": "http://www.classicalworks.com/html/glossary.html" } ]
define classical music
DESCRIPTION
[ "Classical music is referred as the traditional genre of music conforming to an established form and appealing to critical interest and developed musical taste." ]
119,069
[ { "is_selected": 0, "passage_text": "1 In the comic it was just Rick and Carl that witnessed it. 2 In the episode Michonne was also present. 3 The scene where Rick, Daryl, Michonne and Carl fight off Joe's gang was very similar to the fight against The Marauders in Issue 57 of the Comic Series.", "url": "http://walkingdead.wikia.com/wiki/A" }, { "is_selected": 0, "passage_text": "FLASHBACK-Rick arrives back from a bloody run and starts killing walkers brutally on the fences of the prison. Hershel, however, has a plan. The scene then jumps forward in time showing a bloody Rick shaking after a terrible event that has just occurred.", "url": "http://walkingdead.wikia.com/wiki/A" }, { "is_selected": 0, "passage_text": "The Walking Dead premiered in the U.S. on October 31, 2010, on the cable television channel AMC and internationally in November 2010 on Fox International Channels.", "url": "https://en.wikipedia.org/wiki/The_Walking_Dead_(TV_series)" }, { "is_selected": 0, "passage_text": "The Walking Dead is an American horror drama television series developed by Frank Darabont, based on the comic book series of the same name by Robert Kirkman, Tony Moore, and Charlie Adlard.", "url": "https://en.wikipedia.org/wiki/The_Walking_Dead_(TV_series)" }, { "is_selected": 0, "passage_text": "To watch full episodes, you must have a cable provider that supports AMC's full episode service and you must have AMC as part of your cable package.", "url": "http://www.amc.com/full-episodes-archive" }, { "is_selected": 0, "passage_text": "The Walking Dead has the highest total viewership of any series in cable television history, including its two most recent (fourth and fifth) seasons, during which it averaged the most 18- to 49-year-old viewers of all cable or broadcast television shows.", "url": "https://en.wikipedia.org/wiki/The_Walking_Dead_(TV_series)" }, { "is_selected": 0, "passage_text": "1 In the episode Rick and Daryl also talk about the events of the previous night after Joe's gang is killed, similar to Rick and Abraham's conversation in Issue 57. 2 Joe also says You screwed up, asshole. which is a variation of a line repeated by one of the marauders with screwed replacing the word fucked.", "url": "http://walkingdead.wikia.com/wiki/A" }, { "is_selected": 0, "passage_text": "The Walking Dead is mostly filmed in Georgia. The series is completely shot on 16 mm film. David Tattersall was the director of photography for the pilot episode with David Boyd as the director of photography on the remainder of the episodes. Production design is done by Greg Melton and Alex Hajdu.", "url": "https://en.wikipedia.org/wiki/The_Walking_Dead_(TV_series)" }, { "is_selected": 0, "passage_text": "Talking Dead on J... Season 6, Episode 02 25 Days Left Talking Dead on J... Season 6, Episode 02 25 Days Left Talking Dead on F... Season 6, Episode 01 18 Days Left Talking Dead on F... Season 6, Episode 01 18 Days Left Talking Dead Fear ... Season 5, Episode 18 11 Days Left Talking Dead Fear ...", "url": "http://www.amc.com/full-episodes-archive" }, { "is_selected": 1, "passage_text": "A is the sixteenth and final episode of Season 4 of AMC 's The Walking Dead. It aired on March 30, 2014 at 9/8c on AMC, and on March 31, 2014 at 9pm on Fox.", "url": "http://walkingdead.wikia.com/wiki/A" } ]
what episode is the walking dead on
ENTITY
[ "The walking dead is on sixteenth and final episode of Season 4." ]
657,712
[ { "is_selected": 1, "passage_text": "You changed one of two things: You may have accidentally changed the text size in your browser. Open you web browser and hold down the crtl key and turn the scroll wheel on the mouse. That will increase/decrease the text size. If that does not do it, you changed the screen resolution.Right-click anywhere on the desktop and select Properties from the menu. Go to the settings tab. You will see a slide bar on the left near the center. Moving that will increase/decrease the size of the screen.hat will increase/decrease the text size. If that does not do it, you changed the screen resolution. Right-click anywhere on the desktop and select Properties from the menu. Go to the settings tab.", "url": "https://answers.yahoo.com/question/index?qid=20090207072003AAVY8dK" }, { "is_selected": 0, "passage_text": "2)Click the Settings tab. 3)If you are using multiple display support, click the icon for the monitor whose settings you want to change. 4)Reduce the size of your desktop by moving the Screen Resolution slider to the left. 5)Restart your computer if you are prompted to do so.y window is too large and wider than my screen. //. Something was downloaded to my computer while I was away this week. (My husband probably thought it was ok.) Now when I open an email thru Outlook it’s huge – it goes way off the screen to the right.", "url": "https://askleo.com/my_window_is_too_large_and_wider_than_my_screen_how_do_i_resize_it_back/" }, { "is_selected": 0, "passage_text": "1 Click on Size (or just type s): the cursor should change to a 4-pointed compass. 2 Press the right arrow key (or the key that “points to” the window border that is off the screen): the cursor should jump to that window border – which of course you can’t see right now, since it’s off the screen.y window is too large and wider than my screen. //. Something was downloaded to my computer while I was away this week. (My husband probably thought it was ok.) Now when I open an email thru Outlook it’s huge – it goes way off the screen to the right.", "url": "https://askleo.com/my_window_is_too_large_and_wider_than_my_screen_how_do_i_resize_it_back/" }, { "is_selected": 0, "passage_text": "Report Abuse. you can go to display properties by right clicking on your desktop and select properties then settings and finally set the screen resolution to the required resolution example you can set it to 1024 by 768 pixels.Sam · 7 years ago.ight click an empty spot on your desktop. click on: if vista: personalize. then select display settings. move the scroller under resolution to the right until it gets to the size you want. if xp: properties.", "url": "https://uk.answers.yahoo.com/question/index?qid=20080525024842AAQNPZI" }, { "is_selected": 0, "passage_text": "Friend had a shortcut for his email using IE7 on his desktop. Windows XP and IE7. Try to open IE from desktop icon, and get a teeny tiny little window. As small as you can imagine. Tried all the usual fixes. Stretch window and close, delete icon and recreate it. Still would not open in a usable size from a desktop icon.I right mouse clicked on the icon on the desktop, clicked properties, then with the cursor over the resultant pop-up, hit F11.indows XP and IE7. Try to open IE from desktop icon, and get a teeny tiny little window. As small as you can imagine. Tried all the usual fixes. Stretch window and close, delete icon and recreate it. Still would not open in a usable size from a desktop icon.", "url": "http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/why-does-internet-explorer-open-in-small-window/3209841b-2384-4d28-a4a3-c3e5cfb9b64a" }, { "is_selected": 0, "passage_text": "Normally, of course, you can resize a window by using the mouse and clicking on and dragging the border of the window. In a case like this, though, the border is off the screen, and there’s no way to move the mouse over to click on it.y window is too large and wider than my screen. //. Something was downloaded to my computer while I was away this week. (My husband probably thought it was ok.) Now when I open an email thru Outlook it’s huge – it goes way off the screen to the right.", "url": "https://askleo.com/my_window_is_too_large_and_wider_than_my_screen_how_do_i_resize_it_back/" }, { "is_selected": 0, "passage_text": "Have a look at this Microsoft site, it might work for you: How do I make the default window size open to maximized - Microsoft Community. I hope I will get help when things are not right with my windows 7 64 bit.All I want my pages to open maximised instead of haf or smaller.toggle-button.ave a look at this Microsoft site, it might work for you: How do I make the default window size open to maximized - Microsoft Community. I hope I will get help when things are not right with my windows 7 64 bit.All I want my pages to open maximised instead of haf or smaller. toggle-button.", "url": "http://www.techsupportalert.com/content/how-make-your-programs-open-maximized.htm" }, { "is_selected": 0, "passage_text": "If you like program windows to open large this tip tells you how. Most Windows programs open in a normal window, which fills part of the screen. You can also have them open maximized, where they fit the screen but leave taskbars etc. visible.Sure, you can use one of the buttons in the upper right corner to make windows smaller and larger, but if you'd rather have some (or all) of your programs open large all the time this is a fast and easy tip.ave a look at this Microsoft site, it might work for you: How do I make the default window size open to maximized - Microsoft Community. I hope I will get help when things are not right with my windows 7 64 bit.All I want my pages to open maximised instead of haf or smaller. toggle-button.", "url": "http://www.techsupportalert.com/content/how-make-your-programs-open-maximized.htm" }, { "is_selected": 0, "passage_text": "To change the size of text and windows, click Medium or Larger, then click Apply. In Windows, search for and open Adjust screen resolution. Click the image of the monitor that you want to adjust. To change the screen size for the selected monitor, select a resolution from the drop-down list, then click Apply.ight-click an open area of the desktop, select View, then click Large Icons, Medium Icons, or Small Icons. Figure: Adjust icon size. note: To quickly adjust the size of all icons at once, click an open area of the desktop, then press and hold the CTRL key and use the scroll wheel on the mouse.", "url": "http://support.hp.com/us-en/document/c01853728" }, { "is_selected": 0, "passage_text": "In Windows, search for and open Display settings. To change the size of text and windows, click and drag the slider bar, then click Apply. In Windows, search for and open Change the screen resolution. Click the image of the monitor that you want to adjust.To change the screen size for the selected monitor, select a resolution from the drop-down list, then click Apply. In Windows, search for and open change the screen orientation.ight-click an open area of the desktop, select View, then click Large Icons, Medium Icons, or Small Icons. Figure: Adjust icon size. note: To quickly adjust the size of all icons at once, click an open area of the desktop, then press and hold the CTRL key and use the scroll wheel on the mouse.", "url": "http://support.hp.com/us-en/document/c01853728" } ]
my screens are not opening to regular size just a small box
DESCRIPTION
[ "To open your screen in regular size, right click anywhere on the desktop and select properties from the menu, then go to the settings tab, then you will see a slide bar on the left near the center then, moving that will increase or decrease the size of the screen." ]
460,883
[ { "is_selected": 0, "passage_text": "Lipo-flavonoid (also Lipo-flavonoid Plus) is a dietary supplement created in 1961 by Smith, Miller, and Patch, which is marketed on the Internet and in television commercials. The manufacturer, Clarion Brands, claims that it improves circulation in the inner ear, as a means of combating tinnitus (ringing in the ears).", "url": "https://en.wikipedia.org/wiki/Lipoflavonoid" }, { "is_selected": 0, "passage_text": "Flavonoids are classified into 12 major subclasses based on chemical structures, six of which, namely anthocyanidins, flavan-3-ols, flavonols, flavones, flavanones, and isoflavones (Table 1 and Figures 1-9) are of dietary significance.", "url": "http://lpi.oregonstate.edu/mic/dietary-factors/phytochemicals/flavonoids/" }, { "is_selected": 0, "passage_text": "The Secret Ingredient in Tea. Catechins, a type of disease-fighting flavonoid and antioxidant, are the keys to tea's health benefits. Here's a tip: The longer you steep the tea, the more flavonoids you'll get in your brew. To get the best tea benefit, some studies suggest drinking three cups each day to cut heart disease risk.", "url": "http://www.webmd.com/food-recipes/features/health-benefits-tea" }, { "is_selected": 1, "passage_text": "Flavonoids are a large family of polyphenolic plant compounds. Six major subclasses of flavonoids, namely anthocyanidins, flavan-3-ols, flavonols, flavanones, flavones, and isoflavones, flavonols are the most widespread in the human diet. (More information)", "url": "http://lpi.oregonstate.edu/mic/dietary-factors/phytochemicals/flavonoids/" }, { "is_selected": 0, "passage_text": "With all the health benefits of black tea, sun tea is even more welcome than ever. There's compelling evidence that tea reduces the risk of heart disease, and possibly even helps prevent cancer and Alzheimer's disease. Indeed, tea is considered a superfood -- whether it's black, green, white, or oolong tea.", "url": "http://www.webmd.com/food-recipes/features/health-benefits-tea" }, { "is_selected": 0, "passage_text": "Neoflavonoids structure. Flavonoids (or bioflavonoids) (from the Latin word flavus meaning yellow, their color in nature) are a class of plant and fungus secondary metabolites. Chemically, flavonoids have the general structure of a 15-carbon skeleton, which consists of two phenyl rings (A and B) and heterocyclic ring (C). This carbon structure can be abbreviated C6-C3-C6.", "url": "https://en.wikipedia.org/wiki/Flavonoid" }, { "is_selected": 0, "passage_text": "Lipo-flavonoid is a concentrated extract of lemon peel. It is composed principally of ascorbic acid (vitamin C), eriodictyol glycoside also called eriocitrin (lemon flavonoid, a natural yellow food coloring found in lemon peel), choline, and inositol.", "url": "https://en.wikipedia.org/wiki/Lipoflavonoid" }, { "is_selected": 0, "passage_text": "U.S. Food and Drug Administration. Lipo-flavonoid provides nutritional support to improve circulation in the inner ear. [This article only states how it is marketed, however it should be known that lipoflavanoids are simply plant steroids.", "url": "https://en.wikipedia.org/wiki/Lipoflavonoid" }, { "is_selected": 0, "passage_text": "A Dr. Michael Roizen, MD , Internal Medicine, answered. Flavonoids are substances that are like vitamins but, unlike vitamins, aren't essential for life. We don't know the mechanism of action of flavonoids, but they are powerful antioxidants, even more powerful than vitamins C and E combined. Flavonoids also have anti-inflammatory effects.", "url": "https://www.sharecare.com/health/antioxidants/what-flavonoids" }, { "is_selected": 0, "passage_text": "What is Tinnitus? Tinnitus, or ringing in the ears, is a continuing perceived sound where no external source is present. It may be in one or both ears. It is considered subjective since only the person who has the condition can actually hear it. Individuals with tinnitus sometimes describe the sound as a high-pitch whistle.", "url": "https://lipoflavonoid.com/content/13-what-is-tinnitus" } ]
what is flavonoid
DESCRIPTION
[ "Flavonoids are a large family of polyphenolic plant compounds." ]
747,760
[ { "is_selected": 0, "passage_text": "How long does frozen lasagna last at room temperature? Bacteria grow rapidly at temperatures between 40 °F and 140 °F; frozen lasagna should be discarded if left for more than 2 hours at room temperature. How long does frozen lasagna last in the fridge after being cooked? Frozen lasagna that has been cooked can be kept for 3 to 5 days in the fridge; refrigerate the lasagna in airtight containers or wrap tightly in aluminum foil or plastic wrap.", "url": "http://www.stilltasty.com/fooditems/index/17517" }, { "is_selected": 0, "passage_text": "How Long Does Lasagna Last? How long does lasagna last? Prepared lasagna will last for up to one week in the refrigerator, if stored properly. Lasagna, although there are many variations, is most often made with tomato sauce, ground beef, lasagna noodles or pasta and ricotta cheese.", "url": "http://www.eatbydate.com/grains/lasagna/" }, { "is_selected": 0, "passage_text": "All of these times assume that you froze your food well-wrapped or in freezer containers or bags. Note that these times only refer to how long your frozen food will still be of excellent quality when you finally get around to eating it: It's not a safety issue. Frozen food will safely keep in the freezer indefinitely. But its flavor and texture will be vastly better if you stick to these maximum storage times.", "url": "https://www.thespruce.com/storing-food-in-the-freezer-1327662" }, { "is_selected": 1, "passage_text": "Hey my mom makes lasagna all the time and we freeze the leftovers. It will last a good two weeks in the freezer. My advice is to take it out of the fridge and stick it in the freezer. Lasagna is always better the day after it was made, i.e. as leftovers.", "url": "https://forums.anandtech.com/threads/how-long-will-my-lasagna-last-in-fridge.869274/" }, { "is_selected": 0, "passage_text": "This is one big reason why I use plastic bags for freezer foods instead of other containers — it's much easier to get the air out of a bag than a stiff plastic or glass container. As a general rule of thumb, frozen food will keep for three months in a standard home freezer before starting to show signs of freezer burn. This is true for raw meats, cooked meats, prepared foods, breads, and anything else you might think of freezing.", "url": "http://www.thekitchn.com/do-you-know-how-long-foods-will-keep-in-the-freezer-194281" }, { "is_selected": 0, "passage_text": "Likes Received: 0. i usually let it sit in the fridge for a week. when i make it, i make one dish, refrigerate two servings for myself to eat during the week, and freeze the rest. generally though i throw out the cooked servings in the freezer after 2 months to be safe.", "url": "https://forums.anandtech.com/threads/how-long-does-lasagna-last-in-the-refrigerator.1360842/" }, { "is_selected": 0, "passage_text": "This said, if you pull something out of the freezer that's older than three months and it doesn't show signs of freezer burn, it's probably still good to eat. How the food was packaged, how often you opened the freezer (which quickens freezer burn), and other factors can extend the shelf life of your frozen food.", "url": "http://www.thekitchn.com/do-you-know-how-long-foods-will-keep-in-the-freezer-194281" }, { "is_selected": 0, "passage_text": "Originally posted by: freesia39. i usually let it sit in the fridge for a week. when i make it, i make one dish, refrigerate two servings for myself to eat during the week, and freeze the rest. generally though i throw out the cooked servings in the freezer after 2 months to be safe.", "url": "https://forums.anandtech.com/threads/how-long-does-lasagna-last-in-the-refrigerator.1360842/" }, { "is_selected": 0, "passage_text": "How Long Does Pasta Last? How long does pasta last? Dried pasta will last for 1-2 years beyond a best by date, whereas fresh pasta will last for 4-5 days beyond a best by date. The shelf life of pasta depends on a variety of factors, such as the best by date, the preparation method and how it was stored.", "url": "http://www.eatbydate.com/grains/pasta-shelf-life-expiration-date/" }, { "is_selected": 0, "passage_text": "Likes Received: 0. Hey my mom makes lasagna all the time and we freeze the leftovers. It will last a good two weeks in the freezer. My advice is to take it out of the fridge and stick it in the freezer. #5 Aug 18, 2002.", "url": "https://forums.anandtech.com/threads/how-long-will-my-lasagna-last-in-fridge.869274/" } ]
how long does lasagna stay good in freezer
NUMERIC
[ "Lasagna stays of two weeks good in the Freezer." ]
258,616
[ { "is_selected": 1, "passage_text": "Less commonly, pharyngitis is caused by a bacterial infection. Bacterial infections do require antibiotics. The most common bacterial infection of the throat is strep throat, which is caused by streptococcus A. Rare causes of bacterial pharyngitis include gonorrhea, chlamydia, and corynebacterium.iral Infection. Pharyngitis is most commonly caused by viral infections such as the common cold, influenza, or mononucleosis. Viral infections do not respond to antibiotics, and treatment is only necessary to help relieve symptoms.", "url": "http://www.healthline.com/health/pharyngitis" }, { "is_selected": 0, "passage_text": "Fortunately, most sore throats are caused by a minor illness and go away without medical treatment. Several conditions can cause a sore throat. Sore throats may be caused by a viral illness, such as: 1 The common cold, the most common type of viral infection. 2 Infection of the voice box (laryngitis).3 Mononucleosis (mono, the kissing disease), a viral infection that tends to cause a persistent sore throat.ortunately, most sore throats are caused by a minor illness and go away without medical treatment. Several conditions can cause a sore throat. Sore throats may be caused by a viral illness, such as: 1 The common cold, the most common type of viral infection. 2 Infection of the voice box (laryngitis).", "url": "http://www.webmd.com/cold-and-flu/tc/sore-throat-topic-overview" }, { "is_selected": 0, "passage_text": "In this article. Bacterial and viral infections have many things in common. Both types of infections are caused by microbes -- bacteria and viruses, respectively -- and spread by things such as: 1 Coughing and sneezing.2 Contact with infected people, especially through kissing and sex.3 Contact with contaminated surfaces, food, and water.n this article. Bacterial and viral infections have many things in common. Both types of infections are caused by microbes -- bacteria and viruses, respectively -- and spread by things such as: 1 Coughing and sneezing.", "url": "http://www.webmd.com/a-to-z-guides/bacterial-and-viral-infections" }, { "is_selected": 0, "passage_text": "Streptococcal pharyngitis or strep throat is caused by group A beta-hemolytic streptococcus (GAS). It is the most common bacterial cause of cases of pharyngitis (15–30%).Common symptoms include fever, sore throat, and large lymph nodes. It is a contagious infection, spread by close contact with an infected individual.A definitive diagnosis is made based on the results of a throat culture.treptococcal pharyngitis or strep throat is caused by group A beta-hemolytic streptococcus (GAS). It is the most common bacterial cause of cases of pharyngitis (15–30%).", "url": "https://en.wikipedia.org/wiki/Pharyngitis" }, { "is_selected": 0, "passage_text": "1 The common cold, the most common type of viral infection. 2 Infection of the voice box (laryngitis). 3 Mononucleosis (mono, the kissing disease), a viral infection that tends to cause a persistent sore throat. 4 Other viral infections, such as mumps, herpangina, or influenza.ortunately, most sore throats are caused by a minor illness and go away without medical treatment. Several conditions can cause a sore throat. Sore throats may be caused by a viral illness, such as: 1 The common cold, the most common type of viral infection. 2 Infection of the voice box (laryngitis).", "url": "http://www.webmd.com/cold-and-flu/tc/sore-throat-topic-overview" }, { "is_selected": 0, "passage_text": "Many of these infections are viral; others can be caused by bacteria (such as Streptococcus pyogenes, or group A Streptococcus). Streptococcal bacteria are the agents that cause the painful and well-known condition known as strep throat. throat infection, sometimes called pharyngitis, can be either a bacterial or a viral infection leading to inflammation of the tissues of the throat that causes redness, pain and swelling of the walls or structures of the throat.", "url": "http://www.healthgrades.com/conditions/throat-infection" }, { "is_selected": 0, "passage_text": "A bacterial infection may also cause a sore throat. This can occur from: 1 Strep throat, which usually does not occur with congestion or a cough. 2 An inflammation or infection of the tonsils (tonsillitis) and sometimes the adenoids (adenoiditis). 3 An infection of the tissues around the tonsils (peritonsillar abscess).ortunately, most sore throats are caused by a minor illness and go away without medical treatment. Several conditions can cause a sore throat. Sore throats may be caused by a viral illness, such as: 1 The common cold, the most common type of viral infection. 2 Infection of the voice box (laryngitis).", "url": "http://www.webmd.com/cold-and-flu/tc/sore-throat-topic-overview" }, { "is_selected": 1, "passage_text": "A throat infection, sometimes called pharyngitis, can be either a bacterial or a viral infection leading to inflammation of the tissues of the throat that causes redness, pain and swelling of the walls or structures of the throat. throat infection, sometimes called pharyngitis, can be either a bacterial or a viral infection leading to inflammation of the tissues of the throat that causes redness, pain and swelling of the walls or structures of the throat.", "url": "http://www.healthgrades.com/conditions/throat-infection" }, { "is_selected": 0, "passage_text": "These symptoms could be signs of a bacterial infection, such as strep throat. Taking antibiotics won’t help at all if your sore throat is caused by viruses, but they’re essential for fighting bacterial infections like strep. Strep is the most common bacterial throat infection.Although it can occur in adults, strep throat is more common in children between ages 5 and 15. Riddle says strep can be harder to detect in younger children, because it can cause a runny nose and other symptoms that make it seem like a cold.nother fairly common throat infection is tonsillitis, which occurs when you have sore, swollen tonsils. It’s caused by many of the same viruses and bacteria that cause sore throats. If you have frequent bouts of tonsillitis or strep throat, you may need surgery (called a tonsillectomy) to have your tonsils removed.", "url": "http://newsinhealth.nih.gov/issue/mar2013/feature2" }, { "is_selected": 0, "passage_text": "The germs that cause bacterial meningitis can be contagious. Some bacteria can spread through the exchange (e.g., by kissing) of respiratory and throat secretions (e.g., saliva or mucus). Fortunately, most of the bacteria that cause meningitis are not as contagious as viruses that cause the common cold or the flu.ome bacteria can spread through the exchange (e.g., by kissing) of respiratory and throat secretions (e.g., saliva or mucus). Fortunately, most of the bacteria that cause meningitis are not as contagious as viruses that cause the common cold or the flu.", "url": "http://www.cdc.gov/meningitis/bacterial.html" } ]
what are the most common causes of bacterial throat infections
DESCRIPTION
[ "The most common causes of a bacterial throat infection are common cold, influenza, or mononucleosis. " ]
571,710
[ { "is_selected": 1, "passage_text": "Smart TVs use either a direct, wired Ethernet connection or built-in Wi-Fi to connect to a home network for Internet access. Most models today have built-in Wi-Fi, but check before you buy.People with larger homes should also double-check their Wi-Fi coverage.f the Wi-Fi router is on the second floor and the smart TV is going to be in the basement, the set may not be able to stream video from Netflix or other providers without experiencing hiccups. Furthermore, in our testing, most Wi-Fi receivers in TVs are not as sensitive as those in set-top boxes, such as Roku.", "url": "http://www.tomsguide.com/us/smart-tv-faq,review-2111.html" }, { "is_selected": 0, "passage_text": "-- Ellen, Lothian, Maryland Smart TV is a term used for a television or set-top box that can connect to your home network and allow you to access the Internet, including video streaming services such as Netflix, Amazon or Vudu.Here's how it works: If you use a set-top box, you will want one that has Wi-Fi built-in.If you don't have a home network installed, here's a guide on how to do it.) With a Wi-Fi built-in set-top, such as this Blu-ray player, you connect the box to your TV just like you would with any DVD or Blu-ray player.", "url": "http://www.tvpredictions.com/answersix011413.htm" }, { "is_selected": 0, "passage_text": "You do not need a smart TV to get streaming Netflix movies or YouTube videos on your screen. Many set-top boxes can stream those services and more to an HDTV. The leading models are from Amazon, Apple, Google and Roku.As an example, the Roku Streaming Stick, just $50, delivers more than 1,000 channels and apps.f the Wi-Fi router is on the second floor and the smart TV is going to be in the basement, the set may not be able to stream video from Netflix or other providers without experiencing hiccups. Furthermore, in our testing, most Wi-Fi receivers in TVs are not as sensitive as those in set-top boxes, such as Roku.", "url": "http://www.tomsguide.com/us/smart-tv-faq,review-2111.html" }, { "is_selected": 0, "passage_text": "Smart TVs are not the only TVs that can connect to the internet. Other internet Televisions are slightly different and might have different services available. If you’re unsure what your TV supports, check the manufacturer’s manual or website for more details.There are three main types of internet TVs:mart TVs are not the only TVs that can connect to the internet. Other internet Televisions are slightly different and might have different services available. If you’re unsure what your TV supports, check the manufacturer’s manual or website for more details. There are three main types of internet TVs:", "url": "http://www.knowhow.com/article.dhtml?articleReference=1246&country=uk" }, { "is_selected": 0, "passage_text": "A smart TV is a TV with integrated internet capabilities. This means that as well as doing the job of a normal digital television, it can also do the job of a DVD player and a music player, and it can do a similar job to a computer. It's pretty clever.o if you do think a smart TV is for you, make sure you do your research-just as you would with any other purchase. You'll need to take a look at exactly what features each brand has-and work out what's important for you.", "url": "http://www.bbc.co.uk/webwise/0/22717887" }, { "is_selected": 0, "passage_text": "Smart TV and Internet Connectable products both allow you to view content from the Internet on your HDTV through specialized apps (Netflix*, Napster, Facebook, etc.). Usually, you will access them through a menu page of icons.These apps are designed to work specifically and very smoothly with the television experience.mart TV and Internet Connectable products both allow you to view content from the Internet on your HDTV through specialized apps (Netflix*, Napster, Facebook, etc.). Usually, you will access them through a menu page of icons.", "url": "http://www.bestbuy.com/site/Electronics-Promotions/Smart-TV-vs-Internet-Connectable/pcmcat220000050001.c?id=pcmcat220000050001" }, { "is_selected": 0, "passage_text": "For convenient, wireless connection to the Internet, many Smart TV and Internet Connectable products have built-in Wi-Fi or allow for a Wi-Fi adapter to be connected (Google TV, for example, can make its own wireless network connection with your router).mart TV and Internet Connectable products both allow you to view content from the Internet on your HDTV through specialized apps (Netflix*, Napster, Facebook, etc.). Usually, you will access them through a menu page of icons.", "url": "http://www.bestbuy.com/site/Electronics-Promotions/Smart-TV-vs-Internet-Connectable/pcmcat220000050001.c?id=pcmcat220000050001" }, { "is_selected": 0, "passage_text": "If the Wi-Fi router is on the second floor and the smart TV is going to be in the basement, the set may not be able to stream video from Netflix or other providers without experiencing hiccups. Furthermore, in our testing, most Wi-Fi receivers in TVs are not as sensitive as those in set-top boxes, such as Roku.f the Wi-Fi router is on the second floor and the smart TV is going to be in the basement, the set may not be able to stream video from Netflix or other providers without experiencing hiccups. Furthermore, in our testing, most Wi-Fi receivers in TVs are not as sensitive as those in set-top boxes, such as Roku.", "url": "http://www.tomsguide.com/us/smart-tv-faq,review-2111.html" }, { "is_selected": 0, "passage_text": "The low average penetration of connected smart TVs as a proportion of smart TVs (connection rate) of 44% (ranging from 50% of 18–34-year-olds to 32% of those aged 55 or over), is a lost opportunity for CE manufacturers aiming to develop new revenue streams and form deeper relationships with consumers.n the other hand, streaming media devices, such as Apple TV or Roku Internet set-top boxes, which typically are single-purpose devices offering access to a more limited range of content than smart TVs, were owned by just 1 in 20 of our respondents.", "url": "http://www.analysysmason.com/About-Us/News/Insight/smart-TV-May2013/" }, { "is_selected": 0, "passage_text": "If you use a TV to access the Internet rather than a set-top, the steps are pretty similar if the TV has Wi-Fi built-in, such as this one, If you use a TV that does not have Wi-Fi built-in, but is Internet capable, it will probably come with what's known as a dongle.If you don't have a home network installed, here's a guide on how to do it.) With a Wi-Fi built-in set-top, such as this Blu-ray player, you connect the box to your TV just like you would with any DVD or Blu-ray player.", "url": "http://www.tvpredictions.com/answersix011413.htm" } ]
does a smart tv work without internet
DESCRIPTION
[ "No, a smart tv does not work without internet." ]
162,409
[ { "is_selected": 0, "passage_text": "Non-stop flight time from Dubai to New York is around 13 hours to 15 hours. Fastest one-stop flight between Dubai and New York takes close to 17 hours. However, some airlines could take as long as 44 hours based on the stopover destination and waiting duration. This is the average non-stop flight time from Dubai to either of the major airports that serves New York.", "url": "http://www.prokerala.com/travel/flight-time/from-dubai/to-new-york/" }, { "is_selected": 0, "passage_text": "New York to Dubai on Emirates is 6,850 miles and 12.5 hours. Perhaps you're a businessperson heading out to survey your latest investments, perhaps a developer looking to snatch up some of the Middle East's most-coveted real estate. Maybe you're just a curious New Yorker wondering what all the fuss is about.", "url": "http://www.hopper.com/articles/854/the-10-longest-non-stop-flights-from-new-york" }, { "is_selected": 0, "passage_text": "The shortest elapsed trip time is on Emirates flight #203, taking 14 hours 50 minutes. 13hr … 45min Dubai (DXB) to New York Kennedy (JFK) by a nonstop flight operated by Emirates Airlines. 18 people found this useful.", "url": "http://www.answers.com/Q/How_many_hours_to_fly_from_new_york_to_dubai" }, { "is_selected": 0, "passage_text": "COST About $15,000 a person, round trip from New York to Singapore. The shortest flight with SIA suites, about seven hours from New York to Frankfurt, is about $10,500. A version of this article appears in print on February 12, 2012, on page TR9 of the New York edition with the headline: New York to Dubai for $19,000.", "url": "http://www.nytimes.com/2012/02/12/travel/new-york-to-dubai-for-19000.html" }, { "is_selected": 0, "passage_text": "The flight time from New York to Dubai is approx. 13 hours.", "url": "http://www.answers.com/Q/How_many_hours_to_fly_from_new_york_to_dubai" }, { "is_selected": 0, "passage_text": "WHERE IT FLIES Between 20 different routes, including Dubai and New York, Rome, Munich and Johannesburg, among other cities. COST About $19,130 between New York and Dubai. The shortest route with suites, about 2 hours 40 minutes between Jeddah and Dubai, is about 9,070 United Arab Emirates dirhams, or about $2,470.", "url": "http://www.nytimes.com/2012/02/12/travel/new-york-to-dubai-for-19000.html" }, { "is_selected": 1, "passage_text": "Flying time from New York, NY to Dubai, United Arab Emirates. The total flight duration from New York, NY to Dubai, United Arab Emirates is 14 hours, 12 minutes. This assumes an average flight speed for a commercial airliner of 500 mph, which is equivalent to 805 km/h or 434 knots. It also adds an extra 30 minutes for take-off and landing.", "url": "http://www.travelmath.com/flying-time/from/New+York,+NY/to/Dubai,+United+Arab+Emirates" }, { "is_selected": 0, "passage_text": "WHERE IT FLIES To 145 destinations in 40 countries including between the United States (New York, Chicago, San Francisco and Los Angeles) and Hong Kong as well as between New York and Vancouver. COST Between $15,400 and $26,000 for flights from New York to Hong Kong.", "url": "http://www.nytimes.com/2012/02/12/travel/new-york-to-dubai-for-19000.html" }, { "is_selected": 0, "passage_text": "If you are actually flying from Dubai, United Arab Emirates to New York, United States or if you are just curious to know the flight time between Dubai and New York, this page will give you the information you are looking for.", "url": "http://www.prokerala.com/travel/flight-time/from-dubai/to-new-york/" }, { "is_selected": 0, "passage_text": "The calculation of flight time is based on the straight line flight distance from New York, NY to Dubai, United Arab Emirates (as the crow flies), which is about 6,850 miles or 11 025 kilometers. Your trip begins in New York, New York. It ends in Dubai, United Arab Emirates.", "url": "http://www.travelmath.com/flying-time/from/New+York,+NY/to/Dubai,+United+Arab+Emirates" } ]
how many hours to fly from nyc to dubai
NUMERIC
[ "It takes 14 hours, 12 minutes to fly from New York City to Dubai." ]
286,299
[ { "is_selected": 0, "passage_text": "Conveniently located in East Freedom, PA, Freedom RV Rentals has a wide variety of new and late-model motorhome rentals for whatever destination you have your sights set on. Contact us today at (866) 876-7368 or get a quote online. View Floorplan View Photos.", "url": "https://www.freedomrentals.com/rv-rental/motorhome-rental/" }, { "is_selected": 0, "passage_text": "If we have a motorhome rental available, you can pick it up first thing in the morning and head out. With complimentary airport pickup in Johnstown, Altoona, and State College, PA, we will do everything we can to get you into your motorhome and onto the open road hassle-free.", "url": "https://www.freedomrentals.com/rv-rental/motorhome-rental/" }, { "is_selected": 0, "passage_text": "1 Some rental companies charge an additional $50-$100 if the RV is picked up on a weekend during peak season. Class As average about 8-10 miles per gallon, with a typical fuel tank holding 100-150 gallons. At $2.50-$4 a gallon, a fill-up could cost $250-$600 and last 800-1,500 miles.", "url": "http://cars.costhelper.com/rv-rental.html" }, { "is_selected": 0, "passage_text": "A few RV Rental dealers offer unlimited mileage on their RV rentals. Other RV rental dealers offer a daily mileage allowance and additional costs are only added if you exceed a specific cap. For example, you may be given a daily mileage allowance of 150 miles. Anything over that would be charged at $0.38 per mile. If you rent your RV for 7 days and you drive a total of 1,500 miles, you would be 450 miles over your allowance. That would result in an extra $171 to your final bill. You will also need to budget for gasoline or diesel fuel expense.", "url": "http://www.gorvrentals.com/Vehicle/how-much-does-it-cost-to-rent-an-rv-article-3.aspx" }, { "is_selected": 0, "passage_text": "For more information, call us today at (866) 876-7368. Be sure to browse our full selection of motorhome, travel trailer, and pop-up camper rentals, and get a quote online.", "url": "https://www.freedomrentals.com/rv-rental/motorhome-rental/" }, { "is_selected": 0, "passage_text": "The solution is to rent one. This month we'll look at a variety of ways to temporarily acquire an RV (including partial ownership) for specific vacations, what you need to know, some advice to prevent problems, and how to locate the companies.", "url": "http://www.roadtripamerica.com/rv/How-to-Rent-an-RV.htm" }, { "is_selected": 1, "passage_text": "Travel trailers, which require a suitable tow vehicle, typically rent for $50-$175 a night, or $350-$1,225 weekly. RV Northwest in Oregon offers a 19-foot lightweight travel trailer for $525-$745 a week and a toy hauler for $749-$896 a week.", "url": "http://cars.costhelper.com/rv-rental.html" }, { "is_selected": 0, "passage_text": "At Freedom Rentals we provide regular maintenance and inspections on our entire fleet of RV rentals as well as a final quality inspection on your motorhome rental before you leave the lot. No need to stress about filling fluids, cleaning, or dumping tanks. We take care of all that.", "url": "https://www.freedomrentals.com/rv-rental/motorhome-rental/" }, { "is_selected": 0, "passage_text": "If included with the RV, it can cost $50-$100 for a basic kitchen kit, or $15-$80 or more per person for a more complete package. Some companies charge an extra $5-$50 a day for items such as a TV-DVD player, portable generator, bicycle rack, camp chairs or other extras.", "url": "http://cars.costhelper.com/rv-rental.html" }, { "is_selected": 0, "passage_text": "1 Check whether the rented motorhome is covered under by existing automobile insurance; if not, additional insurance from the rental company can cost $15-$75 a day. Campgrounds or RV parks typically cost $10-$50 a night. When making reservations, check the maximum RV size allowed.", "url": "http://cars.costhelper.com/rv-rental.html" } ]
how much to rent a rv
NUMERIC
[ "To rent a RV in Oregon it offers a 19-foot lightweight travel trailer for $525-$745 a week and a toy hauler for $749-$896 a week." ]
329,451
[ { "is_selected": 0, "passage_text": "From the information above, you can see the best way to contact Sharperimage.com. Unfortunately, it doesn't stop there- you still have to argue with the various reps and follow up when that is done. But we have a service that makes this much faster and easier. Hire our pros to handle your customer issue for you!", "url": "https://gethuman.com/contact/Sharperimage-com" }, { "is_selected": 0, "passage_text": "Sharper Image Contact Address. The address of Sharper Image Contact is 27725, Stansbury Boulevard, #175, Farmington Hills, MI-48334, Michigan, United States of America. The postal and official address, email address and phone number (helpline) of Sharper Image Contact Service Center and Sharper Image Contact customer service number is given below. The helpline of Sharper Image Contact customer service number may or may not be toll free.", "url": "http://allcustomercarenumbers.net/Customer-Service-Number-Sharper-Image-Contact-034739" }, { "is_selected": 0, "passage_text": "5/23/2015. The Sharper Image Corp. - How to get product from sharper image.If you have. How to get product from sharper image.If you have phone phone provide us thanks.", "url": "http://customerservicenumbers.com/co-the-sharper-image-corp-" }, { "is_selected": 0, "passage_text": "Not happy with this item. After it was half full, the batteries went dead and when I replaced the batteries, it will not count the coins any more. I tried 2 numbers to call that were listed on the internet and neither one is in service. So much for Sharper Image items. I thought they were supposed to be good quality!", "url": "http://www.forlocations.com/sharperimage" }, { "is_selected": 0, "passage_text": "Save time before you call Sharperimage.com. GetHuman collects the best phone numbers and shortcuts for companies, but we also have how-to guides for common customer issues. Or you can hire us to call Sharperimage.com for you and help with your issue. Start by telling us why you're calling.", "url": "https://gethuman.com/phone-number/Sharperimage-com" }, { "is_selected": 0, "passage_text": "Sharperimage.com Contact Information Compared. There are 2 ways to contact Sharperimage.com across 1 different departments. We've ranked them based on turnaround time and recommendations from other customers.", "url": "https://gethuman.com/contact/Sharperimage-com" }, { "is_selected": 0, "passage_text": "The Website of Sharper Image is www.sharperimage.com. The postal and official address, email address and phone number (helpline) of Sharper Image Service Center and Sharper Image customer service number is given below. The helpline of Sharper Image customer service number may or may not be toll free. data-ad-slot=8744499396>.", "url": "http://allcustomercarenumbers.net/Customer-Service-Number-Sharper-Image-022795" }, { "is_selected": 0, "passage_text": "7/5/2012. The Sharper Image Corp. - want to order a 9 motor massage and heat full body. want to order a 9 motor massage and heat full body faux fur.", "url": "http://customerservicenumbers.com/co-the-sharper-image-corp-" }, { "is_selected": 1, "passage_text": "We have a few other tricks to try if you're calling Sharperimage.com, and if you are already viewing this on a phone or call-capable device, then you can click or tap below to just start a call. 1 Have Sharperimage.com call you insteadCall Sharperimage.com using our web-phoneDial 877-714-7444 now. If you're already on the phone with Sharperimage.com, you may want to look over any tips we have for getting better results.", "url": "https://gethuman.com/phone-number/Sharperimage-com" } ]
sharper image contact number
NUMERIC
[ "The sharper image contact number is 877 714 7444. " ]
495,568
[ { "is_selected": 0, "passage_text": "Herb and Susan have two children under age 17. The couple files a joint return and reports income of $50,000. Their AGI is well below the $110,000 phase-out threshold for married couples filing jointly. They can claim the full $2,000 child credit since the credit does not exceed their tax liability.", "url": "https://turbotax.intuit.com/tax-tools/tax-tips/Family/Child-Tax-Credit/INF12004.html" }, { "is_selected": 0, "passage_text": "Age. You have to stop claiming your child when she turns 19, unless she goes on to become a full-time student. In that case, you keep claiming the exemption until she's 24, as long as she meets the other qualifying-child tests. After a child reaches age 24, you can only claim her if she's completely and totally disabled. If she marries and starts filing a joint return, even if she's under 19, you lose the right to claim her on your taxes.", "url": "http://budgeting.thenest.com/stop-claiming-child-federal-income-tax-25725.html" }, { "is_selected": 1, "passage_text": "As mentioned above, age is a factor in determining whether your child is a qualifying child for your tax return. If your child is a student or is disabled, then you can claim him or her as a dependent as long as your child is under age 24. Otherwise, the child must be under 19 years old. However, there are other tests that allow you to claim a dependency exemption for your child. These are as follows:", "url": "http://askthemoneycoach.com/2012/01/age-limit-claiming-child-dependent-income-tax-return/" }, { "is_selected": 0, "passage_text": "Sam and Judy also have two children under age 17, but their joint income is $130,000, meaning they will lose some of their child tax credit. Since their combined income exceeds the $110,000 phase-out threshold for married couples by $20,000, they must reduce their credit by $50 for every $1,000 they are over the limit.", "url": "https://turbotax.intuit.com/tax-tools/tax-tips/Family/Child-Tax-Credit/INF12004.html" }, { "is_selected": 0, "passage_text": "Rules on dependents can help you save thousands of dollars on your taxes. Yet many of us are not aware of who in our family may qualify as our dependent. Review the rules for claiming dependents here.", "url": "https://turbotax.intuit.com/tax-tools/tax-tips/Family/Rules-for-Claiming-a-Dependent-on-Your-Tax-Return/INF12139.html" }, { "is_selected": 0, "passage_text": "You can reduce you total taxes owed by claiming a child as a dependent on your income tax return. But not all children qualify and age is a factor. In some cases, you can claim a child under the age of 19. In other instances, you can claim a child under the age of 24. And in still other scenarios, a child might not qualify at all – regardless of their age. Read on for more details about under what circumstance you can claim a child as a dependent on your income taxes.", "url": "http://askthemoneycoach.com/2012/01/age-limit-claiming-child-dependent-income-tax-return/" }, { "is_selected": 0, "passage_text": "You can only claim a qualifying-child exemption if your child lives with you for at least half the year. The IRS offers a number of exceptions for this test. If your 20-year-old is at college eight months of the year, you can still claim him; if he stays with relatives while you're on military duty, he still qualifies.", "url": "http://budgeting.thenest.com/stop-claiming-child-federal-income-tax-25725.html" }, { "is_selected": 0, "passage_text": "Credit worth as much as $1,000 per child. If you have children who are under age 17 at of the end of the calendar year, you can get a tax credit of up to $1,000 per child on your tax return.", "url": "https://turbotax.intuit.com/tax-tools/tax-tips/Family/Child-Tax-Credit/INF12004.html" }, { "is_selected": 0, "passage_text": "Because it could save you thousands of dollars on your taxes. For every qualified dependent you claim, you reduce your 2014 taxable income by $3,950. This can add up to substantial savings on your tax bill. Dependent rules also apply to other benefits, such as tax credits. Many of these credits are available only if you have qualified dependents. For example, both the child tax credit and the earned-income tax credit rely on these rules. In addition, the rules help you determine if you can write off dependent daycare expenses, medical expenses, various itemized deductions and most tax credits that involve children or family issues.", "url": "https://turbotax.intuit.com/tax-tools/tax-tips/Family/Rules-for-Claiming-a-Dependent-on-Your-Tax-Return/INF12139.html" }, { "is_selected": 0, "passage_text": "A tax credit reduces your tax bill dollar-for-dollar, so three qualifying children, for example, can cut what you owe Uncle Sam by $3,000. However, the credit is cut back if your income exceeds the levels listed below.", "url": "https://turbotax.intuit.com/tax-tools/tax-tips/Family/Child-Tax-Credit/INF12004.html" } ]
what age do you stop claiming dependents
NUMERIC
[ "You can stop claiming dependent at the age of 19, if not in college and at 24, if in college." ]
551,062
[ { "is_selected": 0, "passage_text": "Symptoms of Gas Pains in the Chest. Aside from severe pain, there are other signs and symptoms associated with this medical condition. Sometimes, it can cause distension or abdominal bloating. Excessive gas can also lead to cramps as well as sharp stabbing pain, which are usually concentrated on the abdomen and chest.", "url": "http://www.medicalsymptomsguide.com/gas-pains-in-the-chest.html" }, { "is_selected": 0, "passage_text": "Gas Pain in Chest: Symptoms, Causes and Home Remedies. Most people associate gas pain with abdominal discomfort, however, excess gas can also cause pain in your chest. Intestinal gas, or flatus, is a natural occurrence and you can usually get relief from gas pain by burping or passing gas.", "url": "http://www.healthyandnaturalworld.com/gas-pain-in-chest/" }, { "is_selected": 0, "passage_text": "Excess gas may be a symptom of a more serious chronic condition. Examples include diverticulitis or an inflammatory bowel disease, such as ulcerative colitis or Crohn's disease. Excess gas and bloating may also be a symptom of bacterial overgrowth in the small intestine from conditions such as diabetes.", "url": "http://www.mayoclinic.org/diseases-conditions/gas-and-gas-pains/basics/causes/con-20019271" }, { "is_selected": 0, "passage_text": "Other causes of excess gas include: 1 Swallowed air. You swallow air every time you eat or drink. 2 Another health condition. Excess gas may be a symptom of a more serious chronic condition. 3 Food intolerances.", "url": "http://www.mayoclinic.org/diseases-conditions/gas-and-gas-pains/basics/causes/con-20019271" }, { "is_selected": 0, "passage_text": "Dr. Matthew Hoffman on WebMD explains that gas causes swelling in the intestines and can leave you feeling bloated. Usually, gas causes pain in the abdomen and is relieved by passing gas. However, Dr. Hoffman says that gas can also cause discomfort and pain in your chest.1.", "url": "http://www.healthyandnaturalworld.com/gas-pain-in-chest/" }, { "is_selected": 0, "passage_text": "The most common sign of gas pains in the chest is the involuntary or voluntary passing of gas. In worse cases, patients may also experience chest pain, vomiting and nausea. Furthermore, fever, weight loss and bleeding are amongst the other symptoms of this medical condition.", "url": "http://www.medicalsymptomsguide.com/gas-pains-in-the-chest.html" }, { "is_selected": 0, "passage_text": "Severe gas pains can cause discomfort and severe pain to many people. Common causes include ulcerative colitis, diverticulitis and Crohn’s disease. By knowing its symptoms, causes and treatments, they can easily manage this painful condition.", "url": "http://www.medicalsymptomsguide.com/gas-pains-in-the-chest.html" }, { "is_selected": 1, "passage_text": "Symptoms & Causes. The most common symptoms of gas include burping, passing gas, bloating, and pain in your abdomen. Gas normally enters your digestive tract when you swallow air and when bacteria in your large intestine break down certain undigested foods. Doctors may diagnose the causes of gas with a medical history and physical exam.", "url": "https://www.niddk.nih.gov/health-information/digestive-diseases/gas-digestive-tract" }, { "is_selected": 0, "passage_text": "Undigested lactose can include symptoms such as diarrhea, abdominal pain, and flatulence. Fructose containing foods such as dried fruits, honey, sucrose, onions, artichokes and corn syrup can cause bloating. Celiac disease is believed to cause bloating and increased gas formation in the digestive system.", "url": "http://byebyedoctor.com/trapped-gas/" }, { "is_selected": 0, "passage_text": "Other causes of excess gas include: 1 Swallowed air. 2 Another health condition. 3 Food intolerances. Artificial 1 additives. Constipation. 2 Symptoms. Risk factors.", "url": "http://www.mayoclinic.org/diseases-conditions/gas-and-gas-pains/basics/causes/con-20019271" } ]
gas pain symptoms
ENTITY
[ "Burping, passing gas, bloating, and pain in your abdomen are the symptoms of gas pain." ]
193,390
[ { "is_selected": 0, "passage_text": "David Hyde Pierce (born April 3, 1959) is an American actor, best known for his role as psychiatrist Dr. Niles Crane on the NBC sitcom Frasier. In Peter, Peter, Caviar Eater, Brian forces Peter Griffin to watch an episode of Frasier in an attempt to teach him how to act with class.", "url": "http://familyguy.wikia.com/wiki/David_Hyde_Pierce" }, { "is_selected": 0, "passage_text": "It's clear that Stewie's sexual identity depends upon the episode. While there have been several episodes where Stewie is shown in drag, frolicking w/ Rupert (his teddy bear) who has a man's body and seen in gay settings he has also: Been married to Olivia.", "url": "https://www.quora.com/Is-Stewie-gay" }, { "is_selected": 1, "passage_text": "In PTV, he has a trouser malfunction at the Primetime Emmy Awards that results in intensive censoring of television by the FCC. In The Family Guy 100th Episode Special one of the people interviewed by Seth MacFarlane thought Pierce does the voice of Stewie Griffin. MacFarlane, Stewie's true voice actor, confirmed to her that Pierce does his voice so that Pierce would be thought down upon by the woman, instead of himself.", "url": "http://familyguy.wikia.com/wiki/David_Hyde_Pierce" }, { "is_selected": 0, "passage_text": "New Brian was the intended replacement for Brian in The Man with Two Brians. Peter Griffin adopted him when he thought that the primary pet Brian was getting too old. New Brian's calm ways and generally good nature made him a quick family favorite. He enjoyed karaoke, having sung Summer Nights with Lois.", "url": "http://familyguy.wikia.com/wiki/New_Brian" }, { "is_selected": 0, "passage_text": "MacFarlane also voices Family Guy's baby Stewie, the dog Brian, and the next-door neighbor Quagmire, and all three have completely different accents. MacFarlane said he tried to find a voice for Ted that would be distinct from Griffin's Rhode Island dialect, but was challenged by the task from the beginning.", "url": "http://articles.latimes.com/2012/jun/28/entertainment/la-et-mn-ted-family-guy-20120627" }, { "is_selected": 0, "passage_text": "While there have been several episodes where Stewie is shown in drag, frolicking w/ Rupert (his teddy bear) who has a man's body and seen in gay settings he has also: 1 Been married to Olivia. 2 Made love to Fran, a female co-worker, in a future San Francisco. Dated a popular girl at school.", "url": "https://www.quora.com/Is-Stewie-gay" }, { "is_selected": 0, "passage_text": "Why 'Ted' sounds so similar to 'Family Guy's' Peter Griffin. Peter Griffin, but the two sound awfully similar. Of course, both are voiced by writer-director Seth MacFarlane, so it's easy to understand why they are so alike.", "url": "http://articles.latimes.com/2012/jun/28/entertainment/la-et-mn-ted-family-guy-20120627" }, { "is_selected": 0, "passage_text": "While there have been several episodes where Stewie is shown in drag, frolicking w/ Rupert (his teddy bear) who has a man's body and seen in gay settings he has also: 1 Been married to Olivia. Made love to Fran, a female co-worker, in a future San Francisco.", "url": "https://www.quora.com/Is-Stewie-gay" }, { "is_selected": 0, "passage_text": "It surely is confusing, because Stewie gives mixed emotions in the show. In Season 7 episode 7, Bonnie finally gives birth to daughter named Susie. Stewie falls in love and is willing to do anything to win her heart. And he clearly shows that he likes hanging out with gay men in several instances.", "url": "https://www.quora.com/Is-Stewie-gay" }, { "is_selected": 0, "passage_text": "He won over the family, eventually making Brian feel like an outcast, causing him to move out of the Griffin home and in with Cleveland and then with Quagmire. Stewie visited Brian and told him of how terrible New Brian is. Stewie approached New Brian and told him to leave because everybody hated him.", "url": "http://familyguy.wikia.com/wiki/New_Brian" } ]
the guy who does the voice of stewie griffin
PERSON
[ "The voice of Stewie Griffin is Seth MacFarlane." ]
516,307
[ { "is_selected": 1, "passage_text": "The Goddard School is an early childhood education provider with more than 400 franchised Schools in 35 states and hundreds of markets, including the Atlanta, Boston, Chicago, Houston, Philadelphia and Portland markets.he 200th Goddard School opened in Vancouver, Washington in 2005. In 2007, Joe Schumacher, who represented the company as outside counsel for 20 years, joined GSI as the chief operating officer. The following year, the 300th Goddard School opened in Centennial, Colorado. Joe Schumacher became president and CEO in 2010.", "url": "https://en.wikipedia.org/wiki/Goddard_School" }, { "is_selected": 0, "passage_text": "The Goddard Early Learning Center was founded in 1986 in Malvern, Pennsylvania. In 1988, Anthony A. Martino, founder of the AAMCO Transmissions and MAACO Auto Painting and Bodyworks franchises, established Carousel Systems, Inc. to offer Goddard Early Learning Center childcare and preschool franchises.he 200th Goddard School opened in Vancouver, Washington in 2005. In 2007, Joe Schumacher, who represented the company as outside counsel for 20 years, joined GSI as the chief operating officer. The following year, the 300th Goddard School opened in Centennial, Colorado. Joe Schumacher became president and CEO in 2010.", "url": "https://en.wikipedia.org/wiki/Goddard_School" }, { "is_selected": 0, "passage_text": "Median pay for The Goddard School for Early Childhood Development workers sits around $11.60 per hour, and overtime compensation can push that up to $16.75.onetary compensation comes to $12.87 per hour for Teacher Certifications, far surpassing the earnings of non-credentialed workers. It pays to have a Bachelor's Degree at The Goddard School for Early Childhood Development — these employees make the most at approximately $12.24 per hour.", "url": "http://www.payscale.com/research/US/Employer=The_Goddard_School_for_Early_Childhood_Development/Hourly_Rate" }, { "is_selected": 0, "passage_text": "Susan Magsamen is the Senior Vice President of Early Learning at global learning company Houghton Mifflin Harcourt She is a member of the Educational Advisory Board for The Goddard School and senior advisor to The Science of Learning Institute and Brain Science Institute at Johns Hopkins University.elling your children you love them is one of the best things you can do as a parent, but showing your children you love them is also important. Here are ten ways to show you care. 1 Write a note to your little one.", "url": "http://blogs.goddardschool.com/" }, { "is_selected": 0, "passage_text": "Thatcher, Age 5. I’m so glad my mom put me in The Goddard School when I was three years old. I still remember all the fun things we did in class, like finger painting and the different centers in the classrooms... and I think that is why I am doing well in school now..ur Unique Approach. Our approach is based on accepted research that clearly indicates the deepest, most genuine learning occurs for children through play and fun activities lovingly guided by highly trained teachers.", "url": "http://www.goddardschool.com/" }, { "is_selected": 0, "passage_text": "The Goddard School Quality Assurance (QA) program measures each Goddard School against internal standards, which are often stricter than state requirements. The Goddard QA team makes unannounced visits and provides helpful guidance on how to continuously improve for the benefit of the children and their families.he 200th Goddard School opened in Vancouver, Washington in 2005. In 2007, Joe Schumacher, who represented the company as outside counsel for 20 years, joined GSI as the chief operating officer. The following year, the 300th Goddard School opened in Centennial, Colorado. Joe Schumacher became president and CEO in 2010.", "url": "https://en.wikipedia.org/wiki/Goddard_School" }, { "is_selected": 0, "passage_text": "KING OF PRUSSIA, PA – September 28, 2015 – Goddard Systems, Inc. (GSI), the national franchisor of The Goddard School® preschool system, one of the largest early childhood education organizations in the nation, is searching for the Top 10 Toys for children (infants to six years old) that encourage playful learning.elling your children you love them is one of the best things you can do as a parent, but showing your children you love them is also important. Here are ten ways to show you care. 1 Write a note to your little one.", "url": "http://blogs.goddardschool.com/" }, { "is_selected": 0, "passage_text": "The 200th Goddard School opened in Vancouver, Washington in 2005. In 2007, Joe Schumacher, who represented the company as outside counsel for 20 years, joined GSI as the chief operating officer. The following year, the 300th Goddard School opened in Centennial, Colorado.Joe Schumacher became president and CEO in 2010.he 200th Goddard School opened in Vancouver, Washington in 2005. In 2007, Joe Schumacher, who represented the company as outside counsel for 20 years, joined GSI as the chief operating officer. The following year, the 300th Goddard School opened in Centennial, Colorado. Joe Schumacher became president and CEO in 2010.", "url": "https://en.wikipedia.org/wiki/Goddard_School" }, { "is_selected": 0, "passage_text": "The largest fraction of The Goddard School for Early Childhood Development people (57 percent) have been working for one to four years and earn $11.67 per hour on average.Monetary compensation comes to $12.87 per hour for Teacher Certifications, far surpassing the earnings of non-credentialed workers.It pays to have a Bachelor's Degree at The Goddard School for Early Childhood Development — these employees make the most at approximately $12.24 per hour.onetary compensation comes to $12.87 per hour for Teacher Certifications, far surpassing the earnings of non-credentialed workers. It pays to have a Bachelor's Degree at The Goddard School for Early Childhood Development — these employees make the most at approximately $12.24 per hour.", "url": "http://www.payscale.com/research/US/Employer=The_Goddard_School_for_Early_Childhood_Development/Hourly_Rate" }, { "is_selected": 0, "passage_text": "The area served by Goddard Public Schools is roughly bounded by Central Ave. on the north and Tyler Rd. on the east (in Wichita), and 55th St. on the south and Viola Rd. on the west, in rural Sedgwick County.Please see the school district map for specific boundaries.he area served by Goddard Public Schools is roughly bounded by Central Ave. on the north and Tyler Rd. on the east (in Wichita), and 55th St. on the south and Viola Rd. on the west, in rural Sedgwick County.", "url": "http://www.goddardusd.com/9001" } ]
what is a goddard school
PERSON
[ "The Goddard School is an early childhood education provider." ]
684,973
[ { "is_selected": 0, "passage_text": "Success on Reddit really depends on your niche, how you present your post, and a little bit of great timing. When pitching to Reddit, remember that you are dealing with one of the toughest crowds on the net. Your post might get a few nasty comments, it may even totally flop the first time around.", "url": "https://www.dirjournal.com/articles/reddit-guide-how-to-use-reddit/" }, { "is_selected": 1, "passage_text": "Reddit claim there are 36.1m current active user accounts and that it has 172m unique visitors a month which would make up the 8th largest population in the world, just after Nigeria and larger than Russia, Japan, and Mexico. Image caption Pictures are often submitted through imgur.", "url": "http://www.bbc.co.uk/newsbeat/article/33254299/who-uses-reddit-in-the-uk" }, { "is_selected": 0, "passage_text": "Six percent of online adults are reddit users, according to a nationally representative survey by the Pew Research Center’s Internet & American Life Project. This is our first survey that specifically examines reddit as a standalone platform, and it finds that young men are especially likely to visit the site. Some 15% of male internet users ages 18-29 say that they use reddit, compared with 5% of women in the same age range and 8% of men ages 30-49. Self-described as the “front page of the internet,” reddit is a bulletin of user-submitted text, links, photos, and videos.", "url": "http://www.pewinternet.org/2013/07/03/6-of-online-adults-are-reddit-users/" }, { "is_selected": 0, "passage_text": "Reddit does not provide a way to tell how many posts you have made. So we have to guess. Anyway this is an important data to understand how long will the gathering process take, therefore I developed a way to get an estimated number. When you analyze a redditor Reddit Investigator save the number of pages analyzed.", "url": "http://www.redditinvestigator.com/faq" }, { "is_selected": 0, "passage_text": "Here are some suggestions we’ve gathered on the best time to share on Reddit: “ 1 Sunday morning in NY is best!” ~ maxwellhill. “ 2 Early morning on a weekday” ~ Gregory Chiotti. “ 3 before 5PM EST time being the best time” ~ Neil Patel. “ Just before work on the weekdays, 8:30am-9:00am.", "url": "https://www.dirjournal.com/articles/reddit-guide-how-to-use-reddit/" }, { "is_selected": 0, "passage_text": "Since a lot of users might be using Reddit Investigator, especially in the first days, this wait time has been extended to 4 seconds for free users, 3 seconds for registered users and 2.5 seconds for Pro users. Anyway we would like to ask users to use Reddit Investigation with moderation to avoid hurting Reddit.", "url": "http://www.redditinvestigator.com/faq" }, { "is_selected": 0, "passage_text": "* Moved to new hosting since Weebly's new footer banner was preventing the Javacript from executing. Thanks to duckvimes_ and Szalkow for the reports. * Fixed bug where some users were being shown results before all pages were downloaded. Thanks to joostvo for the debug log and testing.", "url": "http://www.redective.com/" }, { "is_selected": 0, "passage_text": "In the UK there are 6.6 million users per month, according to statistics Reddit gave to Newsbeat that covered four weeks in April and March. This compares with 31 million users on Facebook (according to figures in 2014) and 15 million active users on Twitter (according to figures in 2013).", "url": "http://www.bbc.co.uk/newsbeat/article/33254299/who-uses-reddit-in-the-uk" }, { "is_selected": 0, "passage_text": "The number of items to retrieve on each page, from 1 to 100. Pages. The number of pages to download. Set to 0 to download every page. Wait Seconds. The number of seconds to wait between each page download. The Reddit API says: Make no more than one request every two seconds..", "url": "http://www.redective.com/" }, { "is_selected": 0, "passage_text": "* Paging through the results in a list no longer stretches the table to 100% of the browser window. * The Overview list no longer stretches to 100% of the browser window. * The search fields are now hidden when a search is in progress. 20121111_01.", "url": "http://www.redective.com/" } ]
how many users are on reddit
NUMERIC
[ "There are 36.1 million users on Reddit." ]
299,244
[ { "is_selected": 0, "passage_text": "For most of the state of Kentucky, the cost to build a new home with average finishings and trims is around $100-$110/square ft.As soon as you start upgrading with fancier faucets, cabinets, or flooring, you will quickly find yourself in the $120-$140/square ft. range.aking the world better, one answer at a time. For most of the state of Kentucky, the cost to build a new home with average finishings and trims is around $100-$110/square ft. As soon as you start upgrading with fancier faucets, cabinets, or flooring, you will quickly find yourself in the $120-$140/square ft. range.", "url": "http://www.answers.com/Q/What_is_the_average_cost_per_square_foot_to_build_a_house_in_Butler_County_Kentucky" }, { "is_selected": 0, "passage_text": "Making the world better, one answer at a time. For most of the state of Kentucky, the cost to build a new home with average finishings and trims is around $100-$110/square ft. As soon as you start upgrading with fancier faucets, cabinets, or flooring, you will quickly find yourself in the $120-$140/square ft. range.aking the world better, one answer at a time. For most of the state of Kentucky, the cost to build a new home with average finishings and trims is around $100-$110/square ft. As soon as you start upgrading with fancier faucets, cabinets, or flooring, you will quickly find yourself in the $120-$140/square ft. range.", "url": "http://www.answers.com/Q/What_is_the_average_cost_per_square_foot_to_build_a_house_in_Butler_County_Kentucky" }, { "is_selected": 1, "passage_text": "Best Answer: In Northern Kentucky you can build for $65 per square foot on the low end -- I'd be surprised if your grandfather can do much cheaper.Some custom homes are building for $85 to $90 per square foot.Source(s): Husband works for an area home builder and has done the research. thatgirl · 8 years ago.est Answer: In Northern Kentucky you can build for $65 per square foot on the low end -- I'd be surprised if your grandfather can do much cheaper.", "url": "https://answers.yahoo.com/question/index?qid=20070530011815AAw4O85" }, { "is_selected": 0, "passage_text": "Answers. Best Answer: In Northern Kentucky you can build for $65 per square foot on the low end -- I'd be surprised if your grandfather can do much cheaper. Some custom homes are building for $85 to $90 per square foot.Source(s): Husband works for an area home builder and has done the research.thatgirl · 8 years ago.est Answer: In Northern Kentucky you can build for $65 per square foot on the low end -- I'd be surprised if your grandfather can do much cheaper.", "url": "https://answers.yahoo.com/question/index?qid=20070530011815AAw4O85" }, { "is_selected": 0, "passage_text": "The average cost per square foot for building a new home in Charlotte, North Carolina is about $110 per square foot. This means that a 1500 square foot house would cost ab … out $165,000 to build.aking the world better, one answer at a time. For most of the state of Kentucky, the cost to build a new home with average finishings and trims is around $100-$110/square ft. As soon as you start upgrading with fancier faucets, cabinets, or flooring, you will quickly find yourself in the $120-$140/square ft. range.", "url": "http://www.answers.com/Q/What_is_the_average_cost_per_square_foot_to_build_a_house_in_Butler_County_Kentucky" }, { "is_selected": 0, "passage_text": "The cost for building a house in Calgary could be anywhere between $175 and $2 … 50 per square foot. A 2,000 sq. ft. home can cost from $350,000 to $500,000, not including the land price. If you are going for a custom home, budget a cost of $350 a square foot.aking the world better, one answer at a time. For most of the state of Kentucky, the cost to build a new home with average finishings and trims is around $100-$110/square ft. As soon as you start upgrading with fancier faucets, cabinets, or flooring, you will quickly find yourself in the $120-$140/square ft. range.", "url": "http://www.answers.com/Q/What_is_the_average_cost_per_square_foot_to_build_a_house_in_Butler_County_Kentucky" }, { "is_selected": 0, "passage_text": "If the cost is $50, $85, or $110 per square foot The average house contains approximately 1,500 to 2,000 square feet $10 a thousand more for brick you like better translates into only $100 more when 10,000 bricks so these are also in the rates. 2500 square foot home would cost from about $60-120 per square foot depending on location, public/private sewer/water, etc. Which, of course, is why few do it. It is far more cost effective to buy a home from an established builder with buying power for materials and warranties.", "url": "http://www.zinf.org/qna/What_is_an_average_cost_to_build_a_house_in_kentucky-qna636732.html" }, { "is_selected": 0, "passage_text": "Well, the average cost of building a home is about $80.00 per sq ft, but really there is no easy way to determine this until quite a few variables are known. For example, the … location that you are in, design of the home, and the size of the home. estimated a cost to build a 2,324 sq ft Mediterranean s … tyle with real stucco siding in Broward County Florida to be $300,504 including a General Contractor markup of $35,334, but excluding land and land development costs. 11 people found this useful.", "url": "http://www.answers.com/Q/How_much_does_it_cost_to_build_a_home_in_Kentucky" }, { "is_selected": 0, "passage_text": "The cost to build was $270,000 and the lot was $44,000. It appraised at approximately $330,000. **“I would recommend UBuildIt to anyone who wants to build a home and be part of the process.he cost to build was $270,000 and the lot was $44,000. It appraised at approximately $330,000. **“I would recommend UBuildIt to anyone who wants to build a home and be part of the process.", "url": "http://www.ubuildit.com/offices/kentucky/louisville-hurstbourne/" }, { "is_selected": 0, "passage_text": "If we look at the current average home we would have a good base upon which to build this discussion. According to the 2008 U.S. Census the size of the average home was approximately 2,520 square feet, which assumes a two-story structure with a footprint of approximately 24'x50' . According to the Craftsman Book Company a home as described above, with mid-range materials, a normal foundation with full basement, efficient doors and windows, all appliances, and turnkey finishing would run at an average of $295,000 to complete. 2 This does not include acquisition of the acreage or any furnishings.", "url": "http://www.fixr.com/costs/build-single-family-house" } ]
cost to build a house in ky
NUMERIC
[ "The cost to build a house in Kentucky is $65 per square foot." ]
108,979
[ { "is_selected": 0, "passage_text": "1 a person who monitors or evaluates books, newspapers, plays, works of art, speech, or other means of expression in order to suppress certain kinds of information. 2 (in psychoanalysis) a psychic suppression that allows unconscious thoughts to rise to consciousness only if they are heavily disguised.", "url": "http://medical-dictionary.thefreedictionary.com/censored" }, { "is_selected": 0, "passage_text": "The suppression or proscription of speech or writing that is deemed obscene, indecent, or unduly controversial. The term censorship derives from the official duties of the Roman censor who, beginning in 443 b.c., conducted the census by counting, assessing, and evaluating the populace. Originally neutral in tone, the term has come to mean the suppression of ideas or images by the government or others with authority.", "url": "http://legal-dictionary.thefreedictionary.com/Censorship" }, { "is_selected": 0, "passage_text": "(ˈsɛnsə) n. 1. a person authorized to examine publications, theatrical presentations, films, letters, etc, in order to suppress in whole or part those considered obscene, politically unacceptable, etc. 2. any person who controls or suppresses the behaviour of others, usually on moral grounds.", "url": "http://www.thefreedictionary.com/censor" }, { "is_selected": 0, "passage_text": "It comes ahead of the release of the 23rd Bond film, Skyfall, on October 26 to coincide with the 50th anniversary of the release of the first film Dr No, which features the iconic scene of Ursula Andress emerging from the water and is one of the novels studied by Dr Cornell-Detrell as still being published in the censored version in Spain.", "url": "http://medical-dictionary.thefreedictionary.com/censored" }, { "is_selected": 0, "passage_text": "Instead of the censored page, which was planned to be on page nine of the newspaper and written by Mohamed Sayed Saleh, an interview with the EgyptianMinisterof State forEnvironmental Affairs Khaled Fahmy was published. No speech should be censored, unless that speech is libelous.", "url": "http://legal-dictionary.thefreedictionary.com/censored" }, { "is_selected": 0, "passage_text": "Top Definition. censored. what Urban Dictionary isn't. just look at any random definition and count the bad words you find that aren't censored like they sometimes are on tv and radio (that you can always figure out anyways) #clean #censored #sensored #good #moral. by another_ashley21 November 03, 2009.", "url": "http://www.urbandictionary.com/define.php?term=censored" }, { "is_selected": 0, "passage_text": "Censorship is the suppression of free speech, public communication or other information which may be considered objectionable, harmful, sensitive, politically incorrect or inconvenient as determined by governments, media outlets, authorities or other groups or institutions. Governments, private organizations and individuals may engage in censorship. When an individual such as an author or other creator engages in censorship of their own works or speech, it is referred to as self-censorship. Censorship could be direct or indirect, in which case it is referred to as soft censorship.", "url": "https://en.wikipedia.org/wiki/Censorship" }, { "is_selected": 0, "passage_text": "(sĕn′sər) n. 1. A person authorized to examine books, films, or other material and to remove or suppress what is considered morally, politically, or otherwise objectionable.", "url": "http://www.thefreedictionary.com/censor" }, { "is_selected": 0, "passage_text": "Censored 2012: The Top Censored Stories and Media Analysis of 2010-2011 discusses the crisis that is occurring in the American news media surrounding the under-reported stories that seem highly important yet were passed over for whatever reason, the manufacture of and mass consumption of junk news, propaganda, and much more.", "url": "http://legal-dictionary.thefreedictionary.com/censored" }, { "is_selected": 1, "passage_text": "Censoring (statistics) In statistics, engineering, economics, and medical research, censoring is a condition in which the value of a measurement or observation is only partially known. For example, suppose a study is conducted to measure the impact of a drug on mortality rate.", "url": "https://en.wikipedia.org/wiki/Censoring_(statistics)" } ]
censored definition
DESCRIPTION
[ "The definition of censored is a condition in which the value of a measurement or observation is only partially known." ]
89,710
[ { "is_selected": 0, "passage_text": "LOVE HANDLE: related words searches. » adipose tissue meaning. » body: pronunciation in phonetic transcription. » Definition of fatty tissue. » torso meaning.", "url": "http://www.audioenglish.org/dictionary/love_handle.htm" }, { "is_selected": 0, "passage_text": "love handles. A popular term for the bilateral overhangs of fat and soft tissue on the anterolateral flank common in older adults, especially men. Popular for the bilateral overhangs of fat and soft tissue on the anterolateral flank common in older ♂.", "url": "http://medical-dictionary.thefreedictionary.com/love+handles" }, { "is_selected": 0, "passage_text": "1. friendly, affectionate love; familial love 2. (astrology) horizon in the Leo/Aquarius axis 3. (sociology) the love between friends. A living being with storge feels a strong sense of duty and is often willing to die to protect this love.", "url": "http://dictionary.reverso.net/english-definition/love%20handle" }, { "is_selected": 0, "passage_text": "My main problem is my love handles, says Coleen Rooney by Asian News International. I feel confident that I can now offer my patients an effective non-invasive treatment that specifically targets the stubborn fat in the abdomen and. that so many of my patients want to lose.", "url": "http://www.thefreedictionary.com/love+handle" }, { "is_selected": 0, "passage_text": "Thesaurus. The thesaurus of synonyms and related words is fully integrated into the dictionary. Click on the thesaurus category heading under the button in an entry to see the synonyms and related words for that meaning.", "url": "http://www.macmillandictionary.com/dictionary/british/love-handles" }, { "is_selected": 0, "passage_text": "A. The best thing I can advise you is to eat less fat... you can notice that even if you lose weight, it always take the love handles more time to go away-that's cause you have to bring your fat level down for them to vanish. they stay there untill you show them you're serious... go to low fat-but no o%!!!", "url": "http://medical-dictionary.thefreedictionary.com/love+handles" }, { "is_selected": 1, "passage_text": "1. love handle-excess fat around the waistline. spare tire. adipose tissue, fatty tissue, fat-a kind of body tissue containing stored fat that serves as a source of energy; it also cushions and insulates vital organs; fatty tissue protected them from the severe cold.", "url": "http://www.thefreedictionary.com/love+handle" }, { "is_selected": 0, "passage_text": "This is the British English definition of love handles. View American English definition of love handles. Change your default dictionary to American English. View the pronunciation for love handles.", "url": "http://www.macmillandictionary.com/dictionary/british/love-handles" }, { "is_selected": 0, "passage_text": "English Collins Dictionary-English synonyms & Thesaurus. See also: love, for love, in love, calf love. love locks. love locks. n. padlocks that couples lock on a bridge or fence among others to symbolise their love. love to bits. love to bits. exp. love very much (smth. or smb.).", "url": "http://dictionary.reverso.net/english-definition/love%20handle" }, { "is_selected": 0, "passage_text": "Nouns denoting body parts. Synonyms: love handle; spare tire. Hypernyms (love handle is a kind of...): adipose tissue; fat; fatty tissue (a kind of body tissue containing stored fat that serves as a source of energy; it also cushions and insulates vital organs). Holonyms (love handle is a part of...): body; torso; trunk (the body excluding the head and neck and limbs).", "url": "http://www.audioenglish.org/dictionary/love_handle.htm" } ]
love handles definition
DESCRIPTION
[ "Love handles is excess fat around the waistline." ]
443,172
[ { "is_selected": 0, "passage_text": "1 Matter can be classified in to two broad categories: pure substances and mixtures. 2 Elements - all the same type of atom. 3 Compounds - substances made from two or more different kinds of atoms. Mixtures which are the same throughout with identical properties everywhere in the mixture.", "url": "http://chemsite.lsrhs.net/Intro/Pure_vs_mixtures.html" }, { "is_selected": 0, "passage_text": "A heterogeneous mixture is a mixture of two or more chemical substances (elements or compounds), where the different components can be visually distinguished and easily separated by physical means. Examples include: 1 mixtures of sand and water. mixtures of sand and iron filings.", "url": "https://www.boundless.com/chemistry/textbooks/boundless-chemistry-textbook/introduction-to-chemistry-1/classification-of-matter-27/substances-and-mixtures-179-3707/" }, { "is_selected": 1, "passage_text": "Let's review. Pure substances are defined as substances that are made of only one type of atom or molecule. The purity of a substance is the measure of the extent to which a given substance is pure. The physical properties of a pure substance include well-defined melting and boiling points.", "url": "http://study.com/academy/lesson/pure-substance-in-chemistry-definition-properties-examples.html" }, { "is_selected": 0, "passage_text": "A pure chemical compound is a chemical substance that is composed of a particular set of molecules or ions that are chemically bonded. Two or more elements combined into one substance through a chemical reaction, such as water, form a chemical compound.", "url": "https://www.boundless.com/chemistry/textbooks/boundless-chemistry-textbook/introduction-to-chemistry-1/classification-of-matter-27/substances-and-mixtures-179-3707/" }, { "is_selected": 0, "passage_text": "1 Elements - all the same type of atom. 2 Compounds - substances made from two or more different kinds of atoms. 3 Mixtures which are the same throughout with identical properties everywhere in the mixture. Not easily separated.", "url": "http://chemsite.lsrhs.net/Intro/Pure_vs_mixtures.html" }, { "is_selected": 0, "passage_text": "1 Pure substances are further broken down into elements and compounds. Mixtures are physically combined structures that can be separated into their original components. A chemical substance is composed of one type of atom or molecule.", "url": "https://www.boundless.com/chemistry/textbooks/boundless-chemistry-textbook/introduction-to-chemistry-1/classification-of-matter-27/substances-and-mixtures-179-3707/" }, { "is_selected": 0, "passage_text": "1 Matter can be classified in to two broad categories: pure substances and mixtures. 2 Pure substances. 3 Elements - all the same type of atom. elemental info.", "url": "http://chemsite.lsrhs.net/Intro/Pure_vs_mixtures.html" }, { "is_selected": 0, "passage_text": "1 Matter can be classified in to two broad categories: pure substances and mixtures. 2 Elements - all the same type of atom. 3 Compounds - substances made from two or more different kinds of atoms. 4 Mixtures which are the same throughout with identical properties everywhere in the mixture. Not easily separated.", "url": "http://chemsite.lsrhs.net/Intro/Pure_vs_mixtures.html" }, { "is_selected": 0, "passage_text": "The pure substance within chemistry is a very simple concept to grasp. Pure substances are defined as substances that are made of only one type of atom or only one type of molecule (a group of atoms bonded together). The measure of whether a substance is pure is known as purity.", "url": "http://study.com/academy/lesson/pure-substance-in-chemistry-definition-properties-examples.html" }, { "is_selected": 0, "passage_text": "1 Matter can be broken down into two categories: pure substances and mixtures. Pure substances are further broken down into elements and compounds. Mixtures are physically combined structures that can be separated into their original components. A chemical substance is composed of one type of atom or molecule.", "url": "https://www.boundless.com/chemistry/textbooks/boundless-chemistry-textbook/introduction-to-chemistry-1/classification-of-matter-27/substances-and-mixtures-179-3707/" } ]
what are pure substances
DESCRIPTION
[ "The pure substances are any material with a definite chemical composition in an introductory general chemistry textbook.7" ]
563,879
[ { "is_selected": 1, "passage_text": "The Colby Mules (colloquially known as the White Mules) are the varsity and club athletic teams of Colby College, a liberal arts college located in Waterville, Maine. Colby's varsity teams compete in the New England Small College Athletic Conference of the National Collegiate Athletic Association (NCAA) Division III. The College offers 32 varsity teams, plus club sports, intramural sports called I-play.", "url": "https://en.wikipedia.org/wiki/Colby_Mules" }, { "is_selected": 0, "passage_text": "Muhlenberg teams enjoyed tremendous success during the fall 2014 season. Men's soccer won the Centennial Conference championship and advanced to the Sweet 16 of the NCAA Tournament. Football also received an NCAA Tournament bid, while field hockey and women's soccer earned ECAC Tournament invites and volleyball advanced to the CC championship match. Men's cross country qualified a runner for the NCAA Championships.", "url": "http://muhlenbergsports.com/" }, { "is_selected": 0, "passage_text": "Newcomer of the Year: Parker Taylor, jr.; First Team— *Forrest Whitley, P Second Team— Jack Woodland, P, sr.; Ronald Sandusky, 1B, sr.; Michael Kelleher, SS, jr.; Drew Iverson, OF, sr.; Preston Taylor,", "url": "http://www.muleteamsports.com/" }, { "is_selected": 0, "passage_text": "Muhlenberg College Mules Fans!!! Welcome the Muhlenberg College Mules fans to our great Muhlenberg College Mules apparel and merchandise store. Do you want to buy the Muhlenberg College Mules gears and support your team? Then you are absolutely in the right place. Sports Fan Shops. We feature a great selection of merchandise for every College team including the Muhlenberg College Mules, and you will not find cheaper prices anywhere online for such high quality Muhlenberg College Mules apparel & merchandise.", "url": "http://www.best-all-time.com/muhlenberg-college-mules-apparel-merchandise.html" }, { "is_selected": 0, "passage_text": "Fantastic Fall for the Mules. Muhlenberg teams enjoyed tremendous success during the fall 2014 season. Men's soccer won the Centennial Conference championship and advanced to the Sweet 16 of the NCAA Tournament. Football also received an NCAA Tournament bid, while field hockey and women's soccer earned ECAC Tournament invites and volleyball advanced to the CC championship match. Men's cross country qualified a runner for the NCAA Championships.", "url": "http://muhlenbergsports.com/index.aspx?path=football&" }, { "is_selected": 0, "passage_text": "Do you want to buy the Muhlenberg College Mules gears and support your team? Then you are absolutely in the right place. Muhlenberg College Mules college fans looking for the best Muhlenberg College Mules apparel, jerseys, hats & gear look no further than our Best All Time. Sports Fan Shops.", "url": "http://www.best-all-time.com/muhlenberg-college-mules-apparel-merchandise.html" }, { "is_selected": 0, "passage_text": "In addition to the on-campus facilities, the White Mules also utilize: The Colby-Hume Center, located on Messalonskee Lake for Colby's crew and sailing teams. It is also open to the Colby community.", "url": "https://en.wikipedia.org/wiki/Colby_Mules" }, { "is_selected": 0, "passage_text": "See also: Colby White Mules women's ice hockey. Ice Hockey formerly competed in the ECAC Hockey conference (men from 1961–64 and women from 1993-1999); now both teams compete in the New England Small College Athletic Conference.", "url": "https://en.wikipedia.org/wiki/Colby_Mules" }, { "is_selected": 0, "passage_text": "The AHHS Kickoff BBQ is on 8/24/2016. Join us for a $10 BBQ plate (to go plates available) to support all MULES. Donate now to receive prominent banner recognition at all home Football, Soccer, Volleyball and Basketball Games and show your appreciation to all of our fine AHHS Depts. Click on More Info to donate now.", "url": "http://www.muleteamsports.com/" }, { "is_selected": 0, "passage_text": "DONATE NOW to the Mule Team Banner . go to http : / / www .muleteambarbecue .com / ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! • Baseball : Mules come up short and finish second in State ! ! ! ...", "url": "http://www.muleteamsports.com/" } ]
what college sports team are the mules
PERSON
[ "Colby College sports team are the Mules. " ]
597,137
[ { "is_selected": 0, "passage_text": "The general concepts found in this section are: 1 The earth's atmosphere is a very thin layer wrapped around a very large planet. 2 Two gases make up the bulk of the earth's atmosphere: nitrogen (), which comprises 78% of the atmosphere, and oxygen (), which accounts for 21%. Based on temperature, the atmosphere is divided into four layers: the troposphere, stratosphere, mesosphere, and thermosphere. 2 Energy is transferred between the earth's surface and the atmosphere via conduction, convection, and radiation. 3 Ocean currents play a significant role in transferring this heat poleward.", "url": "https://www.ucar.edu/learn/1_1_1.htm" }, { "is_selected": 0, "passage_text": "Credit: Randy Russell, UCAR. The mesosphere is a layer of Earth's atmosphere. The mesosphere is directly above the stratosphere and below the thermosphere. It extends from about 50 to 85 km (31 to 53 miles) above our planet.Temperature decreases with height throughout the mesosphere.The coldest temperatures in Earth's atmosphere, about -90° C (-130° F), are found near the top of this layer.redit: Randy Russell, UCAR. The mesosphere is a layer of Earth's atmosphere. The mesosphere is directly above the stratosphere and below the thermosphere. It extends from about 50 to 85 km (31 to 53 miles) above our planet. Temperature decreases with height throughout the mesosphere.", "url": "http://scied.ucar.edu/shortcontent/mesosphere-overview" }, { "is_selected": 0, "passage_text": "1 Two gases make up the bulk of the earth's atmosphere: nitrogen (), which comprises 78% of the atmosphere, and oxygen (), which accounts for 21%. 2 Various trace gases make up the remainder. 3 Based on temperature, the atmosphere is divided into four layers: the troposphere, stratosphere, mesosphere, and thermosphere. Based on temperature, the atmosphere is divided into four layers: the troposphere, stratosphere, mesosphere, and thermosphere. 2 Energy is transferred between the earth's surface and the atmosphere via conduction, convection, and radiation. 3 Ocean currents play a significant role in transferring this heat poleward.", "url": "https://www.ucar.edu/learn/1_1_1.htm" }, { "is_selected": 0, "passage_text": "1 The earth's atmosphere is a very thin layer wrapped around a very large planet. 2 Two gases make up the bulk of the earth's atmosphere: nitrogen (), which comprises 78% of the atmosphere, and oxygen (), which accounts for 21%.3 Various trace gases make up the remainder. Based on temperature, the atmosphere is divided into four layers: the troposphere, stratosphere, mesosphere, and thermosphere. 2 Energy is transferred between the earth's surface and the atmosphere via conduction, convection, and radiation. 3 Ocean currents play a significant role in transferring this heat poleward.", "url": "https://www.ucar.edu/learn/1_1_1.htm" }, { "is_selected": 0, "passage_text": "Greenhouse Gases and The Atmosphere. The Earth’s atmosphere is divided into layers; the troposphere, the stratosphere, the mesosphere, the thermosphere, and the exosphere.Each layer has differences in density of gases and temperature.he Greenhouse Effect is the effect of greenhouse gases in the Earth’s atmosphere trapping heat that is released from the Earth. The Enhanced Greenhouse Effect is the increase of greenhouse gases in the atmosphere resulting in more heat being trapped and so warming the surface of the Earth.", "url": "http://www.carbonplanet.com/the_greenhouse_effect" }, { "is_selected": 0, "passage_text": "Many different gases make up the layers of the atmosphere, the majority being nitrogen and oxygen. These gases let rays from the sun reach the surface of the Earth and allow heat reflected off the surface of the Earth into the atmosphere.he Greenhouse Effect is the effect of greenhouse gases in the Earth’s atmosphere trapping heat that is released from the Earth. The Enhanced Greenhouse Effect is the increase of greenhouse gases in the atmosphere resulting in more heat being trapped and so warming the surface of the Earth.", "url": "http://www.carbonplanet.com/the_greenhouse_effect" }, { "is_selected": 0, "passage_text": "Composition of Earth's atmosphere by volume. The lower pie represents the trace gases that together compose about 0.038% of the atmosphere (0.043% with CO 2 at 2014 concentration). The numbers are from a variety of years (mainly 1987, with CO 2 and methane from 2009) and do not represent any single source.ifty percent of the total mass of the atmosphere is located in the lower 5.6 km (18,000 ft) of the troposphere. It is primarily composed of nitrogen (78%) and oxygen (21%) with only small concentrations of other trace gases.", "url": "https://en.wikipedia.org/wiki/Earth%27s_atmosphere" }, { "is_selected": 1, "passage_text": "The concentration of atmosphere gases varies depending on the atmosphere layers. The troposphere contains primarily nitrogen (78%) and oxygen (21%). The remaining 1% of the atmosphere is trace gases. The stratosphere contains a layer of relatively high concentrations of ozone.The lower part of the thermosphere is the ionosphere.he exosphere is the highest layer of the atmosphere. It extends up to 10,000 km (6,200 miles; 33,000,000 ft.) above the Earth. Satellites orbit the Earth in the exosphere.", "url": "http://www.kids-fun-science.com/earths-atmosphere-layers.html" }, { "is_selected": 0, "passage_text": "1 Based on temperature, the atmosphere is divided into four layers: the troposphere, stratosphere, mesosphere, and thermosphere. 2 Energy is transferred between the earth's surface and the atmosphere via conduction, convection, and radiation. 3 Ocean currents play a significant role in transferring this heat poleward. Based on temperature, the atmosphere is divided into four layers: the troposphere, stratosphere, mesosphere, and thermosphere. 2 Energy is transferred between the earth's surface and the atmosphere via conduction, convection, and radiation. 3 Ocean currents play a significant role in transferring this heat poleward.", "url": "https://www.ucar.edu/learn/1_1_1.htm" }, { "is_selected": 0, "passage_text": "Atmosphere layers. Earth's atmosphere is divided into five main layers, the exosphere, the thermosphere, the mesosphere, the stratosphere and the troposphere. The atmosphere thins out in each higher layer until the gases dissipate in space.early all of the water vapor and dust in the atmosphere are in this layer and that is why clouds are found here. The stratosphere is the second layer. It starts above the troposphere and ends about 31 miles (50 km) above ground.", "url": "http://www.space.com/17683-earth-atmosphere.html" } ]
the majority of the atmosphere gases are found in which layer
DESCRIPTION
[ "The majority of the atmosphere gases are found in the troposphere layer." ]
516,922
[ { "is_selected": 0, "passage_text": "As of the same year, Davidson County, in which the capital Nashville is located, covers 502 sq mi (1,300 km2) with a population of 569,891. The population of the state of Tennessee as of the 2000 census was 5,689,283 in an area of 42,169 sq mi (109,217 km2). The oldest county is Washington County, founded in 1777.", "url": "https://en.wikipedia.org/wiki/List_of_counties_in_Tennessee" }, { "is_selected": 0, "passage_text": "This is a list of the 95 counties in the State of Tennessee. A county is a local level of government smaller than a state and typically larger than a city or town, in a U.S. state or territory.", "url": "https://en.wikipedia.org/wiki/List_of_counties_in_Tennessee" }, { "is_selected": 0, "passage_text": "For Notary application and election information, please contact your County Clerk. The Secretary of State, Division of Business Services maintains an Internet website that includes some Notary information and a searchable database of current notary commissions.", "url": "http://www.tncountyclerk.com/" }, { "is_selected": 0, "passage_text": "Find Nashville Tennessee clerk, including county, city, and circuit clerk, and clerk of court. Clerks provide information on public court records and legal documents, criminal, jail, and arrest records, marriage licenses, divorce, judicial, and probate records, businesses liens, notary services, real estate taxes and voter registration services. Nashville Clerk.", "url": "http://www.countyoffice.org/nashville-tn-clerk/" }, { "is_selected": 1, "passage_text": "Nashville is the capital of the U.S. state of Tennessee and the county seat of Davidson County. It is located on the Cumberland River in the north central part of the state. The city is a center for the music, healthcare, publishing, banking and transportation industries, and home to numerous colleges and universities.", "url": "https://en.wikipedia.org/wiki/Nashville,_Tennessee" }, { "is_selected": 0, "passage_text": "Therefore, it is strongly suggested that you update any search before using the information for official purposes. In no event shall the Criminal Court Clerk of Davidson County, Tennessee, be held liable for damage of any nature, direct or indirect, arising from the use of this internet service or product.", "url": "https://sci.ccc.nashville.gov/" }, { "is_selected": 0, "passage_text": "Upon receipt of the election certification and the State fee from the County Clerk, the Division of Business Services prepares, records and forwards to the County Clerk the notary commission signed by the Governor and the Secretary of State.", "url": "http://www.tncountyclerk.com/" }, { "is_selected": 0, "passage_text": "Welcome to the Davidson County Online Renewal System. Instead of traveling to one of our locations, this system allows you to renew your eligible vehicle registration quickly and easily via the internet, when it is most convenient for you. Click here to continue. View Larger Map.", "url": "http://www.nashvilleclerk.com/" }, { "is_selected": 0, "passage_text": "Search will retrieve the name and address of each defendant as submitted by arresting/booking agency to this office. Some search results may produce records without a date of birth -- if so, please verify by visiting our office before using for official purpose. NOTE: The detailed background information report available via your search will provide information separated in the following categories - CJIS Data and Legacy Data.", "url": "https://sci.ccc.nashville.gov/" }, { "is_selected": 0, "passage_text": "TENNESSEE STATEWIDE AMBER ALERT: Elizabeth Thomas | Click for details from TBI. The 95 county maps are now available in Adobe PDF format. They were generated from digital county map files in Microstation DGN format. Every effort was made to precisely duplicate the digital county map files. TDOT, however, realizes that some errors or omissions may have occurred during the conversion process.", "url": "https://tn.gov/tdot/topic/maps-county" } ]
what county nashville tn in
LOCATION
[ "Nashville is in Davidson County, Tennessee. " ]
615,017
[ { "is_selected": 0, "passage_text": "Checks from the U.S. Treasury are valid for one year after issuance. The U.S Treasury issues checks from the Internal Revenue Service, Social Security Administration and any other federal agency. Payees must contact the paying agency to request a reissued check.", "url": "http://budgeting.thenest.com/long-check-good-for-25084.html" }, { "is_selected": 0, "passage_text": "Since I was already logged in, I clicked the “chat” icon in the Bank of America web interface and was soon connected with Jonathan. I explained the issue and this was his answer: “Check are good for 180 days (unless otherwise noted), so if the check came from your personal checkbook, it would be void by now.”. That’s about what I figured, but I wanted to be sure, so I asked if he was 100% sure that Bank of America would refuse payment of the check if it ever resurfaced and got deposited.", "url": "https://www.fivecentnickel.com/how-long-are-undeposited-checks-good/" }, { "is_selected": 0, "passage_text": "My mum says check are only good for one year after written. They're not for that much (50 bucks), and I could use a bit of extra... show more My desk is very cluttered - I cleaned it last night and found two income tax refund checks from the government, but they're from July of 2007.", "url": "https://answers.yahoo.com/question/index?qid=20080816175132AADiBqj" }, { "is_selected": 0, "passage_text": "Unless there is a stop payment order in effect on the item, Banks reserve the right to pay stale dated (checks more than 180 days old) or post dated (future dated checks). Human eyes rarely look at checks anymore, and the check can, and will slide through the cracks and could cause you overdraft fees.", "url": "https://www.fivecentnickel.com/how-long-are-undeposited-checks-good/" }, { "is_selected": 0, "passage_text": "How Long are Undeposited Checks Good? Just over a year ago, my wife wrote a small check for an end-of-the-year school function of some sort. The check was made out to the school, but it was collected by another mom. A month or so later, I noticed that it still had not cleared the bank. At the time, I assumed that it had just gotten lost in the shuffle and that it would eventually re-surface, perhaps when school started again in August.", "url": "https://www.forbes.com/sites/moneybuilder/2012/04/26/how-long-are-undeposited-checks-good/" }, { "is_selected": 0, "passage_text": "Bank Checks, Official Checks or Cashiers Check. A bank check, official check or cashiers check is a check that is purchased and then issued by the bank instead of off of someone's account. The funds are guaranteed by the bank, though there can be stop payments made on the account. The bank check is completely filled out by the teller who issues the check.", "url": "https://www.thebalance.com/money-orders-bank-checks-and-cashiers-checks-2385803" }, { "is_selected": 0, "passage_text": "Money orders are paid for when purchased from a bank or other place of business. The funds are guaranteed as long as there is not a stop payment or hold put on them. Although money orders and bank checks are not as common as they used to be, you will still likely deal with them at one point in your life.", "url": "https://www.thebalance.com/money-orders-bank-checks-and-cashiers-checks-2385803" }, { "is_selected": 1, "passage_text": "Your mom is correct....most checks are good for anywhere between 180 days up to 1 year. Sorry, but you probably won't be able to cash those checks, although it never hurts to check with your bank on the issue. DH · 9 years ago.", "url": "https://answers.yahoo.com/question/index?qid=20080816175132AADiBqj" }, { "is_selected": 0, "passage_text": "A cashier's check does not have an expiration date. However, some banks have a specific time frame during which check funds are guaranteed. If the bank has a specific time frame, it is often printed on the check. For example, the check may read Void After 90 Days.. If you are unsure of a bank's protocol for cashier's check expiration, contact the issuing bank to determine. The issuing bank's name appears on the face of the check.", "url": "http://classroom.synonym.com/happens-cashiers-check-uncashed-24025.html" }, { "is_selected": 0, "passage_text": "When Do Personal Checks Expire? Personal checks older than six months are sometimes called “stale-dated” checks. The UCC states that banks/credit unions have no obligation to deposit or cash a check older than six months. But this isn’t so much a rule as it is a guideline.", "url": "http://firstquarterfinance.com/how-long-is-a-check-good-for/" } ]
how long are bank issued checks good for
NUMERIC
[ "Bank issued checks are good for 180 days up to 1 year." ]
239,656
[ { "is_selected": 0, "passage_text": "11 1/2 x 6 1/8. (The maximum thickness of a regular envelope is 1/4) If your letter weighs more than 1 ounce, then it will cost more. The table below shows the prices for letters over 1 ounce (round up the weight, e.g. if it is 2.1 ounces, use 3 ounce price).", "url": "http://www.currentpostagerates.org/" }, { "is_selected": 0, "passage_text": "Price Of Stamps In 2016 To Decrease According To U.S. Postal Service. The price of stamps in 2016 is set to decrease for the first time in nearly a century. According to CNN Money, the United States Postal Service has announced that they will lower the cost of stamps from $0.49 to $0.47 on Sunday, April 10. The USPS is not happy about this rate change, however, as it will cost them $2 billion.", "url": "http://www.inquisitr.com/2977469/price-of-stamps-2016-to-decrease-according-to-u-s-postal-service/" }, { "is_selected": 0, "passage_text": "After Sunday’s price decrease, one stamp will cost $0.47, bringing the price of a book of 10 stamps to $4.70, a book of 20 stamps to $9.40, and a coil of 100 stamps to $47.00.", "url": "http://www.inquisitr.com/2977469/price-of-stamps-2016-to-decrease-according-to-u-s-postal-service/" }, { "is_selected": 0, "passage_text": "1 Media Mail rates will start at $2.61 instead of $2.72 for a 1 lb. package. 2 Priority Mail Express International will see an average rate increase of 11.6% in 2016. Priority Mail International will see an average rate increase of 10.2% in 2016.", "url": "http://www.stamps.com/usps/postage-rate-increase/" }, { "is_selected": 1, "passage_text": "The price of a stamp for a First Class Mail Letter (1 oz.) today is $0.49 which makes a book of 10 stamps cost $4.90, a book of 20 $9.80, and a coil of 100 $49.", "url": "http://www.inquisitr.com/2977469/price-of-stamps-2016-to-decrease-according-to-u-s-postal-service/" }, { "is_selected": 0, "passage_text": "1 The discounted “Metered Mail” category for First Class Mail Letters (1 oz.), which includes online postage providers and postage meters, will decrease from $0.485 to $0.465. Each additional ounce will cost $0.21. April 2016 Update! First Class Mail Flats (1 oz.) will decrease from $0.98 to $0.94.", "url": "http://www.stamps.com/usps/postage-rate-increase/" }, { "is_selected": 0, "passage_text": "How Much Does A Postage Stamp Cost For 2016. Effective April 10, 2016, the price of a first class (1) ounce letter sent through the United States Post Office dropped to $0.47 from $0.49 for letters mailed within the United States. The fee will continue to apply and extend for some indeterminate period of time.", "url": "http://www.costhowmuch.com/ps/current-postage-stamp.htm" }, { "is_selected": 0, "passage_text": "Another prior rise in rates occurred January 27, 2013 when the price of a first class letter sent through the United States Post Office went up $0.01 to $0.46. At which time there was also the introduction of the global forever stamp for delivery of letters anywhere in the world.", "url": "http://www.costhowmuch.com/ps/current-postage-stamp.htm" }, { "is_selected": 0, "passage_text": "April 2016 Update! The discounted “Metered Mail” category for First Class Mail Letters (1 oz.), which includes online postage providers and postage meters, will decrease from $0.485 to $0.465. Each additional ounce will cost $0.21.", "url": "http://www.stamps.com/usps/postage-rate-increase/" }, { "is_selected": 0, "passage_text": "Find what the current price of a stamp is and how much it costs to send letters. Your letter must be 1 ounce or under for this price. If your letter weighs more than 1 ounce, then it will cost more. The table below shows the prices for letters over 1 ounce (round up the weight, e.g. if it is 2.1 ounces, use 3 ounce price). If your letter is more than 3.5 ounces, OR is larger than the maximum size of a regular envelope (11 1/2 x 6 1/8), then you would use large envelope pricing.", "url": "http://www.currentpostagerates.org/" } ]
current price of stamps
NUMERIC
[ "The current price of stamps is 49 cents." ]
114,038
[ { "is_selected": 0, "passage_text": "What Dancers and Choreographers Do About this section. Some dancers perform in theater productions. Dancers and choreographers use dance performances to express ideas and stories. There are many types of dance, such as ballet, tango, modern dance, tap, and jazz.", "url": "https://www.bls.gov/ooh/Entertainment-and-Sports/Dancers-and-choreographers.htm" }, { "is_selected": 0, "passage_text": "First of all - I'm not talking about studio hip hop dance or about hip hop dance on music videos. I'm asking about the dance that evolved from social dances, the dance that Elite Force promoted and now is danced on contests (battle contest, not showcases) and taught in workshops all around the world.", "url": "https://www.quora.com/Do-you-call-the-dance-hip-hop-new-style-hip-hop-freestyle-or-what" }, { "is_selected": 0, "passage_text": "Search for specific calls by keywords and/or choosing from lists of types, locations, deadlines and disciplines and then clicking Submit. If you do not submit specific search criteria, the default list is all current calls for artists sorted by the date the call was posted to the site. CAR will delete any posts that violate an artist's or organization's copyright. Displaying 1 - 20 of 272.", "url": "http://www.chicagoartistsresource.org/calls-for-artists" }, { "is_selected": 1, "passage_text": "Great question, Wonder Friend Laila! We learned that a choreographer is someone who puts dance moves together to create a performance. However, a photographer does sound very similar to a choreographer! A photographer captures moments with his or her camera by taking pictures-- that might be what you're thinking of!", "url": "http://wonderopolis.org/wonder/what-is-a-choreographer/" }, { "is_selected": 0, "passage_text": "Choreographers might work with individual dancers or large groups. As they teach dance moves by example, they also provide encouragement and guidance to the dancers. While the final dance might be just a few minutes long, it can take weeks and even months to perfect even a short routine.", "url": "http://wonderopolis.org/wonder/what-is-a-choreographer/" }, { "is_selected": 0, "passage_text": ", Been dancing for over 21 years, dance instructor, and choreographer. This style was already big in Europe over 10 years ago and was called New Style. I don't know what it's called everywhere else in the states but I call it Hip Hop Freestyle. I interpret it as a the melting pot of all dance styles.", "url": "https://www.quora.com/Do-you-call-the-dance-hip-hop-new-style-hip-hop-freestyle-or-what" }, { "is_selected": 0, "passage_text": "You have good photographs of your art, a one to two page resume, and an artist statement. You’ve put in the time, effort and money to create professional materials to present your work and your credentials. You have consistent pricing and a pricing policy.", "url": "http://www.finearttips.com/2011/02/when-are-you-ready-to-call-yourself-a-professional-artist/" }, { "is_selected": 0, "passage_text": "Choreographers design and direct dance routines. They not only invent and perfect dance moves, but they also practice them to make sure that they coordinate with music and provide entertainment for the audience. The word “choreography actually comes from the Greek words that mean “dance writing..", "url": "http://wonderopolis.org/wonder/what-is-a-choreographer/" }, { "is_selected": 0, "passage_text": "Dancers typically do the following: 1 Audition for a part in a show or for a job within a dance company. 2 Learn complex dance movements that entertain an audience. 3 Rehearse several hours each day to prepare for their performance. Study new and emerging types of dance.", "url": "https://www.bls.gov/ooh/Entertainment-and-Sports/Dancers-and-choreographers.htm" }, { "is_selected": 0, "passage_text": "What Dancers and Choreographers Do. Dancers and choreographers use dance performances to express ideas and stories. There are many types of dance, such as ballet, tango, modern dance, tap, and jazz.", "url": "https://www.bls.gov/ooh/Entertainment-and-Sports/Dancers-and-choreographers.htm" } ]
what do you call artist create dance
PERSON
[ "An artist who creates dance is called a choreographer." ]
626,206
[ { "is_selected": 1, "passage_text": "Legacy system. In computing, a legacy system is an old method, technology, computer system, or application program, of, relating to, or being a previous or outdated computer system.. Often a pejorative term, referencing a system as legacy means that it paved the way for the standards that would follow it.", "url": "https://en.wikipedia.org/wiki/Legacy_system" }, { "is_selected": 0, "passage_text": "MuleSoft offers Mule Enterprise Service Bus (ESB), a robust solution for businesses looking to solve the problem of legacy system modernization. Mule ESB is the world’s leading integration platform, providing solutions for enterprises looking to unlock the value of legacy systems.", "url": "https://www.mulesoft.com/resources/esb/legacy-system-integration" }, { "is_selected": 0, "passage_text": "Liverpool Victoria is one example of a company that has successfully integrated mainframe systems with a browser-based front end in this manner. The insurance company's car business suffered from a website that mapped directly on to mainframe data.", "url": "http://www.computerweekly.com/feature/Legacy-systems-continue-to-have-a-place-in-the-enterprise" }, { "is_selected": 0, "passage_text": "legacy system. Obsolete computer system that may still be in use because its data cannot be changed to newer or standard formats, or its application programs cannot be upgraded. Use 'legacy system' in a Sentence. The legacy system has not been entirely phased out as it serves as a nice back up to our current system. 17 people found this helpful. I was really surprised to see the legacy system in action, because it was really cool and unique and something I had never seen.", "url": "http://www.businessdictionary.com/definition/legacy-system.html" }, { "is_selected": 0, "passage_text": "Legacy Microsoft Operating Systems. /EasyBCD /Dual-Boot Guides /Legacy Microsoft Operating Systems. Microsoft is one of the few companies that attempt to preserve backwards ABI and API compatibility across each version of Windows. For the most part, the majority of the applications out there today that ran under DOS-based operating systems like Windows 9x and Windows ME will run as-is in Compatibility Mode under new versions of Windows.", "url": "https://neosmart.net/wiki/easybcd/dual-boot/legacy/" }, { "is_selected": 0, "passage_text": "Legacy server operating systems from suppliers such as Hewlett-Packard, IBM, Microsoft, Tandem and Unisys still power important applications in banking, travel and the public sector. Many banks rely on core systems built in the late 1970s and early 1980s.", "url": "http://www.computerweekly.com/feature/Legacy-systems-continue-to-have-a-place-in-the-enterprise" }, { "is_selected": 0, "passage_text": "Legacy systems continue to have a place in the enterprise. Despite the IT industry's efforts to improve the standard of operating systems used in the enterprise, a significant number of users choose to stick with...", "url": "http://www.computerweekly.com/feature/Legacy-systems-continue-to-have-a-place-in-the-enterprise" }, { "is_selected": 0, "passage_text": "As businesses face growth and expansion, they also face the problem of legacy system integration with new technologies, web applications, mobile applications as well as in the cloud. Legacy systems are old, inflexible technologies put into place to resolve previous business challenges.", "url": "https://www.mulesoft.com/resources/esb/legacy-system-integration" }, { "is_selected": 0, "passage_text": "Legacy system integration with cloud based services is generally difficult, but not with Mule ESB. With a catalog of cloud connectors, users have instant API connectivity to numerous applications and services, allowing for connection on-premises or in the cloud quickly.", "url": "https://www.mulesoft.com/resources/esb/legacy-system-integration" }, { "is_selected": 0, "passage_text": "legacy application. In information technology, legacy applications and data are those that have been inherited from languages, platforms, and techniques earlier than current technology. Most enterprises who use computers have legacy applications and databases that serve critical business needs.", "url": "http://searchitoperations.techtarget.com/definition/legacy-application" } ]
what is a legacy based system
DESCRIPTION
[ "In computing, a legacy system is an old method, technology, computer system, or application program, of, relating to, or being a previous or outdated computer system." ]
688,685
[ { "is_selected": 1, "passage_text": "The Big Picture. The average salary for a tester with 3-6 years of relevant experience is approximately $85,000 per year, with a median of approximately $70,000. A tester with 7+ years of experience, on the other hand, makes an average of $98,000 with a median of approximately $82,000 per year.he highest paid testers in the 7+ experience group are working in the New York computer software industry for an annual salary of $135,000. The lowest paid testers in this experience group are those in the Southeast academia industry who make around $63,000.", "url": "http://www.softwaretestinginstitute.com/salaries.html" }, { "is_selected": 0, "passage_text": "A Software Tester earns an average salary of $56,112 per year. Most people with this job move on to other positions after 20 years in this career.A skill in ASP. NET is associated with high pay for this job.oftware Tester Salary. (United States). A Software Tester earns an average salary of $56,112 per year. Most people with this job move on to other positions after 20 years in this career. A skill in ASP. NET is associated with high pay for this job.", "url": "http://www.payscale.com/research/US/Job=Software_Tester/Salary" }, { "is_selected": 0, "passage_text": "For example, a software tester with less than 1 year of experience can start work in the New York financial industry today at a salary of $57,000. This beginning tester could expect to earn $5,000 or more each year they stay on the job.he highest paid testers in the 7+ experience group are working in the New York computer software industry for an annual salary of $135,000. The lowest paid testers in this experience group are those in the Southeast academia industry who make around $63,000.", "url": "http://www.softwaretestinginstitute.com/salaries.html" }, { "is_selected": 0, "passage_text": "The amount that a software tester can earn depends on a variety of factors such as location, skill, education, tools they use etc. They can earn anywhere from 40K to 70+K. The … re are also different levels, a Test Manager can make well above 70 K in Toronto.ow much does a software engineer make? 89k a year about 30 some a hour $52k - $140k 10000$/annum About USD $100,000 in average annually. about US$80,000 per year, depending on the geography, work experience, and ed … ucation level. That would come to US$307 per day.", "url": "http://www.answers.com/Q/How_much_does_a_software_tester_make" }, { "is_selected": 0, "passage_text": "Software Tester Salary. (United States). A Software Tester earns an average salary of $56,112 per year. Most people with this job move on to other positions after 20 years in this career. A skill in ASP. NET is associated with high pay for this job.oftware Tester Salary. (United States). A Software Tester earns an average salary of $56,112 per year. Most people with this job move on to other positions after 20 years in this career. A skill in ASP. NET is associated with high pay for this job.", "url": "http://www.payscale.com/research/US/Job=Software_Tester/Salary" }, { "is_selected": 0, "passage_text": "Depends on the experience of the tester, the level of testing, and the industry you are in. In the Toronto, Canada area, I have seen a range from $40,000 - $120,000, depending on experience and skill level.ow much does a software engineer make? 89k a year about 30 some a hour $52k - $140k 10000$/annum About USD $100,000 in average annually. about US$80,000 per year, depending on the geography, work experience, and ed … ucation level. That would come to US$307 per day.", "url": "http://www.answers.com/Q/How_much_does_a_software_tester_make" }, { "is_selected": 0, "passage_text": "Even in the same geographical area, being in the right industry can net as much in salary as several years of experience. In Texas, where the average salary across industries is $76,500, similarly experienced software testers may make anywhere from $68,000 to $83,000 depending solely on the industry they are working in.he highest paid testers in the 7+ experience group are working in the New York computer software industry for an annual salary of $135,000. The lowest paid testers in this experience group are those in the Southeast academia industry who make around $63,000.", "url": "http://www.softwaretestinginstitute.com/salaries.html" }, { "is_selected": 0, "passage_text": "The amount of money that a beta tester will make will vary depending upon the project. Generally, beta testers are independent contracts and work on a project basis. They … can be paid hourly between $15. 00-$18. 00 hourly.They also can be paid one lump sum.ow much does a software engineer make? 89k a year about 30 some a hour $52k - $140k 10000$/annum About USD $100,000 in average annually. about US$80,000 per year, depending on the geography, work experience, and ed … ucation level. That would come to US$307 per day.", "url": "http://www.answers.com/Q/How_much_does_a_software_tester_make" }, { "is_selected": 0, "passage_text": "Glassdoor.com estimated a median salary of $64,500 per year for software testers in May 2014. The median salary was reported based on 3,415 respondents who posted salaries on its website from a variety of employers nationwide.lassdoor.com estimated a median salary of $64,500 per year for software testers in May 2014. The median salary was reported based on 3,415 respondents who posted salaries on its website from a variety of employers nationwide.", "url": "http://www.ehow.com/about_6168221_software-tester-salary-range.html" }, { "is_selected": 0, "passage_text": "The amount that a software tester can earn depends on a variety of factors such as location, skill, education, tools they use etc. They can earn anywhere from 40K to 70+K. The … re are also different levels, a Test Manager can make well above 70 K in Toronto.he amount of money that a beta tester will make will vary depending upon the project. Generally, beta testers are independent contracts and work on a project basis. They … can be paid hourly between $15. 00-$18. 00 hourly. They also can be paid one lump sum.", "url": "http://www.answers.com/Q/How_much_do_a_Quality_Assurance_tester_make" } ]
how much does a software tester make
NUMERIC
[ "A Software Tester makes $85,000 per year. " ]
311,511
[ { "is_selected": 1, "passage_text": "BERWICK, PA 18603. First Keystone Community Bank's routing number (the leftmost number on the bottom of a check) is 31318499. Sometimes, banks have multiple routing numbers for different branches or uses. Please make sure this is the correct routing number for your branch!", "url": "https://www.routing-numbers.com/1169/first_keystone_national_bank" }, { "is_selected": 0, "passage_text": "The code indicating the ABA number to be used to route or send ACH items to the RFI. 1 0 = Institution is a Federal Reserve Bank. 2 1 = Send items to customer routing number. 3 2 = Send items to customer using new routing number field.", "url": "http://us-banks-info.com/routing-numbers/first-keystone-community-bankrouting-numbers/031307125/" }, { "is_selected": 0, "passage_text": "Basic Info Reviews History Routing Numbers Locations. In our record, First Keystone Community Bank has a total of 2 routing numbers. A routing number is a nine digit code, used in the United States to identify the financial institution.", "url": "http://www.usbanklocations.com/first-keystone-community-bank-routing-number.shtml" }, { "is_selected": 0, "passage_text": "MERCHANTS & CITIZENS BANK - For wire transfer, please visit Merchants & Citizens Bank office between 9:00am - 4:00pm or call 229-868-5656. PAWTUCKET CREDIT UNION - I have been using Pawtucket CU online system to pay bill, but I dont see a wire transfer function.", "url": "http://www.bankrouting.org/locations.html?bankid=1152" }, { "is_selected": 0, "passage_text": "Assets and Liabilities (December 31, 2011) 1 Dollar figures in thousands. 2 190Total employees (full-time equivalent) 3 $826,022Total assets. $10,102Cash and due from depository 1 institutions. $329,688Securities. $0Federal funds sold & reverse repurchase 1 agreements. $410,066Net loans & leases. $0Trading account assets.", "url": "http://www.bankencyclopedia.com/FIRST-KEYSTONE-COMMUNITY-BANK_7404.html" }, { "is_selected": 0, "passage_text": "Berwick, PA. First Keystone Community Bank. A routing number is a nine digit code, used in the United States to identify the financial institution. Routing numbers are used by Federal Reserve Banks to process Fedwire funds transfers, and ACH(Automated Clearing House) direct deposits, bill payments, and other automated transfers.", "url": "http://www.usbanklocations.com/first-keystone-community-bank-routing-number.shtml" }, { "is_selected": 0, "passage_text": "More Login Options. 1 Personal Personal Checking. Savings. 2 Business Small Business Banking. Business Loans. 3 Financial Resources Trust & Estate Planning. Financial Education Center. Convenience Services Banking Services. Additional Services.", "url": "https://www.fkc.bank/" }, { "is_selected": 0, "passage_text": "MERCHANTS & CITIZENS BANK - For wire transfer, please visit Merchants & Citizens Bank office between 9:00am - 4:00pm or call 229-868-5656. - MandCBank. SOVEREIGN BANK - What is my checking account number please - Willy Maingrette.", "url": "http://www.bankrouting.org/locations.html?bankid=1152" }, { "is_selected": 0, "passage_text": "Key in first three characters of City eg. 031307125 Routing Transit Number (RTN) for First Keystone Community Bank Main Office located at Berwick, Oklahoma, PA, 18603, United States, Street Address 111 W FRONT ST, Telephone Number 570-752-3671, Servicing FRB Number 031000040. Detaild information for First Keystone Community Bank in Berwick.", "url": "http://routingtransitnumber.com/routing-number/031307125/" }, { "is_selected": 0, "passage_text": "* this reviewer has be with this bank for >10 years. * this reviewer had 1 - 2 banks before. * this review was made on First Keystone Community Bank, First Keystone Community Bank at Berwick, PA. 6 of 6 people found this review helpful.", "url": "http://www.usbanklocations.com/first-keystone-community-bank.html" } ]
routing number of first keystone bank of berwick pa
NUMERIC
[ "Routing number of first keystone bank of Berwick, Pennsylvania is 31318499." ]
490,482
[ { "is_selected": 0, "passage_text": "And you will need some Mesophilic culture, which is a mix of different bacteria and enzymes. You must make this purchase; I don’t know of any substitutes for making homemade cream cheese. One packet of the culture will set up to 2 gallons of half-and-half, but I tried it out using just 1 quart.", "url": "http://www.copykat.com/2011/01/18/making-homemade-cream-cheese/" }, { "is_selected": 0, "passage_text": "Milk Intake. Quality cheese begins with one key ingredient – quality milk. Before the cheesemaking process begins, incoming milk is first tested for quality and purity. It takes approximately 10 pounds of milk to make one pound of cheese! Next, cheesemakers weigh, heat treat or pasteurize the milk to ensure product safety and uniformity.", "url": "http://www.eatwisconsincheese.com/cheeses/how-cheese-is-made" }, { "is_selected": 1, "passage_text": "Tips & Tricks for the Best Tasting Cream Cheese. 1 Traditional cream cheese is made from 50% cream and 50% whole milk. 2 Be careful heating your cream or milk. 3 If you wish to make larger batches of cream cheese, use one gallon of milk (or a combination of milk and cream).", "url": "http://www.culturesforhealth.com/learn/cheese/homemade-cream-cheese/" }, { "is_selected": 0, "passage_text": "When it is thick like this, you can start to drain the whey out of it. I take the butter cloth, and make a small sling over the top of the pot, using the handles to secure the cloth. I then add my soft cream cheese into the cloth and let the whey drain out of it. You can let the whey drain out for up to 12 hours.", "url": "http://www.copykat.com/2011/01/18/making-homemade-cream-cheese/" }, { "is_selected": 0, "passage_text": "You can use up to 2 gallons of half and half for this recipe, or if you are like me, I am going to use 1 quart, but you this culture will set up to 2 gallons of milk. Yield: 8 – 10 ounces of cream cheese. 1 quart light cream or half and half. 1 package Mesophilic culture.", "url": "http://www.copykat.com/2011/01/18/making-homemade-cream-cheese/" }, { "is_selected": 0, "passage_text": "Milk Intake. Quality cheese begins with one key ingredient – quality milk. Before the cheesemaking process begins, incoming milk is first tested for quality and purity. It takes approximately 10 pounds of milk to make one pound of cheese! Standardization.", "url": "http://www.eatwisconsincheese.com/cheeses/how-cheese-is-made" }, { "is_selected": 0, "passage_text": "A variety of cheeses. Cheese is a food derived from milk that is produced in a wide range of flavors, textures, and forms by coagulation of the milk protein casein. It comprises proteins and fat from milk, usually the milk of cows, buffalo, goats, or sheep. During production, the milk is usually acidified, and adding the enzyme rennet causes coagulation.", "url": "https://en.wikipedia.org/wiki/Cheese" }, { "is_selected": 0, "passage_text": "The U.S. Food and Drug Administration defines cream cheese as containing at least 33% milk fat with a moisture content of not more than 55%, and a pH range of 4.4 to 4.9. In other countries, it is defined differently and may need a considerably higher fat content.", "url": "https://en.wikipedia.org/wiki/Cream_cheese" }, { "is_selected": 0, "passage_text": "Filed Under: Homemade Cheese, Tutorial, Soft Cheese, Cream Cheese Starter, Homemade Cheese Recipes, Cheese for Beginners. So, you want to learn how to make cream cheese at home. You're in luck - when it comes to home cheesemaking, cream cheese is one of the easiest places to start! We'll show 2 ways to make it at home where all you need to do is 1) culture the milk and then 2) strain the cheese curd.", "url": "http://www.culturesforhealth.com/learn/cheese/homemade-cream-cheese/" }, { "is_selected": 0, "passage_text": "Mondelēz International now sells Philadelphia in over 80 countries worldwide. To trace the history of Philadelphia from its humble beginnings in a New York Dairy in 1872 right the way onto your plate today click on the dates and follow our Philly timeline. The first cream cheese is made in New York by an American dairyman William Lawrence. ‘Philadelphia’ is adopted as the brand name, after the city that was considered at the time to be the home of top quality food. It was distributed for the first time in foil wrappers.", "url": "https://www.philadelphia.co.uk/Brand/History" } ]
what cream cheese is made of
ENTITY
[ "Cream cheese is made of 50% cream and 50% whole milk." ]
615,257
[ { "is_selected": 1, "passage_text": "Carbohydrates provide your body with glucose it needs to function properly. Two types of carbohydrates exist: complex carbohydrates and simple carbohydrates. Complex carbohydrates take time to break down into glucose. Foods rich in complex carbohydrates and fiber are called good carbohydrates.Simple carbohydrates include sugars found in foods such as fruits and milk products and sugars added during food processing. Foods rich in white flour and added sugars are called bad carbohydrates.hole-grain products such as brown rice, whole-grain pasta, beans, whole wheat bread, whole oats, buckwheat, millet, whole rye, whole-grain barley and whole-grain corn are considered good carbohydrates. These foods are rich in fiber, vitamins, minerals and phytonutrients that are beneficial to your health.", "url": "http://healthyeating.sfgate.com/list-good-carbs-bad-carbs-6520.html" }, { "is_selected": 0, "passage_text": "Foods containing simple carbohydrates include sugary fluids like soda or energy drinks, deserts, syrups, and processed foods. Complex carbohydrates include two types of foods: dietary fibers and starches. Foods with dietary fiber include nuts seed, fruits, beans, oatmeal, barley, bran, and vegetables.Starches include potatoes, beans, peas, corn, and some breads, cereals, and grains.oods containing simple carbohydrates include sugary fluids like soda or energy drinks, deserts, syrups, and processed foods. Complex carbohydrates include two types of foods: dietary fibers and starches. Foods with dietary fiber include nuts seed, fruits, beans, oatmeal, barley, bran, and vegetables.", "url": "https://www.sharecare.com/health/carbohydrates/what-foods-contain-carbohydrates" }, { "is_selected": 0, "passage_text": "And it's vitally important to your health that you know the good carb bad carb difference. The good carbs on the list of carbohydrate foods can provide your body with energy, optimum nutrition, proper brain and organ function and a healthy, attractive appearance.But bad carbs are detrimental to a healthy diet.And consistently eating from the bad carbs list will rapidly sabotage all your health and weight management goals. So choose all of your carbohydrates from this great list of healthy carbohydrate foods.ut bad carbs are detrimental to a healthy diet. And consistently eating from the bad carbs list will rapidly sabotage all your health and weight management goals. So choose all of your carbohydrates from this great list of healthy carbohydrate foods.", "url": "http://www.bellaonline.com/articles/art6628.asp" }, { "is_selected": 0, "passage_text": "Whole-grain products such as brown rice, whole-grain pasta, beans, whole wheat bread, whole oats, buckwheat, millet, whole rye, whole-grain barley and whole-grain corn are considered good carbohydrates. These foods are rich in fiber, vitamins, minerals and phytonutrients that are beneficial to your health.hole-grain products such as brown rice, whole-grain pasta, beans, whole wheat bread, whole oats, buckwheat, millet, whole rye, whole-grain barley and whole-grain corn are considered good carbohydrates. These foods are rich in fiber, vitamins, minerals and phytonutrients that are beneficial to your health.", "url": "http://healthyeating.sfgate.com/list-good-carbs-bad-carbs-6520.html" }, { "is_selected": 0, "passage_text": "The Good Carb Bad Carb Bottom Line Unhealthy bad carbs are filled with empty calories that have no nutritional value. And eating a diet high in bad carbohydrate foods, as most everyone does, increases your risk of heart disease, stroke, arthritis, Alzheimer's disease, diabetes and obesity.ut bad carbs are detrimental to a healthy diet. And consistently eating from the bad carbs list will rapidly sabotage all your health and weight management goals. So choose all of your carbohydrates from this great list of healthy carbohydrate foods.", "url": "http://www.bellaonline.com/articles/art6628.asp" }, { "is_selected": 0, "passage_text": "Good carbs are also an important part of a healthy low glycemic diet. Eating foods with a low glycemic index can help you lose weight and maintain healthy blood sugar and triglyceride levels to manage or avoid developing diabetes and heart disease.ut bad carbs are detrimental to a healthy diet. And consistently eating from the bad carbs list will rapidly sabotage all your health and weight management goals. So choose all of your carbohydrates from this great list of healthy carbohydrate foods.", "url": "http://www.bellaonline.com/articles/art6628.asp" }, { "is_selected": 0, "passage_text": "Carbs within colorful vegetables and fruits are always better for your body than carb-rich foods like breads, pastas, rice, and potatoes. Here's a great graphic that illustrates how to incorporate carbs into your diet. It is also best to aim for fiber-rich carbohydrates (peas and beans, fruit, oatmeal).ther Foods. The correct amount of carbohydrates that should be eaten during dieting is one the the most controversial subjects in the dieting industry. Some preach low carbs, others say only calories matter, and yet others say to eat only slow carbs.", "url": "http://www.freedieting.com/food_guide_carbs.htm" }, { "is_selected": 0, "passage_text": "Eating foods from our good carbs list can help you to have a better brain and a strong trim naturally energetic body. But choosing often from the bad carbs list can lead to overweight, heart disease and diabetes.So it makes good sense to choose from our healthy carbohydrates list.our best good carbs sources are from this healthy carbohydrates list: 1 Raw and lightly steamed vegetables, 2 Legumes, beans, nuts and seeds, 3 High fiber 100% whole grains, 4 Raw, whole, fresh fruits, 5 Most low fat dairy.", "url": "http://commonsensehealth.com/good-carbs-list-of-carbohydrates-in-food/" }, { "is_selected": 0, "passage_text": "Other Foods. The correct amount of carbohydrates that should be eaten during dieting is one the the most controversial subjects in the dieting industry. Some preach low carbs, others say only calories matter, and yet others say to eat only slow carbs.ther Foods. The correct amount of carbohydrates that should be eaten during dieting is one the the most controversial subjects in the dieting industry. Some preach low carbs, others say only calories matter, and yet others say to eat only slow carbs.", "url": "http://www.freedieting.com/food_guide_carbs.htm" }, { "is_selected": 0, "passage_text": "Foods High in Carbohydrates. Carbohydrates are macronutrients made up of carbon and hydrogen atoms, and there are many different types found in the food we eat. Carbohydrates and the molecules they break down into are the body's main and preferred source of energy.oods highest in carbohydrates, and considered less nutritious, are sugary, processed foods that are devoid of other important nutrients. The following list includes these foods.", "url": "http://www.fitday.com/fitness-articles/nutrition/healthy-eating/11-foods-high-in-carbohydrates.html" } ]
name food carbs
ENTITY
[ "Whole-grain products such as brown rice, whole-grain pasta, beans, whole wheat bread, whole oats, buckwheat, millet, whole rye, whole-grain barley and whole-grain corn are considered good carbohydrates. These foods are rich in fiber, vitamins, minerals and phytonutrients that are beneficial to your health." ]
461,225