Dissertations / Theses on the topic 'NPMT'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'NPMT.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Hansen, Lars-Petter Gunhildsberg, and Ivar Conradi Østhus. "NPT Online Broadband Test Tool." Thesis, Norwegian University of Science and Technology, Department of Telematics, 2009. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-8975.
Full textMany broadband subscribers suspect that they do not receive the data rate they are paying for. In order to verify that the broadband connection is compliant with the product purchased, subscribers can go on-line and choose between a myriad of available on-line broadband test tools with variable degree of precision. Today there exist no standardized methods to perform broadband evaluation for private subscribers. We review and benchmark a selection of the available broadband test tools to reveal their strengths and weaknesses. Different tools have different approaches in their evaluation of network performance. Our studies show that most of the tools achieve acceptable accuracy for common Internet access data rates in Norway today. But when the data rate is increasing, the results from the different tools start to deviate. This is apparent for the upload rates in particular. The test methodology and the implementation technology are crucial for high bandwidth measurements. The Norwegian Post and Telecommunications Authority will develop and release an on-line tool for evaluation of the end-users' Internet connections. We present the planned service and elaborate its possibilities and limitations. Network neutrality is a concept that is quite ambiguous, and there exist many different interpretations. Based on the principles of network neutrality, developed by the Norwegian Post and Telecommunications Authority, we evaluate if the planned service is able to reveal breaches of network neutrality. We conclude that this is not possible with the planned service, mainly because of the limitations in the planned architecture combined with the complexity of network neutrality. A broadband test tool should evaluate the quality of a broadband connection in context of its usage. We suggest a user profile scheme based on relevant services for different groups of users. Different services have requirements to different network characteristics, and this consequently determine what characteristics should be evaluated for each profile. Lastly, we make use of our gained knowledge and recommend possible extensions and future applications for broadband evaluation.
Martinovová, Nikola. "NPM: Optimization of purchasing process." Master's thesis, Vysoká škola ekonomická v Praze, 2014. http://www.nusl.cz/ntk/nusl-192395.
Full textBoudra, Rafik. "Rôle de la Nucléophosmine (NPM1) dans la physiopathologie prostatique." Thesis, Clermont-Ferrand 2, 2015. http://www.theses.fr/2015CLF22598/document.
Full textNucleophosmin (NPM1/B23) is a small molecular chaperone involved in a large array of cellular processes, including the regulation of gene expression and the control of the cell cycle. Several studies have reported the overexpression of NPM1 in solid tumors from various histological origin, including prostate cancer, and its proliferative impact on several human cancer cell line is being well described. The first part of our work aimed at assessing the NPM1 oncogenic properties in the prostate gland in vivo. To do so, we generated a new transgenic mouse model that overexpresses NPM1 specifically in the prostatic epithelium. These mice harbor prostatic hyperplasia associated with an increase of the ki67 proliferative index. Our molecular investigations revealed that NPM1 could be an inhibitor of the quiescent state of epithelial cells through a dysregulation of key cell-cycle controlers such as Cyclin E or p27kip1. Although these mice do not develop neoplastic lesions, our data suggest that NPM1 overexpression accelerate prostate cancer progression when associated with other oncogenic alterations. The second part of the work aimed at understanding the mechanisms underlying NPM1 overexpression in prostate tumors. The serine/threonine Kinase mTOR was recently shown to bind to the proximal promoter of NPM1 in the mouse liver. In order to characterize a fonctionnal link between NPM1 and mTOR, we took advantage of murine embryonic fibroblast (MEF) deleted for PTEN, since these cells display a constitutive mTOR activity. In such cells, NPM1 protein and mRNA levels are increased compared to wild type MEF. We also demonstrated that mTOR controls NPM1 expression i) through its binding to NPM1 promoter, thus stimulating NPM1 gene expression and ii) by stabilizing NPM1 mRNA. We have confirmed the functional link between NPM1 and mTOR in vivo in a mouse model deleted for PTEN specifically in the prostatic epithelium. Finally, we have shown that NPM1 expression is necessary for the proliferation of PTEN knock-out MEF. These data set NPM1 as a new downstream effector of the PI3K/AKT/mTOR pathway, and suggest that it could be a new potential therapeutic target in PTEN negative human prostate cancer
Goswami, Pronnoy. "Investigating the Reproducbility of NPM packages." Thesis, Virginia Tech, 2020. http://hdl.handle.net/10919/98491.
Full textMaster of Science
Software packages are distributed as pre-compiled binaries to facilitate software development. There are various package repositories for various programming languages such as NPM (JavaScript), pip (Python), and Maven (Java). Developers install these pre-compiled packages in their projects to implement certain functionality. Additionally, these package repositories allow developers to publish new packages and help the developer community to reduce the delivery time and enhance the quality of the software product. Unfortunately, recent articles have revealed an increasing number of attacks on the package repositories. Moreover, developers trust the pre-compiled binaries, which often contain malicious code. To address this challenge, we conduct our empirical investigation to analyze the reproducibility of NPM packages for the JavaScript ecosystem. Reproducible Builds is a concept that allows any individual to verify the build artifacts by replicating the build process of software packages. For instance, if the developers could verify that the build artifacts of the pre-compiled software packages available in the NPM repository are identical to the ones generated when they individually build that specific package, they could mitigate and be aware of the vulnerabilities in the software packages. The build process is usually described in configuration files such as package.json and DOCKERFILE. We chose the NPM registry for our study because of three primary reasons – (1) it is the largest package repository, (2) JavaScript is the most widely used programming language, and (3) there is no prior dataset or investigation that has been conducted by researchers. We took a two-step approach in our study – (1) dataset collection, and (2) source-code differencing for each pair of software package versions. For the dataset collection phase, we downloaded all available releases/versions of 226 popularly used NPM packages and for the code-differencing phase, we used an off-the-shelf tool called diffoscope. We revealed some interesting findings. Firstly, at least one of the 65 packages as found to be non-reproducible, and these packages have millions of downloads per week. Secondly, we found 50 package-versions to have divergent program semantics which high- lights the potential vulnerabilities in the source-code and improper build practices. Thirdly, we found that the uglification of JavaScript code introduces non-determinism in the build process. Our research sheds light on the challenges of verifying the reproducibility of NPM packages with the current state-of-the-art tools and the need to develop better verification tools in the future. To conclude, we believe that our work is a step towards realizing the reproducibility of NPM packages and making the community aware of the implications of non-reproducible build artifacts.
Liu, Hanwen. "Detecting code duplications in the NPM community." Thesis, Virginia Tech, 2021. http://hdl.handle.net/10919/104972.
Full textIn the modern software development process, developers often call other people's completed code to build their own programs. There are generally two ways to do this: indirectly call other people's code through "import" or similar instructions in the program, or directly copy and paste other people's code and make slight modifications. The second method can make the program more independent and easy to use, but the code duplication problem caused by this method also has great security risks.This paper serves as a starting point to analyze the growing code duplication issues, and what is the root cause of code duplication. In this paper, I conducted code duplication-related research based on some popular code packages in the NPM community.I used some tools to compute a value to define how different codes are similar to each other, quantitatively analyzed the prevalence of code duplication in the NPM community, and did some related experiments based on this similarity. In the experiments, I found that code duplication is very common in the NPM community: 17.1% of all the files have 1-93 similar file in other package, and 29.3% of all the package have at least one "similar package", when the definition of similar files and packages are not that "strict".In all the 951 similar package pairs, 33.9% of them, 323 package pairs comes from the same domain. The ultimate goal of this paper is to promote the awareness of the commonness and the importance of code duplication in the third-party package community and the reasonable use of code duplication by developers in the project development.
Neelagandan, Kalainanghi S. "Protein:protein interaction between Interferon Regulatory Factor (IRF-1) and necleophosmin (NPM1)." Thesis, University of Edinburgh, 2016. http://hdl.handle.net/1842/25830.
Full textTorchetti, Paolo. "Perceptive legitimacy : the NPT and it behavioural prescriptions." Thesis, McGill University, 2000. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=31145.
Full textOn March 5th 1970, a long process of international negotiation and power brokering culminated into the Nuclear Proliferation Treaty. As a result the 121 signatory states were legally subject to the norms, values, principles, and behavioural prescriptions of the nuclear proliferation regime. Twenty-nine years after the treaty's entrenchment, however, the nuclear proliferation regime and its enforcement agencies still face many of the same challenges that have plagued its implementation since its conception. The purpose of this analysis is to examine the causal relationship between the perception of the political legitimacy among the signatory members of the NPT, the likelihood of adherence to these behavioural prescriptions and to provide a framework to understand what would make for a legitimate treaty in the eyes of its members. This analysis will reveal that signatory members of the NPT who perceive the treaty as illegitimate are more likely to either defect or disobey the obligations of the treaty than those signatory members who perceive the NPT to be legitimate. (Abstract shortened by UMI.)
Boman, Robin. "Innovationspolitikens styrning : Beskriven utifrån styrningsmodellerna NPM och govemance." Thesis, Mittuniversitetet, Institutionen för humaniora och samhällsvetenskap, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-35508.
Full text津崎, 直人. "NPTとアメリカ - NPT形成史の再検討による核不拡散の再考." 京都大学 (Kyoto University), 2009. http://hdl.handle.net/2433/124148.
Full textLüker, Jakob [Verfasser]. "Nachweis von NPM1- und FLT3-Mutationen bei Patienten mit AML / Jakob Lüker." Lübeck : Zentrale Hochschulbibliothek Lübeck, 2011. http://d-nb.info/1009752928/34.
Full textNouri, Kazem [Verfasser]. "Biochemical Characterization of RHO GTPases-IQGAPs and NPM1-US11/Rev interactions / Kazem Nouri." Düsseldorf : Universitäts- und Landesbibliothek der Heinrich-Heine-Universität Düsseldorf, 2017. http://d-nb.info/1139491148/34.
Full textFawal, Mohamad-Ali. "The role of mRNA metaboism in NPM-ALK-mediated oncogenesis." Toulouse 3, 2009. http://thesesups.ups-tlse.fr/633/.
Full textAnaplastic Large Cell Lymphomas (ALCLs) are characterized by the expression of a fusion protein (XALK), in which the N-terminal partner (in most cases the nuclephosmin NPM) is fused to the cytoplasmic portion of ALK (Anaplastic Lymphoma Kinase) containing a tyrosine kinase domain. The constitutive expression of this oncogenic tyrosine kinase causes activation of many signalling pathways responsible for malignant transformation of the cells that express it. Following the discovery that the RNA binding protein AUF1 to is a partner of NPM-ALK, we hypothesized that besides its effect on transcription, NPM-ALK may also regulate gene expression at the post-transcriptional level. In fact, AUF1belongs to the AUBP family that controls the stability and translation of many RNAs containing in their 3' non-coding region a region rich adenine and uridine (ARE). The majority of these mRNAs encode proteins involved in controlling cell proliferation, apoptosis, stress and immune response. Therefore, following its interaction with NPM-ALK, AUF1 activity could be modified resulting in deregulation of the expression of its RNA targets. Using a combination of biochemical approaches, we have shown that AUF1 is hyperphosphorylated in murine NIH3T3 cells stably expressing the NPM-ALK translocation and this hyperphosphorylation is correlated with an increased stability of a number of ARE containing RNAs (e. G. C-myc, cyclin D1, A1, B2. . . ). Using cell imaging experiments, we showed that AUF1, HuR (another AUBP) and NPM-ALK (or other fusion X-ALK proteins) were concentrated in cytoplasmic granules, which we called AG for ALK granules. We analyzed by video microscopy the relationship between AG and other cytoplasmic granules, the processing bodies (PBs) and stress granules (SGs), which play a role in sorting, storage or degradation of mRNA. Finally, we identified the protein and ribonucleic (mRNA and miRNA) of AG. All our results show that AGs contribute to the control of RNA metabolism in the cells and could play a major role in NPM-ALK mediated oncogenicity
Henningsson, Mathilda, and Alisa Klokic. "Post-NPM i en svensk kontext : Tillitsbaserad styrning och ledning." Thesis, Linnéuniversitetet, Institutionen för ekonomistyrning och logistik (ELO), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-105687.
Full textEstêvão, Carlos Miguel da Silva Coelho Pinheiro. "O IDT, IP no contexto do NPM e do PRACE." Master's thesis, Universidade de Aveiro, 2013. http://hdl.handle.net/10773/12316.
Full textO estudo reflete sobre o IDT,IP, organismo público que tinha como missão operacionalizar as políticas públicas de luta contra as drogas, lícitas e ilícitas, e as dependências. Neste sentido, o objetivo do trabalho visa avaliar os impactos que podem ser observados no IDT,IP resultantes das reformas administrativas influenciadas pelo NPM ocorridas na Administração Pública portuguesa, especificamente pelo PRACE, e pelas opções de Políticas Públicas de luta contra as drogas assumidas por Portugal ao longo da primeira década do século XXI. Tendo em conta o objetivo definido anteriormente optámos por realizar um estudo comparativo entre o IDT e o IDT,IP, investigando, para cada um deles, os impactos decorrentes das três dimensões mencionadas. Para isso foi necessário, previamente, contextualizar e fundamentar as três dimensões. No final da investigação concluímos que o IDT,IP é um organismo público onde os impactos decorrentes do paradigma do NPM, do PRACE e das opções de Política Pública das Drogas se evidenciam claramente.
The study reflects on the IDT,IP, a public structure whose mission was to operationalize public policies to combat drugs, licit and illicit, and dependencies. In this sense the purpose of the study is to evaluate the impacts that can be observed in the IDT,IP resulting from the administrative reforms influenced by NPM occurred in the Portuguese Administration, more specifically by the PRACE, and the Public Policy options assumed by Portugal throughout the first decade of the twenty-first century. Taking into account the obective of the investigation, we developed a comparative study between the IDT and the IDT,IP, analysing, for each of them, the impacts resulting from the three mentioned subjects. This required a previous contextualization and explanation of the three concepts. At the end of the investigation it is possible to understand that the IDT,IP is a public organisation where the impacts of the NPM paradigm, the PRACE and the Drugs Public Policy options is clearly evident.
Robertsson, Caroline. "Har NPM påverkat kommunernas ledning? : En undersökning om Eskilstuna kommunkoncern." Thesis, Karlstads universitet, Centrum för de samhällsvetenskapliga ämnenas didaktik (from 2013), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-70847.
Full textLIMA, Aleide Santos de Melo. "Estudo de alterações moleculares e sua relação com dados clínico-laboratoriais em pacientes adultos com leucemia mieloide aguda." Universidade Federal de Pernambuco, 2013. https://repositorio.ufpe.br/handle/123456789/13089.
Full textMade available in DSpace on 2015-04-14T13:40:30Z (GMT). No. of bitstreams: 2 Dissertação Aleide Lima.pdf: 1775977 bytes, checksum: 02788df7796db55323f52a980da5d08a (MD5) license_rdf: 1232 bytes, checksum: 66e71c371cc565284e70f40736c94386 (MD5) Previous issue date: 2013
Marcadores moleculares, como mutações nos genes FLT3 e NPM1, são ferramentas úteis para a avaliação prognóstica de pacientes com leucemia mieloide aguda (LMA) e, até o momento, não tinham sido estudadas em pacientes com LMA no Estado de Pernambuco. Dessa forma, esse trabalho teve como objetivo caracterizar pacientes adultos com LMA diagnosticados na Fundação HEMOPE de acordo com achados clínico-laboratoriais e as mutações nos genes FLT3 e NPM1. Foram incluídos 115 pacientes com LMA de novo (15 com leucemia promielocítica aguda (LPA) e 100 com outros subtipos LMA). As frequências das mutações FLT3/ITD, FLT3/TKD e NPM1 nos pacientes não-LPA foram de 22%, 2% e 24%, respectivamente. Nos pacientes com LPA, a frequência foi de 40% e 6,7% para as mutações FLT3/ITD e NPM1, respectivamente, não sendo diagnosticado nenhum caso com mutação FLT3/TKD. As mutações FLT3/ITD e no NPM1 foram relacionadas com alta contagem de leucócitos (p=0,021; p=0,012) e mutações no NPM1 foram mais frequentes em pacientes com mais de 60 anos (p=0,01) e no grupo de cariótipo normal (p=0,008). Não foi observada diferença nas sobrevidas global (SG) e livre de doença (SLD) e nas taxas de remissão completa (TRC) e de recaída (TR) entre os grupos com e sem mutação FLT3/ITD e no NPM1 quando avaliados os pacientes não-LPA; entretanto, pacientes LPA com mutação FLT3/ITD apresentaram menores TRC, SG e SLD. Os resultados comprovam o valor preditivo da mutação FLT3/ITD para um curso clínico desfavorável na LPA do adulto, enquanto que, para os pacientes não-LPA, as mutações FLT3/ITD e no NPM1, aparentemente, não apresentaram o mesmo impacto prognóstico.
Cajaleón, Figueroa Lisbeth, and Bernabé Rocío Vale Paucar. "Niveles de carnitina en pacientes que reciben nutrición parenteral total (NPT)." Universidad Nacional Mayor de San Marcos. Programa Cybertesis PERÚ, 2008. http://www.cybertesis.edu.pe/sisbib/2008/paucar_br/html/index-frames.html.
Full textAt the Edgardo Rebagliati Martins Hospital, the contribution of the lipids in Total Parenteral Nutrition (TPN) is given by long chain fatty acids (LCT). This study compared the plasma levels of carnitine in patients receiving TPN based on LCT and patients receiving TPN -based LCT/MCT (≥ 7 days). Previously, had been determinated the plasmatics levels of carnitine in apparently healthy people, severe malnutrition patients and patients receiving TPN for more than 20 days. At the end of this study, we found the next plasmatics carnitine medium values, showed in µmol/L: apparently healthy people 34,26; this is within the normal values, in severe malnutrition patients 68,29; and patients receiving TPN for more than 20 days 23,64; patients with TPN based on LCT (≥ 7 days) 43,27; patients with TPN based LCT/MCT (≥ 7 days) 26,68; We met only significant difference when comparing groups receiving TPN based LCT and patients receiving TPN-based TCM / TCL (≥ 7 days), p menor a 0.05. Key Words: Carnitine, Fatty acids, Total Parenteral Nutrition, Lipids
Lee, W. H. "A model to study the function of NPM-MLF1 in myelodysplasia." Thesis, University College London (University of London), 2011. http://discovery.ucl.ac.uk/1324545/.
Full textPaucar, Bernabé Rocío Vale, and Figueroa Lisbeth Cajaleón. "Niveles de carnitina en pacientes que reciben nutrición parenteral total (NPT)." Bachelor's thesis, Universidad Nacional Mayor de San Marcos, 2008. https://hdl.handle.net/20.500.12672/836.
Full text-- At the Edgardo Rebagliati Martins Hospital, the contribution of the lipids in Total Parenteral Nutrition (TPN) is given by long chain fatty acids (LCT). This study compared the plasma levels of carnitine in patients receiving TPN based on LCT and patients receiving TPN -based LCT/MCT (≥ 7 days). Previously, had been determinated the plasmatics levels of carnitine in apparently healthy people, severe malnutrition patients and patients receiving TPN for more than 20 days. At the end of this study, we found the next plasmatics carnitine medium values, showed in µmol/L: apparently healthy people 34,26; this is within the normal values, in severe malnutrition patients 68,29; and patients receiving TPN for more than 20 days 23,64; patients with TPN based on LCT (≥ 7 days) 43,27; patients with TPN based LCT/MCT (≥ 7 days) 26,68; We met only significant difference when comparing groups receiving TPN based LCT and patients receiving TPN-based TCM / TCL (≥ 7 days), p menor a 0.05. Key Words: Carnitine, Fatty acids, Total Parenteral Nutrition, Lipids.
Tesis
Schneider, Cédric. "Fonctionnalisation du noyau Pyrido[2,3-b]indole : synthèse d'inhibiteurs NPM-ALK." Lyon 1, 2008. http://www.theses.fr/2008LYO10304.
Full textAnaplasic Large-Cell Lymphoma (ALCL) is a type of cancer belonging to the non-Hodgkin family. The majority of ALCL arises from a translocation t(2;5) (p23;35) which leads to the formation of a fusion protein called NPM-ALK. Nowadays, few molecules are known to inhibit the activity of this chimeric protein. Computational studies and virtual screenings, realized in collaboration with Pr Scapozza and Pr Gambacorti-Passerini groups, showed that the –carboline moiety could be a starting point for the preparation of potential inhibitors of the NPM-ALK oncogenic protein. The aim of this PhD was to develop the synthesis of new inhibitors including the pyrido[2,3-b]indole scaffold. After a Graebe-Ullmann reaction to build the pyrido[2,3-b]indole moiety, initial functionalizations were developed via aromatic electrophilic substitution reactions. Then, the presence of a chloro group on the pyridine ring allowed the formation of C(sp2)-C(sp2), C(sp2)-C(sp), C(sp2)-N et C(sp2)-O bonds, using palladium-catalyzed couplings. Also, directed ortho-lithiations were used to complete the functionalization of the tricyclic moiety. These different methodologies afforded the synthesis of a library of 135 molecules. Some of them demonstrated good inhibitory activity and high selectivity against NPM-ALK
Seibl, Marlene. "Quantifizierung von minimaler Resterkrankung bei akuter myeloischer Leukämie mit NPM1 Mutation mittels Real-Time-PCR." Diss., lmu, 2011. http://nbn-resolving.de/urn:nbn:de:bvb:19-126943.
Full textLeung, Siu-yung, and 梁小容. "NPM1 and FLT3-ITD mutations in cytogenetically normal acute myeloid leukaemia patients of Hong Kong." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2010. http://hub.hku.hk/bib/B44671143.
Full textSchmidt, Tracy E. "HIV-1 and the Nucleolus: A Role for Nucleophosmin/NPM1 in Viral Replication: A Dissertation." eScholarship@UMMS, 2013. https://escholarship.umassmed.edu/gsbs_diss/690.
Full textSchmidt, Tracy E. "HIV-1 and the Nucleolus: A Role for Nucleophosmin/NPM1 in Viral Replication: A Dissertation." eScholarship@UMMS, 2008. http://escholarship.umassmed.edu/gsbs_diss/690.
Full textFeuser, Paulo Emilio. "Encapsulamento simultâneo de nanopartículas magnéticas (NPMS) com ftalocianina de zinco (ZNPC) via polimerização em miniemulsão." reponame:Repositório Institucional da UFSC, 2012. https://repositorio.ufsc.br/xmlui/handle/123456789/122562.
Full textMade available in DSpace on 2014-08-06T17:04:12Z (GMT). No. of bitstreams: 1 327717.pdf: 2405163 bytes, checksum: ded464e3384619c872511448eb58c9ac (MD5) Previous issue date: 2012
Uma das alternativas mais promissoras para o tratamento do câncer é a Terapia Fotodinâmica (TFD). A Ftalocianina de Zinco (ZnPc) é um fotossensibilizante de segunda geração com caráter hidrofóbico e necessita ser incorporado em um sistema de liberação adequado para ser injetado sistemicamente. Nanopartículas magnéticas, NPMs, constituída principalmente de magnetita (Fe3O4) apresentam alto valor de magnetização com grande potencial de aplicação no tratamento do câncer por hipertermia. O encapsulamento simultâneo de fármacos com NPMs tem sido reconhecido como uma técnica promissora para o tratamento do câncer por possibilitar a ação sinergética dos diferentes tipos de tratamento. O objetivo deste trabalho foi a síntese, caracterização e avaliação da toxicidade e fototoxicidade das NPMs, do encapsulamento da NPMs e ZnPc e o encapsulamento simultâneo de ZnPc com NPMs via polimerização em miniemulsão. As NPMs com ácido oléico (AO) foram preparadas pelo método de co-precipitação em meio aquoso e a análise de DRX mostrou picos característicos da magnetita (Fe3O4) com diâmetro médio de nanopartículas de 13nm. As NPMs apresentaram um alto valor de magnetização de saturação (Ms) (64 emu/g óxido de ferro). O encapsulamento das NPMs foi realizado via polimerização em miniemulsão com metacrilato de metila (MMA). As NPMs encapsuladas apresentaram um diâmetro aproximado de 100nm com valor de Ms de 34 emu/g de óxido de ferro. Para o encapsulamento da ZnPc utilizou-se duas técnicas de encapsulamento. A primeira foi a técnica de miniemulsão com auxílio da técnica de nanoprecipitação (PMMA/ZnPc)(FA)) e a segunda utilizou-se apenas a técnica de miniemulsão direta (PMMA/ZnPc(FO)). O teor de ZnPc nas nanopartículas poliméricas foi um pouco superior na amostra PMMA/ZnPc(FA) (3,7µg/mg) do que na amostra de PMMA/ZnPc(FO) (3,0 µg/mg). Ambas as técnicas resultaram em um tamanho médio de aproximadamente 100nm. Ao encapsular a ZnPc simultaneamente com as NPMs (PMMA/ZnPc/NPMs) não alteração em relação ao tamanho das nanopartículas (100nm), concentração de ZnPc (3,6 µg/mg) e propriedades magnéticas (31 emu/g de óxido de ferro) em relação ao encapsulamento em separado da ZnPc e NPMs. A liberação da ZnPc das nanopartículas poliméricas foi sustentada e lenta. Nas primeiras 20 horas cerca de 5-10% do ZnPc contida nas nanopartículas poliméricas foi liberada em todas as amostras. No ensaio de toxicidade (ausência de luz), as nanopartículas encapsuladas mostraram baixa toxicidade. No ensaio de atividade fotobiológica, observou-se, que a luz isoladamente (sem nanopartículas contendo ZnPc) não foi capaz de induzir efeito citotóxico sobre a cultura de células. Ao utilizar nanopartículas contendo ZnPc observou-se uma redução acentuada da viabilidade celular para 22% (PMMA/ZnPc(FA)) e 30% (PMMA/ZnPc/NPMs).
Abstract : Photodynamic therapy (TFD) is one of the most promising alternatives for the treatment of the cancer. Zinc phtalocyanine (ZnPc) is a second generation photosensitizer with hydrophobic character that should be incorporated in a suitable delivery system to be injected systemically. Magnetics nanoparticles (NPMs) consisting mainly of magnetite (Fe3O4) present high value of magnetization with great potential of application in the treatment of the cancer by hyperthermia. The simultaneous encapsulation of drugs with NPMs has been recognized as one promising technique for the treatment of the cancer making possible a synergetic action of the different types of treatment. The objective of this work was the synthesis, characterization and evaluation of the toxicity and phototoxicity of the NPMs, the encapsulation of the NPMs and ZnPc and the simultaneous encapsulation of ZnPc with NPMs by miniemulsion polymerization. The NPMs with oleic acid (AO) had been prepared by the co-precipitation method in aqueous solution. DRX analysis showed characteristic peaks of magnetite (Fe3O4) with average particle diameter of 13nm. The NPMs had presented high value of magnetization of saturation (Ms) (61 emu/g of iron oxide). The encapsulation of the NPMs was carried through methyl methacrylate (MMA) miniemulsion polymerization. The polymeric particles with NPMs encapsulated presented an average diameter of 100nm with value of Ms of 34 emu/g of iron oxide. Two techniques of encapsulation were employed for the encapsulation of ZnPc. The first one was the miniemulsion polymerization with the nanoprecipitation technique (PMMA/ZnPc) (FAN)) and second one used only the miniemulsion polymerization technique (PMMA/ZnPc (FO)). The amount of ZnPc in polymeric nanoparticles was higher in PMMA/ZnPc(FA) sample (3,7µg/mg) when compared to the sample of PMMA/ZnPc (FO) (3,0 µg/mg). Both techniques resulted in polymeric nanoparticles with an average diameter of approximately 100nm. The simultaneous encapsulation of ZnPc with NPMs (PMMA/ZnPc/NPMs) presented very similar values of average particle size (100nm), concentration of ZnPc (3,6 µg/mg) and magnetic properties (31 emu/g of iron oxide) when compared to the single encapsulation of ZnPc and NPMs. The release of the encapsulated ZnPc was supported and slow. In the first 20 hours approximately 5-10% of the encapsulated ZnPc was released in all samples. In the toxicity assay (light absence), the encapsulated nanoparticles had shown low toxicity. In the assay of phototoxicity activity, it was observed that the light (without polymeric nanoparticles containing ZnPc) was not able to induce cytotoxic effect on the culture of cells. When using polymeric nanoparticles with encapsulated ZnPc an accentuated reduction of the cellular viability of 22% (PMMA/ZnPc (FA)) and 30% (PMMA/ZnPc/NPMs) was observed.
Hawborn, Maria, and Silva Jonsson Teresia Da. "Förekomst av smärta hos patienter som genomgår undertrycksbehandling." Thesis, Sophiahemmet Högskola, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:shh:diva-1870.
Full textHoad, Bradley W. "Nucleophosmin and genomic stability." Thesis, Queensland University of Technology, 2016. https://eprints.qut.edu.au/96250/1/Bradley_Hoad_Thesis.pdf.
Full textBlackburn, Douglas L. "The Chemical Weapons Convention verification regime a model for a new NPT? /." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1993. http://handle.dtic.mil/100.2/ADA277976.
Full textJönsson, Ebba. "Folkrätt och kärnvapen : Om tillämpningen av NPT som icke-spridning och nedrustningsavtal." Thesis, Örebro universitet, Akademin för juridik, psykologi och socialt arbete, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:oru:diva-17327.
Full textGille, Christine [Verfasser], and Karsten [Akademischer Betreuer] Spiekermann. "MRD-Monitoring bei AML-Patienten mittels Hochdurchsatz-Amplikonsequenzierung (NPM1 Mutation A) / Christine Gille ; Betreuer: Karsten Spiekermann." München : Universitätsbibliothek der Ludwig-Maximilians-Universität, 2021. http://d-nb.info/1229835466/34.
Full textJensen, Kai-Ole [Verfasser]. "Monitoring minimaler Resterkrankung (MRD) bei der akuten myeloischen Leukämie (AML) mit NPM1 Mutation / Kai-Ole Jensen." Ulm : Universität Ulm, 2016. http://d-nb.info/1110969465/34.
Full textQutob, Haitham. "DNA damage response and anti-apoptotic proteins expression in NPMc+ mutated cells in acute myeloid leukaemia." Thesis, University of Nottingham, 2014. http://eprints.nottingham.ac.uk/14209/.
Full textLoubeau, Gaëlle. "Impact de la surexpression de la protéine nucléophosmine (NPM1) sur la progression des cancers de la prostate." Phd thesis, Université Blaise Pascal - Clermont-Ferrand II, 2012. http://tel.archives-ouvertes.fr/tel-00870415.
Full textMarques, Fabiano do Prado. "O problema da mochila compartimentada e aplicações." Universidade de São Paulo, 2004. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-07072015-155114/.
Full textThis work approaches the Compartmentalized Knapsack Problem which is a variation of the classical knapsack problem and it can be stated as the following hypothetical situation: a climber must load his/her knapsack with a number of items. Two numbers, an weight and a utility value are given for each item (so far, the problem coincides with the classical integer Knapsack Problem). However, the items are of different classes (food, medicine, utensils, etc.) and they have to be packed in separate compartments inside the knapsack. The compartments are flexible and have limited capacities. Each compartment has a fixed cost that depends on the class of items chosen to load it and, in addition, each new compartment introduces a loss of capacity of the knapsack. The Compartmentalized Knapsack Problem consists of determining suitable capacities of each compartment and how these compartments should be packed. The objective is to maximize a total utility value paid off the cost of the compartments. The problem can be modeled as an integer non-linear optimization problem and we have designed some heuristic methods for its solution, for which we present a computational study. A practical application arises in cutting steel rolls subject to a lamination process.
Graul, Katja [Verfasser]. "Untersuchungen von NPM1-Mutationen bei Patienten mit akuter myeloischer Leukämie bei Diagnosestellung und im Verlauf / Katja Graul." Berlin : Medizinische Fakultät Charité - Universitätsmedizin Berlin, 2014. http://d-nb.info/1057869686/34.
Full textAsplund, Kajsa. "NPM i svenskt bistånd : Resultatstyrningens utveckling på Sida och dess påverkan på biståndsinsatserna." Thesis, Umeå universitet, Statsvetenskapliga institutionen, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-141626.
Full textMalcolm, Timothy Ian Mark. "Investigating the origin and pathogenesis of NPM-ALK driven anaplastic large cell lymphoma." Thesis, University of Cambridge, 2014. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.648739.
Full textVillalva, Grégoire Claire. "Profil d'expression génique dans les lymphomes anaplasiques à grandes cellules NPM-ALK positifs." Toulouse 3, 2004. http://www.theses.fr/2004TOU30201.
Full textEriksson, Linus, and Emil Bertilsson. "Styrning eller störning : En kvalitativ studie inom den offentliga sektorn." Thesis, Karlstads universitet, Handelshögskolan (from 2013), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-70980.
Full textPurpose The aim of the paper is to research how today's NPM-influenced methods of control affects the nurse’s ability to create value from the nurses point of view. Problem • According to the nurses, what controls their work? • Which areas are affected by the management control according to the nurses? • What flaws in the management control have the nurses noticed and do they see any potential solutions? • How do nurses consider the conditions for value creation to be influenced by management control? Methodology In order to answer the purpose of the study has a qualitative approach been used. Seventeen interviews were conducted with nurses at different surgeon sections in Värmland and Dalarna county. Results The study shows that the NPM-influenced governance has a negative impact on the nurses' ability to create value. The management control from the head of the department had a positive impact on nurse’s work. The nurses experienced an unreasonable demand for efficiency, where high flow of patients was requested, often in conflict with the safety of the patient. A lack of communication between management and nurses also causes unnecessary irritation and dissatisfaction from nurses. Conclusion The hierarchical power structure that exists today in the healthcare negatively affects the nurses on the surgeon sections in the county of Värmland and Dalarna when it comes to their ability to create value. The problems regarding the demands of productivity and documentation has been worsened by the hierarchical structure and the fact that the nurses cannot influence their own work to the extent they wish.
Sundberg, Johan, and Gustaf Billing. "NPM och sjuksystern : En fallstudie kring New Public Managements påverkan på sjuksköterskans profession och yrkesgemenskap." Thesis, Uppsala universitet, Företagsekonomiska institutionen, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-169082.
Full textLindblad, Malin. "Kommunala verksamheters pris : Hur valet av värderingsmodell har påverkat den kommunala verksamhetens slutliga pris i samband med avknoppning." Thesis, Linnéuniversitetet, Institutionen för ekonomistyrning och logistik (ELO), 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-26769.
Full textTschürtz, Florian [Verfasser]. "Monitoring der Minimalen Resterkrankung in der NPM1 mutierten Akuten Myeloischen Leukämie mittels quantitativer Real-Time PCR / Florian Tschürtz." Ulm : Universität Ulm. Medizinische Fakultät, 2014. http://d-nb.info/1052269842/34.
Full textMaag, Daniel. "New public Management (NPM) im Gesundheitswesen : ein Überblick über die Ansätze in den Kantonen /." Muri/Schweiz : Zentralsekretariat SGGP, 2000. http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&doc_number=008932365&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA.
Full textMüller, Wolfgang. "Centrelink als Multi-Service-Agentur zur Optimierung von Basiseinheiten im Rahmen NPM-typischer Verwaltungsmodernisierungen /." [S.l. : s.n.], 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=975584715.
Full textGarland, Gavin David. "Investigating the contribution of NPM-ALK to epigenetic regulation in anaplastic large cell lymphoma." Thesis, University of Cambridge, 2015. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.708607.
Full textMaquaire, Sabrina. "Rôle de la protéine nucléophosmine (NPM1/B23) dans la physiologie des tissus sensibles aux androgènes et la physiopathologie prostatique." Thesis, Clermont-Ferrand 2, 2011. http://www.theses.fr/2011CLF22162.
Full textRibeiro, Erliney Ângelo do Espirito Santo. "Fatores criticos para o sucesso da NPM nos países em desenvolvimento: o caso da ENAPORT." Master's thesis, Instituto Superior de Economia e Gestão, 2016. http://hdl.handle.net/10400.5/12951.
Full textEste trabalho pretende analisar o impacto e as principais dificuldades na implementação da NPM nas empresas públicas dos países em desenvolvimento. Para o efeito, foi realizado um estudo de caso numa empresa estatal santomense do sector portuário, denominada ENAPORT. A NPM mudou o conceito de gestão nas empresas públicas, a utilização de ferramentas comuns às empresas privadas, foi fundamental para torná-las mais competitivas. Mas a adoção desta metodologia nos países em desenvolvimento não tem sido fácil. As principais conclusões do estudo desenvolvido na ENAPORT apontam para uma grande proximidade entre a política e a gestão, com repercussão ao nível do custo com o pessoal e do número de funcionários, ambos elevados. Também foi possível concluir que a empresa carece de procedimentos claros para avaliação de desempenho e que as ferramentas da contabilidade de gestão poderiam proporcionar uma visão orientada para o lucro e uma melhor gestão dos custos.
This work intends to analyze the impact and the main difficulties in the implementation of the NPM in the public companies, of the developing countries. For effect, a study of a case was conducted in a state-owned company from São Tome and the port sector, called ENAPORT. A NPM changed the concept of management in the public companies, the use of common tools at private companies, was fundamental to make them more competitive. But the adoption of this methodology in the developing countries hasn't been easy. The main conclusions of the developed study in the ENAPORT point for a big proximity between the politics and management, with the consequence at the level of the cost with the people and the number of workers both high. Was also possible to conclude that the company requires clear conducts for the assessment of performance and that the tools of accountancy of management could provide an oriented vision for profit and a better cost management.
info:eu-repo/semantics/publishedVersion
Boahen, Philip Adu. "Evaluating the impact of new public management (NPM) reforms in Ghana : the privatisation of water." Thesis, University of Sheffield, 2016. http://etheses.whiterose.ac.uk/12949/.
Full textCoronas, Sophie. "Rôle potentiel du phosphatidylinositol 5-phosphate dans l'oncogenèse associée à NPM-ALK : implication de PIKfyve." Toulouse 3, 2008. http://thesesups.ups-tlse.fr/321/.
Full textAnaplastic large cell lymphomas (ALCL) are often associated with the chromosomic translocation, t(2;5)(p23;q35) leading to the expression of a constitutive active chimeric NPM-ALK protein in tumoral cells which strongly activates proliferative and anti-apoptotic pathways such as PLC-gamma, STAT3 and STAT5, pp60c-scr and the PI 3-kinase/Akt pathway. Phosphoinositides (PI) are keys regulators of signalling pathway involved in cytoskeleton reorganization, proliferation and vesicular trafficking. ) In this work, we focused on the potential role of the last PI characterized, phosphatidylinositol 5-phosphate (PtdIns5P) in NPM-ALK-dependant oncogenesis. We found higher levels of PtdIns5P in ALCL and NPM-ALK-transfected cells. This PtdIns5P increase is dependant on PIKfyve, an enzyme know for its role in membrane trafficking and homeostasis. We show that NPM-ALK and PIKfyve are indirectly associated within a complex via the PI 3-kinase. We provide evidence that the tyrosine kinase activity of NPM-ALK regulates the activity of PIKfyve. Moreover, we show that in NPM-ALK-expressing NIH3T3 cells, PtdIns5P is localized in the membrane extensions characteristic of NPM-ALK-transformed cells, which are dynamic actin remodeling sites, suggesting that the lipid could play a role in this process. Finally, we show that PIKfyve regulate the migration and the invasion of NPM-ALK-positive cells. This work provides evidence for the important role of PIKfyve and PtdIns5P in oncogenesis induced by NPM-ALK, particularly in migration and invasion. Overall, in addition to providing a new pharmacological target, this work reveals a link between vesicular trafficking and oncogenesis
Guillonneau, Maëva. "Étude de la nucléophosmine NPM dans la réponse de l'endothélium à un stress oxydant majeur." Doctoral thesis, Université Laval, 2016. http://hdl.handle.net/20.500.11794/26990.
Full textThe microvascular compartment is a significant target of oxidative stress that is a major factor in endothelial dysfunction, especially during exposure to ionizing radiation. The alteration of endothelium induced by oxidative stress is involved in radiation-induced toxicity of normal tissues. Limiting endothelial dysfunction is therefore an important issue of current radiotherapeutic treatments. This objective requires a better characterization of oxidative stress signaling in endothelial cells. p38 MAPK pathway is essential in oxidative stress response but still insufficiently characterized. By using a proteomic approach, we identified nucleophosmin (NPM) as a new partner of p38 in the cytoplasm of endothelial cells. PP2a phosphatase is also associated with the NPM/p38 complex. Our work shows that oxidative stress (H2O2, 500μM) regulates the NPM dephosphorylation via PP2a, causes a rapid dissociation of the complex, and promotes its translocation to the nucleus. In addition, we show that the presence of NPM dephosphorylated at T199 in the nucleus alters the cellular response to DNA damage induced by oxidative stress. The membrane sphingolipid ceramide is also an important factor in stress pathways, particularly in endothelial cells. Our study describes the involvement of this sphingolipid in the regulation of NPM/p38 pathway. A better characterization of the p38 pathway and its actors provided by our study will identify potential targets in order to limit endothelial dysfunction and its deleterious effect on surrounding tissues.