Dissertations / Theses on the topic 'Disjunctions'
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 'Disjunctions.'
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.
Schmidt, Mimmi. "Land Disjunctions; A historical survey." Thesis, KTH, Fastigheter och byggande, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-147648.
Full textDenna rapport redovisar ett examensarbete som syftat till att genom en litteraturstudie kart-lägga ett äldre jorddelningsinstitut, jordavsöndring. Jordavsöndring var ett jorddelningsinstitut, som fanns i svensk lagstiftning åren 1827-1928. Innan dess förekom också jorddelning som liknade jordavsöndring, men det var i allmänhet förbjudet att dela jord eftersom staten var beroende av skatteintäkter från jordägarna. Jordavsöndring gick, något generaliserat, till så att en person genom ett avtal sålde ett bestämt markområde till en annan. Med detta markområde – avsöndringslägenheten, jordavsöndring-en, avsöndringslotten – följde inte något mantal i byn och heller ingen skattskyldighet. För att inte minska skattekraften i stamfastigheten var köparen skyldig att betala en årlig avgift till säljaren. Den här avgiften skulle godkännas av länsstyrelsen, och köparen skulle söka lagfart för att få överlåtelsen godkänd. Dessa godkännanden var länge den enda kontrollen som gjordes vid avsöndring. Lantmätares inblandning blev inte en nödvändig del i avsöndringsprocessen för-rän år 1918. Jordavsöndringsinstitutet togs bort 1928, men fastigheter som avsöndrats innan dess är själv-ständiga fastigheter som alla andra. Det innebär att de blir berörda av lantmäteriförrättningar precis som alla andra fastigheter ibland blir. Vid bestämning av gränser till en avsöndrad fastighet ska överlåtelsehandlingar, innehav, och andra omständigheter användas för att söka syftet med avsöndringen. Det avtal som säljare och köpare tecknade är den viktigaste beviskällan när man ska utreda vad som ingår i en av-söndrad fastighet. Tyvärr erbjuder avtalen inte alltid svar på de frågor som kan uppstå med tiden. Kartor har inte alltid upprättats, och även när de har upprättats så är de inte alltid till hjälp. Kvar står sedan innehav och andra omständigheter att ge ledtrådar om vad syftet en gång kan ha varit. De frågetecken som uppstår när en avsöndring ska utredas rör ofta gränser, vattenområden och rätt till fiske samt rättigheter och samfälligheter. Frågan om vattenområdens tillhörighet för avsöndringar har varit särskilt omtvistad. Praxis har utvecklats till att det inte finns någon presumtionsregel, även om det har varit på förslag och i perioder har tillämpats. Det finns ett antal typfall där vatten och fiske principiellt kan anses ha ingått vid avsöndring.
SILVA, Marcos Aurélio Almeida da. "CHORD: constraint handling object-oriented rules with disjunctions." Universidade Federal de Pernambuco, 2009. https://repositorio.ufpe.br/handle/123456789/1955.
Full textCoordenação de Aperfeiçoamento de Pessoal de Nível Superior
Constraint Handling Object-oriented Rules with Disjunctions (CHORD), é uma extensão orientada a objetos (OO) de CHRv, uma linguagem relacional baseada em regras que foi inicialmente desenhada para a especificação em caixa branca de resolvedores de restrições mas veio a mostrar-se uma linguagem bastante flexível. Flexibilidade esta que vêm sendo demonstrada nos últimos anos pelo grande número de serviços de raciocínio e algoritmos que foram descritos concisamente por meio desta linguagem. Para definir a sintaxe de nossa extensão, nós nos baseamos na abordagem seguida na extensão de Prolog realizada por Frame Logic que é similar à nossa, na qual, a sintaxe de frames foi introduzida para representar construtores OO em cima dos relacionais originais. Além disso, em vez de forçar o usuário (programador) a se adequar à uma semântica pré-definida para esses novos construtores, nós escolhemos uma estratégia inovadora: desacoplar a sintaxe da semântica da linguagem permitindo que o conjunto de hipóteses semânticas seja totalmente configurável. Estes avanços claramente contribuem para o domínio do Raciocínio Automático e da Representação do Conhecimento (AR/KR), dentro do qual CHRv é a linguagem de representa ção do conhecimento mais versátil. Este trabalho também permite a integração dos serviços de raciocínio já providos por CHRv ao estado da arte em linguagens orientadas a objetos reduzindo a quebra de paradigma entre elas. Há também contribuições a outros domínios: em programação declarativa, ao disponibilizar a primeira linguagem a integrar as formas mais poderosas de programação orientada a objetos, baseada em regras e baseada em restrições. No domínio da Web Semântica, nós mostramos que nossa linguagem generaliza a semântica de três dos mais importantes padrões de linguagem de representação do conhecimento, provendo uma solução para o problema recorrente de integração nesta área. No domínio da engenharia guiado por modelos (MDE), este trabalho provê o primeiro mapeamento semântico para modelos UML/OCL, MOF/OCL e transformações de modelo explícitamente configurável e com fundamentação axiomática declarativa e operacional em CFOL. Neste trabalho nós apresentamos as sintaxes abstrata e contreta de CHORD, suas semânticas operacional e declarativa em CFOL, e uma ontologia de hipóteses semânticas para herança. Para validá-lo, nós apresentamos três estudos de caso mostrando que CHORD generaliza UML/OCL, Frame Logic e OWL
Li, Huisong. "Shape abstractions with support for sharing and disjunctions." Thesis, Paris Sciences et Lettres (ComUE), 2018. http://www.theses.fr/2018PSLEE060.
Full textShape analyses rely on expressive families of logical properties to infer complex structural invariants, such that memory safety, structure preservation and other memory properties of programs dealing with dynamic data structures can be automatically verified. Many such analyses manipulate abstract memory states that consist of separating conjunctions of basic predicates describing atomic blocks or summary predicates that describe unbounded heap regions like lists or trees using inductive definitions. Moreover, they use finite disjunctions of abstract memory states in order to take into account dissimilar shapes. Although existing analyses enable local reasoning of memory regions, they do, however, have the following issues: (1) The summary predicates are not expressive enough to describe precisely all the dynamic data structures. In particular, a fairly large number of data structures with unbounded sharing, such as graphs, cannot be described inductively in a local manner; (2) Abstract operations that read or write into summaries rely on materialization of memory cells. The materialization operation in general creates new disjunctions, yet the size of disjunctions should be kept small for the sake of efficiency. However, local predicates are not enough to determine the right set of disjuncts that should be clumped together and to define precise abstract join and widen operations. In this thesis, we study separating conjunction-based shape predicates and the related abstract operations, in particular, abstract joining and widening operations that lead to critical modifications of abstract states. We seek a lightweight way to enable some global reasoning in existing shape analyses such that shape predicates are more expressive for abstracting data structures with unbounded sharing and disjuncts can be clumped precisely and efficiently. We propose a shape abstraction based on set variables that when integrated with inductive definitions enables the specification and shape analysis of structures with unbounded sharing. We implemented the shape analysis domain by combining a separation logic-based shape abstract domain of the MemCAD analyzer and a set abstract domain, where the set abstractions are used to track unbounded pointer sharing properties. Based on this abstract domain, we analyzed a group of programs dealing with adjacency lists of graphs. We design a general semantic criterion to clump abstract memory states based on their silhouettes that express global shape properties, \ie, clumping abstract states when their silhouettes are similar. Silhouettes apply not only to the conservative union of disjuncts but also to the weakening of separating conjunctions of memory predicates into inductive summaries. Our approach allows us to define union and widening operators that aim at preserving the case splits that are required for the analysis to succeed. We implement this approach in the MemCAD analyzer and evaluate it on real-world C libraries for different data structures, including doubly-linked lists, red-black trees, AVL-trees and splay-trees. The experimental results show that our approach is able to keep the size of disjunctions small for scalability and preserve case splits that takes into account dissimilar shapes for precision
McBane, Barbara. "Asynchronicities: sound-image disjunctions, deviant meanings, and Euro-American cinema /." Diss., Digital Dissertations Database. Restricted to UC campuses, 2007. http://uclibs.org/PID/11984.
Full textVigilante, Maria Carleton University Dissertation Political Science. "Bodies of language and languages of power; feminism and its disjunctions." Ottawa, 1987.
Find full textMaharaj, Shakira. "Disjunctions and convergences: a study of stakeholders' perceptions of public participation in service delivery in Cape Town's Blikkiesdorp." Master's thesis, University of Cape Town, 2012. http://hdl.handle.net/11427/11964.
Full textIncludes bibliographical references.
This study aimed to investigate the disjunctions and convergences between key stakeholder groups' perceptions of a public participatory relationship between The City of Cape Town Municipality and the Blikkiesdorp community. The key instruments for this research were semi-structured interviews, observation periods and documentary sources which included The White Paper on Local Government (1998), The Batho Pele Handbook (2009) and the National Policy Framework of Public Participation (2007). This analysis was conducted on a single case study in order to gain in-depth information about key stakeholder perceptions.
Belluigi, Dina Zoe. "Excavating the 'critique' : an investigation into disjunctions between the espoused and the practiced within a Fine Art studio practice curriculum." Thesis, Rhodes University, 2008. http://hdl.handle.net/10962/d1003413.
Full textCarter, Matthew. "Perceptions and disjunctions in urban space exegesis submitted in partial fulfilment of the requirements for the degree of Master of Art & Design, AUT University, 2009 /." Click here to access this resource online, 2009. http://hdl.handle.net/10292/794.
Full textJi, Zheng. "Disjunction of narrative space." Virtual Press, 2004. http://liblink.bsu.edu/uhtbin/catkey/1305455.
Full textDepartment of Architecture
Feng, Yu. "Disjunction of Regular Timing Diagrams." Digital WPI, 2010. https://digitalcommons.wpi.edu/etd-theses/1059.
Full textStewart, Paul. "Difference and disjunction in the prose of Samuel Beckett." Thesis, University of Bristol, 1998. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.326364.
Full textIvlieva, Natalia. "Scalar implicatures and the grammar of plurality and disjunction." Thesis, Massachusetts Institute of Technology, 2013. http://hdl.handle.net/1721.1/84418.
Full textCataloged from PDF version of thesis.
Includes bibliographical references (pages 135-139).
This dissertation explores the role of scalar implicatures in the grammar of plurality and disjunction. I argue that scalar implicatures are relevant not only for the meaning of plurals and disjunctions, but also for their distribution in language. For example, the computation of scalar implicatures will be shown to be the decisive factor regulating the patterns of (un)grammaticality of plural agreement with disjunctive noun phrases (Chapter 3). But before getting to conclusions like that, I will spend some time on the semantics of bare plurals (Chapter 2), developing a version of the grammatical view of scalar implicatures along the way (some necessary background on scalar implicatures will be built in Chapter 1). The claim that scalar implicatures are calculated in the grammar is very far from uncontroversial. But if they really are, then many of the facts that I discuss could be predicted, more or less straightforwardly. If one treats scalar implicature calculation as a purely pragmatic process, these facts are arguably harder to make sense of.
by Natalia Ivieva.
Ph.D.
Morak, Michael. "The impact of disjunction on reasoning under existential rules." Thesis, University of Oxford, 2014. https://ora.ox.ac.uk/objects/uuid:b8f012c4-0210-41f6-a0d3-a9d1ea5f8fac.
Full textSatpathy, Sri Jitendra. "Rules with Right hand Existential or Disjunction with ROWLTab." Wright State University / OhioLINK, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=wright1559146742960876.
Full textRosenblatt, Ivana M. "Envisioning the Threshold: Pictorial Disjunction in Maarten de Vos." The Ohio State University, 2015. http://rave.ohiolink.edu/etdc/view?acc_num=osu1440085327.
Full textBegg, Imraan. "The Watched Towers : Creating disjunction in a river of movement." Master's thesis, University of Cape Town, 2013. http://hdl.handle.net/11427/7537.
Full textEvans, Elizabeth Balconi. "CHO-HUMAN HYBRID CELLS AS MODELS FOR HUMAN CHROMOSOME NON-DISJUNCTION." MSSTATE, 2009. http://sun.library.msstate.edu/ETD-db/theses/available/etd-03302009-124708/.
Full textZiaei, Farid. "Architecture - Space and Content at the Disjunction of Intention and Interpretation." Thesis, University of Liverpool, 2009. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.526909.
Full textAl-Said, Mona Fahad. "SEN provision and teacher training in Oman : a conceptual and policy disjunction." Thesis, King's College London (University of London), 2005. https://kclpure.kcl.ac.uk/portal/en/theses/sen-provision-and-teacher-training-in-oman--a-conceptual-and-policy-disjunction(aaf66573-62f8-4839-a032-102013f31864).html.
Full textLam, Chung-keung Gary, and 林仲強. "Disjunction of history, memory, and identity: the narrative of wanderings in Clara Law." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2002. http://hub.hku.hk/bib/B31953530.
Full textMolebatsi, Chadzimula Otsetswe. "Towards understanding policy-practice disjunction in urban planning : the case of Kanye, Botswana." Thesis, University of Newcastle Upon Tyne, 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.384834.
Full textLam, Chung-keung Gary. "Disjunction of history, memory, and identity : the narrative of wanderings in Clara Law /." Hong Kong : University of Hong Kong, 2002. http://sunzi.lib.hku.hk/hkuto/record.jsp?B25549741.
Full textJing, Chunyuan. "Pragmatic computation in language acquisition evidence from disjunction and conjunction in negative context /." College Park, Md.: University of Maryland, 2008. http://hdl.handle.net/1903/8751.
Full textThesis research directed by: Dept. of Linguistics. Title from t.p. of PDF. Includes bibliographical references. Published by UMI Dissertation Services, Ann Arbor, Mich. Also available in paper.
OLIVEIRA, DANIEL CARDOSO DE. "POLITICAL ART OR ART AND POLITICS: AN ANALYSIS OF THIS DISJUNCTION IN RANCIÈRE." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2012. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=21552@1.
Full textCONSELHO NACIONAL DE DESENVOLVIMENTO CIENTÍFICO E TECNOLÓGICO
Nesta dissertação é apresentada uma alternativa para pensar a eficácia política da arte que se distingue do seu uso instrumental. Para isso, postula-se que a conexão entre os campos da arte e da política se estabelece sobre uma experiência dissensual. Ambas as atividades embaralham a trama da experiência sensível na qual um mundo em comum se estabelece; é fixado, designado e repartido. A argumentação se divide em duas partes. Primeiramente, busca recompor uma estética da política – o modo pelo qual se configura um espaço de visibilidade para a ação e a argumentação políticas a partir do dissenso. Trata-se de uma experiência imprevisível e contingente que desfaz as conexões usuais entre causas e efeitos, ações e consequências. Ainda na primeira parte, se discute qual é efetivamente a perspectiva de emancipação por meio desta compreensão do fenômeno político frente à pretensão totalizante que caracterizou a tradição da filosofia política. Na segunda parte, será delimitado o escopo das preocupações da estética, contrapondo-a enquanto disciplina filosófica com a compreensão de Rancière de um regime estético da arte. Isto implica apresentar os diversos regimes com que a arte foi compreendida na tradição em analogia com os regimes de regulação do campo da política. Por fim, será discutida uma alternativa crítica para se pensar a efetividade política intrínseca ao regime estético que não recaia na simples atribuição de culpas e responsabilidades que caracteriza a instrumentalização tanto da política quanto da arte.
This dissertation presents an alternative to think about the political efficacy of art that is distinct from its instrumental use. For this, it is postulated that the connection between the fields of art and politics settles on the experience of the dissensus. Both activities shuffle the plot of sensory experience in which a common world is established, fixed, designed and distributed. The argument is divided into two parts. First, it seeks to recompose an aesthetics of politics – the way is established a space of visibility for the political action and argumentation from political dissent. This is an unpredictable and contingent experience that undoes the usual connections between causes and effects, actions and consequences. Even in the first part, we discuss what is effectively the prospect of emancipation through this understanding of the political phenomenon front totalizing pretensions that characterized the tradition of political philosophy. In the second part, shall be limited the escope of the concerns of aesthetic discipline set in contrast with the conception proposed by Rancière of an aesthetic regime of art. This involves presenting the various regimes that art has been understood in the tradition in analogy with the regulatory regimes of the field of politics. Finally, we discuss an alternative to think about the political effectiveness intrinsic to the aesthetic regime of art that does not lie in the simple attribution of guilt and responsibility that characterizes both the instrumentalization of politics and art.
Ottolini, Christian Simon. "Chromosome segregation and recombination in human meiosis : clinical applications and insight into disjunction errors." Thesis, University of Kent, 2015. https://kar.kent.ac.uk/53977/.
Full textClokie, Martha Rebecca Jane. "Molecular studies of Southern Hemisphere disjunction in three plant genera, Eucryphia, Griselinia and Coriaria." Thesis, University of Leicester, 2001. http://hdl.handle.net/2381/29823.
Full textVillaverde, Hidalgo Tamara M. "Systematics and Phylogeography of "Carex capitata" Complex (Cyperaceae)." Thesis, Université d'Ottawa / University of Ottawa, 2012. http://hdl.handle.net/10393/23368.
Full textBunyan, Scott Callum. "Beyond disjunction and appropriation : struggles for personal connections in the works of John Edgar Wideman." Thesis, University of Sussex, 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.555264.
Full textSavin-Baden, Maggi. "Problem-based learning : a catalyst for enabling and disabling disjunction prompting transitions in learner stances." Thesis, University College London (University of London), 1996. http://discovery.ucl.ac.uk/10006596/.
Full textWork, Nicholas Christopher. "The Gig is Up: The Disjunction of Gig Economy Labor and the American Welfare State." Thesis, Virginia Tech, 2019. http://hdl.handle.net/10919/90784.
Full textMaster of Arts
The gig economy has rapidly become something of a phenomenon in the digital economy today. New firms are quickly being added to this digital market ecosphere and the business model has garnered the attention of the business and investor communities as a new organizational alternative to standard hierarchies. However this new business model also poses substantial problems for its workers, who as independent contractors are not afforded the benefits or rights of the welfare state that are granted to employees. As the gig economy continues to achieve financial success and holds a more prominent place in our labor force, the precarious state of gig labor is becoming an increasingly political problem. This thesis explores the present state of labor in the gig economy by situating it within the context of welfare state scholarship. I examine how the inner mechanics of the gig economy operate, as well as examine the structures of the American welfare state that create this dualist divide between contractors and employees. I argue that welfare state scholarship demonstrates a path by which gig laborers and gig firms can form cross class alliances that can help develop new welfare state policies to improve gig worker conditions and be supported by gig firms themselves.
Bryans, Victoria Louise. "Canadian provincial and territorial archival legislation : a case study of the disjunction between theory and law." Thesis, University of British Columbia, 1989. http://hdl.handle.net/2429/28704.
Full textArts, Faculty of
Library, Archival and Information Studies (SLAIS), School of
Graduate
Bizzari, Farid Fouad Mahmoud. "Cdc55 controls the balance of phosphatases to coordinate spindle assembly and chromosome disjunction during budding yeast meiosis." Thesis, University of Edinburgh, 2012. http://hdl.handle.net/1842/5876.
Full textRudenkaitė, Inga. "Socialinę atskirtį patyrusių vaikų elgesio sutrikimai." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2006. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2006~D_20060704_203506-68513.
Full textRousseaux, Sophie. "Ségrégations méiotiques des chromosomes remaniés dans les translocations humaines : analyse par hybridation in situ en fluorescence sur les noyaux spermatiques interphasiques." Université Joseph Fourier (Grenoble), 1995. http://www.theses.fr/1995GRE10065.
Full textZuo, Xingdong. "Derivation of the Lindblad Equation for Open Quantum Systems and Its Application to Mathematical Modeling of the Process of Decision Making." Thesis, Linnéuniversitetet, Institutionen för matematik (MA), 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-38711.
Full textKrämer, Mario. "Violence as routine : transformations of local-level politics and the disjunction between centre and periphery in KwaZulu-Natal (South Africa) /." Köln : Köppe, 2007. http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&doc_number=016065096&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA.
Full textCarpenter, Stephanie Elizabeth. "Address." Miami University / OhioLINK, 2010. http://rave.ohiolink.edu/etdc/view?acc_num=miami1279725857.
Full textWeerasooriya, W. A. Tharanga. "Positive Polarity and Exhaustivity in Sinhala: A Study of its Implications for Grammar." Thesis, Université d'Ottawa / University of Ottawa, 2019. http://hdl.handle.net/10393/39358.
Full textCollins, Susan Beckford. "Science in the National Curriculum from Key Stage 2 to Key Stage 3 : process, procedure and practice to counter disjunction in pupils' learning." Thesis, London South Bank University, 1999. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.310055.
Full textLonergan, Natalie Elaine. "Characterizing the cargo binding and regulatory function of the tail domain in Ncd motor protein." Thesis, Virginia Tech, 2009. http://hdl.handle.net/10919/35511.
Full textMaster of Science
Oliveira, Jovana Mauricio Acosta de. "Análise funcional das construções correlatas alternativas." Niterói, 2017. https://app.uff.br/riuff/handle/1/3419.
Full textApproved for entry into archive by Josimara Dias Brumatti (bcgdigital@ndc.uff.br) on 2017-04-25T14:54:58Z (GMT) No. of bitstreams: 2 license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5) Dissertação - Jovana - versão final 1.pdf: 1411843 bytes, checksum: 61bc2ff194fb748ef657b14c62c552a9 (MD5)
Made available in DSpace on 2017-04-25T14:54:58Z (GMT). No. of bitstreams: 2 license_rdf: 0 bytes, checksum: d41d8cd98f00b204e9800998ecf8427e (MD5) Dissertação - Jovana - versão final 1.pdf: 1411843 bytes, checksum: 61bc2ff194fb748ef657b14c62c552a9 (MD5)
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior
Este trabalho tem como objetivo observar os padrões de uso das construções correlatas alternativas à luz da Linguística Funcional Centrada no Uso, reunindo tanto pressupostos funcionalistas quanto construcionistas. Essa teoria parte do princípio de que a língua emerge a partir de seu uso e vai sendo moldada por meio de sua própria instabilidade. A partir dessa premissa, nossa pesquisa observa os usos e os contextos em que estão inseridas as construções correlatas alternativas. Pretendemos analisar o comportamento semântico e sintático que envolve esse tipo de construção dentro do quadro da correlação. Pretendemos, ainda, observar os valores sintáticos e semânticos de cada type correlativo encontrado. Com base na constatação de Fillenbaum (1986) de que algumas orações disjuntivas podem assumir um valor condicional, observamos se há sobreposição de valores semânticos nas construções correlatas alternativas analisadas e quais os fatores motivadores para esse fenômeno. O objeto em análise é tratado como construção, por aderirmos à proposta atual da Gramática de Construções nos modelos de Croft (2007), Goldberg e Jackendoff (2004) e Trousdale (2008). Nessa perspectiva, a gramática é vista de forma holística, ou seja, nenhum nível é central. Ademais, forma e significado são pareados como iguais e passam a funcionar, nesta teoria, como unidades básicas e centrais da língua, operando em diferentes níveis da gramática. O corpus utilizado é composto por textos retirados de versões eletrônicas da Revista Veja (http://www.veja.abril.com.br)
This study aims to observe the usage patterns of the alternatives related buildings in the light of Linguistics Centered Functional in use, bringing together both functionalist assumptions as constructionist. This theory assumes that language emerges from its use and is being shaped by its instability. From this premise, our research will observe the uses and contexts in which they operate alternative constructions. We intend to analyze the semantic and syntactic behavior involving this type of construction within the correlation table. It is intended to also observe the syntactic and semantic value of each correlative type found. Based on the finding Fillenbaum (1986) that some disjunctive prayers can take a conditional value, we will see if there is overlap of semantic values in the alternatives considered related buildings and what the motivating factors for this phenomenon. The object in question will be treated as construction, by adhering to the current proposal of construction of grammar in Croft models (2007), Goldberg and Jackendoff (2004) and Trousdale (2008). From this perspective, the grammar is viewed holistically, that is, no level is central. Moreover, form and meaning are paired as equals and will function in this theory, as basic units and language centers, operating at different levels of grammar. The corpus used is composed of texts taken from electronic versions of the magazine Veja (http://www.veja.abril.com.br)
Popan, Marin. "L’hyperbate nominale en latin : construction, typologie, raison de texte." Thesis, Toulouse 2, 2012. http://www.theses.fr/2012TOU20050/document.
Full textThis dissertation, devoted to hyperbaton in Latin, is divided into three chapters. The aim of chapter I is to examine the concept of hyperbaton used by Roman rhetoricians grammarians. It shows that this term is used in two distinct ways. Firstly, hyperbaton in the narrow sense covers anastrophe and transiectio, i.e. a discontinuous phrase, especially a discontinuous noun phrase. Secondly, Roman grammarians conceive hyperbaton in a broad sense for designating five types of inversion of word order. Furthermore, Julian of Toledo adds a type of “long hyperbaton”, i.e. long inserted parentheses. The first part of chapter II provides an overview of reflections about hyperbaton in philological and linguistic literature. Hyperbaton is traditionally regarded as a stylistic figure; however, Modern studies on this topic focus on pragmatic implication of the use of discontinuous phrases. The second part of chapter II presents the concept of framing and median field (sequence of inserted words), developed by German linguistics. Chapter III provides a typology of words inserted into a discontinuous noun phrase formed by a genitive and its head noun. Attention is paid to the order in which inserted elements are linearised. The research is based on a corpus of discontinuous noun phrases collected mainly in Caesar, Cicero, and Historia Augusta. The median field can be formed by various words or groups of words. Examples of median fields with two, three, and more words and their ordering are presented in synoptic tables
Schmidt, William Richard. "Site-directed mutagenesis of the ncd microtubule motor protein." Thesis, This resource online, 1996. http://scholar.lib.vt.edu/theses/available/etd-12302008-063348/.
Full textGray, Jennifer L. "HABITAT CHARACTERIZATION AND INVENTORY OF COLLINSONIA VERTICILLATA IN SHAWNEE STATE FOREST AND STATE PARK, SCIOTO COUNTY, OHIO." Ohio University / OhioLINK, 2006. http://rave.ohiolink.edu/etdc/view?acc_num=ohiou1149184142.
Full textCanter, Rachel. "Students' experience of challenge, difficulty and stuckness in higher education : a qualitative longitudinal study." Thesis, University of Exeter, 2016. http://hdl.handle.net/10871/24781.
Full textde, Siqueira Teles Fabrício. "Towards Model-Driven Engineering Constraint-Based Scheduling Applications." Universidade Federal de Pernambuco, 2008. https://repositorio.ufpe.br/handle/123456789/2348.
Full textde Siqueira Teles, Fabrício; Pierre Louis Robin, Jacques. Towards Model-Driven Engineering Constraint-Based Scheduling Applications. 2008. Dissertação (Mestrado). Programa de Pós-Graduação em Ciência da Computação, Universidade Federal de Pernambuco, Recife, 2008.
Trude, Brian J. "The Reality of the Provinces and Other Stories." Ohio University / OhioLINK, 2016. http://rave.ohiolink.edu/etdc/view?acc_num=ohiou1460474022.
Full textKhojayori, Farahnoz N. "Floral symmetry genes elucidate the development and evolution of oil-bee pollinated flowers of Malpighiaceae and Krameriaceae." VCU Scholars Compass, 2018. https://scholarscompass.vcu.edu/etd/5585.
Full textChevret, Edith. "Ségrégations méiotiques des chromosomes sexuels chez les sujets 46,XY et chez les sujets porteurs d'anomalies numériques de ces chromosomes : analyse par hybridation in situ fluorescente (FISH) sur les noyaux de spermatozoides humains." Université Joseph Fourier (Grenoble ; 1971-2015), 1995. http://www.theses.fr/1995GRE10072.
Full textMonreal, Garcies Jaume. "Generació additiva de funcions d'agregació conjuntives i disjuntives discretes." Doctoral thesis, Universitat de les Illes Balears, 2012. http://hdl.handle.net/10803/97298.
Full text