Search results for: drug target
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4433

Search results for: drug target

2003 Phytochemical and Biological Study of Chrozophora oblongifolia

Authors: Al-Braa Kashegari, Ali M. El-Halawany, Akram A. Shalabi, Sabrin R. M. Ibrahim, Hossam M. Abdallah

Abstract:

Chemical investigation of Chrozophora oblongifolia resulted in the isolation of five major compounds that were identified as apeginin-7-O-glucoside (1), quercetin-3-O-glucuronic acid (2), quercetin-3-O-glacturonic acid (3), rutin (4), and 1,3,6-trigalloyl glucose (5). The identity of isolated compounds was assessed by different spectroscopic methods, including one- and two-dimensional NMR. The isolated compounds were tested for their antioxidant activity using different assays viz., DPPH, FRAP, ABTS, ORAC, and metal chelation effects. In addition, the inhibition of target enzymes involved in the metabolic syndrome, such as alpha-glucosidase and pancreatic lipase, were carried out. Moreover, the effect of the compounds on the advanced glycation end-products (AGEs) as one of the major complications of oxidative stress and hyperglycemia in metabolic syndromes were carried out using BSA‐fructose (bovine serum albumin), BSA-methylglyoxal, and arginine methylglyoxal models. The pure isolates showed a protective effect in metabolic syndromes as well as promising antioxidant activity. The results showed potent activity of compound 5 in all measured parameters meanwhile, none of the tested compounds showed activity against pancreatic lipase.

Keywords: Chrozophora oblongifolia, antioxidant, pancreatic lipase, metabolic syndromes

Procedia PDF Downloads 93
2002 Assertion-Driven Test Repair Based on Priority Criteria

Authors: Ruilian Zhao, Shukai Zhang, Yan Wang, Weiwei Wang

Abstract:

Repairing broken test cases is an expensive and challenging task in evolving software systems. Although an automated repair technique with intent preservation has been proposed, but it does not take into account the association between test repairs and assertions, leading to a large number of irrelevant candidates and decreasing the repair capability. This paper proposes an assertion-driven test repair approach. Furthermore, an intent-oriented priority criterion is raised to guide the repair candidate generation, making the repairs closer to the intent of the test. In more detail, repair targets are determined through post-dominance relations between assertions and the methods that directly cause compilation errors. Then, test repairs are generated from the target in a bottom-up way, guided by the intent-oriented priority criteria. Finally, the generated repair candidates are prioritized to match the original test intent. The approach is implemented and evaluated on the benchmark of 4 open-source programs and 91 broken test cases. The result shows that the approach can fix 89% (81/91) of broken test cases, which is more effective than the existing intentpreserved test repair approach, and our intent-oriented priority criteria work well.

Keywords: test repair, test intent, software test, test case evolution

Procedia PDF Downloads 108
2001 Optimal Allocation of Multiple Emergency Resources for a Single Potential Accident Node: A Mixed Integer Linear Program

Authors: Yongjian Du, Jinhua Sun, Kim M. Liew, Huahua Xiao

Abstract:

Optimal allocation of emergency resources before a disaster is of great importance for emergency response. In reality, the pre-protection for a single critical node where accidents may occur is common. In this study, a model is developed to determine location and inventory decisions of multiple emergency resources among a set of candidate stations to minimize the total cost based on the constraints of budgetary and capacity. The total cost includes the economic accident loss which is accorded with probability distribution of time and the warehousing cost of resources which is increasing over time. A ratio is set to measure the degree of a storage station only serving the target node that becomes larger with the decrease of the distance between them. For the application of linear program, it is assumed that the length of travel time to the accident scene of emergency resources has a linear relationship with the economic accident loss. A computational experiment is conducted to illustrate how the proposed model works, and the results indicate its effectiveness and practicability.

Keywords: emergency response, integer linear program, multiple emergency resources, pre-allocation decisions, single potential accident node

Procedia PDF Downloads 138
2000 Investigating the Challenges and Opportunities for M-Government Implementation in Saudi Arabia

Authors: Anan Alssbaiheen, Steve Love

Abstract:

Given the lack of research into potential opportunities and challenges which are likely to be associated with the implementation of mobile services in developing countries including Saudi Arabia, the research reported here investigated the challenges and opportunities which are associated with the implementation of mobile government services in Saudi Arabia. By collecting data through surveys from 103 Saudi citizens and 46 employees working at the Ministry of Communication and Information Technology Saudi Arabia, this study indicates that the high level of mobile penetration in the country offers an opportunity for Saudi Arabian government to offer mobile government services in the country. The results also suggest that though a large percentage of populations do not have access to mobile technologies, there is still a strong desire among users for the provision of mobile government services. Moreover, the results suggest that effective implementation of mobile government services would help to increase the technological development of Saudi Arabia. However, there are certain challenges which may prevent the effective implementation of such services. First, there does not appear to be a sufficient level of understanding among the Saudi Arabian population about the benefits which are associated with mobile government services. Secondly, the results suggest that the implementation of the services needs to be closely tailored and personalised to the individual needs of target users. Finally, the lack of access to mobile technologies would be a challenge to the successful introduction of these services.

Keywords: challenges, e-government, mobile government, opportunities

Procedia PDF Downloads 399
1999 High Performance Field Programmable Gate Array-Based Stochastic Low-Density Parity-Check Decoder Design for IEEE 802.3an Standard

Authors: Ghania Zerari, Abderrezak Guessoum, Rachid Beguenane

Abstract:

This paper introduces high-performance architecture for fully parallel stochastic Low-Density Parity-Check (LDPC) field programmable gate array (FPGA) based LDPC decoder. The new approach is designed to decrease the decoding latency and to reduce the FPGA logic utilisation. To accomplish the target logic utilisation reduction, the routing of the proposed sub-variable node (VN) internal memory is designed to utilize one slice distributed RAM. Furthermore, a VN initialization, using the channel input probability, is achieved to enhance the decoder convergence, without extra resources and without integrating the output saturated-counters. The Xilinx FPGA implementation, of IEEE 802.3an standard LDPC code, shows that the proposed decoding approach attain high performance along with reduction of FPGA logic utilisation.

Keywords: low-density parity-check (LDPC) decoder, stochastic decoding, field programmable gate array (FPGA), IEEE 802.3an standard

Procedia PDF Downloads 284
1998 Comparison of Different k-NN Models for Speed Prediction in an Urban Traffic Network

Authors: Seyoung Kim, Jeongmin Kim, Kwang Ryel Ryu

Abstract:

A database that records average traffic speeds measured at five-minute intervals for all the links in the traffic network of a metropolitan city. While learning from this data the models that can predict future traffic speed would be beneficial for the applications such as the car navigation system, building predictive models for every link becomes a nontrivial job if the number of links in a given network is huge. An advantage of adopting k-nearest neighbor (k-NN) as predictive models is that it does not require any explicit model building. Instead, k-NN takes a long time to make a prediction because it needs to search for the k-nearest neighbors in the database at prediction time. In this paper, we investigate how much we can speed up k-NN in making traffic speed predictions by reducing the amount of data to be searched for without a significant sacrifice of prediction accuracy. The rationale behind this is that we had a better look at only the recent data because the traffic patterns not only repeat daily or weekly but also change over time. In our experiments, we build several different k-NN models employing different sets of features which are the current and past traffic speeds of the target link and the neighbor links in its up/down-stream. The performances of these models are compared by measuring the average prediction accuracy and the average time taken to make a prediction using various amounts of data.

Keywords: big data, k-NN, machine learning, traffic speed prediction

Procedia PDF Downloads 342
1997 The Effect of Energy Consumption and Losses on the Nigerian Manufacturing Sector: Evidence from the ARDL Approach

Authors: Okezie A. Ihugba

Abstract:

The bounds testing ARDL (2, 2, 2, 2, 0) technique to cointegration was used in this study to investigate the effect of energy consumption and energy loss on Nigeria's manufacturing sector from 1981 to 2020. The model was created to determine the relationship between these three variables while also accounting for interactions with control variables such as inflation and commercial bank loans to the manufacturing sector. When the dependent variables are energy consumption and energy loss, the bounds tests show that the variables of interest are bound together in the long run. Because electricity consumption is a critical factor in determining manufacturing value-added in Nigeria, some intriguing observations were made. According to the findings, the relationship between LELC and LMVA is statistically significant. According to the findings, electricity consumption reduces manufacturing value-added. The target variable (energy loss) is statistically significant and has a positive sign. In Nigeria, a 1% reduction in energy loss increases manufacturing value-added by 36% in the first lag and 35% in the second. According to the study, the government should speed up the ongoing renovation of existing power plants across the country, as well as the construction of new gas-fired power plants. This will address a number of issues, including overpricing of electricity as a result of grid failure.

Keywords: L60, Q43, H81, C52, E31, ARDL, cointegration, Nigeria's manufacturing

Procedia PDF Downloads 141
1996 Use of Multistage Transition Regression Models for Credit Card Income Prediction

Authors: Denys Osipenko, Jonathan Crook

Abstract:

Because of the variety of the card holders’ behaviour types and income sources each consumer account can be transferred to a variety of states. Each consumer account can be inactive, transactor, revolver, delinquent, defaulted and requires an individual model for the income prediction. The estimation of transition probabilities between statuses at the account level helps to avoid the memorylessness of the Markov Chains approach. This paper investigates the transition probabilities estimation approaches to credit cards income prediction at the account level. The key question of empirical research is which approach gives more accurate results: multinomial logistic regression or multistage conditional logistic regression with binary target. Both models have shown moderate predictive power. Prediction accuracy for conditional logistic regression depends on the order of stages for the conditional binary logistic regression. On the other hand, multinomial logistic regression is easier for usage and gives integrate estimations for all states without priorities. Thus further investigations can be concentrated on alternative modeling approaches such as discrete choice models.

Keywords: multinomial regression, conditional logistic regression, credit account state, transition probability

Procedia PDF Downloads 467
1995 Gynocentrism and Self-Orientalization: A Visual Trend in Chinese Fashion Photography

Authors: Zhen Sun

Abstract:

The study adopts the method of visual social semiotics to analyze a sample of fashion photos that were recently published in Chinese fashion magazines that target towards both male and female readers. It identifies a new visual trend in fashion photography, which is characterized by two features. First, the photos represent young, confident, and stylish female models with lower-class sloppy old men. The visual inharmony between the sexually desirable women and the aged men has suggested an impossibly accomplished sexuality and eroticism. Though the women are still under the male gaze, they are depicted as unreachable objects of voyeurism other than sexual objects subordinated to men. Second, the represented people are usually put in the backdrop of tasteless or vulgar Chinese town life, which is congruent with the images of men but makes the modern city girls out of place. The photographers intentionally contrast the images of women with that of men and with the background, which implies an imaginary binary division of modern Orientalism and the photographers’ self-orientalization strategy. Under the theoretical umbrella of neoliberal postfeminism, this study defines a new kind of gynocentric stereotype in Chinese fashion photography, which challenges the previous observations on gender portrayals in fashion magazines.

Keywords: fashion photography, gynocentrism, neoliberal postfeminism, self-orientalization

Procedia PDF Downloads 407
1994 Conformal Coating Technology Applicable to Cell Therapeutics Using Click-Reactive Biocompatible Polymers

Authors: Venkat Garigapati

Abstract:

Cell-based therapies are limited due to underlying host immune system activity. Microencapsulation of living cells to overcome this issue has some serious drawbacks, such as limitations of nutrient and oxygen diffusion, which pose a threat to the function and longevity of cells. The conformal coating could overcome the issues which are generally involved in traditional microencapsulation. Some of the theoretical advantages of conformal coating include superior nutrient and oxygen supply to cells, prolonged lifespan, improved drug-secreting cell functionality and an opportunity to load high cell doses in small volumes. Despite several advantages to the conformal coating, there are no suitable methods available to apply to living cells. The ultra-thin conformal coating was achieved utilizing click-reactive methacryloyloxyethyl phosphorylcholine (MPC) polymers, which are capable of specifically reacting one polymer to another at neutral pH in the aqueous isotonic system at the desired temperature suitable for living cells without the need of deleterious initiators. ARPE-19 (Adult Retinal Pigment Epithelial cell line-19) cell-spheroids and rat pancreatic islets were used in the formulation studies. The in vitro studies of coated ARPE-19 cell-spheroids and rat islets indicate that the coat was intact; cells were viable and functioning. The in vitro study results revealed that the conformal coating technology seems promising and in vivo studies are being planned.

Keywords: cells, hydrogel, conformal coating, microencapsulation, insulin

Procedia PDF Downloads 78
1993 Sequence Analysis and Structural Implications of Rotavirus Capsid Proteins

Authors: Nishal Parbhoo, John B. Dewar, Samantha Gildenhuys

Abstract:

Rotavirus is the major cause of severe gastroenteritis worldwide in children aged 5 and younger. Death rates are high particularly in developing countries. The mature rotavirus is a non-enveloped triple-layered nucleocapsid containing 11 double-stranded RNA segments. Here a global view on the sequence and structure of the three main capsid proteins, VP7, VP6, and VP2 is taken by generating a consensus sequence for each of these rotavirus proteins, for each species obtained from published data of representative rotavirus genotypes from across the world and across species. The degree of conservation between species was represented on homology models for each of the proteins. VP7 shows the highest level of variation with 14 - 45 amino acids showing conservation of less than 60%. These changes are localized to the outer surface which is exposed to antibodies alluding to a possible mechanism in evading the immune system. The middle layer, VP6 shows lower variability with only 14-32 sites having lower than 70% conservation. The inner structural layer made up of VP2 showed the lowest variability with only 1-16 sites having less than 70% conservation across species. The results correlate with proteins’ multiple structural roles. Although the nucleotide sequences vary due to an error-prone replication and lack of proofreading, the corresponding amino acid sequence of VP2, 6 and 7 remains conserved. Sequence conservation maintained for the virus results in stable protein structures, fit for function. This can be exploited in drug design, molecular studies and biotechnological applications.

Keywords: amino acid sequence conservation, capsid protein, protein structure, vaccine candidate

Procedia PDF Downloads 281
1992 Motivations and Obstacles in the Implementation of Public Policies Encouraging the Sorting of Organic Waste: The Case of a Metropolis of 400,000 Citizens

Authors: Enola Lamy, Jean Paul Mereaux, Jean Claude Lopez

Abstract:

In the face of new regulations related to waste management, it has become essential to understand the organizational process that accompanies this change. Through an experiment on the sorting of food waste in the community of Grand Reims, this research explores the acceptability, behavior, and tools needed to manage the change. Our position within a private company, SUEZ, a key player in the waste management sector, has allowed us to set up a driven team with concerned public organizations. The research was conducted through a theoretical study combined with semi-structured interviews. This qualitative method allowed us to conduct exchanges with users to assess the motivations and obstacles linked to the sorting of bio-waste. The results revealed the action levers necessary for the project's sustainability. Making the sorting gestures accessible and simplified makes it possible to target all populations. Playful communication adapted to each type of persona allows the user and stakeholders to be placed at the heart of the strategy. These recommendations are spotlighted thanks to the combination of theoretical and operational contributions, with the aim of facilitating the new public management and inducing the notion of performance while providing an example of added value.

Keywords: bio-waste, CSR approach, stakeholders, users, perception

Procedia PDF Downloads 63
1991 Mapping of Arenga Pinnata Tree Using Remote Sensing

Authors: Zulkiflee Abd Latif, Sitinor Atikah Nordin, Alawi Sulaiman

Abstract:

Different tree species possess different and various benefits. Arenga Pinnata tree species own several potential uses that is valuable for the economy and the country. Mapping vegetation using remote sensing technique involves various process, techniques and consideration. Using satellite imagery, this method enables the access of inaccessible area and with the availability of near infra-red band; it is useful in vegetation analysis, especially in identifying tree species. Pixel-based and object-based classification technique is used as a method in this study. Pixel-based classification technique used in this study divided into unsupervised and supervised classification. Object based classification technique becomes more popular another alternative method in classification process. Using spectral, texture, color and other information, to classify the target make object-based classification is a promising technique for classification. Classification of Arenga Pinnata trees is overlaid with elevation, slope and aspect, soil and river data and several other data to give information regarding the tree character and living environment. This paper will present the utilization of remote sensing technique in order to map Arenga Pinnata tree species

Keywords: Arenga Pinnata, pixel-based classification, object-based classification, remote sensing

Procedia PDF Downloads 355
1990 Influence of Menstrual Cycle on the Pharmacokinetics of Antibiotics

Authors: Sandhyarani Guggilla

Abstract:

For several reasons no two individuals can be considered identical and hence individualization of therapy is the current trend in treating the patients. Influence of menstrual cycle on the pharmacokinetics of Doxycycline. Twelve healthy female volunteers have been included in the study after obtaining written informed consent. The age ranged from 16 to 25 years. Experimental design: The volunteer selection and recruitment will be carried out after obtaining informed consent from each volunteer. The drug administration will be done to each volunteer at 7 a.m along with a glass of water after an overnight fasting on 3rd, 13th and 23rd day of menstrual cycle. These saliva samples will be stored under frozen conditions until HPLC analysis. Results: In the present study the changes in estrogen levels during ovulatory phase have not shown any influence onAUCo-t of Doxycycline. Only AUCo-t of doxycycline showed an increasing trend with increasing levels of estrogen in ovulatory phase, but not in other phases. Even though the FSH levels differed significantly among volunteers during different phases FSH does not seem to influence the overall pharmacokinetic behavior of Doxycycline during different phases. The present study indicated only the trend that the hormone levels may influence the pharmacokinetic behavior of the Doxycycline. Conclusion: In the present study the changes in hormones have shown an increasing C-max, increasing AUCo-t of Doxycycline pharmacokinetics significantly in follicular phase than ovulatory and luteal phases among volunteers during different phases. In other pharmacokinetic properties like clearance, biological half-life, volume of distribution, mean residence time the change was not significant.

Keywords: menstrual cycle, doxycycline, estrogen, FSH, ovulatory phase

Procedia PDF Downloads 254
1989 A Cognitive Semantic Analysis of the Metaphorical Extensions of Come out and Take Over

Authors: Raquel Rossini, Edelvais Caldeira

Abstract:

The aim of this work is to investigate the motivation for the metaphorical uses of two verb combinations: come out and take over. Drawing from cognitive semantics theories, image schemas and metaphors, it was attempted to demonstrate that: a) the metaphorical senses of both 'come out' and 'take over' extend from both the verbs and the particles central (spatial) senses in such verb combinations; and b) the particles 'out' and 'over' also contribute to the whole meaning of the verb combinations. In order to do so, a random selection of 579 concordance lines for come out and 1,412 for take over was obtained from the Corpus of Contemporary American English – COCA. One of the main procedures adopted in the present work was the establishment of verb and particle central senses. As per the research questions addressed in this study, they are as follows: a) how does the identification of trajector and landmark help reveal patterns that contribute for the identification of the semantic network of these two verb combinations?; b) what is the relationship between the schematic structures attributed to the particles and the metaphorical uses found in empirical data?; and c) what conceptual metaphors underlie the mappings from the source to the target domains? The results demonstrated that not only the lexical verbs come and take, but also the particles out and over play an important whole in the different meanings of come out and take over. Besides, image schemas and conceptual metaphors were found to be helpful in order to establish the motivations for the metaphorical uses of these linguistic structures.

Keywords: cognitive linguistics, English syntax, multi-word verbs, prepositions

Procedia PDF Downloads 137
1988 Zebrafish Larvae Model: A High Throughput Screening Tool to Study Autism

Authors: Shubham Dwivedi, Raghavender Medishetti, Rita Rani, Aarti Sevilimedu, Pushkar Kulkarni, Yogeeswari Perumal

Abstract:

Autism Spectrum Disorder (ASD) is a complex neurodevelopmental disorder of early onset, characterized by impaired sociability, cognitive function and stereotypies. There is a significant urge to develop and establish new animal models with ASD-like characteristics for better understanding of underlying mechanisms. The aim of the present study was to develop a cost and time effective zebrafish model with quantifiable parameters to facilitate mechanistic studies as well as high-throughput screening of new molecules for autism. Zebrafish embryos were treated with valproic acid and a battery of behavioral tests (anxiety, inattentive behavior, irritability and social impairment) was performed on larvae at 7th day post fertilization, followed by study of molecular markers of autism. This model shows a significant behavioural impairment in valproic acid treated larvae in comparison to control which was again supported by alteration in few marker genes and proteins of autism. The model also shows a rescue of behavioural despair with positive control drugs. The model shows robust parameters to study behavior, molecular mechanism and drug screening approach in a single frame. Thus we postulate that our 7 days zebrafish larval model for autism can help in high throughput screening of new molecules on autism.

Keywords: autism, zebrafish, valproic acid, neurodevelopment, behavioral assay

Procedia PDF Downloads 146
1987 Primary School Teachers’ Conceptual and Procedural Knowledge of Rational Numbers and Its Effects on Pupils Achievement of Rational Numbers

Authors: Raliatu Mohammed Kashim

Abstract:

The study investigated primary school teachers conceptual and procedural knowledge of rational numbers to determine how it effects on pupil’s achievement on rational number. Specifically, primary school teachers’ level of conceptual and procedural knowledge about rational number and its effects on their pupils understanding of rational number in primary school was explored. The study was carried out in Bauchi state of Nigeria, Using a multistage design. The first stage was a descriptive design. The second stage involves a pre-test post-test only quasi experiment design. The population of the study comprises of six mathematics teachers holding the Nigerian Certificate in Education (NCE) teaching primary six and their two hundred and ten pupils in intact class. Two instrument namely Conceptual and Procedural knowledge Test (CPKT) and Rational number Achievement Test (RAT) were used for data collection. Data collected was analyzed using ANCOVA and Scheffe’s Test. The result revealed a significant differences between pupils taught by teachers with high conceptual and procedural knowledge and those target by teachers with low conceptual and procedural knowledge.

Keywords: conceptual knowledge, procedural knowledge, rational numbers, multistage design

Procedia PDF Downloads 369
1986 Toxicity of Acacia nilotica ( Garad) to Nubian Goats

Authors: B. Medani Amna, M. A. Elbadwi Samia, E. Amin Ahmed

Abstract:

Variable plants present in nature are used by simple rural and urban people, researchers and drug manufacturers for medicinal purposes. Garad is one of the most commonly used in Sudan for both treatment and prophylaxis of infections in the respiratory, urinogenital tracts and the skin. Water exctracts from Acacia nilotica bods were used in this very experiment to test for their toxicity to Nubian goats at two dose rates under proper experimental conditions. The clinical, pathological, haematological and biological changes in Nubian goats given daily oral doses of 1 and 5 g/kg body weight of Acacia nilotica to two groups of test goats. The goats of the control group were undosed with Acacia nilotica.Other than the dose co-related mortality rates, the clinical signs were observed to be salivation, staggered gait, intermittent loss of voice and low appetite. On histopathological testing, the main lesions were hepatic centrolobular necrosis and fatty changes associated with the significant changes in GGT and ALP are indicating hepatic dysfunction.Renal malfunction is indicated by haemorrhages in addition to the change in the urea concentration. The congested, haemorrhagic, emphysematous, edematous and cyanotic lungs may contribute to the development of dyspnea. Acacia nilotica poisoning may lead to an immunosuppression pointed out by the lymphocyte infiltration. On evaluation of the above results, Acacia nilotica was considered toxic to Nubian goats at the above mentioned doses. Future work for Acacia nilotica was forwarded and practical implications of the result were highlighted.

Keywords: Acaia nilotica, toxicity data, Nubian goats, Garad

Procedia PDF Downloads 448
1985 A Framework of Product Information Service System Using Mobile Image Retrieval and Text Mining Techniques

Authors: Mei-Yi Wu, Shang-Ming Huang

Abstract:

The online shoppers nowadays often search the product information on the Internet using some keywords of products. To use this kind of information searching model, shoppers should have a preliminary understanding about their interesting products and choose the correct keywords. However, if the products are first contact (for example, the worn clothes or backpack of passengers which you do not have any idea about the brands), these products cannot be retrieved due to insufficient information. In this paper, we discuss and study the applications in E-commerce using image retrieval and text mining techniques. We design a reasonable E-commerce application system containing three layers in the architecture to provide users product information. The system can automatically search and retrieval similar images and corresponding web pages on Internet according to the target pictures which taken by users. Then text mining techniques are applied to extract important keywords from these retrieval web pages and search the prices on different online shopping stores with these keywords using a web crawler. Finally, the users can obtain the product information including photos and prices of their favorite products. The experiments shows the efficiency of proposed system.

Keywords: mobile image retrieval, text mining, product information service system, online marketing

Procedia PDF Downloads 340
1984 A Survey of Chronic Pain Patients’ Experiences in the Emergency Department

Authors: G. Fitzpatrick, S. O. Chonghaile, D. Harmon

Abstract:

Objective: Chronic pain patients represent a unique challenge in the Emergency Department. Very little literature has been published regarding this group of patients. Our aim was to determine the attitude of patients with chronic pain to the Emergency Department in order to improve and streamline their future visits. Methods: A two-year survey was carried out on Chronic Pain Patients regarding their Emergency Department Attendances. Patients attending the Pain Clinic in Croom Hospital, Co. Limerick were asked to complete a 20-part questionnaire regarding their experiences of visiting the Emergency Department in the preceding year. 46 questionnaires were completed. Results: Unbearable breakthrough pain was the main reason for visiting the Emergency Department. More than half (54%) of those surveyed were not satisfied with the treatment received. Problems indicated included under-treatment of pain (59%), a sense of being under undue suspicion of drug-seeking behaviour (33%) and a perception that the patient themselves understood their condition better than the treating doctor (76%). Paracetamol, NSAIDs, or time off work comprised 72% of the treatments offered – all of which could have been provided by their General Practitioner. Only 4% were offered a nerve block. 67% felt that the creation of personalised Patient Plans, consisting of an agreed plan between the patient, their pain specialist, and the Emergency Department, would expedite their trip through the Emergency Department. Conclusions: Chronic pain patients generally have a negative experience in the ED. Possible future solutions include increasing our empathy and levels of knowledge, provision of nerve blocks in the ED, and use of personalised “Patient Plans” to streamline the treatment pathway for this group of patients.

Keywords: chronic pain, survey, patients, emergency department

Procedia PDF Downloads 355
1983 Immunosupressive Effect of Chloroquine through the Inhibition of Myeloperoxidase

Authors: J. B. Minari, O. B. Oloyede

Abstract:

Polymorphonuclear neutrophils (PMNs) play a crucial role in a variety of infections caused by bacteria, fungi, and parasites. Indeed, the involvement of PMNs in host defence against Plasmodium falciparum is well documented both in vitro and in vivo. Many of the antimalarial drugs such as chloroquine used in the treatment of human malaria significantly reduce the immune response of the host in vitro and in vivo. Myeloperoxidase is the most abundant enzyme found in the polymorphonuclear neutrophil which plays a crucial role in its function. This study was carried out to investigate the effect of chloroquine on the enzyme. In investigating the effects of the drug on myeloperoxidase, the influence of concentration, pH, partition ratio estimation and kinetics of inhibition were studied. This study showed that chloroquine is concentration-dependent inhibitor of myeloperoxidase with an IC50 of 0.03 mM. Partition ratio estimation showed that 40 enzymatic turnover cycles are required for complete inhibition of myeloperoxidase in the presence of chloroquine. The influence of pH on the effect of chloroquine on the enzyme showed significant inhibition of myeloperoxidase at physiological pH. The kinetic inhibition studies showed that chloroquine caused a non-competitive inhibition with an inhibition constant Ki of 0.27mM. The results obtained from this study shows that chloroquine is a potent inhibitor of myeloperoxidase and it is capable of inactivating the enzyme. It is therefore considered that the inhibition of myeloperoxidase in the presence of chloroquine as revealed in this study may partly explain the impairment of polymorphonuclear neutrophil and consequent immunosuppression of the host defence system against secondary infections.

Keywords: myeloperoxidase, chloroquine, inhibition, neutrophil, immune

Procedia PDF Downloads 355
1982 Perusing the Influence of a Visual Editor in Enabling PostgreSQL Query Learn-Ability

Authors: Manuela Nayantara Jeyaraj

Abstract:

PostgreSQL is an Object-Relational Database Management System (ORDBMS) with an architecture that ensures optimal quality data management. But due to the shading growth of similar ORDBMS, PostgreSQL has not been renowned among the database user community. Despite having its features and in-built functionalities shadowed, PostgreSQL renders a vast range of utilities for data manipulation and hence calling for it to be upheld more among users. But introducing PostgreSQL in order to stimulate its advantageous features among users, mandates endorsing learn-ability as an add-on as the target groups considered consist of both amateur as well as professional PostgreSQL users. The scope of this paper deliberates providing easy contemplation of query formulations and flows through a visual editor designed according to user interface principles that standby to support every aspect of making PostgreSQL learn-able by self-operation and creation of queries within the visual editor. This paper tends to scrutinize the importance of choosing PostgreSQL as the working database environment, the visual perspectives that influence human behaviour and ultimately learning, the modes in which learn-ability can be provided via visualization and the advantages reaped by the implementation of the proposed system features.

Keywords: database, learn-ability, PostgreSQL, query, visual-editor

Procedia PDF Downloads 161
1981 Upconversion Nanoparticles for Imaging and Controlled Photothermal Release of Anticancer Drug in Breast Cancer

Authors: Rishav Shrestha, Yong Zhang

Abstract:

The Anti-Stoke upconversion process has been used extensively for bioimaging and is recently being used for photoactivated therapy in cancer utilizing upconversion nanoparticles (UCNs). The UCNs have an excitation band at 980nm; 980nm laser excitation used to produce UV/Visible emissions also produce a heating effect. Light-to-heat conversion has been observed in nanoparticles(NPs) doped with neodymium(Nd) or ytterbium(Yb)/erbium(Er) ions. Despite laser-induced heating in Rare-earth doped NPs being proven to be a relatively efficient process, only few attempts to use them as photothermal agents in biosystems have been made up to now. Gold nanoparticles and carbon nanotubes are the most researched and developed for photothermal applications. Both have large heating efficiency and outstanding biocompatibility. However, they show weak fluorescence which makes them harder to track in vivo. In that regard, UCNs are attractive due to their excellent optical features in addition to their light-to-heat conversion and excitation by NIR, for imaging and spatiotemporally releasing drugs. In this work, we have utilized a simple method to coat Nd doped UCNs with thermoresponsive polymer PNIPAM on which 4-Hydroxytamoxifen (4-OH-T) is loaded. Such UCNs demonstrate a high loading efficiency and low leakage of 4-OH-T. Encouragingly, the release of 4-OH-T can be modulated by varying the power and duration of the NIR. Such UCNs were then used to demonstrate imaging and controlled photothermal release of 4-OH-T in MCF-7 breast cancer cells.

Keywords: cancer therapy, controlled release, photothermal release, upconversion nanoparticles

Procedia PDF Downloads 412
1980 An Improved Method on Static Binary Analysis to Enhance the Context-Sensitive CFI

Authors: Qintao Shen, Lei Luo, Jun Ma, Jie Yu, Qingbo Wu, Yongqi Ma, Zhengji Liu

Abstract:

Control Flow Integrity (CFI) is one of the most promising technique to defend Code-Reuse Attacks (CRAs). Traditional CFI Systems and recent Context-Sensitive CFI use coarse control flow graphs (CFGs) to analyze whether the control flow hijack occurs, left vast space for attackers at indirect call-sites. Coarse CFGs make it difficult to decide which target to execute at indirect control-flow transfers, and weaken the existing CFI systems actually. It is an unsolved problem to extract CFGs precisely and perfectly from binaries now. In this paper, we present an algorithm to get a more precise CFG from binaries. Parameters are analyzed at indirect call-sites and functions firstly. By comparing counts of parameters prepared before call-sites and consumed by functions, targets of indirect calls are reduced. Then the control flow would be more constrained at indirect call-sites in runtime. Combined with CCFI, we implement our policy. Experimental results on some popular programs show that our approach is efficient. Further analysis show that it can mitigate COOP and other advanced attacks.

Keywords: contex-sensitive, CFI, binary analysis, code reuse attack

Procedia PDF Downloads 303
1979 Green Synthesis of Silver Nanoparticles, Their Toxicity and Biomedical Applications

Authors: Kiran Shehzadi, Yasmeen Akhtar, Mujahid Ameen, Tabinda Ijaz, Shoukat Siddique

Abstract:

Nanoparticles, due to their different sizes and morphologies, are employed in various fields such as the medical field, cosmetics, pharmaceutical, textile industry as well as in paints, adhesives, and electronics. Metal nanoparticles exhibit excellent antimicrobial activity, dye degradation and can be used as anti-cancerous drug loading agents. In this study, sZilver nanoparticles (Ag-NPs) were synthesized employing doxycycline (antibiotic) as a reducing and capping agent (biological/green synthesis). Produced Ag-NPS were characterized using UV/VIS spectrophotometry, XRD, SEM, and FTIR. Surface plasmon resonance (SPR) of silver nanoparticles was observed at 411nm with 90nm size with homogenized spherical shape. These particles revealed good inhibition zones for Fungi such as Candida albicans and Candida tropicalis. In this study, toxic properties of Ag-NPs were monitored by allowing them to penetrate in the cell, causing an abrupt increase in oxidative stress, which resulted ultimately in cell death. Histopathological analysis of mice organs was performed by administering definite concentrations of silver nanoparticles orally to mice for 14 days. Toxic properties were determined, and it was revealed that the toxicity of silver nanoparticles mainly depends on the size. Silver nanoparticles of this work presented mild toxicity for different organs (liver, kidney, spleen, heart, and stomach) of mice.

Keywords: metal nanoparticles, green/biological methods, toxicity, Candida albicans, Candida tropicalis

Procedia PDF Downloads 111
1978 Effects of Using Clinical Guidelines for Feeding through a Gastrostomy Tube in Critically ill Surgical Patients Songkla Hospital Thailand

Authors: Siriporn Sikkaphun

Abstract:

Food is essential for living, and receiving correct, suitable, and adequate food is advantageous to the body, especially for patients because it can enable good recovery. Feeding through a gastrostomy tube is one useful way that is widely used because it is easy, convenient, and economical.To compare the effectiveness of using the clinical guidelines for feeding through a gastrostomy tube in critically ill surgical patients.This is a pre-post quasi-experimental study on 15 critically ill surgical or accident patients who needed intubation and the gastrostomy tube from August 2011 to November 2012. The data were collected using the guidelines, and an evaluation form for effectiveness of guidelines for feeding through a gastrostomy tube in critically ill surgical patients. After using the guidelines for feeding through a gastrostomy tube in critically ill surgical patients, it was found that The average number of days from the admission date to the day the patients received food through the G-tube significantly reduced at the level .05. The number of personnel who practiced nursing activities correctly and suitably for patients with complications during feeding significantly increased at the level .05.The number of patients receiving energy to the target level significantly increased at the level .05. The results of this study indicated that the use of the guidelines for feeding through a gastrostomy tube in critically ill surgical patients was feasible in practice, and the outcomes were beneficial to the patients.

Keywords: clinical guidelines, feeding, gastrostomy tube, critically ill, surgical patients

Procedia PDF Downloads 306
1977 Examining Renewable Energy Policy Implementation for Sustainable Development in Kenya

Authors: Eliud Kiprop, Kenichi Matsui, Joseph Karanja, Hesborn Ondiba

Abstract:

To double the share of renewable energy in the global energy mix by 2030 as part of actions for the Paris Agreement, policymakers in each ratifying country must accelerate their efforts within the next few years by implementing their own renewable energy strategies. Kenya has increased its funding for research and development in renewable energy sources largely because it intends to reduce greenhouse gas GHG emissions by 30% from business as usual (BAU) levels (143 MtCO₂eq) by 2030. In 2013, the Kenyan government launched an ambitious plan to increase the installed power generation capacity from 1,768MW to more than 5,000MW by the end of 2017. This paper examines the formulation and implementation process of this plan and shows how this plan will affect Kenya’s renewable energy industry and national policy implementation in general. Results demonstrate that, despite having a well- documented policy in place, the Kenyan government cannot meet its target of 5000MW by the end of 2017. Among other factors, we find that the main reason is attributable to the failure in adhering to the main principles of the policy plan. We also find that the government has failed to consider the future energy demand. Had the policy been implemented on time, we argue that there would have been excess power.

Keywords: policy implementation, policy plan, renewable energy, sustainable development

Procedia PDF Downloads 205
1976 The Genetic Basis of the Lack of Impulse Control: What is Provided for the Criminal Law?

Authors: Amir Bastani

Abstract:

The result of the research in the field of human behavioural genetics demonstrates a genetic contribution of behavioural differences in aggression, violence, drug and substance abuse, antisocial personality disorder and other related traits. As the field of human behavioural genetics progresses and achieves credibility, the criminal accused continue to use its types of evidence into the criminal law. One of the most important genetic factors which controls certain neurotransmitters like dopamine and serotonin is the Monoamine Oxidase Acid A (MAOA) gene, known as the 'warrior gene'. The high-profile study by Caspi and colleagues in 2002 showed that the combination between one type of variation of the MAOA gene and childhood maltreatment noticeably predisposes a person to antisocial behaviour. Moreover, further scientific research shows that individuals with the MAOA gene have to some degree difficulties in controlling their impulses. Based on the evidence of MAOA, some criminal accused claimed difficulties in self-control. In the first case – the famous case of Mobley – the court rejected the MAOA evidence on the ground of the lack of scientific support. In contrast, in other cases after the Mobley trial, courts accepted the evidence of MAOA. In this paper, the issue of lack of impulse control produced by the MAOA gene and cases which relied on the MAOA evidence and successfully being accepted will be reviewed in detail. Finally, the anticipation of the paper for the future use of the MAOA evidence in criminal cases will be presented.

Keywords: genetic defence, criminal responsibility, MAOA, self-control

Procedia PDF Downloads 454
1975 Visual and Chemical Servoing of a Hexapod Robot in a Confined Environment Using Jacobian Estimator

Authors: Guillaume Morin-Duponchelle, Ahmed Nait Chabane, Benoit Zerr, Pierre Schoesetters

Abstract:

Industrial inspection can be achieved through robotic systems, allowing visual and chemical servoing. A popular scheme for visual servo-controlled robotic is the image-based servoing sys-tems. In this paper, an approach of visual and chemical servoing of a hexapod robot using a visual and chemical Jacobian matrix are proposed. The basic idea behind the visual Jacobian matrix is modeling the differential relationship between the camera system and the robotic control system to detect and track accurately points of interest in confined environments. This approach allows the robot to easily detect and navigates to the QR code or seeks a gas source localization using surge cast algorithm. To track the QR code target, a visual servoing based on Jacobian matrix is used. For chemical servoing, three gas sensors are embedded on the hexapod. A Jacobian matrix applied to the gas concentration measurements allows estimating the direction of the main gas source. The effectiveness of the proposed scheme is first demonstrated on simulation. Finally, a hexapod prototype is designed and built and the experimental validation of the approach is presented and discussed.

Keywords: chemical servoing, hexapod robot, Jacobian matrix, visual servoing, navigation

Procedia PDF Downloads 113
1974 Design and Thermal Simulation Analysis of the Chinese Accelerator Driven Sub-Critical System Injector-I Cryomodule

Authors: Rui-Xiong Han, Rui Ge, Shao-Peng Li, Lin Bian, Liang-Rui Sun, Min-Jing Sang, Rui Ye, Ya-Ping Liu, Xiang-Zhen Zhang, Jie-Hao Zhang, Zhuo Zhang, Jian-Qing Zhang, Miao-Fu Xu

Abstract:

The Chinese Accelerator Driven Sub-critical system (C-ADS) uses a high-energy proton beam to bombard the metal target and generate neutrons to deal with the nuclear waste. The Chinese ADS proton linear has two 0~10 MeV injectors and one 10~1500 MeV superconducting linac. Injector-I is studied by the Institute of High Energy Physics (IHEP) under construction in the Beijing, China. The linear accelerator consists of two accelerating cryomodules operating at the temperature of 2 Kelvin. This paper describes the structure and thermal performances analysis of the cryomodule. The analysis takes into account all the main contributors (support posts, multilayer insulation, current leads, power couplers, and cavities) to the static and dynamic heat load at various cryogenic temperature levels. The thermal simulation analysis of the cryomodule is important theory foundation of optimization and commissioning.

Keywords: C-ADS, cryomodule, structure, thermal simulation, static heat load, dynamic heat load

Procedia PDF Downloads 378