query stringlengths 1 6.15k | document stringlengths 1 333k | dataset stringclasses 28
values |
|---|---|---|
Recent problem of vocational education in nigeria? | You what to know the problem facing vocational and technical in nigeria? | wikianswers |
New zealand to korea? | Distance from auckland new zealand to seoul? | wikianswers |
Analysis of Phase Change for Na_2SO_4·10H_2O and Calculation on Latent Heat | The enthalpies of phase change have been studied by means of CDR-34p Differential Scanning Calorimetry(DSC) and Phase diagram for Na2SO4-H2O system.The current study found that latent heat for inorgonic hydrated salt is made of reaction enthalpies,dissolution heats,integral dissolution heats.In addicition,the latent he... | s2orc_title_abstract |
Multi agent dynamic traffic assignment on guided vehicles | The article presents a simulation-based model to dynamic assignment of guided vehicles over a parallel network. The simulation was constructed while following an agent based model and has been implemented on the multi-agent simulation platform JADE. The model follows an integrated assignment simulation framework which ... | s2orc_title_abstract |
what causes estrogen levels to rise? | Also, certain health problems can cause estrogen levels to rise, including: obesity. ovarian tumors. liver disease. | gooaq |
Anabranching in mixed bedrock-alluvial rivers: the example of the Orange River above Augrabies Falls, Northern Cape Province, South Africa | Characteristics of a Mixed Bedrock-Alluvial Channel in a Plateau and Plateau Fringe Region: A Study on the Barakar River of the Chotanagpur Plateau, India | s2orc_citation_titles |
A lot of great information about how to heal your body naturally and ... | A lot of great information about how to heal your body naturally and what diet is right for you. Worth a read if you have allergies to correct themselves. | amazon_reviews |
If the CD drive get stuck? | The CD tray appears stuck - how can it be released without breaking it? | wikianswers |
Hydrogen based high strain SI:P epitaxy process development and optimization | High strain in-situ phosphorus doped silicon (called HS-Si:P) epitaxy in the source/drain (S/D) areas has been adopted for nMOS transistors for 14nm node and beyond, which can boost nMOS drive current by applying tensile strain on device channel and lower contact resistivity. N2 carrier gas were widely used for strain ... | s2orc_title_abstract |
What three damages are caused by acid rain? | What damages are caused when acid rain accures? | wikianswers |
How many active duty us air force? | How many Active duty us military? | wikianswers |
you get more than you could ever imagine with this doll!!! | I love this doll!!! It showed up ahead of schedule and the quality is beyond words for me. I am a huge fan of creepy antique looking dolls and this exceeded all expectations!! I would highly recommend this to anyone who is into creepy horror Halloween things. It's the perfect size, makes the creepiest perfect voices an... | amazon_reviews |
The aim of the present study was to compare different diets used to induce obesity in a head-to-head manner with a focus on insulin resistance and vascular dysfunction. Male C57BL/6J mice were put on standard chow diet (SCD), normal-fat diet (NFD), cafeteria diet (CAF) or high-fat diet (HFD) for 12 weeks starting at th... | OBJECTIVE ::: This study is aimed at evaluating the effects of a cafeteria diet (obesity) mouse model on early multi-organ functional, structural, endocrine and biochemical alterations. ::: ::: ::: MATERIALS AND METHODS ::: Multi-organ damage is assessed using clinical, biochemical, pathological, and inflammatory param... | s2orc_abstract_citation |
Saudi Arabian sovereign fund plans cinema venture with US company AMC Entertainment | DUBAI (REUTERS) - Saudi Arabia's main sovereign wealth fund said it planned to enter the cinema business with major US-based movie exhibition company AMC Entertainment Holdings, as the conservative kingdom lifts a 35-year-old ban on cinemas.
"In line with the fund's mandate to help unlock promising new sectors within t... | ccnews |
What are some disadvantages for fusion? | What is a disadvantage of nuclear fission and fusion? | wikianswers |
Are cat eyes a source of light? | Are cat eyes light sources? | wikianswers |
What year did washington become a state? | What year washington made a state? | wikianswers |
who made x2 wolverine's revenge game | X2: Wolverine's Revenge X2: Wolverine's Revenge (released as X-Men 2: Wolverine's Revenge in Europe) is an action video game released in 2003 for the GameCube, PlayStation 2, Xbox, Windows, and Game Boy Advance to coincide with the release date of the film "X-Men 2", developed by GenePool Software and published by Acti... | paq |
// NewRegisteredResettingTimer constructs and registers a new StandardResettingTimer. | func NewRegisteredResettingTimer(name string, r Registry) ResettingTimer {
c := NewResettingTimer()
if nil == r {
r = DefaultRegistry
}
r.Register(name, c)
return c
} | codesearch |
What compotents make up fat? | What components make up fat? | wikianswers |
AccuQuilt GO 8-1/2" Square Cutting Die | As with all the AccuQuilt Go products that I have purchased, this die performs perfectly. I can cut a full size quilt in less than an hour. That would not be the case if I were cutting with a mat, rotary cutter, and ruler. With a cutting die, the cut is an accurate 8-1/2" square--every time. My rotary cuts are not ... | amazon_reviews |
How do you apply a judgement to a lien on property? | How do you excute a judgement as a lien? | wikianswers |
Abstract Bioassay-guided fractionation of the EtOAc extract of sponge Plakortis halichondrioides yielded four novel bicyclic lactones, plakortones A, B, C, D and a novel acid, plakortide E ( 3, 4, 5, 6 and 7 ). The structures, including stereochemistry, of these compounds were established by interpretation of spectral ... | There is an urgent need to discover new antimalarials, due to the spread of chloroquine resistance and the limited number of available drugs. In the last few years, artemisinin, the endoperoxide sesquiterpene lactone derived from Artemisia annua, and its derivatives proved to be very active against Plasmodium falciparu... | s2orc_abstract_citation |
Structure of cell responsible for producing energy? | What structures supply energy for the cell? | wikianswers |
I needed to get to my drive so took the case off and the adapter worked perfect. Did call Anker and they did not have ... | The connection to my drive was not long enough due the casing. I needed to get to my drive so took the case off and the adapter worked perfect. Did call Anker and they did not have anything that had a longer connection before doing this. My drive was off warranty or would not have done this. | amazon_reviews |
when was the donald b and barbara h declared a historic landmark | Donald B. (towboat) Standard, also known historically as Donald B and Barbara H, is a paddlewheel towboat that has been named a US National Historic Landmark and is now based at Bellaire in eastern Ohio. Built in 1923, she is the oldest surviving unaltered rear-wheel towboat afloat. The boat was declared a National His... | paq |
FAILURE MODE AND EFFECTS ANALYSIS IN FIGHTER JET'S MAINTENANCE ACTIVITIES | In this study, F-4 fighter jets? elevation command systems malfunctions were analyzed by the help of FMEA. The damages that were caused by elevation command systems? failures were described and control steps which could be used before they occurred, were planned. By FMEA results, extension of fighter jets active duty t... | s2orc_title_abstract |
// Get returns the rowID associated to the given colID.
// Additionally, it returns true if a value was found,
// otherwise it returns false. | func (v *rowsVector) Get(colID uint64) (uint64, bool, error) {
rows := v.f.rows(0, filterColumn(colID))
if len(rows) > 1 {
return 0, false, errors.New("found multiple row values for column")
} else if len(rows) == 1 {
return rows[0], true, nil
}
return 0, false, nil
} | codesearch |
Where did champlain explore when on sea? | Where did champlain explore? | wikianswers |
what port did chile acquire in the pacific war of the pacific | War of the Pacific the military occupation of the entire Bolivian coast. The Treaty of Peace and Friendship (1904) ceded the complete region of Antofagasta to Chile. In return, Chile agreed to build the Arica–La Paz railway, a railroad connecting the capital city of La Paz, Bolivia, with the port of Arica, and Chile gu... | paq |
What is an estimate of the economic loss from the quake? | Even with the five largest cities in Sichuan suffering only minor damage from the quake, some estimates of the economic loss run higher than US$75 billion, making the earthquake one of the costliest natural disasters in Chinese history. | squad |
The objectives of this study were threefold: (a) to determine whether the Unit-ed Arab Emirates (UAE) general and special education teachers were making any specific testing modifications for students with disabilities; (b) to survey UAE general and special education teachers’ perceptions of testing modifications in te... | This study explored mainstream education teachers' perceptions of instructional adaptations in inclusive classrooms and its feasibility, effectiveness, and desirability of implementation. It was of particular interest to know how teachers of different grade levels would respond to such adaptations. Kindergarten (n = 16... | s2orc_abstract_citation |
Bought this for our granddaughter and she loves it. ... | Bought this for our granddaughter and she loves it. She used it and so did her brother until the weather got too cold. She loves playing with water so this fits the bill. | amazon_reviews |
What is a one wheeled cart for carrying loads? | What is the name of the one wheeled cart for carriying loads? | wikianswers |
Good quality shoes but it's slightly tight on the top ... | Good quality shoes but it's slightly tight on the top front cover that leave mark on my kid feet. I am using the same siZe of pediped to get this model and end up slightly small. | amazon_reviews |
[Construction of a full-length cDNA library of Aegilops speltoides Tausch with optimized cap-trapper method]. | To discover new genes in a throughput manner,the cap-trapper method published previously was optimized for raising the efficiency in the construction of full-length cDNA library.Using the optimized protocol,we successfully constructed a full-length cDNA library of Aegilops speltoides,which contained 3.0×106 clones and... | s2orc_title_abstract |
What is the greek story of how a sunflower got its name? | Where did sunflowers get the name from? | wikianswers |
who played kennedy's wife in the movie bandido | Bandido (1956 film) time with Kennedy's flirtatious wife, Lisa (Ursula Thiess). After the capture of Kennedy, Wilson goes to the lodge to find Lisa, whom he saves from Escobar's firing squad and encourages to flee north to the U.S. Angered by what he perceives as treachery, Gen. Escobar imprisons Wilson along with Kenn... | paq |
When using a hotshoe flash you can't use this. When you let the plug in dangle the remote won't work. Any suggestions? | What kind of camera and flash are you using ? Most flashes and cameras you can run wireless or an a cable to it. . you can also get a L bracket to hold camera and flash thus allowing the Hotshoe free to use with remote | amazonqa |
Laugier’s Hernia Concomitant with Femoral Hernia: a Case Report | Differentiation of femoral versus inguinal hernia: CT findings. | s2orc_citation_titles |
Procedure for minimizing stress for fMRI studies in conscious rats | Foregoing Anesthesia Entirely : Resting-State Functional MRI of Completely Awake Rats | s2orc_citation_titles |
Anyone know the deal with Ramses Barden? | Ramses Barden is not showing on the active roster, IR or Reserve rosters and no transactions are listed for him on giants.com. His bio also seems to have been removed. Anyone know what the deal is with him? | reddit_title_body |
Get the lines of a source file
@param string $src The path of a file
@return array The lines of the source file
@since 1.0 | protected function &getSource($src)
{
if (!isset($this->sources[$src]))
{
if (is_readable($src))
{
$this->sources[$src] = self::splitLines(file_get_contents($src));
}
else
{
$this->sources[$src] = null;
}
}
return $this->sources[$src];
} | codesearch |
Identify, Organize, and Retrieve Items Using Zotero | CHAPTER 14 NOT JUST FOR CITATIONS : ASSESSING ZOTERO WHILE REASSESSING RESEARCH | s2orc_citation_titles |
how much is my Reggie Jackson Oakland AL ALL STAR card worth? | Card is in good to fair shape. Year is 1976 TOPPS. Outfield Oakland | yahoo_title_question |
Is it unwise to open investment accounts in multiple different companies | Is there any reason to diversify your investments across accounts at multiple/different brokers? | stackexchange_duplicate_questions |
What is Bohr Diagram for Boron? | What does the Boron Bohr Diagram look like? | wikianswers |
What was discouraged by the US in the cold war? | What was discouraged in the US durung the cold war? | wikianswers |
MicroRNA-645 represses hepatocellular carcinoma progression by inhibiting SOX30-mediated p53 transcriptional activation. | SOX30, a target gene of miR-653-5p, represses the proliferation and invasion of prostate cancer cells through inhibition of Wnt/β-catenin signaling | s2orc_citation_titles |
What words have the root word fic in them? | What words have the form fic? | wikianswers |
Degree sums and subpancyclicity in line graphs | Subpancyclicity of line graphs and degree sums along paths | s2orc_citation_titles |
Why use hwinfonor hwinfo32 when troubleshooting or upgrading a pc? | List three reasons why you might use hwinfo or hwinfo32 when troubleshooting or upgrading a pc? | wikianswers |
Keep in mind this pillow is 6 pounds | This pillow is great if you never move around pillows. I tend to change sleep sides, and my husband and I laugh that this pillow could hurt us - it is SIX POUNDS - and it is the heaviest pillow we have ever had. | amazon_reviews |
How many gallons is a 2008 dodge charger se gas tank? | How many gallons is gas tank on dodge charger? | wikianswers |
Where is the temperature sensor located in a 2001 impala? | 2001 chevy impala 3.8 litre temperature sensor location? | wikianswers |
The fault tolerant connected sensor cover algorithm for discrete targets | Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks | s2orc_citation_titles |
cost of producing an ipod? | How much does an ipod cost to produce? How much would the workers that work in the samsung, philips, n-such companies make (since the ipod is made from products of other companies,,,none apple)? What conditions do they work in? | yahoo_title_question |
Bagaima penyelesaian program c plus plus dengan menampilkan hasil seperti pohon natal? | C plus program for 1223334444? | wikianswers |
Researching mouth care in the ICU. | Patients Receiving Mechanical Ventilation Systematic Literature Review of Oral Hygiene Practices for Intensive Care | s2orc_citation_titles |
Identification of density-stratified waters in the late-Pleistocene North Atlantic: A faunal derivation | A high resolution opal and radiolarian record from the subpolar North Atlantic during the Mid-Pleistocene Transition (1069–779 ka): Palaeoceanographic implications | s2orc_citation_titles |
Great battery and great service | I was in distress over an issue that caused my laptop to not turn on because the battery was fully discharged and the electric connection wasn't working. I ordered this battery and went for same day shipping (first time ever). I was thrilled to get the battery well before the 9pm deadline and be able to power up my l... | amazon_reviews |
How do the four major spheres hydroshere atmoshere geoshere and bioshere interact? | How do the four spheres of earth interact? | wikianswers |
This Trap Works But It Needs Air Holes | This is a pretty good trap because it caught mice for me but it needs air holes so the mouse can live long enough for release. Also, without proper ventilation the mouse will become soaking wet within a few minutes due to breath condensation on a cold garage floor. Before I set any of the traps I used a semi hot solder... | amazon_reviews |
when does the book zero hour take place | Zero Hour (novel) Zero Hour (originally published as Fahnenjunker Volkenborn) is an autobiographical war novel by German author Georg Grabenhorst. The book was initially published in Leipzig Germany in 1928 and was translated into English the following year. "Zero Hour" was later re-published by the University of South... | paq |
Mortality of pupae of jack pine budworm (Lepidoptera: Tortricidae) parasites and density dependence of hyperparasitism | Mortality of pupae of Apanteles fumiferanae Viereck and A. morrisi (Mason) that parasitize the jack pine budworm (Choristoneura pinus Freeman) was studied in the field for three years. Estimated mortality inflicted by hyperparasites, predators, and unknown sources was 63.9 and 58.2% in two successive years at one site.... | s2orc_title_abstract |
Linksys support is totally worthless! | I have a Linksys Homelink network system that has now been unusable for months. When I upgraded to Windows ME, the only problem I had was with the Linksys card. Neither phone support or email support has been able to fix the problem. Email support rarely returns any messages, and if they do, all they say is they are w... | amazon_reviews |
What nation's capital city is the world's highest in elevation? | What capital city has the highest elevation in world? | wikianswers |
who is responsible for the prevention of smoking in the world | continues to rise at 3.4% in 2002. In Africa, smoking is in most areas considered to be modern, and many of the strong adverse opinions that prevail in the West receive much less attention. Today Russia leads as the top consumer of tobacco followed by Indonesia, Laos, Ukraine, Belarus, Greece, Jordan, and China. At the... | paq |
What does "Jantelagen" mean to you? | ***Jantelagen: "Don't think you are someone."***
Hi, I am from Sweden but moved to Texas when I was 16. In one class in high school here, I watched an economics video which featured a swede who described the Jante as *"don't be proud of your achievements."* Growing up, i was always given the impression that it means *... | reddit_title_body |
Chameleonic ligand in self-assembly and synthesis of polymeric manganese(II), and grid-type copper(I) and silver(I) complexes | Abstract The reactions of ligand L, comprising N,N,O donor atoms units, with appropriate metal ions lead to different structural motifs of resulting compounds depending on the kind of metal ions used in coordination. These results are a consequence of preferred metal coordination geometry and their properties. The comp... | s2orc_title_abstract |
What problems would there be if you lived in space with no gravity? | What would happen if there weren't gravity in space? | wikianswers |
Excellent. Very nicely done | Excellent. Very nicely done. Especially liked the loop for hanging on the tree. | amazon_reviews |
// confPath returns the path to the service's configuration file. | func (s *Service) confPath() string {
return path.Join(InitDir, s.Service.Name+".conf")
} | codesearch |
Would you date a former abuser? | My ex has a new girlfriend and has apparently been very honest with her about how we broke up - ie. that I left him because he was abusive (not physically towards me, but pretty much every other type). It just eludes me why a woman would date someone who admits he was abusive in a previous relationship... I just don't ... | reddit_title_body |
If you are spotting brown blood are you pregnant? | Can you spot brown blood and be pregnant? | wikianswers |
Who many kings in england have been called george? | How many english tudor kings are called george? | wikianswers |
Stuff works great. Used to coat the inside of the spark ... | Umm... Stuff works great. Used to coat the inside of the spark plug boot.
As a note, there IS a difference in Dielectic greases. This is the one that you want because it doesn't harden. | amazon_reviews |
... it was roomy under arms but apart from that good value for | I had to stitch it closer because it was roomy under arms but apart from that good value for monwy | amazon_reviews |
Loved it! Great quality and terrific price | Loved it! Great quality and terrific price. Every year we get an ornament per person to represent us for that year! And it hit the mark for my daughter. Definitely a great long term keepsake. Can easily personalize with permenate marker. | amazon_reviews |
Pioneer offers NO SUPPORT for a buggy car player! | I have numerous problems with TWO of these units. Both exhibit similar problems and I've gotten no support from Pioneer.
Both units exhibit the following problems:
1 - frequent loss of wired connectivity to iPhones, iPods and iPad Mini
Typically the unit displays "No Device Connected", the music goes silent but the mu... | amazon_reviews |
What climate do all of the countries of Central Africa? | What is most dominant climate in central africa? | wikianswers |
Competitiveness policy and economic organization: the case of the British film industry | Reinventing the British film industry: the Group Production Plan and the National Lottery Franchise Scheme | s2orc_citation_titles |
Benthic foraminiferal distribution on the southeastern Brazilian shelf and upper slope | Living benthic foraminifera of Santos continental shelf, southeastern Brazilian continental margin (SW Atlantic): chlorophyll-a and particulate organic matter approach | s2orc_citation_titles |
What is the salary for Chief Executive Officer? | Salary range of chief executive officer? | wikianswers |
/*
GetMapName retrieves contents of b p f map
*/ | func (a *Client) GetMapName(params *GetMapNameParams) (*GetMapNameOK, error) {
// TODO: Validate the params before sending
if params == nil {
params = NewGetMapNameParams()
}
result, err := a.transport.Submit(&runtime.ClientOperation{
ID: "GetMapName",
Method: "GET",
PathPattern... | codesearch |
What was the conflict over religion territory and power among Europes ruling families that resulted in the modern state system? | Which war resulted in the modern state system? | wikianswers |
Tax Policy Coordination, Vertical Externalities, and Optimal Taxation in a System of Hierarchical Governments | Heterogeneous Vertical Tax Externalities, Capital Mobility, and the Fiscal Advantage of Natural Resources | s2orc_citation_titles |
what kind of wood did vincenzo rugeri use on his instruments | Vincenzo Rugeri the maple wood he employed for the backs was often of fine foreign growth. Rugeri used a transparent varnish ranging in color from orange to red, or brown later in his career. This varnish recipe seems to be congruent with certain of Antonio Stradivari's late instruments and those of Carlo Bergonzi. The... | paq |
Spatial distribution of tuna larvae in the Gulf of Gabes (Eastern Mediterranean) in relation with environmental parameters | Seasonal distribution and spawning of small tunas (Auxis rochei and Sarda sarda) in the Northwestern Mediterranean | s2orc_citation_titles |
Climate Action For Christmas? Omnibus Bill Includes Biggest Policy Shift In Years | The massive spending package just passed by Congress includes the most significant climate legislation in more than a decade, along with significant changes in energy policy. It was easy to miss, nestled among pandemic relief payments, the annual spending bill, new Smithsonian museums and protection from surprise medi... | npr |
I purchased this for Halloween costume with the red Polk ... | I purchased this for Halloween costume with the red Polk a dot skirt. It was a cute, cheap costume. | amazon_reviews |
This is an adorable costume! My daughter is a 5th grader and ... | This is an adorable costume! My daughter is a 5th grader and it fits true to size, like the picture. It's a bit on the short side, but the tights make that okay. The hat is a bit small, but wearable. My daughter loves it! | amazon_reviews |
How do you change alternator 98 tahoe? | Where is the alternator on a 1998 tahoe? | wikianswers |
what type of water is used to change a stamp's color | Postage stamp color Stamps of this type may be much lighter in color after being soaked. Some dramatic color variations occur as a result of chemical action; such stamps are called color changelings. Examples include sulfuretting (often misnamed "oxidation"), a reaction involving lead that may turn a blue or green stam... | paq |
What is the most important thing about family? | What's the most important thing about family? | wikianswers |
Can you buy an iphone on the tmobile plan? | Can you use an iphone with a tmobile contract? | wikianswers |
Massachussetts to Florida? | I am trying to send a letter from Massachussetts to Florida. Does anybody know how long the process will take to get there? Appreciate it. | yahoo_title_question |
Bruno from the boy in the striped pajamas? | Bruno from the boy striped pjs? | wikianswers |
What as the kingdom that spearheaded the efforts to unite italy? | Which kingdom spearheaded the efforts to unite italy? | wikianswers |
The X makes the difference. Key image features to differentiate Erdheim-Chester disease from Histiocytosis X. | Poster: "ECR 2015 / C-1830 / The X makes the difference. Key image features to differentiate Erdheim-Chester disease from Histiocytosis X." by: "I. Pulido Ruiz, S. Mendez Garrido, A. Talegon Melendez, I. Acevedo Banez; Seville/ES" | s2orc_title_abstract |